frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kimi K3-256k

https://www.kimi.com/code/docs/en/kimi-code/models
77•monneyboi•39m ago•9 comments

Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac

https://github.com/drumih/turbo-fieldfare
478•gitpusher42•4h ago•168 comments

Anatomy of a Frontier Lab Agent Intrusion: A Technical Timeline of the Incident

https://huggingface.co/blog/agent-intrusion-technical-timeline
141•artninja1988•23h ago•78 comments

Superlogical

https://www.superlogical.com/
343•yan•4h ago•240 comments

Keychron announces first open-source firmware for gaming mice

https://www.digitalfoundry.net/news/2026/07/keychron-announces-first-open-source-firmware-for-gam...
151•JLO64•3h ago•72 comments

KOReader

https://koreader.rocks/
581•Cider9986•8h ago•187 comments

Balcony Solar: $1.74/watt direct plug-in solar

https://www.brightsaver.org/balcony-solar-kits
18•teucris•39m ago•13 comments

Who the welfare state protects shapes a country’s financial openness

https://theloop.ecpr.eu/who-the-welfare-state-protects-shapes-a-countrys-financial-openness/
26•kome•1h ago•21 comments

The motion-sickness cure hidden in iPhone settings

https://www.bbc.com/future/article/20260728-dancing-dots-the-motion-sickness-cure-hidden-in-your-...
22•saikatsg•1h ago•23 comments

Turning a Dumb AC Unit Smart (Without Losing My Security Deposit)

https://prilik.com/blog/post/automating-ac-nyc/
27•austinallegro•1h ago•13 comments

Handbook.md shows that long policy documents do not reliably govern agents

https://arxiv.org/abs/2607.25398
248•spIrr•7h ago•158 comments

PgDog (YC P25) Is Hiring

https://www.ycombinator.com/companies/pgdog/jobs/uWymUYy-founding-software-engineer
1•levkk•3h ago

Document-borne AI worms can self-propagate through Copilot for Word

https://enklypesalt.com/posts/context-collapse-part3-ai-worming-through-word/
287•Canopy9560•8h ago•213 comments

A.I. companies are recruiting electricians and carpenters by the thousands

https://www.nytimes.com/2026/07/29/business/economy/data-center-electricians-training.html
125•thm•5h ago•177 comments

Some thoughts about Anthropic's new cryptanalysis results

https://blog.cryptographyengineering.com/2026/07/29/some-notes-about-anthropics-new-results/
65•supermatou•3h ago•31 comments

Claude Is Down

https://status.claude.com/incidents/q2kg8n613kr3
38•gregsadetsky•14m ago•11 comments

Commodification of Intelligence: Good, Bad, and Ugly Circular AI Deals

https://www.emergingtrajectories.com/lh/commodification-and-circularity/
15•cl42•1h ago•13 comments

How much can you delegate to agents?

https://newsletter.posthog.com/p/agent-autonomy
13•duck•57m ago•0 comments

How to Not Die by a Thousand Cuts. Or, How to Think About Software Quality

https://www.evalapply.org/posts/how-to-not-die-by-a-thousand-cuts/index.html
14•adityaathalye•1h ago•2 comments

The Rust on ESP Book

https://docs.espressif.com/projects/rust/book/
70•AlexeyBrin•4d ago•8 comments

Darktable

https://www.darktable.org/
221•siatko•7h ago•110 comments

Show HN: CheapFoodMap – A map of good meals under $10

https://cheapfoodmap.com/
49•jaep1•3h ago•47 comments

Hamburg's Stadtpark: A Park Built to Be Used

https://alsterrunde.com/hamburgs-stadtpark-a-park-built-to-be-used/
76•mertbio•2d ago•16 comments

Self-hosting Kimi K3: 20% more hardware cost, 20% better task resolution

https://aistack.imec-int.com/blog/gpu-self-hosting
78•flifenstein•5h ago•29 comments

Launch HN: Tokenless (YC S26) – Automatic model switching to save money

https://usetokenless.com/
38•rohaga•4h ago•36 comments

Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

https://github.com/VladUZH/qwen-scribe
51•sidclaw•5h ago•14 comments

Learning Musical Multitasking

https://www.jefftk.com/p/learning-musical-multitasking
30•surprisetalk•5d ago•15 comments

Shipping Godot VR and Porting to PSVR2: A Partial Post Mortem

https://www.claire-blackshaw.com/blog/2026/07/shipping-godot-vr-and-porting-to-psvr2-a-partial-po...
95•ibobev•7h ago•7 comments

More Tailscale tricks for your jailbroken Kindle

https://tailscale.com/blog/jailbroken-kindle-proxy-tun-modes
373•Error6571•15h ago•107 comments

GPT-5.6 vs. Claude Fable 5 for Physical AI, which performs best?

https://juliahub.com/blog/frontier-models-physical-ai-evaluation
63•mbauman•5h ago•13 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)