frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: WebAudio Data-Driven audio engine

https://github.com/mikezaby/blibliki
1•mikezaby•54s ago•0 comments

LLMs Cheat: Modifying Tests and Overloading Operators

https://www.enbao.me/posts/paper-reading-11
1•enbao•1m ago•0 comments

Noah, the Flood, Advertisements

1•van_lizard•1m ago•0 comments

CHIP8 – writing emulator, assembler, example game and VHDL hardware impl

http://blog.dominikrudnik.pl/chip8-emulator-assembler-game-vhdl
1•qikcik•4m ago•0 comments

Show HN: Peer-to-Peer Messaging

https://github.com/buyukakyuz/parlance
1•mesQuery•5m ago•0 comments

Writing simplest HTTP server and blog in C and Lua

http://blog.dominikrudnik.pl/writing-http-server-and-blog-in-c-and-lua
1•qikcik•6m ago•0 comments

Major compute price reduction on Neon

https://neon.com/blog/major-compute-price-reduction-on-neon
1•janpio•8m ago•0 comments

Ask HN: What does "competitive equity" look like in 2025?

1•seattle_spring•8m ago•0 comments

Roof paint blocks 97% of sunlight and pulls water from the air

https://newatlas.com/materials/roof-paint-blocks-sunlight-collects-water/
1•01-_-•9m ago•0 comments

Show HN: Infinite Info (I22.qzz.io)

https://i22.qzz.io
1•-i•9m ago•0 comments

FOSDEM Without a PostgreSQL Devroom?

https://fosdem.org/2026/news/2025-10-31-devrooms-announced/
1•kouzant•10m ago•0 comments

Gullible bots struggle to distinguish between facts and beliefs

https://www.theregister.com/2025/11/03/llms_struggle_to_distinguish_facts_beliefs/
2•01-_-•10m ago•0 comments

CIA World Facebook: Taiwan

https://www.cia.gov/the-world-factbook/countries/taiwan/
1•737min•10m ago•0 comments

Intuitive Math Visualizations

https://acegikmo.com/mathvis/index.html
1•gavide•10m ago•0 comments

Qwen3-Max-Thinking Released

https://xcancel.com/Alibaba_Qwen/status/1985347830110970027
2•Alifatisk•11m ago•0 comments

Mining giants must pay tax so Australians don't miss out on minerals boom

https://www.theguardian.com/australia-news/2025/oct/25/mining-giants-must-pay-rent-tax-critical-m...
1•PaulHoule•13m ago•0 comments

Microsoft AI chief says only biological beings can be conscious

https://www.cnbc.com/2025/11/02/microsoft-ai-chief-mustafa-suleyman-only-biological-beings-can-be...
1•joak•14m ago•1 comments

Brooks's Law

https://en.wikipedia.org/wiki/Brooks%27s_law
1•choult•15m ago•0 comments

Show HN: AgentML – Deterministic Language for Building Reliable AI Agents (MIT)

https://github.com/agentflare-ai/agentml
3•jeffreyajewett•16m ago•1 comments

Every app is a RL environment

https://sdan.io/blog/training-imperative
1•sdan•17m ago•0 comments

Defeating Pixel Android KASLR by Doing Nothing at All

https://googleprojectzero.blogspot.com/2025/11/defeating-kaslr-by-doing-nothing-at-all.html
1•transpute•18m ago•0 comments

2,400 HP FDNY Super Pumper could extinguish hell itself

https://bangshift.com/bangshiftxl/mack-super-pumper-system-locomotive-engine-powered-pumper-extin...
4•mstngl•20m ago•0 comments

Show HN: I made a static site generator framework to build personal websites

https://github.com/atasoya/nerdfolio
1•ata11ata•22m ago•0 comments

Musk's XChat is Safe as "Bitcoin-style" peer-to-peer encryption?

https://pbxscience.com/xchat-security-analysis-safe-as-bitcoin-style-peer-to-peer-encryption/
1•solomonia•24m ago•0 comments

In Pursuit of Democracy

https://pudding.cool/2025/11/democracy/
3•frizlab•24m ago•0 comments

Repurposing Dodgy Android TV Boxes as Linux Boxes

https://hackaday.com/2025/11/03/repurposing-dodgy-android-tv-boxes-as-linux-boxes/
2•indigodaddy•25m ago•0 comments

Trump says he has 'no idea who' Binance's CZ is after pardoning him

https://www.cnbc.com/2025/11/03/trump-60-minutes-binance-cz-pardon.html
7•SilverElfin•27m ago•1 comments

Machine Language for the Commodore 64 and 128 (2014)

http://blog.hostilefork.com/machine-language-commodore-64-128/
1•indigodaddy•29m ago•0 comments

Predicting Every Block of the 2025 NYC Mayoral Election

https://www.michaellange.nyc/p/predicting-every-block-of-the-2025
1•JustSkyfall•30m ago•0 comments

Finding Signal Through the Noise

https://elijahpotter.dev/articles/finding-signal-through-the-noise
1•chilipepperhott•31m ago•0 comments
Open in hackernews

SmartOS

https://www.tritondatacenter.com/smartos
2•samtheDamned•6h ago

Comments

evanjrowley•5h ago
If I want something designed to boot from a USB stick that runs VMs off of ZFS pools, the only option where this is the "happy path" is SmartOS.

It blows me away that since it's inception, no other hypervisor-focused distributions have arisen to do the same. Yes, you could tailor some minimalistic Linux distro to boot from USB, expose KVM, and store VMs on ZFS, but the plumbing for all of that is the user's burden. It could probably be done elegantly from NixOS, as long as you accept the added complexity of storing and using /nix.

Could it be that only Illumos and FreeBSD users understand the importance of saving your SATA/SAS/NVMe slots for actual workloads instead of booting the host?

mgerdts•5h ago
The other way to look at it is that it’s a waste of RAM to put even a minimal boot disk in RAM. It really depends on which you value more.

The biggest value of this approach is that you are sure that every boot runs the latest OS image. That could be accomplished in other ways.

I say this as the personal opinion of the former engineering lead for the team that maintained SmartOS at Joyent.

samtheDamned•53m ago
It's really nice to see projects outside of the Linux/BSD hegemony still exploring new approaches to the server. I hadn't considered this sort of setup as an option before I discovered SmartOS, but with it in mind it's definitely a convincing proposition.