frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Vulnerability reports are not special anymore

https://words.filippo.io/vuln-reports/
68•goranmoomin•2h ago•13 comments

Jerry's Map

http://www.jerrysmap.com/the-map
334•turtleyacht•7h ago•48 comments

A man was gifted his dream car by Kevin Mitnick, who he helped put in prison

https://www.thedrive.com/news/this-man-was-gifted-his-dream-car-by-the-notorious-hacker-he-put-in...
70•mauvehaus•1d ago•26 comments

FUTO Swipe – A new swipe typing model

https://swipe.futo.tech/
282•futohq•8h ago•87 comments

Printing Gaussian Splats

https://www.patreon.com/DanyBittel/posts/printing-splats-161333338
177•ilnmtlbnm•2d ago•16 comments

Usbliter8: an A12/A13 SecureROM Exploit

https://ps.tc/pages/blog-usbliter8.html
67•givinguflac•5d ago•16 comments

Swift Package Index joins Apple

https://swiftpackageindex.com/blog/swift-package-index-joins-apple
172•JDevlieghere•8h ago•52 comments

In memory of the man who put red and green squiggles under words

https://devblogs.microsoft.com/oldnewthing/20260622-00/?p=112451
152•saikatsg•7h ago•15 comments

Extreme Heat conference cancelled due to extreme heat warning

https://www.lse.ac.uk/granthaminstitute/events/extreme-heat-improving-governance-and-strengthenin...
141•rendx•2h ago•57 comments

Rhombus Language 1.0

https://blog.racket-lang.org/2026/06/rhombus-v1.0.html
75•Decabytes•1d ago•8 comments

Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX

https://tikz.dev/editor/
330•DominikPeters•11h ago•62 comments

Show HN: Y – A malleable coding-agent desktop app built with Electron

https://github.com/y-times-y/y
14•HetPatel106•1h ago•10 comments

The worthlessness of Vitamin D is mildly exaggerated

https://dynomight.net/vitamin-d/
208•surprisetalk•9h ago•152 comments

The Coming Loop

https://lucumr.pocoo.org/2026/6/23/the-coming-loop/
326•ingve•14h ago•231 comments

I can haz smoller NixOS ISOs?

https://natkr.com/2026-06-19-nixos-but-smol/
22•logickkk1•4d ago•6 comments

Meta Pauses Employee-Tracking Program Following Internal Data Leak

https://www.wired.com/story/meta-pauses-employee-tracking-program-following-internal-security-bre...
39•1vuio0pswjnm7•1h ago•2 comments

Inventing the Future, One Lisp Machine at a Time

https://www.patrickdomanico.com/bpm/2026/06/16/inventing-the-future-one-lisp-machine-at-a-time/
73•pamoroso•1d ago•4 comments

QSOE: QNX-inspired OS with dual-kernel architecture

https://qsoe-dev.blogspot.com/2026/06/qsoe-project-v01-is-released.html
27•ymz5•1d ago•8 comments

Unlimited OCR: One-shot long-horizon parsing

https://github.com/baidu/Unlimited-OCR
441•ingve•14h ago•101 comments

F* file system – file search that reads SSD directly bypassing OS kernel

https://github.com/dmtrKovalenko/ffs
38•neogoose•2d ago•31 comments

Wolves are reconquering Europe. Can people learn to live with them?

https://www.science.org/content/article/wolves-are-reconquering-europe-can-people-learn-live-them
43•stared•1d ago•38 comments

Millimeter wave technology drills 100 meters into granite

https://www.thinkgeoenergy.com/quaise-energy-achieves-100-meters-of-drilling-using-millimeter-wav...
95•Jimmc414•3d ago•22 comments

Five monitors on a Commodore 128 [video]

https://www.youtube.com/watch?v=ul5hC3PY1Yg
107•EvanAnderson•1d ago•20 comments

The Low-Tech AI of Elden Ring

https://nega.tv/posts/low-tech-ai-of-elden-ring.html
108•g0xA52A2A•14h ago•55 comments

Dirty Little Zine – a tool for making an 8 page printable Zine

https://dirtylittlezine.com/
61•cianmm•3d ago•3 comments

Don't verify email addresses by sending spam to them

https://milek7.pl/mailverifyspam/
144•garaetjjte•5h ago•46 comments

Fired by Google for creating the Google workspace CLI

https://twitter.com/JPoehnelt/status/2069482265953087602
292•justinwp•7h ago•190 comments

Samsung demonstrates 3D stacked FETs with triple nanosheet channels at 42nm

https://semiconductor.samsung.com/news-events/tech-blog/from-gaa-to-3d-stacked-fet-expanding-the-...
97•its_ajseven•4d ago•31 comments

Trains halted across Germany because of communication system problem

https://apnews.com/article/germany-trains-halted-communications-radio-problem-deutsche-bahn-e8fd9...
142•sva_•4h ago•140 comments

Show HN: FastUbu – An Ultrafast Video Archive

https://fastubu.com/
12•lukeigel•1d ago•0 comments
Open in hackernews

I can haz smoller NixOS ISOs?

https://natkr.com/2026-06-19-nixos-but-smol/
21•logickkk1•4d ago

Comments

lordkrandel•3d ago
Hey, thanks, nice adventure! I will have a look. I'm trying to ditch Arch for NixOS and I'm starting from Distrobox probably. Super useful!
craftkiller•2d ago
That's how I manage all of my virtual machines: building an ISO from a NixOS config and booting it as a virtual machine. I'm going to take some time to see what bits of this I can copy to slim down my ISOs.

One additional benefit: I build all my software from source (by disabling the nix cache) so stripping out these extra programs will not only slim down my ISOs but it will also reduce the build time.

khuedoan•2d ago
Curious bout your use case for building all software from source, is it because you're worried about the supply chain since nixpkgs builds don't have reproducibility guarantee?
craftkiller•2d ago
I was already building the vast majority of it from source because I enable CPU optimizations for the specific microarchitecture in the machine (nixpkgs.hostPlatform.gcc.arch and nixpkgs.hostPlatform.gcc.tune), so once I learned about the risk of supply chain attack on the nix cache, disabling it entirely was a pretty small change.

So far, I'd say the biggest negative (aside from the build times that I was already experiencing due to the optimizations) is that GNU savannah will temporarily IP ban you when you download too much from them. For example, building the grub that is used for the ISOs downloads like 70+ patches from GNU Savannah which frequently triggers the IP ban.

nylonstrung•2d ago
https://sidhion.com/blog/nixos_server_issues/

Here's another good article on the topic

It's unfortunate that Perl and Python are core deps, as well as Bash

arikrahman•1h ago
What's most amazing is how easy it is to switch kernels on NixOS as this article touched on. This prompted me to switch to Cachy kernels, and after some caching delay (apparently need to switch once before caches set) I was able to take advantage of a completely different OS's core strength. Truly the one OS to rule them all.