frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Running local models is good now

https://vickiboykis.com/2026/06/15/running-local-models-is-good-now/
273•jfb•1h ago•142 comments

Mechanical Watch (2022)

https://ciechanow.ski/mechanical-watch/
446•razin•5h ago•82 comments

Fable ban was never about a jailbreak

https://techcrunch.com/2026/06/15/the-us-governments-anthropic-models-ban-was-never-about-an-ai-j...
92•amarant•1h ago•26 comments

Subquadratic – Introducing SubQ 1.1 Small

https://subq.ai/subq-1-1-small-technical-report
46•EDM115•1h ago•19 comments

Correlated randomness in Slay the Spire 2

https://tck.mn/blog/correlated-randomness-sts2/
186•rdmuser•6h ago•61 comments

Google Chrome's Next Update Will Mark the End of Popular Ad Blockers

https://tech.slashdot.org/story/26/06/15/205219/google-chromes-next-update-will-mark-the-end-of-p...
105•arnejenssen•1h ago•83 comments

I admire Fabrice Bellard. He is almost certainly a better overall programmer

https://twitter.com/ID_AA_Carmack/status/2064095424420487226
673•apitman•11h ago•329 comments

The time the x86 emulator team found code so bad they fixed it during emulation

https://devblogs.microsoft.com/oldnewthing/20260615-00/?p=112419
429•paulmooreparks•11h ago•137 comments

An interview with an Apple emoji designer

https://shadycharacters.co.uk/2026/06/ollie-wagner/
54•nate•2d ago•27 comments

Getting Creative with Perlin Noise Fields

https://sighack.com/post/getting-creative-with-perlin-noise-fields
113•0x000xca0xfe•2d ago•20 comments

UK to require ID or face scan before you can make social media accounts

https://www.bleepingcomputer.com/news/security/uk-to-require-id-or-face-scan-before-you-can-make-...
34•speckx•52m ago•25 comments

4× RTX Pro 6000 Blackwell on Water, and the One Card That Wouldn't Behave

https://sabareesh.com/posts/blackwell-waterblock/
35•sabareesh•3d ago•35 comments

But yak shaving is fun

https://parksb.github.io/en/article/32.html
14•parksb•2h ago•0 comments

Unicorn – The Ultimate CPU Emulator

https://www.unicorn-engine.org/
44•tosh•5h ago•11 comments

Feds freaked over Fable 5 after simple 'fix this code' prompt, not jailbreak

https://www.theregister.com/security/2026/06/15/feds-freaked-over-fable-5-after-simple-fix-this-c...
418•_tk_•7h ago•233 comments

Banned Book Library in a Wi-Fi Smart Light Bulb

https://www.richardosgood.com/posts/banned-book-library/
525•sohkamyung•17h ago•313 comments

SpaceX to buy Cursor for $60B

https://www.reuters.com/legal/transactional/spacex-buy-anysphere-60-billion-2026-06-16/
278•itsmarcelg•5h ago•232 comments

GateGPT: 56k tokens per second Transformer (KV cache) on FPGA at 80 MHz

https://twitter.com/fguzmanai/status/2065832668172845209
9•laxmena•19m ago•1 comments

Infineon to open fab in Germany as part of sovereignty push

https://www.bloomberg.com/news/articles/2026-06-12/infineon-to-open-german-chip-fab-as-part-of-eu...
5•SanjayMehta•4d ago•1 comments

The history of butterfly swimming

https://www.swimming.org/sport/history-of-butterfly/
14•mooreds•2d ago•15 comments

Understanding the rationale behind a rule when trying to circumvent it

https://devblogs.microsoft.com/oldnewthing/20260611-00/?p=112415
85•tosh•8h ago•27 comments

A backdoor in a LinkedIn job offer

https://roman.pt/posts/linkedin-backdoor/
1467•lwhsiao•20h ago•276 comments

Trinket.io shutting down, so we saved it and hosted it a trinket.strivemath.org

https://trinket.strivemath.org/
89•apulkit6•7h ago•11 comments

Google Chrome update will close the door on ad blockers

https://9to5google.com/2026/06/15/google-chromes-next-update-will-mark-the-end-of-popular-ad-bloc...
177•speckx•2h ago•109 comments

Apple's weird anti-nausea dots cured my car sickness

https://www.theverge.com/tech/942854/apple-vehicle-motion-cues-review-really-work
8•neilfrndes•19m ago•0 comments

I Fired Google

https://www.theartofdoingstuff.com/i-fired-google/
106•speckx•2h ago•94 comments

I Love the Computer

https://michaelenger.com/blog/i-love-the-computer/
287•speckx•20h ago•156 comments

CJEU: Social networks are the 'publishers' of algorithmically-altered feeds

https://bsky.app/profile/stevepeers.bsky.social/post/3mofdspytds2l
17•handelaar•1h ago•3 comments

Color Photos of Stalin-Era Soviet Union Taken by a US Diplomat

https://rarehistoricalphotos.com/stalin-era-soviet-union-pictures-martin-manhoff/
111•Cider9986•2d ago•39 comments

'Wow, it really worked ': 70s TV show causing worldwide panic today

https://www.theguardian.com/tv-and-radio/2026/jun/16/alternative-3-mockumentary-missing-scientist...
65•defrost•3h ago•41 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)