frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

War has not halted the Gulf's data-centre boom

https://www.economist.com/business/2026/09/10/war-has-not-halted-the-gulfs-data-centre-boom
1•andsoitis•2m ago•0 comments

Better routing, probe fixes, plugin updates in Freenet/Hyphanet 0.7.5 build 1507

https://www.hyphanet.org/freenet-hyphanet-075-build-1507-fix-probe-routing-plugins-and-upkeep.html
1•ArneBab•3m ago•0 comments

Spectrogram – see your music as a moving 3D landscape

https://github.com/nijatburjiyev/spectral-relief
1•nijatburjiyev•4m ago•0 comments

US Military tests quantum sensors for flight navigation without GPS over Pacific

https://www.heise.de/en/news/US-military-tests-quantum-sensors-for-flight-navigation-without-GPS-...
1•marklit•5m ago•0 comments

Docket – Per-commit evidence records for agent-written code

https://github.com/Dillonsmart/docket
2•dillonsmartdev•10m ago•0 comments

How Modern Fascism Works – End Times Fascism – Naomi Klein and Astra Taylor

https://www.youtube.com/watch?v=aK2nLNiFEAQ
1•abathologist•10m ago•0 comments

The Case for Open-Weight Models and Why We Can't Trust Frontier Labs

https://www.provos.org/p/case-for-open-weight-models/
2•wslh•11m ago•0 comments

SecretGate – Hardened, self-hosted NGL alternative

https://github.com/sasiru-mindaka/Secret-Gate
1•sasiru-mindaka•13m ago•0 comments

Misleading Metaphors and Real Risks

https://aiguide.substack.com/p/misleading-metaphors-and-real-risks
2•lacunary•14m ago•0 comments

What's the smallest agent harness that is still architecturally complete?

https://github.com/earthwalker17/MiniDSH
1•earthwalker17•18m ago•0 comments

AI Tools Accelerates Coding, but Not Overall Software Delivery – GitLab Research

https://www.infoq.com/news/2026/06/ai-coding-outpaces-governance/
1•bucket2015•23m ago•0 comments

Dupster – A fast TUI for finding and removing duplicate files

https://github.com/karimz1/dupster
2•karimz1•24m ago•0 comments

Built a walkable 3D library of 200 public domain books

https://libraryafterdark.space/
2•theaijournalope•26m ago•1 comments

Show HN: MorphMove – a game where pieces change after moving

https://morphmove.com/
2•eropatori•27m ago•0 comments

Install iOS 27 today – there's no reason to wait

https://www.cultofmac.com/news/install-ios-27-today-how-to
3•bookofjoe•27m ago•0 comments

Research Paper: Sex, Politics, and Religion

https://nouswise.com/c/add2545d-a281-46a4-8d5c-3f186b85559b
2•kaven1234•27m ago•0 comments

Blockr – See what your Mac is talking to

https://twoplus11.com/blockr/
2•eustoria•29m ago•0 comments

If You Always Enjoy It, You're Not Pushing It Hard Enough–Benn Stancil

https://www.ssp.sh/blog/benn-stancil-on-deadlines-and-storytelling/
2•theanonymousone•29m ago•0 comments

Unwinding the Great Tech Power Grab

https://rebeccawilliams.info/unwinding-the-great-tech-power-grab/
1•eustoria•29m ago•0 comments

The Human Alliance

https://the-human-alliance.org
3•tcorcos•29m ago•1 comments

Ask HN: What if the step to control AI is to control the internet?

3•sourdecor•30m ago•0 comments

The EU wanted to kill the cookie banner, but then Google called

https://tuta.com/blog/why-eu-member-states-and-google-want-to-keep-cookie-banner
3•eustoria•30m ago•0 comments

Rate Your Agent's Memory

1•luvmakin•30m ago•0 comments

Show HN: USSR Unified Shell Script REPL

https://github.com/notlibrary/USSR
1•notlibrary•31m ago•0 comments

The next-generation framework for embedded applications

https://embassy.dev
1•Bluestein•32m ago•0 comments

Making Startups Powerful

https://www.paulgraham.com/powerful.html
2•aaraujo002•35m ago•0 comments

Show HN: Simpleboot and Easyboot

https://gitlab.com/bztsrc/easyboot
1•skrellm•38m ago•0 comments

Public DNS to evade Cloudflare blocking in Spain

https://github.com/Oihalitz/xdp-dns-evadeproxy
1•akyuu•40m ago•0 comments

Garry Tan wants US open-weight AI labs to 'distill' frontier models, too

https://techcrunch.com/2026/09/11/y-combinators-garry-tan-wants-u-s-open-weight-ai-labs-to-distil...
13•TheJCDenton•42m ago•3 comments

Practical Agentic RAG patterns implemented with LangGraph

https://github.com/ChandulaSenevirathna/Agentic_RAG
4•lokizzz•43m ago•0 comments
Open in hackernews

Show HN: Simpleboot and Easyboot

https://gitlab.com/bztsrc/easyboot
1•skrellm•38m ago
These are FLOSS boot loaders and disk utilities which follow the suckless philosophy (https://suckless.org/philosophy/). Despite being totally dependency-free, they come with a fully featured single command to create bootable disk images out of a directory (utility is available on Windows, Linux and other POSIX systems). Usage is as simple as it gets.

There are two repositories, depending on the desired use case:

Simpleboot is the little brother, an embeddable boot loader: https://gitlab.com/bztsrc/simpleboot

- multiplatform (BIOS, UEFI, RPi, coreboot)

- very small (less than 64k), single binary

- also flashable into ROM (option ROM, expansion ROM, coreboot payload, etc.)

- easy to configure (single config file, checked for validity by the disk creator utility)

- one backup boot option

- capable to boot Linux and simplified Multiboot2 kernels (see below)

Easyboot is the big brother, an interactive boot manager: https://gitlab.com/bztsrc/easyboot

- multiplatform (BIOS, UEFI, RPi)

- interactive boot menu for dual booting multiple OSes

- easy to configure (similar syntax as GRUB's, but much simpler)

- up to 9 boot options

- transparent payload decompression

- on-the-fly, transparent DSDT and DTB patching

- plugin system to support multiple file systems and boot protocols

- supports FAT12/16/32, exFAT, NTFS (v3, v3.1), ext2/3/4, XFS (SGI), UFS (v2, v4.4), mfs (Minix3), BeFS (Haiku), plus any root file system (zfs, btrfs, etc.) provided the kernel is on the ESP

- supports booting Linux, Windows, OpenBSD, FreeBSD, FreeDOS, ReactOS, MenuetOS, KolibriOS, SerenityOS, Haiku, Multiboot1, Multiboot2 (in PE/COFF, ELF, a.out, etc. formats)

- comes with a (very minimal but useful) kernel debugger that works on real machines too

Full disclosure: forking Simpleboot into Easyboot was sponsored by The Free Software Foundation Hungary (https://fsf.hu/nevjegy), created in appliance of FSF.hu's Free Software Tender 2023.

Their default "simplified Multiboot2 protocol" is an easier to use superset of the GRUB's Multiboot2 protocol. This protocol handles native 64 bit kernels (no 32-bit trampoline code), programming language and ABI agnostic (works with native C, C++, Rust, Go, Ada, Pascal, etc. kernels, no Assembly preambule needed), supports transparent higher-half mapping, not tied to x86, and has SMP support too (running the kernel on all CPU cores), passes EDID and kernel segmentation information (not in GRUB), etc. etc. etc. An example kernel is provided in the repo: https://gitlab.com/bztsrc/simpleboot/-/tree/main/example

If needed, there's an Easyboot plugin to support the old-fashioned, x86-only, GRUB-compatible Multiboot2 protocol (embedded tags, 32-bit entry point, no higher-half, GRUB ABI).

Documentation and detailed specification is available in German, English, Spanish, French, Hungarian, Italian, Japanese, Dutch, Polish, Portuguese, Russian and Chinese (some machine translated, sorry).

I would really love to hear your opinion and constructive criticism. Simpleboot is feature complete (only bugfix allowed), but Easyboot is expandable with new features via plugins.