frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Writing by hand is good for your brain

https://nealstephenson.substack.com/p/writing-by-hand-is-good-for-your
433•dwwoelfel•3h ago•197 comments

What happened to TheNumbers.com

https://stephenfollows.com/p/what-just-happened-to-thenumberscom-should-worry-us-all
61•nickthegreek•58m ago•7 comments

Software rendering in 500 lines of bare C++

https://haqr.eu/tinyrenderer/
132•mpweiher•3h ago•24 comments

Startup founders urge U.S. government not to shut off Chinese open weight AI

https://www.politico.com/news/2026/07/22/startup-founders-urge-trump-not-to-shut-off-chinese-open...
331•theanonymousone•2h ago•332 comments

Astronomers may have found the first exomoon

https://www.eso.org/public/news/eso2610/
141•MarcoDewey•3h ago•51 comments

Learn OpenGL, extensive tutorial resource for learning Modern OpenGL

https://learnopengl.com/
82•ibobev•2h ago•45 comments

Launch HN: Screenpipe (YC S26) – Power your agents by your 24/7 screen recording

20•louis030195•1h ago•11 comments

JEP 540: Simple JSON API (Now in Incubator)

https://openjdk.org/jeps/540
39•theanonymousone•1h ago•23 comments

Why Software Factories Fail (or: harness engineering is not enough)

https://github.com/humanlayer/advanced-context-engineering-for-coding-agents/blob/main/wsff.md
23•dhorthy•2h ago•3 comments

Hybrid-Electric Aicraft Engine Targeting 30% Fuel Efficiency

https://www.rtx.com/news/news-center/2026/07/21/rtxs-pratt-whitney-canada-advances-hybrid-electri...
50•r2sk5t•3h ago•32 comments

Free way to get your data out of ChatGPT Business accounts

https://github.com/Conradqh/scrapemychats
39•conradqh•2h ago•3 comments

Learn WebGPU for C++

https://eliemichel.github.io/LearnWebGPU/
34•ibobev•2h ago•5 comments

Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agents

https://github.com/onecli/onecli
20•Jonathanfishner•2h ago•11 comments

Show HN: Palmier Pro – open-source macOS video editor built for AI

https://github.com/palmier-io/palmier-pro
21•harrisontin•2h ago•6 comments

AI Companies Are Trying to Hide a Staggering Amount of Debt

https://futurism.com/artificial-intelligence/ai-companies-hide-debt-off-balance-sheet
378•technewssss•4h ago•172 comments

Show HN: Remux – an open-source tmux workspace designed for iPhone

https://github.com/h3nock/remux
44•bitwise42•3h ago•13 comments

Encryption and Globalization 15 Years Later: E2EE and the "Going Dark" Debate

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6959699
30•iamnothere•2h ago•10 comments

The arguments against open source AI are bad

https://tombedor.dev/arguments-against-open-source-ai-are-very-bad/
22•jjfoooo4•1h ago•3 comments

OpenStreetMap: Admin_level for All Countries

https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative#Table_:_Admin_level_for_all_cou...
58•ivanjermakov•4d ago•9 comments

You can now run same OCI images as containers or Firecracker microVMs

https://github.com/pullrun/pullrun
33•pullrun•3h ago•10 comments

Show HN: Whetuu – a zero-config cross-shell prompt written in Zig

https://yamafaktory.github.io/whetuu/
28•yamafaktory•3h ago•10 comments

Emacs Is a Lispboard

https://en.andros.dev/blog/06bfd107/emacs-is-a-lispboard/
33•andros•3h ago•9 comments

What happens when the information runs out

https://blog.jimgrey.net/2026/06/30/what-happens-when-the-information-runs-out/
33•mooreds•4h ago•10 comments

Floating Companion: Exploring Design Space for Soft Floating Robots in Indoor

https://dl.acm.org/doi/10.1145/3800645.3813051
10•hopelessluca•1w ago•3 comments

Scanning for Pangram Errors

https://veryfineprint.substack.com/p/scanning-for-pangram-errors
60•jsnell•6d ago•35 comments

OpenAI’s accidental attack against Hugging Face is science fiction that happened

https://simonwillison.net/2026/Jul/22/openai-cyberattack/
243•abhisek•16h ago•206 comments

Fields Medals 2026

https://www.mathunion.org/imu-awards/fields-medal/fields-medals-2026
35•nill0•3h ago•8 comments

Brow6el: A full-featured web browser for the terminal using Chromium

https://tangled.org/janantos.tngl.sh/brow6el
30•nerdypepper•3h ago•9 comments

The Unity CLI: manage Unity from your terminal

https://unity.com/blog/meet-the-unity-cli
75•nateb2022•2d ago•22 comments

Show HN: macOS menu-bar manager for SSH port forwards

https://github.com/lx2026/RelayBar
25•linxy97•3h ago•3 comments
Open in hackernews

You can now run same OCI images as containers or Firecracker microVMs

https://github.com/pullrun/pullrun
33•pullrun•3h ago

Comments

ranger_danger•2h ago
Where does the microvm kernel/initrd come from? How can it be built?

I just want a system that's as easy as "docker run ubuntu" but launches as a microvm instead, without me having to source a kernel or remember hugenormously long qemu incantation lines.

liquid64•1h ago
The kernel/initrd come from a regular OCI container image — there's no separate VM image format. Any OCI image containing /boot/vmlinux (and optionally /boot/initramfs.cpio.gz) works as a kernel image.
spwa4•1h ago
And if they don't have a kernel? You just specify kernel + initrd?
yakimbo90•54m ago
you don't have to source one manually — pullrun kernel install fetches a kata containers kernel into ~/.pullrun/kernels/vmlinux-<version>. One-time setup, then the daemon auto-discovers it.
moondev•27m ago
If you run an ubuntu image with a kata kernel, do you have difficulty installing some packages? For example if you need linux-headers-$(uname -r) or linux-modules-extra-$(uname -r), it won't exist in canonical apt repos?
ktm5j•2m ago
Why on earth would a container image have a kernel and initrd?
thepoet•30m ago
We will be soon including this in Tarit, a firecracker alternative https://github.com/instavm/tarit

Currently we have to supply a kernel to run the OCI as a microVM with a warm pool.

  TARIT_KERNEL=/path/vmlinux

  taritd image build --oci ubuntu:24.04 --name ubuntu
  taritd vm create --image ubuntu
jtbaker•11m ago
I think `smolvm` may fit the bill? I've been using it to run pi.dev in a sandbox.

https://smolmachines.com/

vaylian•31m ago
Sweet. I had hoped for someone to make a p2p container registry eventually. There is too much centralization with the current popular registries.