frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI and Hugging Face address security incident during model evaluation

https://openai.com/index/hugging-face-model-evaluation-security-incident/
738•mfiguiere•6h ago•502 comments

Kimi K3 Is Competitive with Fable; Kimi K3 and Fable Is SoTA

https://fireworks.ai/blog/kimik3-fable
310•piotrgrabowski•3h ago•177 comments

FreeInk: Open ecosystem for e-readers

https://freeink.org/
419•FriedPickles•7h ago•105 comments

A digestion of the Jacobian conjecture counterexample

https://terrytao.wordpress.com/2026/07/21/a-digestion-of-the-jacobian-conjecture-counterexample/
177•jeremyscanvic•5h ago•58 comments

Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-6-flash-3-5-flas...
620•logickkk1•11h ago•500 comments

Advertise in ChatGPT

https://ads.openai.com/
318•montecarl•7h ago•319 comments

"Drawing" the Mona Lisa with GPT-5.6, Claude, Gemini, and Grok

https://www.tryai.dev/blog/ai-drawing-arena-colored-pencils-claude-gpt-grok
114•hershyb_•5h ago•43 comments

Long presumed dead, a thriving coral reef is discovered in West Africa

https://e360.yale.edu/digest/benin-coral-reef
306•speckx•10h ago•57 comments

Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting

https://runtimewire.com/article/jack-dorsey-block-buzz-team-chat-ai-agents-git
247•ryanmerket•9h ago•220 comments

Ten Steps Towards Happiness

http://hintjens.com/blog:99
11•emerongi•1h ago•4 comments

Apple defeats liability for not scanning iCloud for CSAM

https://blog.ericgoldman.org/archives/2026/07/apple-defeats-liability-for-not-scanning-icloud-for...
354•speckx•11h ago•336 comments

Judge approves $1.5B Anthropic settlement for pirated books used to train Claude

https://apnews.com/article/ai-anthropic-copyright-settlement-claude-books-bartz-74b140444023898ae...
132•BeetleB•7h ago•96 comments

Gemini last models: temperature, top_p, and top_k are deprecated and ignored

https://ai.google.dev/gemini-api/docs/latest-model
42•greatgib•4h ago•11 comments

The Birth of Prolog (1996)

https://dl.acm.org/doi/10.1145/234286.1057820
68•Jtsummers•4d ago•5 comments

Map of the world's great castles and fortresses

https://thecastlemap.com/
181•marklit•10h ago•134 comments

'VPNs are lawful technical tools,' says EU Court in landmark copyright ruling

https://www.techradar.com/vpn/vpn-privacy-security/vpns-are-lawful-technical-tools-says-eu-court-...
391•healsdata•6h ago•71 comments

A flaky test exposed a Redis client use-after-free

https://buildkite.engineering/how-a-flaky-test-exposed-a-redis-use-after-free/
25•DrNemski•1h ago•6 comments

Show HN: An MCP server that turns async-work practices into tools

https://github.com/open-and-async/mcp
11•benbalter•10h ago•1 comments

Laguna S 2.1

https://poolside.ai/blog/introducing-laguna-s-2-1
241•rexledesma•9h ago•43 comments

Juggling for Blind People

https://www.jugglingforblindpeople.com/
8•pipnonsense•3d ago•3 comments

Recreating the math behind the first stealth aircraft

https://www.pramit.gg/post/remaking-echo-1-stealth-physics
33•pmazumder•5d ago•14 comments

How an AI Anime Is Created

https://www.aventos.dev/our-process?view=blog
9•JimsonYang•1h ago•8 comments

It's a shame what's happened to radio

https://blog.jimgrey.net/2026/07/21/its-a-shame-whats-happened-to-radio-3/
18•sonicrocketman•2h ago•0 comments

Apple Private Cloud Compute SoC 3 audit reports

https://support.apple.com/guide/certifications/apple-private-cloud-compute-soc-3-audit-apc95a31b9...
104•throwfaraway4•8h ago•47 comments

Bloomy (YC S26) is hiring a founding engineer

1•alexsouthmayd•9h ago

PCjs Machines

https://www.pcjs.org/
191•naves•12h ago•26 comments

My USB Drive Has a Hidden Encrypted Vault

https://rootkitlabs.com/2026/06/22/I%27m-Building-a-Secure-USB-Drive/
177•machinehum•1d ago•105 comments

Show HN: Computable – Buy, sell, and redeem GPU for the exact weeks you want

https://www.getcomputable.com/
21•yuansong98•4h ago•19 comments

Show HN: Justif – Knuth-Plass justification and microtypography for the web

https://justif.lyall.co/
87•lyall•4d ago•12 comments

Roblox Officially Supports GrapheneOS

https://en.help.roblox.com/hc/en-us/articles/49648939984916-Android-Remote-Attestation
119•Cider9986•9h ago•23 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)