frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jemalloc 5.4.0

https://github.com/jemalloc/jemalloc/releases/tag/5.4.0
146•gkfasdfasdf•5h ago•39 comments

The scourge of x86 emulation

https://fex-emu.com/Scourge-of-emulation/
144•dagmx•5h ago•24 comments

OpenJev

https://openjev.com/
5•ilreb•21m ago•1 comments

Astra for Law

https://openai.com/index/astra-for-law/
492•vertigoruntime•13h ago•546 comments

Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint

https://prismml.com/news/bonsai-2-27b
453•JonSchneider•12h ago•131 comments

Bend – A language that blocks AI mistakes via proof, on CPU and GPU

https://bend-lang.com/
468•nicolas-siplis•13h ago•219 comments

Qwen 3.8 Omni Flash

https://qwen.ai/blog?id=qwen3.8-omni-flash
219•jjcm•10h ago•80 comments

Hister: A private search engine for the pages you visit and the files you keep

https://github.com/asciimoo/hister
608•bookofjoe•17h ago•169 comments

When the fractional part of a float fixes your shader

https://crocidb.com/post/when-the-fractional-part-of-a-float-fixes-your-shader/
32•vinhnx•1d ago•1 comments

Pre-Greek: The lost language hidden within Ancient Greek

https://linguisticdiscovery.com/posts/pre-greek/
83•axiologist•6h ago•34 comments

Wax motor

https://en.wikipedia.org/wiki/Wax_motor
411•mhb•1d ago•70 comments

Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA

https://global.fujitsu/en-global/pr/news/2026/09/14-02
595•my123•2d ago•231 comments

A heap overflow and SSO misconfiguration to compromise OpenAI internal repos

https://www.hacktron.ai/blog/hacking-openai
357•Handy-Man•7h ago•153 comments

Shapelearn Qwen 3.8 27B (13.1 GB VRAM)

https://byteshape.com/blogs/Qwen3.8-27B/
68•syntaxing•7h ago•11 comments

Replacing Pull Requests with Delta

https://zed.dev/blog/delta-public-beta
19•vquemener•1d ago•2 comments

How to Write with an LLM

https://sockpuppet.org/blog/2026/09/17/how-to-write-with-an-llm/
166•joeriddles•12h ago•96 comments

Speeding up gearhash on ARM64

https://sam.dev/blog/gearhash-on-arm64
19•pranitha_m•2d ago•0 comments

Ask A Monk – A digital wilderness for thoughts with no immediate answer

https://askamonk.online
41•13613288957•8h ago•23 comments

Why Does the Universe Expand?

https://cosmicave.org/2026/09/15/why-does-the-universe-expand/
63•the__alchemist•1d ago•53 comments

Flet 1.0 – Build cross-platform apps in Python

https://flet.dev/
122•absqueued•13h ago•56 comments

Telstra outage: The night a network decided the year was 2006

https://www.netnod.se/blog/telstra-outage-night-network-decided-year-was-2006
56•TMWNN•8h ago•24 comments

Diplodocus, Long Thought Exclusively American, Turns Up in Spain

https://www.sci.news/paleontology/spanish-diplodocus-15064.html
68•embedding-shape•2d ago•41 comments

Why I didn’t sign the Fields medallists’ letter

https://gowers.wordpress.com/2026/09/17/why-i-didnt-sign-the-fields-medallists-letter/
257•simianwords•1d ago•368 comments

How do we prevent mathemathics from devolving into the Medieval Era of secrecy?

https://mathoverflow.net/questions/515260/how-do-we-prevent-mathematics-from-devolving-into-the-m...
124•jjgreen•2d ago•106 comments

CrowdSec Source Code Leak

https://www.crowdsec.net/blog/crowdsec-statement-source-code-exposure
151•eccgecko•18h ago•48 comments

Microsoft exec called AI scraping 'the largest theft of labor in human history'

https://techcrunch.com/2026/09/17/microsoft-exec-called-ai-scraping-the-largest-theft-of-labor-in...
10•pluc•18m ago•1 comments

The most important product decision is what you don't build

https://liamnugent.me/posts/what-you-dont-build/
107•ChrisArchitect•13h ago•38 comments

Apple detectives solved mystery of ancient tree and rewrote the history of fruit

https://www.scientificamerican.com/article/how-apple-detectives-solved-the-mystery-of-an-ancient-...
44•nkurz•1d ago•10 comments

Fixing an NZXT Signal 4K30 part 2: the green/pink video bug

https://www.downtowndougbrown.com/2026/09/fixing-an-nzxt-signal-4k30-part-2-the-green-pink-video-...
33•zdw•4d ago•10 comments

Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data

https://arxiv.org/abs/2609.18842
147•Betelbuddy•17h ago•39 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)