Articles from lobste.rs
9 kept
- Native all the way, until you need text
Web views like Electron outperform native text frameworks (TextKit 2) for complex Markdown rendering, despite size overhead, due to resource investment and cross-platform convenience.
- Fits on a Floppy - A Manifesto for Small Software
Fitting software on a floppy disk is increasingly difficult for modern applications due to their reliance on substantial external dependencies like SDL and libcurl.
- What are you doing this week?
A developer finds that large coding agents like Opus 4.7 harm the programmer's mental model, preferring smaller models and old-style FIM autocompletion.
- The occasional `ECONNRESET`
Closing a TCP socket with `shutdown(RD_WR)` or `close()` can cause `ECONNRESET` errors for the peer because data still in flight may be discarded before the receiver finishes reading.
- What are your programming "hunches" you haven't yet investigated?
Lobsters commenters share uninvestigated programming hunches, including accessibility-first GUI toolkits, 32-bit pointers on 64-bit systems, property-based infrastructure, MUD-style chat, and user-controlled theming.
- What are you doing this weekend?
A developer recounts returning to FreeBSD for a home NAS after years on Linux, praising its simplicity for servers but sticking with Arch for desktops.
- Yep, Passkeys Still Have Problems
Passkeys are not inherently problematic; many complaints about them are based on misunderstandings or features that are either scrapped or not unique to passkeys.
- Please Just Try HTMX
Using Rust with maud and HTMX enables typed HTML components and code reuse, avoiding the need for separate template languages and complex abstractions.
- What are you doing this week?
A Lobsters weekly thread collects diverse updates from developers working on tools, job shifts, health, and open-source projects.