<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News - New Comments: &#34;linux&#34;</title><link>https://news.ycombinator.com/newcomments</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 19:14:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/newcomments?q=linux" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 0cf8612b2e1e in "Fox to buy Roku"]]></title><description><![CDATA[
<p>Can you clarify the DRM comment? Do streaming services not work or they get downscaled to some garbage resolution?<p>I am looking for options and being able to sideload is attractive, but if the experience is no different than a homemade Linux HTPC, I can save the cash.</p>
]]></description><pubDate>Mon, 15 Jun 2026 19:11:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545706</link><dc:creator>0cf8612b2e1e</dc:creator><comments>https://news.ycombinator.com/item?id=48545706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545706</guid></item><item><title><![CDATA[New comment by jacobgold in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>In my last role I spent a year building an agentic coding platform used by hundreds of thousands of people. Along the way I tried building a hosting service on OpenClaw, and also ran Hermes myself for a while. Both projects have some great feature ideas, but when I tried to use them for real work they failed more often than not, and their security models worried me. I just couldn't see either one becoming something I'd trust enough for myself/friends/family. After a lot of exploration I realized that what I really wanted all along was to create automations using the coding agent I already work in every day. It turned out coding agents were the best tool for automating anything, not just code, as long as they had the right environment and tools to work with.
I also spent 20 years leading Linux infrastructure and distributed systems teams. Anyone who's written service daemons knows that most of what we think of as "always on" is really just wake up, do some work, and go back to sleep, which is an efficient pattern to use and reason about. Cron has worked this way for decades.<p>So I built Clor, a CLI that lets your coding agent create "claws", which are background agents that automate anything on a schedule and run on your laptop, Mac mini, or a VM.<p><a href="https://clor.com" rel="nofollow">https://clor.com</a><p>A claw can be defined and shared as a single CLAW.md file, which contains a bit of metadata (name, schedule, personality, etc.) and one or more ordered tasks. Each task is a real agent run with full tool use, or a plain bash step. Anything you can ask your agent to do once, a claw can do repeatedly. One of my claws tidies my inbox every few minutes, labeling obvious spam, rescuing legit email that got mislabeled, and starring threads I owe a reply to, etc. It's way smarter than Gmail's filters because it actually reads my mail instead of just matching rules.<p>So also working on CLAW.md <a href="https://clor.com/blog/claws-md-open-format-for-agentic-cron-jobs" rel="nofollow">https://clor.com/blog/claws-md-open-format-for-agentic-cron-...</a><p>Installing is the usual command on Linux/macOS in the terminal: curl -fsSL <a href="https://clor.com/install.sh" rel="nofollow">https://clor.com/install.sh</a> | bash. That will set up the CLI, a small scheduling daemon, and a skill that you can run from your agent, /claws in Claude Code or $claws in Codex.</p>
]]></description><pubDate>Mon, 15 Jun 2026 19:06:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545647</link><dc:creator>jacobgold</dc:creator><comments>https://news.ycombinator.com/item?id=48545647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545647</guid></item><item><title><![CDATA[New comment by rolph in "Windows 11 users are tired of MS account requirements creeping into everything"]]></title><description><![CDATA[
<p>gift links for you:<p><a href="https://linuxvox.com/blog/linux-os-that-looks-like-windows/" rel="nofollow">https://linuxvox.com/blog/linux-os-that-looks-like-windows/</a><p><a href="https://fosspost.org/make-linux-look-like-windows/" rel="nofollow">https://fosspost.org/make-linux-look-like-windows/</a><p><a href="https://www.howtogeek.com/how-to-make-linux-look-like-windows-10/" rel="nofollow">https://www.howtogeek.com/how-to-make-linux-look-like-window...</a><p><a href="https://www.xda-developers.com/4-ways-to-make-any-linux-distro-feel-more-like-windows/" rel="nofollow">https://www.xda-developers.com/4-ways-to-make-any-linux-dist...</a></p>
]]></description><pubDate>Mon, 15 Jun 2026 18:59:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545562</link><dc:creator>rolph</dc:creator><comments>https://news.ycombinator.com/item?id=48545562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545562</guid></item><item><title><![CDATA[New comment by flohofwoe in "Ported my C game to WASM, here's every bug that I hit"]]></title><description><![CDATA[
<p>> I had no idea WASM is 32bit until I read your article!<p>WASM(32) is a hybrid 32/64 bit architecture. The address range (and thus pointer size) is 32 bits, but it has native 64-bit integers. E.g. it's similar to the Linux x32 ABI.<p>There is also a 'true' 64-bit wasm, but that's still to recent to be used in real-world code:<p><a href="https://caniuse.com/wf-wasm-memory64" rel="nofollow">https://caniuse.com/wf-wasm-memory64</a><p>(but wasm64 doesn't really make sense unless you really need an address space greater than 32 bits, because the downside is slower performance)</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:46:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545403</link><dc:creator>flohofwoe</dc:creator><comments>https://news.ycombinator.com/item?id=48545403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545403</guid></item><item><title><![CDATA[New comment by xhinker2 in "Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?"]]></title><description><![CDATA[
<p>Yes, I have. 
1. Two RTX 3090s in Linux 22.04
2. Running Qwen3.6-27B Q6_K_XL GGUF
3. Using my own harness AZPal, I build myself, also wire it with Hermes Agent, works fine
4. Many times it solve problem that Codex can't solve<p><a href="https://medium.com/p/f237d575e861" rel="nofollow">https://medium.com/p/f237d575e861</a></p>
]]></description><pubDate>Mon, 15 Jun 2026 18:44:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545371</link><dc:creator>xhinker2</dc:creator><comments>https://news.ycombinator.com/item?id=48545371</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545371</guid></item><item><title><![CDATA[New comment by tialaramex in "Memory safety CVEs differ between Rust and C/C++"]]></title><description><![CDATA[
<p>A not inconsiderable part of why is that Rust for Linux did the work.<p>When C++ people say they think there should be C++ in Linux, their proposal usually begins by proposing that it "should" be possible to just compile Linux as C++ software. This doesn't work because C isn't just "C++ but old", and they rapidly lose interest.<p>Which of course also feeds into Linus' semi-fair claim that not allowing C++ keeps out the low effort wannabes who would plague such a project. This makes C++ developers very angry, but part of the reason why is that it's true, C++ does attract these people.<p>The Rust for Linux people wrote a lot of code, a lot of documentation, they did Q&As, they worked very hard to actually deliver the idea to the kernel community, it's a totally different approach, it's a lot more work but some people thought it was worth the work.</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:39:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545332</link><dc:creator>tialaramex</dc:creator><comments>https://news.ycombinator.com/item?id=48545332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545332</guid></item><item><title><![CDATA[New comment by Shellban in "Linux 7.1"]]></title><description><![CDATA[
<p>It is a way to block bots, similarly to Cloudflare or Google's captcha. The Arch Linux website uses it.</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:38:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545306</link><dc:creator>Shellban</dc:creator><comments>https://news.ycombinator.com/item?id=48545306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545306</guid></item><item><title><![CDATA[New comment by yjftsjthsd-h in "Boot Naked Linux"]]></title><description><![CDATA[
<p>Oh, clever; I didn't know you could make Linux panic but keep running.</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:35:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545274</link><dc:creator>yjftsjthsd-h</dc:creator><comments>https://news.ycombinator.com/item?id=48545274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545274</guid></item><item><title><![CDATA[New comment by testycool in "Boot Naked Linux"]]></title><description><![CDATA[
<p>"Butt Naked Linux" is how I read it.<p>I know it's off topic. I accept my downvotes.</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:32:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545238</link><dc:creator>testycool</dc:creator><comments>https://news.ycombinator.com/item?id=48545238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545238</guid></item><item><title><![CDATA[New comment by _flux in "TinyWind: A pixel pirate sailing game with real wind physics (380k+ kms sailed)"]]></title><description><![CDATA[
<p>Should there be sound? I think sounds would be essential for this.<p>Running on Linux Firefox.</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:18:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545097</link><dc:creator>_flux</dc:creator><comments>https://news.ycombinator.com/item?id=48545097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545097</guid></item><item><title><![CDATA[New comment by nottorp in "Boot Naked Linux"]]></title><description><![CDATA[
<p>> I found “Building a tiny Linux from scratch” which does most of what I do here but in Rust and a year ago<p>Linux from scratch seems to still be doing fine at: <a href="https://www.linuxfromscratch.org" rel="nofollow">https://www.linuxfromscratch.org</a>. It's going on 27 years now.<p>> yeah, I know, proper C code needs to be scattered with return value checks and sensible reports of errno. I’ve left these out for clarity.<p>Somewhere, a LLM is trained on this code as we speak :)<p>But anyway, it's great that people are still interested in learning this stuff for fun.</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:13:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545032</link><dc:creator>nottorp</dc:creator><comments>https://news.ycombinator.com/item?id=48545032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545032</guid></item><item><title><![CDATA[New comment by yjftsjthsd-h in "Boot Naked Linux"]]></title><description><![CDATA[
<p>> I remember seeing a linux firewall/gateway set up to run with just the kernel, without any userspace at all. Completely unhackable.<p>Do you remember any details that would let me search for it? Because that does sound cool, and even maybe useful; the thought has certainly crossed my mind that a router or VPN box doesn't really get a lot of use out of userspace... Although maybe it's worth keeping for control/configuration/debugging.<p>> To print some text or run a simple program, I belive DOS without a memory manager would be even faster.<p>Or just make your code boot directly. It's not hard to make a .efi, or use 
<a href="https://github.com/jart/cosmopolitan" rel="nofollow">https://github.com/jart/cosmopolitan</a>
to make a binary that runs in many places including bare metal.</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:06:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544946</link><dc:creator>yjftsjthsd-h</dc:creator><comments>https://news.ycombinator.com/item?id=48544946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544946</guid></item><item><title><![CDATA[New comment by jolmg in "Your ePub Is fine"]]></title><description><![CDATA[
<p>What's the battery life like on Kobos running linux? Is it on the order of weeks, days, or hours?</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:03:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544914</link><dc:creator>jolmg</dc:creator><comments>https://news.ycombinator.com/item?id=48544914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544914</guid></item><item><title><![CDATA[New comment by helterskelter in "Boot Naked Linux"]]></title><description><![CDATA[
<p>It's be cool to dual boot with a Linux that has a ~1s boot time, drops you into neovim and lets you save text files to a shared partition.</p>
]]></description><pubDate>Mon, 15 Jun 2026 17:57:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544842</link><dc:creator>helterskelter</dc:creator><comments>https://news.ycombinator.com/item?id=48544842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544842</guid></item><item><title><![CDATA[New comment by ghosty141 in "Memory safety CVEs differ between Rust and C/C++"]]></title><description><![CDATA[
<p>> but Rust is pushing into domains where C and C++ dominated in the past.<p>I think it's also a big sign that the linux kernel adopted rust and not c++. (only for small parts but still)</p>
]]></description><pubDate>Mon, 15 Jun 2026 17:53:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544790</link><dc:creator>ghosty141</dc:creator><comments>https://news.ycombinator.com/item?id=48544790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544790</guid></item><item><title><![CDATA[New comment by dired_fan in "Even more batteries included with Emacs"]]></title><description><![CDATA[
<p>Like you, I've been using emacs (gnu) for decades, and dired is my directory/file manipulation tool, for both linux and windows. I never see a desktop with files/folders or anything like that, it's dired for everything.<p>For example: Just a few minutes ago, in a directory with lots of PDFs, I did:<p>- wdired to rename pdfs to a consistent convention. Did this with the awesome multiple-cursors package, then interactively spell-checked and corrected my renamed pdfs. All within writeable dired :-)<p>- delete several non-pdf files<p>- mark several possible duplicate files and dired-do-shell-command with sha512sum<p>- move several pdfs to another directory 
  (split window and open target dir, mark files to move, one-button move using dired-dwim-target.<p>- mark several pdfs and open with reader app<p>Obviously that's all do-able with a shell or traditional file manager GUI, but dired was a total win here.<p>Multiply that win by a hundred times per week, and that's a quality of life enhancement.</p>
]]></description><pubDate>Mon, 15 Jun 2026 17:49:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544742</link><dc:creator>dired_fan</dc:creator><comments>https://news.ycombinator.com/item?id=48544742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544742</guid></item><item><title><![CDATA[New comment by M95D in "Boot Naked Linux"]]></title><description><![CDATA[
<p>I... fail to see the point of running just one process.<p>If it's just a PoC, then:<p>1) I remember seeing a linux firewall/gateway set up to run with just the kernel, without any userspace at all. Completely unhackable.<p>2) To print some text or run a simple program, I belive DOS without a memory manager would be even faster.<p>3) It takes 1s to boot linux, but an ordinary PC takes 10s to get to that linux. Even U-boot on ARM takes some seconds to load a kernel.<p>BTW, if anyone knows any current platform that can XiP a linux kernel, please share.</p>
]]></description><pubDate>Mon, 15 Jun 2026 17:48:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544721</link><dc:creator>M95D</dc:creator><comments>https://news.ycombinator.com/item?id=48544721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544721</guid></item><item><title><![CDATA[New comment by EnigmaCurry in "Show HN: machine0 – Persistent NixOS VMs You Control from the CLI"]]></title><description><![CDATA[
<p>I'm happy to see this, and I have lots of thoughts about this. Building declarative services on Nix is a far superior way of distributing Linux to VMs than most any other way I've tried. I am working [1] on very similar things, but I've been leaning more on the self-hosted path, my VM template targets libvirt and Proxmox VE with a single CLI api. I even have an experimental branch that targets DigitalOcean. For VMs especially, I want my OS to be immutable. My VMs should contain no state other than my application state. Upgrades should be a full image replacement and reboot.<p>So in my template, I have created the VMs with two disks: first one is for NixOS and is built from an image, and it is read-only. The second is mounted to /var and is used for all system configuration as well as application state. If I have multiple VMs, they can all share the same base image (thin provisioned). That's the mode that I want for my deployments of services, immutable and as stateless as possible. For agent use, its different, you actually want a mutable NixOS root so that the agent can do what it wants.<p>I built three modes: immutable, semi-mutable, and mutable. mutable removes the read-only lock on the root, and just lets you manage the VM as a pet. semi-mutable adds an ephemeral overlayfs that gets wiped the next time you upgrade the base image. So that gives you kind of the best of both worlds: an immutable read-only base image and the ability to "nix profile add" whatever you (or your agent) wants, but with the contract that these imperatively installed things will disappear the next time you upgrade. Are you planning on adding a LICENSE to your machine0-nixos repo?<p>[1] <a href="https://github.com/EnigmaCurry/nixos-vm-template" rel="nofollow">https://github.com/EnigmaCurry/nixos-vm-template</a></p>
]]></description><pubDate>Mon, 15 Jun 2026 17:47:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544704</link><dc:creator>EnigmaCurry</dc:creator><comments>https://news.ycombinator.com/item?id=48544704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544704</guid></item><item><title><![CDATA[New comment by timeinput in "Fox to buy Roku"]]></title><description><![CDATA[
<p>At this point if I'm dealing with that level of hassle I'm much happier running linux on a computer. The value add of these devices was plug and play, and if it's not that why bother.</p>
]]></description><pubDate>Mon, 15 Jun 2026 17:40:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544626</link><dc:creator>timeinput</dc:creator><comments>https://news.ycombinator.com/item?id=48544626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544626</guid></item><item><title><![CDATA[New comment by megous in "Boot Naked Linux"]]></title><description><![CDATA[
<p>You may also want to build and run busybox for your tiny userspace.<p>Other things you may want to experiment with is gen_init_cpio.c from linux kernel tree. It makes creating initramfs file structure easier from scripts.<p>And finally if sys/isolinux is also fun to use for minimal boot images.</p>
]]></description><pubDate>Mon, 15 Jun 2026 17:36:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544552</link><dc:creator>megous</dc:creator><comments>https://news.ycombinator.com/item?id=48544552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544552</guid></item></channel></rss>