frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Freelang – a direct-to-assembly syscall lang with rad concurrency

https://freelang.dev
1•keepamovin•59m ago

Comments

keepamovin•50m ago
This is a fully 100% libc-free language, that lowers its syntax through a simple IR direct to platform assembly (currently Windows x86-64 asm linked to PE/COFF, Macos x86-64 AT&T asm, or Linux x86 bytecode as ELF or asm). The "rad concurrency" is using native OS process calls (CreateProcessA, fork and fork for the 3 OS), that passes values using a filesystem tree format that also makes the concurrency trivially auditable, and inspectable and theoretically replayable. It's also memory safe because it's true OS level process isolation. Obvious cost is performance, but this is a lang for determinstic, "no magic" semantics, and easy to reason about execution, to reduce bugs and allow better coding by AI.

Or if you want the README version:

FreedomLang is a small AOT systems language that lowers source to native x86-64 without a C runtime.

The weird parts are the point:

- Generated programs are libc/CRT-free. Linux emits ELF64 directly from x86-64 machine-code bytes. macOS emits x86-64 AT&T assembly linked with -nostdlib. Windows emits x86-64 assembly linked into PE/COFF without a CRT default.

- There is no VM, JIT, or LLVM IR path. The compiler is ordinary JavaScript: lexer/parser, AST, FreedomLang IR, backend.

- Concurrency is OS processes. Linux and macOS use fork; Windows uses CreateProcessA self re-exec. Values cross job boundaries through an FSABI directory tree instead of shared in-process magic.

- World failures are data. Bugs are fatal. Missing files, timeouts, and permission denials are states to model. Bad tags, bad field access, and impossible states stop the job.

The tradeoff is not hidden: process-per-job concurrency is heavier than goroutines, async tasks, or green threads. The bet is that high-integrity tools often need a smaller story more than they need the fastest one: native output you can inspect, job state you can open on disk, failure semantics that do not pretend every bug is recoverable, and a compiler/runtime small enough to argue about from source.

No more magic. Reality is magic enough.

Show HN: A freehand drawing guestbook for my portfolio

https://paco.fyi/guestbook
1•leoverdura•40s ago•0 comments

Pixie, a local-first workbench for your tools and models

https://github.com/AlexKapadia/Pixie
1•alexkapadia1•1m ago•0 comments

Deep Dive into SHA-3: Understanding Keccak and Sponge Functions

https://kerkour.com/sha3
1•randomint64•2m ago•0 comments

REST in Peace GraphQL

https://raheeljunaid.com/blog/rest-in-peace-graphql/
1•raheelrjunaid•3m ago•0 comments

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

https://github.com/MinishLab/semble
1•Bibabomas•5m ago•0 comments

Peter G. Neumann (RISKS) has died

https://mastodon.laurenweinstein.org/@lauren/116590409762570703
1•davidgerard•5m ago•0 comments

Memoirs from the old web: IE's crazy content rating system

https://www.devever.net/~hl/pics
2•pona-a•6m ago•0 comments

U.S. eyes attack-drone threat from Cuba

https://www.axios.com/2026/05/17/us-military-drones-cuba
1•cwwc•6m ago•0 comments

Solomon's Paradox

https://en.wikipedia.org/wiki/Solomon%27s_paradox
1•andrewstetsenko•10m ago•0 comments

AI license plate cameras tore this town apart and led to a state of emergency

https://www.washingtonpost.com/nation/2026/05/17/citys-ai-license-plate-cameras-led-an-uproar-sta...
2•greenburger•11m ago•1 comments

Handling the great code forge fragmentation

https://www.alexselimov.com/posts/forge_fragmentation/
1•mooreds•11m ago•0 comments

Show HN: Use-outside-click – tiny framework-agnostic outside click utility

https://www.npmjs.com/package/@kitsunechaos/use-outside-click
1•kitsunechaos•11m ago•0 comments

The German town where people print their own money [video]

https://www.youtube.com/watch?v=WzijH3lgzHI
1•dataflow•15m ago•0 comments

Show HN: A choose-your-own-adventure through 28 possible AI futures

https://es92.github.io/Singularity-Map/
1•evanevan•15m ago•1 comments

Object-oriented Programming in C (2017)

https://jordanlord.co.uk/blog/object-oriented-programming-in-c/
1•mooreds•17m ago•0 comments

Show HN: WhispHub CLI – push your projects to WhispHub from the terminal

https://crates.io/crates/whisphub
1•whispem•18m ago•0 comments

Who will maintain the web when PHP's veterans retire?

https://thenewstack.io/php-web-skills-hiring-age/
1•mooreds•18m ago•0 comments

Scientists Discover New Crystal Formed by Nuclear Blast

https://www.404media.co/scientists-discover-strange-new-crystal-formed-by-nuclear-blast/
1•Brajeshwar•19m ago•0 comments

Tool mapping 90 companies in the photonics and CPO supply chain

https://leonardo-boquillon.com/photonic-cop-supply-chain
1•lboquillon•20m ago•0 comments

Alan Kay at UCLA CS 201 2026-05-05 [video]

https://www.youtube.com/watch?v=V_Vn5rz6hL0
1•muhic•20m ago•0 comments

Voyager Spacecraft Code

https://spacedaily.com/nasa-still-maintains-some-of-the-voyager-spacecraft-code-in-a-1970s-era-pr...
2•ohjeez•23m ago•0 comments

Give every tool LLM wiki and bypass Claude Code SSH Throttle

1•jakemattison•24m ago•0 comments

Mojo: SIMD

https://mojolang.org/docs/std/builtin/simd/SIMD/
1•tosh•25m ago•0 comments

Germany's spy agency picks French AI firm over Palantir

https://www.politico.eu/article/germany-spy-agency-picks-france-ai-firm-over-palantir/
2•rustoo•30m ago•0 comments

The LLM Fine-Tuning Guide

https://www.promptinjection.net/p/the-ultimate-llm-ai-fine-tuning-guide-tutorial
1•JustMyNews•33m ago•0 comments

Show HN: Forecasting my backyard weather with a 22M time-series model

https://huggingface.co/spaces/bitsofchris/time-series-ai-weather-forecast
1•chrisdevs•34m ago•0 comments

Ecsypno and UT Austin ISO join forces for free services to non-profits

https://ecsypno.com/blogs/news/building-a-worldwide-web-vulnerability-scanner
1•tasos_laskos•35m ago•1 comments

Reduce software supply-chain risks with coordinated agentic review

https://thirdpass.dev/
1•rndhouse•36m ago•1 comments

RapidFire Lite – Zero-dependency API load tester in pure Python

https://github.com/arjuninfotechinc/rapidfire-lite
1•hifiarjun•42m ago•0 comments

100 Best Novels of All Time

https://www.theguardian.com/books/ng-interactive/2026/may/12/the-100-best-novels-of-all-time
2•bookofjoe•42m ago•0 comments