
Article URL: https://seiya.me/blog/hypervisor-as-a-library
Comments URL: https://news.ycombinator.com/item?id=44038279
Points: 5
# Comments: 0

Article URL: https://zackproser.com/blog/openai-codex-review
Comments URL: https://news.ycombinator.com/item?id=44042070
Points: 20
# Comments: 7

Article URL: https://90s.dev/blog/finally-releasing-90s-dev.html
Comments URL: https://news.ycombinator.com/item?id=44042371
Points: 69
# Comments: 29

Hi everyone I'm new here and i wanted to introduce my project i've been working on. Astra is a simple but powerful node.js to exe compiler. It uses esbuild and Node SEA. It uses postject to inject your code to nodejs binary. It focuses more on compiling cli and Servers like pkg or nexe (express) than fullstack applications like electron or tauri. It has rich ESM and typescript support. It has good DX and cli UX. I made it bc i didn't like using pkg or nexe, they cause a lot of problems with
Hi HN!
I read[1] about Janet[2] some time ago, then immediately got impressed by the enthusiasm of its community, and by the language itself, so I started playing with it.
At the time I was searching for a tiling window manager for Windows, and unavoidably the idea of scratching my own itch with Janet got hold of me, so Jwno was born.
Simply put, Jwno is a keyboard-driven tiling window manager for Windows, scriptable with Janet. But since it has a complete Lisp runtime, and a thin wrap

Article URL: https://logdahl.net/p/gpu-driven
Comments URL: https://news.ycombinator.com/item?id=44043045
Points: 11
# Comments: 1
Hi HN, we're Roya and Michael, co-founders of Opusense AI (https://www.opusense.com/), a tool to help engineers and consultants automatically generate construction site reports from typed or voice notes, plus photos.
Here’s a video: " rel="nofollow">
Before this, I (Roya) worked in human-machine interaction at Huawei, and before that as a constructio

Hi HN,
I built a code generator plugin for IntelliJ that uses LLMs to create repetitive Java code like implementations, tests, and fixtures — based on custom natural-language patterns and annotation-based references.
Most tools like Copilot or Cursor aim to be general, but fail to produce code that actually fits a project structure or passes tests.
So I made something more explicit: define patterns + reference scope, and generate code consistently.
In this demo, 400 lines of Java wer
