frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Making budget models punch above their weight with a smart Rust harness

https://yogthos.net/posts/2026-06-08-dirge-code.html
1•theanonymousone•29s ago•0 comments

Show HN: A small, crazy fast hybrid search engine written in Rust

https://github.com/deepbluedynamics/lume
1•kordlessagain•1m ago•1 comments

Why AI Is Incorrigibly Didactic

https://www.theatlantic.com/ideas/2026/06/ai-writing-style-literature/687536/
1•Michelangelo11•1m ago•0 comments

Third time's the charm for a row of faint galaxies without dark matter

https://news.yale.edu/2026/06/16/third-times-charm-row-faint-galaxies-without-dark-matter
1•gmays•1m ago•0 comments

Wiki Spy

https://neal.fun/wiki-spy/
1•irs•1m ago•0 comments

Pnpm temp paths broke lifecycle sockets

https://github.com/pnpm/pnpm/pull/12327
1•scarabsystems•3m ago•0 comments

Developers React to AI-Scented Blog Posts

https://writethatblog.substack.com/p/dev-reaction-to-ai-blog-posts
1•birdculture•3m ago•0 comments

Show HN: SDK for embedding zot coding agent in your Node.js applications

https://github.com/patriceckhart/zot-sdk-javascript
4•patriceckhart•4m ago•0 comments

Commodore Unveils Linux Powered Flip Phone

https://hackaday.com/2026/06/18/commodore-unveils-linux-powered-flip-phone/
1•kristianpaul•4m ago•0 comments

Apple's A12 and A13 Chips Facing New Unpatchable Exploit

https://www.macrumors.com/2026/06/18/a12-and-a13-chips-facing-exploit/
1•latexr•4m ago•0 comments

Is it time for a new Embedded Linux build system?

https://yoebuild.org/blog/time-for-a-new-build-system/
1•cbrake•5m ago•0 comments

Europe Scales Down AI Ambitions with Smaller Data Center Tender

https://www.bloomberg.com/news/articles/2026-06-18/europe-scales-down-ai-ambitions-with-smaller-d...
1•alecco•5m ago•1 comments

Show HN: Foglamp – Open-source o11y for AI SDK

https://www.foglamp.dev/
1•gustavofior•6m ago•0 comments

The founder of Craigslist has given away half a billion dollars

https://www.independent.co.uk/us/money/craigslist-multimillionaire-craig-newmark-b2980681.html
2•Tomte•7m ago•0 comments

Project Fetch: Phase Two

https://www.anthropic.com/research/project-fetch-phase-two
2•meetpateltech•7m ago•0 comments

Tech CEOs are breaking the law

https://kiesow.net/tech-ceos-are-breaking-the-law/
2•speckx•7m ago•0 comments

Show HN: Kelora – query and transform logs from the command line

https://github.com/dloss/kelora
1•dloss•7m ago•0 comments

Hotshot – tool to make screenshot –> Claude/copilot/goose faster

https://github.com/kubestellar/hotshot
1•andan02•8m ago•1 comments

ClojureWasm is a Clojure runtime written from scratch in Zig and Clojure, no JVM

https://github.com/clojurewasm/ClojureWasm
1•yogthos•8m ago•0 comments

Brexit tore apart European science – now the research rifts are healing

https://www.nature.com/articles/d41586-026-01841-w
1•Brajeshwar•8m ago•0 comments

Leaked Names Expose Billionaire Peter Thiel's 'Dialog' Society

https://bsky.app/profile/crimew.gay/post/3moejlixgvc2z
1•Sam6late•9m ago•1 comments

Show HN: Tamper-evident audit logs for LangChain/Crew AI agents

https://github.com/Providex-AI/rootsign
1•oabolade•9m ago•0 comments

Infrastructure Is the Source of Truth

https://engineeringforteams.substack.com/p/infrastructure-is-the-source-of-truth
1•nickstinemates•10m ago•0 comments

AI data centre would be 'one of Scotland's top polluters' if plans greenlit

https://www.thenational.scot/news/26205897.larbert-ai-data-centre-become-top-10-polluter/
4•pera•12m ago•0 comments

Google just lost one of its biggest AI names to OpenAI

https://www.businessinsider.com/google-veteran-founded-characterai-is-jumping-to-openai-talent-wa...
2•ksec•13m ago•0 comments

Openfoot Manager

https://openfootmanager.com/
3•skibz•14m ago•0 comments

Show HN: electron-expose – Make Electron IPC boring with TypeScript decorators

https://github.com/johnyrokita/electron-expose
2•jskull•17m ago•0 comments

Researchers have uncovered how Russia's nuclear-powered missile works

https://www.npr.org/2026/06/18/nx-s1-5843252/russia-nuclear-powered-missile-burevestnik
2•ck2•17m ago•1 comments

ExportMyMap – Export your Google Maps saved places to any format

https://exportmymap.com
2•AlekseiD•17m ago•0 comments

Securing the Future of AI Agents

https://deepmind.google/blog/securing-the-future-of-ai-agents/
4•falcor84•18m ago•1 comments
Open in hackernews

Benchmarking OpenZFS vs. EXT4 for My NAS

https://heitorpb.github.io/bla/zfs-vs-ext4/
4•hpb42•1h ago

Comments

paffdragon•1h ago
I didn't see in the post, but have you considered also Btrfs if you are on Linux?

Currently, I use Btrfs on Synology, mainly because snapshots and checksums are nice, but I never really did the work to do benchmarks against other FS. In the past my choice was Ext4 or XFS with LUKS/LVM, then Btrfs matured and since then I moved to it. So far I had no issues, but YMMV, some people consider it still not entirely reliable, but I do backups. I'm setting up a FreeBSD server where ZFS was the natural choice, again snapshots, boot environments, native encryption and just maturity/reliability. I haven't considered OpenZFS yet, mainly because my Synology does not support it, but your benchmarks have some interesting numbers, when I'll have again enough money for some new HDDs I may give it a try.

jcalvinowens•24m ago
+1 for btrfs

If a NAS has a 1G or even 2.5G NIC, improving the filesystem performance is a waste of time... the network is the bottleneck. My N100 two-disk btrfs-raid1 NAS hits line rate on a 2.5G NIC, that's all that matters to me.