frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

FAWK: LLMs can write a language interpreter

https://martin.janiczek.cz/2025/11/21/fawk-llms-can-write-a-language-interpreter.html
15•todsacerdoti•44m ago•1 comments

Olmo 3: Charting a path through the model flow to lead open-source AI

https://allenai.org/blog/olmo3
138•mseri•4h ago•27 comments

It's Hard to Build an Oscillator

https://lcamtuf.substack.com/p/its-hard-to-build-an-oscillator
55•chmaynard•3h ago•28 comments

Nano Banana Pro

https://blog.google/technology/ai/nano-banana-pro/
1066•meetpateltech•20h ago•612 comments

Android and iPhone users can now share files, starting with the Pixel 10

https://blog.google/products/android/quick-share-airdrop/
684•abraham•18h ago•396 comments

WebAssembly from the Ground Up

https://wasmgroundup.com/
120•gurjeet•5d ago•28 comments

FEX-emu – Run x86 applications on ARM64 Linux devices

https://fex-emu.com/
204•open-paren•1w ago•79 comments

Show HN: 32V TENS device from built from scratch under $100

https://littlemountainman.github.io/2025/11/17/tens/
24•autonomydriver•3d ago•5 comments

Over-regulation is doubling the cost

https://rein.pk/over-regulation-is-doubling-the-cost
211•bilsbie•12h ago•383 comments

New OS aims to provide (some) compatibility with macOS

https://github.com/ravynsoft/ravynos
231•kasajian•14h ago•116 comments

I converted a rotary phone into a meeting handset

https://www.stavros.io/posts/i-converted-a-rotary-phone-into-a-meeting-handset/
5•todsacerdoti•1w ago•0 comments

Hilbert space: Treating functions as vectors

https://eli.thegreenplace.net/2025/hilbert-space-treating-functions-as-vectors/
68•signa11•1w ago•34 comments

Scientists now know that bees can process time, a first in insects

https://www.cnn.com/2025/11/12/science/bees-visual-stimulus-study-scli-intl
11•Brajeshwar•5d ago•6 comments

Data-at-Rest Encryption in DuckDB

https://duckdb.org/2025/11/19/encryption-in-duckdb
182•chmaynard•15h ago•19 comments

Okta's NextJS-0auth troubles

https://joshua.hu/ai-slop-okta-nextjs-0auth-security-vulnerability
304•ramimac•3d ago•117 comments

NTSB Preliminary Report – UPS Boeing MD-11F Crash [pdf]

https://www.ntsb.gov/Documents/Prelimiary%20Report%20DCA26MA024.pdf
176•gregsadetsky•16h ago•191 comments

The Lions Operating System

https://lionsos.org
167•plunderer•16h ago•45 comments

The Qtile Window Manager: A Python-Powered Tiling Experience

https://tech.stonecharioteer.com/posts/2025/qtile-window-manager/
8•stonecharioteer•3h ago•2 comments

Free interactive tool that shows you how PCIe lanes work on motherboards

https://mobomaps.com
212•tagyro•2d ago•48 comments

Germany: States Pass Porn Filters for Operating Systems

https://www.heise.de/en/news/Youth-Protection-States-Pass-Porn-Filters-for-Operating-Systems-1108...
12•trallnag•20m ago•6 comments

HP and Dell disable HEVC support built into their laptops' CPUs

https://arstechnica.com/gadgets/2025/11/hp-and-dell-disable-hevc-support-built-into-their-laptops...
14•latexr•1h ago•8 comments

Show HN: F32 – An Extremely Small ESP32 Board

https://github.com/PegorK/f32
251•pegor•1d ago•44 comments

Adversarial poetry as a universal single-turn jailbreak mechanism in LLMs

https://arxiv.org/abs/2511.15304
302•capgre•23h ago•154 comments

CBP is monitoring US drivers and detaining those with suspicious travel patterns

https://apnews.com/article/immigration-border-patrol-surveillance-drivers-ice-trump-9f5d05469ce8c...
718•jjwiseman•15h ago•761 comments

GitHut – Programming Languages and GitHub (2014)

https://githut.info/
76•tonyhb•13h ago•27 comments

New Glenn Update

https://www.blueorigin.com/news/new-glenn-upgraded-engines-subcooled-components-drive-enhanced-pe...
168•rbanffy•13h ago•103 comments

Two recently found works of J.S. Bach presented in Leipzig [video]

https://www.youtube.com/watch?v=4hXzUGYIL9M#t=15m19s
150•Archelaos•3d ago•87 comments

Show HN: My hobby OS that runs Minecraft

https://astral-os.org/posts/2025/10/31/astral-minecraft.html
182•avaliosdev•3d ago•20 comments

Historical Reasons

https://exple.tive.org/blarg/2025/11/11/historical-reasons-2/
16•speckx•1w ago•4 comments

Interactive World History Atlas Since 3000 BC

http://geacron.com/home-en/
323•not_knuth•1d ago•134 comments
Open in hackernews

FAWK: LLMs can write a language interpreter

https://martin.janiczek.cz/2025/11/21/fawk-llms-can-write-a-language-interpreter.html
10•todsacerdoti•44m ago

Comments

Y_Y•4m ago
I've been trying to get LLMs to make Racket "hashlangs"† for years now, both for simple almost-lisps and for honest-to-god different languages, like C. It's definitely possible, raco has packages‡ for C, Python, J, Lua, etc.

Anyway so far I haven't been able to get any nice result from any of the obvious models, hopefully they're finally smart enough.

† https://williamjbowman.com/tmp/how-to-hashlang/ ‡