Redesign: Version 7.0: Sidebars, light-dark, and Bluesky
The author enjoys updating their website design and has released version 7.0 with new features including sidebars, light-dark mode, and Bluesky integration.
Drew DeVault draws a provocative parallel between Test-Driven Development cults and GenAI adoption, arguing both exploit developers' psychological need to feel competent while potentially undermining actual code quality.
The author enjoys updating their website design and has released version 7.0 with new features including sidebars, light-dark mode, and Bluesky integration.
GitHub lets you limit repository interactions to combat spam by restricting who can comment, open issues, or create pull requests.
Forced hardware upgrades due to planned obsolescence are frustrating when your current device still works fine.
New projects are more appealing than finishing existing ones, even when you really want to complete them eventually.
German 90s book cover features a mustachioed knight riding a green dragon. Details matter - the image will be revisited later. (139 characters)
tokio::join! runs multiple futures concurrently and returns all outputs, similar to JavaScript's Promise.all.
Tokio Channels guide covering different channel types (mpsc, oneshot, broadcast, watch) for async message passing between tasks in Rust.
Learn to start your first Tokio app by creating a Cargo project and adding the tokio dependency to Cargo.toml or via command line.
Employee shares their experience after completing two months of work at GitHub.
Tried Waymo's driverless car service and found it comfortable enough to fall asleep in. The experience was surprisingly pleasant.
AI is transforming hiring, making in-person networking more crucial than ever.
Ballmer's tenure at Microsoft was underrated; he drove strong financials and made key long-term bets (like cloud) that enabled Nadella's later success.
UnpinCell wrapper type could solve generators' self-referential value problem by enabling pinned references to work with existing traits like Iterator.
Tutorial on building a React hook for adding keyboard shortcuts to applications with example code.
A new design for pinned places in Rust that avoids "pinned fields" and instead uses a more consistent approach with Rust's existing features.
Creating HTML tables with both horizontal scrolling and sticky headers is technically challenging but achievable with CSS.
Author shares their response to a question about how they increased their visibility.
The puzzle editor is stepping down from Jumblie, finding the work difficult and unrewarding despite being enjoyable.
Sleep should never be taken for granted—it's truly magical.
GitHub Copilot extensions are now buildable - learn how to create and test your own custom extensions.