|
Hiring the right people is notoriously difficult.I have been personally involved in hiring decisions for about two decades, and it is an unpleasant process. You deal with an utterly overwhelming influx of applications, often from candidates using the “spray and pray” approach of applying to all jobs. At one point, I got the resume of a divorce lawyer in response to a job posting for a backend engineer role. I was curious enough to foll....
|
|
Python 3.14 is here! Christopher Trudeau returns to discuss the new version with Real Python team member Bartosz Zaczyński. This year, Bartosz coordinated the series of preview articles with members of the Real Python team and wrote the showcase tutorial, "Python 3.14: Cool New Features for You to Try." Christopher's video course, "What's New in Python 3.14", covers the topics from the article and shows the new features in action.
|
|
A lofi coding room with ambient beats, streaming terminal diffs, Codex and Claude-style themes, and keyboard-friendly controls.
|
|
A lofi coding room with ambient beats, streaming terminal diffs, Codex and Claude-style themes, and keyboard-friendly controls.
|
|
Avoid Microsecond Pitfalls When Comparing Times in Tests
-
allaboutcoding.ghinda.com
-
9 months ago
-
eng
If microsecond precision is not required when testing Time, DateTime, or ActiveSupport::TimeWithZone, use iso8601 to assert equality between different times. There are two ways to avoid test failures caused by execution delays: Use time.iso8601 U...
|
|
OSSYM2025: The economics of running an independent search engine
-
michael-lewis.com
-
9 months ago
-
eng
This is a presentation I gave to the 7th International Open Search Symposium in Helsinki on 10 Oct 2025. It was part of their Industry Track on Alternative Search Engines. One of the projects within the Open Search Foundation is Open Web Search which builds the Open Web Index , although they don’t have an end-user facing internet search interface. One of the objectives of this presentation was to indicate that it is viable for an o..
|
|
Brave Rewards 3.0 Partner Program update: new merch, travel deals, and trading perks
-
brave.com
-
9 months ago
-
eng
Since its March debut, the Brave Rewards 3.0 Partner Program has continued to gain momentum, expanding Basic Attention Token (BAT) utility across Web3.
|
|
A new phishing campaign weaponizes NPM and the unpkg CDN. Over 175 throwaway packages are used to host scripts that redirect users to credential-harvesting sites. The attack targets enterprise employees through the browser, not developers at install time.
|
|
Bare Asterisk in Python Function Signatures - Keyword Only Arguments
-
www.safjan.com
-
9 months ago
-
eng
Learn how to use the bare asterisk in Python function signatures to enforce keyword-only arguments, enhancing clarity and preventing argument order bugs in your code.
|
|
Bare Asterisk in Python Function Signatures - Keyword Only Arguments
-
www.safjan.com
-
9 months ago
-
eng
Learn how to use the bare asterisk in Python function signatures to enforce keyword-only arguments, enhancing clarity and preventing argument order bugs in your code.
|
|
Disclaimers I am not a business or AI expert, just a chart enthusiast and programmer I run an online coding platform for education with features that are inspired by “old Replit” If you are tired of reading about AI, please close this tab and don’t yell at me! Background Replit has always been a site for writing code online, and eventually transitioned to a platform for hosting code, then a fully AI powered “vibe coding” tool. I argue that....
|
|
I spend a lot of time on the computer, using a lot of software. This makes me acutely aware when things don’t quite work right. A button that renders incorrectly. Inconsistent padding. Unthemed dialogs. Even the best themes out there had small bugs that annoyed me. I care deeply about a smooth, consistent desktop experience.
|
|
From Single-Node to Multi-GPU Clusters: How Discord Made Distributed Compute Easy for ML Engineers
-
discord.com
-
9 months ago
-
eng
From manual GPU configs to one-command clusters: Join Serrana Aguirregaray and Nathaniel Jenkins as they tell the story of Discord's journey to build a developer-friendly ML infrastructure on Ray for 200M+ monthly active users.
|
|
I enjoyed that book because it presents a good framework to “let go”. It goes pretty deep into the principle and its applications, and is relatively action oriented. It’s a bit repetitive, but still worth a read. Also it’s called “let them theory”, but really it’s a principle, not a theory. Needed to be said. Summary
|
|
Beszel — Lightweight self-hosted server monitoring for your homelab
-
akashrajpurohit.com
-
9 months ago
-
eng
Beszel is a lightweight server monitoring solution with Docker stats, historical data, and alerts. Built with a single Go binary and minimal resource footprint, it's perfect for monitoring your homelab infrastructure efficiently.
|
|
Beszel — Lightweight self-hosted server monitoring for your homelab
-
akashrajpurohit.com
-
9 months ago
-
eng
Beszel is a lightweight server monitoring solution with Docker stats, historical data, and alerts. Built with a single Go binary and minimal resource footprint, it's perfect for monitoring your homelab infrastructure efficiently.
|
|
Today I want to celebrate niche tooling that makes life more comfortable on the computer. For context, I like to work with computers from the keyboard, minimizing use of the mouse. But this is often difficult to do consistently, especially when everything is a web app, a world known to be mouse-focused. Let me tell you about the fantastic Firefox extensions Vimium, and Edit With Emacs, both of which make the keyboard life more pleasant.
|
|
Today I want to celebrate niche tooling that makes life more comfortable on the computer. For context, I like to work with computers from the keyboard, minimizing use of the mouse. But this is often difficult to do consistently, especially when everything is a web app, a world known to be mouse-focused. Let me tell you about the fantastic Firefox extensions Vimium, and Edit With Emacs, both of which make the keyboard life more pleasant.
|
DEF CON Training is headed to Singapore! In April 2026, the first-ever DEF CON Singapore, co-hosted with @ HTX (Home Team Science & Technology Agency) and @ Centre for Strategic Infocomm Technologies (CSIT), will kick off with two days of world-class instruction on cutting edge topics. Want to join us? The Call for Trainers (CFT) is now open and accepting applications until 11:59 pm PT on November 10. Be sure to take a look at..
|
|
Introducing the pilot of Heroku Vibes, your collaborative agent for turning ideas into running apps. For those who have been with us on this journey for a while, the name “Heroku Garden” might stir up a bit of nostalgia. It was the web experience that enabled developers to become immediately productive in creating and deploying […] The post Welcome to Heroku Vibes appeared first on Heroku .
|
|
Pandoc can prepare LaTeX math for MathJax via its eponymous --mathjax option. It wraps formulas in elements and injects a |