frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

F5 patches BIG-IP APM zero-day flaw exploited in RCE attacks

https://www.bleepingcomputer.com/news/security/f5-warns-of-big-ip-apm-remote-code-execution-zero-...
1•sbulaev•8m ago•0 comments

OpenGym, A self-hosted gym and body-weight tracker (AGPL)

https://github.com/DuarteSantos8/openGym
1•duarteSantos•10m ago•0 comments

Z80 REPL

https://abagames.github.io/z80-repl/index.html
1•adunk•11m ago•0 comments

The Download: why AI's latest breakthroughs and fears may be more hype than rea

https://www.technologyreview.com/2026/09/22/1144910/the-download-dont-believe-ai-hype/
4•joozio•14m ago•0 comments

Memristive Singular Value Decomposition

https://www.nature.com/articles/s41467-026-76272-2
1•bookofjoe•15m ago•0 comments

Blood Transfusion: Jehovah's Witnesses revise medical guidelines

https://gazettengr.com/blood-transfusion-jehovahs-witnesses-revise-medical-guidelines/
1•nephihaha•16m ago•0 comments

Rust Allocator API Stabilized

https://github.com/rust-lang/rust/pull/156882
1•Georgelemental•17m ago•0 comments

Llama.cpp Under the Hood

https://www.cppdepend.com/blog/llama-cpp-under-the-hood/
1•cppfirst•19m ago•0 comments

The darker side of being a doctor

https://drericlevi.pages.dev/the-darker-side-of-being-a-doctor/
18•Danhale93•21m ago•1 comments

Show HN: I made my own scripting language for my game engine

https://github.com/ArcadeMakerSources/ArcadeMaker/tree/master
1•themondayguy•23m ago•0 comments

Ask HN: Do you think we'll ever have local models of Fable level?

2•Nair0•23m ago•0 comments

Anthropic-linked CVEs pile up, attackers mostly shrug

https://www.theregister.com/security/2026/09/21/anthropic-linked-cves-pile-up-attackers-mostly-sh...
1•vismit2000•23m ago•0 comments

Code Genome Project

https://codegenomeproject.org/
3•mihau•24m ago•0 comments

Solar Aquagrid

https://www.solaraquagrid.com
1•blondie9x•26m ago•0 comments

Solitaire Alone Together making solitaire a little social

https://eieio.games/blog/solitaire-alone-together/
1•Bluestein•27m ago•0 comments

Ask HN: Jev - Anyone built anything useful for day to day work with Jev?

1•sankalpdomore•28m ago•0 comments

Apple Intelligence uses up to 30GB+ on macOS 27

https://www.macrumors.com/2026/09/23/apple-intelligence-30gb-some-macs-macos-27/
1•tosh•30m ago•1 comments

Show HN: A game where a bell goes techno

https://www.technobell.run/?r=hn
1•dejv_cz1•32m ago•1 comments

Manycore Processor

https://en.wikipedia.org/wiki/Manycore_processor
3•peter_d_sherman•34m ago•1 comments

2015 Office of Personnel Management data breach

https://en.wikipedia.org/wiki/2015_Office_of_Personnel_Management_data_breach
1•chistev•34m ago•0 comments

Ask HN: How do you handle sensitive data in distributed systems?

1•Securelytixdev•38m ago•0 comments

The Booker Prize 2026

https://thebookerprizes.com/the-booker-library/prize-years/2026
1•downbad_•39m ago•0 comments

GPT-6 Astra has made a major breakthrough in the Goldbach Conjecture

https://twitter.com/captain_sude/status/2100277626120163664
4•nsoonhui•39m ago•0 comments

Better prompt caching for GPT-6

https://openai.com/index/better-prompt-caching-for-gpt-6/
1•theanonymousone•40m ago•0 comments

A thread of early explorations with Claude Opus 5.5

https://twitter.com/claudeai/status/2102471866635919731
1•tzury•42m ago•0 comments

Next.js 16.3.6 fixes critical ImageResponse RCE (CVE-2026-94545)

https://nextjs.org/blog/nextjs-security-update-september-22-2026
2•joshcsimmons•42m ago•1 comments

Show HN: Magic Jev Ball

https://jevball.rorz.io/
1•sarreph•43m ago•0 comments

Show HN: Sniffslop – browser extension to classify text using Jev

https://github.com/kmcheung12/sniffslop/
1•a_c•43m ago•0 comments

Googlebook is here and ready for pre-order

https://blog.google/products-and-platforms/devices/googlebook/pre-order-googlebook/
3•mikece•43m ago•0 comments

Bonsai 2 27B

https://huggingface.co/prism-ml/Ternary-Bonsai-2-27B-gguf
2•tosh•47m ago•0 comments
Open in hackernews

Show HN: GoNix – A Unix with a Go Userspace

https://gonix.dev/
3•prologic•56m ago
A UNIX-like operating system on the Linux kernel, with the userspace — init, coreutils, networking, services and SSH — written mostly in Go.

Comments

prologic•52m ago
Hey folks

This is something I had been working on for a while now (few years, even before things like Claude/Codex were considered "mainstream").

It's basically a Linx from Scratch (LFS), with a twist. Every part of the system (except the Linux kernel itself of course) is written entirely in Go. I've done similar things in the past with what GoNix is derived from, called uLinux, and some shell-script based LFS (but widely different then the book).

Anyway, GoNix is pretty neat (IMO), it runs https://gonix.dev itself! And it boots in roughly ~20ms in Vultr Cloud where I run the site from. I'm also using GoNix as the base OS for an appliance I'm building with OTA and A/B updates. So this isn't just a toy, it's quite serious really.

Target market/use-case is appliances and use-cases where you need a system to be quite small and quite fast to boot-up, e.g: Ephemeral CI/CD runners.