frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Lost Treasure of Sid Meier's Pirates

https://remapradio.com/articles/the-lost-treasure-of-sid-meiers-pirates/
72•spankibalt•2h ago•20 comments

We Rebuilt the Linux MicroVM Stack on Apple Silicon

https://encore.dev/blog/firecracker-apple-silicon
64•signa11•2h ago•30 comments

The August 17 outage

https://github.blog/news-insights/company-news/the-august-17-outage-and-the-work-ahead/
525•0xedb•14h ago•589 comments

I like 'em thick: an apology to my English teachers

https://www.experimental-history.com/p/i-like-em-thick
730•Ariarule•2d ago•302 comments

HTML Can Do That

https://chrisburnell.com/html-can-do-that/
804•encyclopedism•1d ago•189 comments

The case against a C alternative (2022)

https://c3.handmade.network/blog/p/8486-the_case_against_a_c_alternative
24•theanonymousone•4d ago•14 comments

Malicious Rust crate Arrayref runs a build-time payload

https://safedep.io/arrayref-proc-macro1-rust-build-time-malware/
496•abhisek•20h ago•421 comments

Ox Alpha

https://openrouter.ai/stealth/ox-alpha
153•mtokmak06•9h ago•114 comments

Version Control for Everything

https://tyoverby.com/posts/version-control-for-everything-else/
37•evakhoury•3d ago•33 comments

The Religious Experience of Philip K. Dick by R. Crumb (1986)

https://philipdick.com/resources/miscellaneous/the-religious-experience-of-philip-k-dick-by-r-cru...
38•wise_blood•4h ago•17 comments

I should have loved biology (2020)

https://jsomers.net/i-should-have-loved-biology/
282•tyre•16h ago•107 comments

Japan tried to build an operating system for the world, the US intervened

https://www.xda-developers.com/japan-tried-build-operating-system-entire-world-us-government-inte...
147•rdmuser•4h ago•69 comments

Flat Chair by Sara Paculdo

https://www.toxel.com/tech/2026/08/07/flat-chair-by-sara-paculdo/
5•surprisetalk•3d ago•2 comments

Why aren't smart people happier? (2022)

https://www.experimental-history.com/p/why-arent-smart-people-happier
179•rafaelc•15h ago•255 comments

Show HN: Huzzah – a novel approach to coding with AI

https://www.danielvaughn.dev/posts/huzzah/
310•danielvaughn•14h ago•163 comments

CIA funding helped keep NeXT afloat in the 80s

https://www.wsj.com/tech/steve-jobs-apple-next-cia-161b65f9?st=NWWds1&reflink=desktopwebshare_per...
401•EwanG•1d ago•245 comments

Launch HN: Vendo (YC S26) – Let users build features on top of your product

https://github.com/runvendo/vendo
37•yousefh409•18h ago•20 comments

Micron announces $10B research hub in Boise

https://investors.micron.com/news/press-release/2026/Micron-Unveils-Micron-Research-Labs-a-U-S--B...
19•osnium123•6h ago•1 comments

Captain Zilog

https://www.zilog.com/captain_zilog/
57•rbanffy•3d ago•6 comments

Emacs 31.1 will release on 8/24

https://github.com/emacs-mirror/emacs/blob/062dcd2aead00c3b47c14ff5b6c40313f7a775f5/etc/HISTORY
23•birdculture•1h ago•3 comments

Vomit: Clean up Claude 5's token output with a separate LLM

https://github.com/zachahn/vomit
256•Bluestein•18h ago•251 comments

Linux 7.2

https://www.igalia.com/2026/08/19/Linux-72-Released.html
254•mariuz•18h ago•100 comments

AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

https://blog.laserphile.com/2026/08/aliexpress-webpage-keeping-multipoint.html
970•emctech•23h ago•306 comments

Seed: Minimal, self-modifying agent harness

https://github.com/vivekhaldar/seed
23•gandalfgeek•4h ago•8 comments

Stop Anthropomorphizing Intermediate Tokens as Reasoning/Thinking Traces (2025)

https://arxiv.org/abs/2504.09762
238•nunodonato•1d ago•171 comments

Better Batteries

https://matklad.github.io/2026/08/20/better-batteries.html
3•olexsmir•2h ago•0 comments

Make a 6-Tesla-class high-temperature superconducting dipole magnet at 4.2 K

https://journals.aps.org/prab/abstract/10.1103/4nhs-bkwh
40•supermagnet•6d ago•11 comments

Anti-AI fonts are useless and harmful

https://blog.yaros.ae/anti-ai-fonts-are-useless-and-harmful/
164•speckx•18h ago•124 comments

Speeding Up (Small) Ruby Hashes

https://byroot.github.io/ruby/performance/2026/08/13/speeding-up-ruby-hashes.html
56•arto•1w ago•0 comments

Codex on AWS bedrock bug causing 10x charges

https://github.com/openai/codex/issues/37674
133•TheP1000•6h ago•47 comments
Open in hackernews

Using Coalton to implement a quantum compiler (2022)

https://coalton-lang.github.io/20220906-quantum-compiler/
57•andsoitis•1y ago

Comments

reikonomusha•1y ago
Coalton remains in active development and is used at a couple companies. Like a handful of others in recent history, it's a language that's designed and implemented directly against the needs of either actual products or (PLT-unrelated) research initiatives, so things like performance aren't an afterthought.

There are a few software engineering positions in the Boston, MA area to work on the Coalton compiler (algebraic type systems, optimizations, high-performance computing, dev tools, ...) and to use it for autonomous, firm realtime systems (unrelated to quantum). Email in profile if interested.

joshjob42•1y ago
Is Coalton compatible broadly compatible with the features of CIEL? I've been interested in getting into CL, and CIEL seems like a very nice batteries-included way to do that. But Coalton is also quite interesting and brings some features that may be useful. But I'm such a novice in this particular space (I'm mostly a Julia user with Python and some elisp) that I can't quite tell. Obviously I could start learning CL using CIEL and later play with Coalton but was just wondering if you knew how they may play together.
reikonomusha•1y ago
Coalton can be used wherever (almost any) Common Lisp can be used: mixed in, side by side, exclusively, as an library, etc.

CIEL doesn't presently ship any native Coalton interfaces, so all invocations of CIEL within Coalton code would have to be in a "lisp" form, which is like Rust's "unsafe".

    (define (some-coalton-function arg)
      ;; break out to Lisp
      (lisp String (arg)
        ...CIEL stuff here...))
On ordinary safety settings, the String declaration on the Lisp code will be checked at runtime so that wrong types don't leak back into the surrounding/calling Coalton code.

Conversely, Coalton code can be freely used within Common Lisp code regardless of whether it uses CIEL.

dang•1y ago
A couple bits of past discussion:

Using Coalton to Implement a Quantum Compiler - https://news.ycombinator.com/item?id=36413832 - June 2023 (1 comment)

Using Coalton to Implement a Quantum Compiler - https://news.ycombinator.com/item?id=32741928 - Sept 2022 (1 comment)