Reading up on linux
54 deep · digging since dec 02, 25
- TIL: You can make HTTP requests without curl using Bash /dev/TCP
Bash's /dev/tcp feature allows making HTTP requests by opening a raw TCP socket and writing the request manually, useful when curl or wget are absent.
- I Love the Computer
Hacker News commenters express nostalgic love for computers, lament modern AI non-determinism, yet acknowledge LLMs as useful for rapid prototyping.
- The Hacker Sent by Anthropic to Calm the Government’s Nerves About AI Safety - WSJ
Anthropic's Nicholas Carlini, who demonstrated AI's ability to find critical security bugs, is now arguing for releasing models to calm U.S. government concerns.
- Homebrew: 6.0.0
Homebrew 6.0.0 ships tap-trust security, default internal JSON API, Linux sandboxing, bundle parallel installs, and deprecates Intel macOS for 2027.
- invlpg – Premature Optimization is Fun Sometimes
A developer describes optimizing a 12KB ping-monitoring ring buffer down to 4KB using bitfields and tagged unions purely for enjoyment, despite the application not being memory-constrained.
- Ask HN: When did computers stop being fun?
Hacker News commenters attribute the decline of computing fun to corporatization and age, but suggest tinkering with microcontrollers, Linux, and retro hardware to reignite joy.
- Flipper One – we need your help
Flipper Devices announces the Flipper One, an open-source Linux cyberdeck with no binary blobs, and asks the community for help in development.
- 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.
- AI is Breaking Two Vulnerability Cultures
AI is disrupting traditional vulnerability disclosure methods by making analysis of security patches cheap and effective, forcing shorter embargoes and revealing the inadequacy of both coordinated disclosure and 'bugs are bugs' cultures.
- StarFighter 16-Inch
Star Labs' StarFighter 16-inch is a Linux-first workstation with configurable coreboot firmware, socketed storage, a kill switch, and 4K display targeting developers.
- Podman rootless containers and the Copy Fail exploit
Podman's rootless containers limit the blast radius of the Copy Fail exploit by using user namespaces to map container root to an unprivileged host user, preventing container escape.
- Zed 1.0 | Hacker News
Zed 1.0 launches with mixed feedback: praised for performance but criticized for missing features, Linux issues, and lack of accessibility support.
- LittleSnitch for Linux
Objective Development releases Little Snitch for Linux as a free, closed-source network monitor using eBPF, with limitations in reliability compared to its macOS counterpart.
- Google Engineers Launch "Sashiko" For Agentic AI Code Review Of The Linux Kernel - Phoronix
Google's Sashiko AI code review system for the Linux kernel found 53% of bugs in recent issues, all missed by human reviewers.
- Ageless Linux – Software for humans of indeterminate age
Ageless Linux is a Debian-based OS that deliberately flouts California's AB 1043 age verification law, framing its noncompliance as a civil liberties stand.
- Separating the Wayland compositor and window manager
A proposed separation of Wayland compositor and window manager into distinct components, as seen in the River project, aims to restore the modular flexibility users had in X11.
- How Claude Code escapes its own denylist and sandbox
Veto, a content-addressable kernel enforcement engine, blocks AI agent bypasses of path-based security tools by hashing binaries at the BPF LSM layer.
- A simple web we own
A call to reclaim the web through self-hosting with simple tools like Markdown and Raspberry Pi, but critics note the author's use of GitHub Pages undermines the message.
- The switch to Linux and the beginning of my self-hosting journey
A developer recounts switching from Windows 10 to Debian Linux and self-hosting services like PiHole and Syncthing, while HN discussants debate Linux desktop usability and self-hosting complexity.
- Todd C. Miller – Sudo maintainer for over 30 years
Todd C. Miller, the long-time maintainer of the critical sudo utility, is seeking sponsorship to continue development and maintenance.
- Microsoft forced me to switch to Linux
A long-time Windows user details switching to Linux due to Microsoft's increasing bloat, forced updates, and AI integration, finding greater control and stability.
- Flameshot | Hacker News
Hacker News commenters praise Flameshot as a top screenshot tool despite noting Wayland and HDR limitations and cross-platform issues.
- The tech monoculture is finally breaking
The article argues that after decades of consolidation, tech is fragmenting into diverse single-purpose devices, analog tools, and hobbyist hardware, breaking the monoculture.
- The Unix Pipe Card Game
A physical card game teaches kids to combine Unix commands using pipes, with tasks like 'print the most common line'.
- Linux boxes via SSH: suspended when disconected
Shellbox offers Linux VMs via SSH that suspend on disconnect, costing $0.02/hr running and $0.50/month parked, beating Hetzner under 186 hours of use per month.
- I dumped Windows 11 for Linux, and you should too
A personal account argues that switching from Windows 11 to Linux restores computing joy, despite acknowledging setup hurdles and compatibility gaps.
- This game is a single 13 KiB file that runs on Windows, Linux and in the Browser
A developer created a 13 KiB snake game that runs natively on Windows, Linux, and in the browser as a single polyglot file by implementing the game three times.
- Linux is good now
The HN discussion reveals that while Linux desktop has made significant strides in usability and gaming, it still faces compatibility hurdles and a steep learning curve for non-technical users.
- My “job” as family admin or Linux rules the house – bembel.net
A long-time Linux user recounts migrating his family from Windows to Linux over two decades, citing fewer reinstalls and easier remote support as key benefits.
- Assorted less(1) tips
A blog post aggregates numerous tips for the less pager, including multi-file navigation, line filtering, bookmarking, and toggleable options.
- I'm brave enough to say it: Linux is good now, and if you want to feel like you actually own your PC, make 2026 the year of Linux on (your) desktop
After years of frustration with Windows bloat and ads, the author finds modern Linux distros like Bazzite finally easy and pleasant enough to recommend for a 2026 desktop switch.
- Asahi Linux with Sway on the MacBook Air M2 (2024)
A developer shares a smooth experience running Asahi Linux with Sway on a MacBook Air M2, detailing installation and notch customization.
- I can't upgrade to Windows 11, now leave me alone
Windows 10 users with incompatible hardware cannot dismiss the persistent upgrade-to-Windows-11 notification, fueling frustration with Microsoft's approach.
- Google releases its new Google Sans Flex font as open source
Google released its variable brand typeface Google Sans Flex under an open source license, built by typographer David Berlow with multiple variable axes for weight, width, optical size, slant, and rounded terminals.
- Vaxry's Blog
D-Bus is fundamentally flawed due to lenient standards and security issues, prompting Vaxry to create Hyprtavern, a new IPC bus with strict protocols and secure secret storage.
- Using E-Ink tablet as monitor for Linux - alavi.me
Using TigerVNC and AVNC, an Android E-ink tablet can be set up as a low-latency mirror display for a Linux computer, with the main bottleneck being the tablet's refresh rate.
- Chafa: Terminal Graphics for the 21st Century
Chafa is a CLI tool that renders images and animations as high-quality ANSI art and terminal graphics across all popular terminal formats.
- Screenshots from developers: 2002 vs. 2015 (2015)
A 2015 follow-up to a 2002 collection of developer desktop screenshots reveals that many Unix programmers' workspaces remained remarkably consistent over 13 years.
- Ask HN: What open source projects are you grateful for?
In an Ask HN post, commenters list open source projects they are grateful for, such as Linux, Git, Vim, and Python.
- Bazzite: Operating System for Linux gaming
Bazzite is a Fedora-based immutable Linux distro for gaming that offers a console-like experience but faces questions about its longevity versus SteamOS.
Takes
Claude Desktop is now available on Linux (Ubuntu and Debian) in beta. Alongside the browser and terminal, you now get a first-class desktop experience with Claude Code, Claude Cowork, and chat on all paid plans.
@ClaudeDevs
Today, I’m proud to announce Homebrew 6.0.0. Since 5.1.0: secure tap trusting, faster JSON API, Linux sandboxing, better defaults, brew bundle improvements, improved performance, initial macOS Golden Gate support. https://brew.sh/2026/06/11/homebrew-6.0.0/
@MikeMcQuaid
One of my personal favorite features announced at WWDC will I suspect be a sleeper hit: container machines, allowing your Mac to run a lightweight, persistent Linux environment with your home directory and repos automatically mounted: https://github.com/apple/container/blob/main/docs/container-machine.md
@timsneath
I’m a huge Anders fanboy. Turbo Pascal and Delphi was my home for many years. C# thanks to @migueldeicaza was my secret love when I was diving into Linux and TypeScript is what made JavaScript enjoyable for me.
@mitsuhiko
i use handy on linux and this on mac https://hex.kitlangton.com/
@thdxr
So @brave just launched Brave Origin, a bare-bones, privacy-first browser without any ads, AI, or web3. It's $60. Unless you're on Linux, in which case it's free. Pic related (arch btw)
@o7laurence
@jorgemanru @OmarchyLinux Same journey I had. https://www.ssp.sh/blog/macbook-to-arch-linux-omarchy/
@sspaeti
Omarchy 3.4.1 is out with Hyprland 0.54 and its new niri-like scrolling layout. It's even configurable on a per-workspace basis, so you can stick with dwindle for your main spaces that you keep neat, then go messy on others. Enjoy! https://t.co/GF3T8n0C01 pic.twitter.com/YKhcQtpOwf
@dhh
https://t.co/3LIc7M8bHDI'm on CachyOS
@theo
The Niri window manager feels like exactly what I was looking for. Holy shit this is good. https://t.co/d6TSRtWbT9 pic.twitter.com/BCMjhfNMK9
@theo
AI is such an incredible boost to Linux accessibility. Omarchy is a product of this. Good chance I would have given up without. https://t.co/wGGKvfucBH
@dhh
I love Aether, but I love the terminal even more.Here's Peachy.Omarchy is the first-class citizen for theming. However, it has full support for all kinds of distros. It even supports macOS.Started playing Arc Raiders during the Holidays, so a new theme had to be made. pic.twitter.com/SqqY1Ij6LK
@iamdothash
Your Linux apps don't have to be ugly 😎 Here's a preview of SQL Studio running on Fedora 🔥 For more info & a waitlist visit: https://t.co/kHFXhhtr5M pic.twitter.com/awbNjF8r2x
@Antfroze
sources:LKML:https://t.co/zXFMSvHyzaLinus Tech Tips video:https://t.co/edZF8A3udo
@kineyDE