frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Muse Glimmer: 30B-parameter model optimized for always-on local agent workflows

https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model
762•riordan•7h ago•420 comments

Sonic Pi v5

https://www.patreon.com/samaaron/posts/sonic-pi-v5-166001392
82•samaaron•3d ago•20 comments

Launch HN: Stoa Markets (YC S26) – A Marketplace for GPUs and AI Servers

https://www.stoaexchange.com
26•erenberke•1h ago•8 comments

Show HN: Ante, a coding agent in a single binary that runs offline

https://github.com/AntigmaLabs/ante
66•ubermon•2h ago•38 comments

Exploiting System Management Mode with a very long interrupt

https://github.com/xoreaxeaxeax/smiiiiiiiiiiiiiiii
48•WhiteDawn•1h ago•14 comments

Kinney Drugs pulls back AI phone assistant after hundreds of customer complaints

https://www.wcax.com/2026/08/07/kinney-drugs-pulls-back-ai-phone-assistant-after-hundreds-custome...
89•kotaKat•3h ago•78 comments

Itadakimasu: A word you say to the food, not the cook

https://thetokyohermit.substack.com/p/itadakimasu-a-word-you-say-to-the
65•surprisetalk•2h ago•27 comments

The Tragedy of the Cognitive Commons

https://arxiv.org/abs/2607.29380
25•jmintz•2h ago•5 comments

Magnitude 7.4 Earthquake – 5 km S of San José del Palmar, Colombia

https://earthquake.usgs.gov/earthquakes/eventpage/us6000tjl2/executive
97•Bender•2h ago•27 comments

Squeak 6.1

https://squeak.org/release_notes/6.1/
125•fniephaus•5h ago•72 comments

50k Boat Names

https://www.beautifulpublicdata.com/boat-names/
108•jonathanmkeegan•5h ago•66 comments

Midlife Vascular Risk Burden and Dementia-Free Survival Years

https://www.neurology.org/doi/10.1212/WN9.0000000000000152
35•bookofjoe•2h ago•11 comments

Docker Sandboxes – Disposable, isolated sandboxes for AI agents

https://www.docker.com/products/docker-sandboxes/
518•etoxin•11h ago•312 comments

Ask HN: In your experience, what are sound conventions for e-ink UI development?

57•BoxOfRain•3d ago•9 comments

Extreme 220GHz+Broadband Silicon Capacitor X2SC 0201M 22nF BV11

https://pim.murata.com/asset/pim4/siliconCapacitor/SICAP_X2SC422522_PDF_SILICONCAPACITOR
20•peter_d_sherman•2h ago•0 comments

Sorting, hashing, and sketches on 370,103 words

https://stochastic.blog/sorting-hashing-and-sketches-on-370-103-words/
8•Anon84•3d ago•0 comments

Mars Bar from 1991 found – and it's 20g bigger than today's

https://www.bbc.com/news/articles/c1j1kjy7gewo
187•RickJWagner•2h ago•242 comments

Back to the Future of Handwriting Recognition (2016)

https://jackschaedler.github.io/handwriting-recognition/
18•at1as•2h ago•2 comments

Learning more about Claude's mathematical capabilities

https://www.anthropic.com/research/riemann-zeta
12•tosh•19m ago•1 comments

Why Addresses Have Numbers

https://thehistoricalinsights.page/2026/06/why-addresses-have-numbers.html
16•historical1234•1h ago•22 comments

Mistral Patent for “Code implemented tool calls”

https://patentsgazette.uspto.gov/week26/OG/html/1547-5/US12670045-20260630.html
139•theanonymousone•4h ago•121 comments

Tail-call optimization in C is relatively recent (2025)

https://lwn.net/Articles/1034703/
89•prakashqwerty•6h ago•62 comments

Parametron: 50s Japanese computer that uses neither transistors nor vacuum tubes

https://ethw.org/Milestones:Parametron,_1954
122•xeonmc•7h ago•36 comments

Tl;dv: Over 180k meetings left wide open

https://bobdahacker.com/blog/tldv-hack
369•colesantiago•5h ago•123 comments

There is no “done”: Reflections on a completed Appalachian Trail thru-hike (2022)

https://thetrek.co/appalachian-trail/there-is-no-done-reflections-on-a-completed-at-thru-hike/
21•mooreds•3h ago•5 comments

Exploring Claude/GPT Knowledge Cutoffs and Pre-Training Timelines

https://blog.sshh.io/p/exploring-claudegpt-knowledge-cutoffs
24•sshh12•3h ago•3 comments

Humanising LLM Outputs Is Dumb

https://kuber.studio/blog/Reflections/Humanising-LLM-Outputs-is-Actually-Dumb
26•kuberwastaken•4h ago•10 comments

What Happened to HackerOne?

https://blog.teknogeek.io/posts/what-happened-to-hackerone/
352•hipparchus•15h ago•181 comments

CEO Just Fired 500 People Because He Says Zillow Is More Efficient Without Them

https://galratner.substack.com/p/zillows-ceo-just-fired-500-people
8•warp•31m ago•2 comments

Run Android ARM64 VR APKs on Apple Vision Pro

https://github.com/shinyquagsire23/Klepton
154•LorenDB•14h ago•51 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)