frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hacker wipes Romania's land registry database

https://news.risky.biz/risky-bulletin-hacker-wipes-romanias-entire-land-registry-database/
333•speckx•3h ago•187 comments

China's open-weights AI strategy is winning

https://werd.io/american-ai-is-locked-down-and-proprietary-its-losing/
193•benwerd•2h ago•175 comments

Corners Don't Look Like That: Regarding Screenspace Ambient Occlusion (2012)

https://nothings.org/gamedev/ssao/
96•firephox•1h ago•31 comments

Over 30% of new ArXiv submissions now read as AI-written

https://unslop.run/blog/measuring-ai-writing-on-arxiv
13•dopamine_daddy•29m ago•2 comments

We're Squandering LEDs' Potential to Save Our Night Skies

https://spectrum.ieee.org/led-light-pollution
126•defrost•3h ago•80 comments

Airport Simulator

https://airport.apunen.com/
389•apunen•6h ago•97 comments

Firefox Merges Support for Vulkan Video Decoding

https://github.com/search
102•DemiGuru•3h ago•21 comments

Perfection Is Not Over-Engineering

https://var0.xyz/posts/perfection-is-not-over-engineering.html
84•var0xyz•2h ago•47 comments

The Voice of Google

https://www.newyorker.com/culture/the-weekend-essay/the-voice-of-google
30•littlexsparkee•1h ago•10 comments

Exploit brokers pay $500k for WordPress RCEs. I found one with GPT5.6 and $25

https://slcyber.io/research-center/exploit-brokers-pay-500000-for-a-wordpress-rce-i-found-one-wit...
325•infosecau•8h ago•169 comments

Launch HN: Bloomy (YC S26) – AI-powered mastery learning for K-12

3•alexsouthmayd•33m ago•16 comments

Czechia moves to ban mobile phones in schools from September 2027

https://www.expats.cz/czech-news/article/czech-news-in-brief-for-july-20-2026-monday-top-afternoo...
10•Markoff•1h ago•3 comments

Kimi K3, Qwen 3.8, and Anthropic's (Potential) Unravelling

https://www.emergingtrajectories.com/lh/frontier-lab-economics/
106•cl42•1h ago•108 comments

Shinjuku Station in 3D

https://satoshi7190.github.io/Shinjuku-indoor-threejs-demo/
40•Gecko4072•3h ago•10 comments

The EU is about to sell our most sensitive data to the US for visa-free travel

https://edri.org/our-work/the-eu-is-about-to-sell-our-most-sensitive-data-to-the-us-for-visa-free...
340•rapnie•4h ago•193 comments

I Stopped "Creating Content"

https://refactoringenglish.com/blog/why-i-stopped-creating-content/
10•mtlynch•1h ago•4 comments

NYC Subway Signals: A Complete Guide

https://www.nycsubway.org/wiki/Subway_Signals%3A_A_Complete_Guide
16•at1as•2h ago•6 comments

Satan's 19th-Century Bank Note (2017)

https://www.historytoday.com/miscellanies/satans-19th-century-bank-note
32•Caiero•15h ago•1 comments

Show HN: Wheesper – Start an anonymous discussion with a link

https://wheesper.com/
11•whatdoyouthink2•1h ago•14 comments

Inertia-1: An Open Exploration to a Unified Motion Foundation Model

https://yang-ai-lab.github.io/Inertia-1/
32•hasheddan•3h ago•1 comments

Another Entry in the "Stuff Im Glad Im Not Responsible for" Ledger

https://blog.cloudflare.com/dnssec-nta-ede-33/
4•c_f_•5d ago•1 comments

Controlling Reasoning Effort in LLMs

https://magazine.sebastianraschka.com/p/controlling-reasoning-effort-in-llms
10•ibobev•2h ago•0 comments

Soofi – Sovereign Open Source Foundation Models

https://www.soofi.info/
22•Fake4d•4h ago•9 comments

Cross sectioning insects in an electron microscope with a femtosecond laser [video]

https://www.youtube.com/watch?v=NwhVJ7cv9B4
4•surprisetalk•1h ago•0 comments

SaaS *is* dead. But not because AI "killed" it, because AI killed it

https://avivcarmi.com/saas-is-dead/
7•avivcarmis1•1h ago•0 comments

Annoying and alarming things about OpenCode

https://wren.wtf/shower-thoughts/stop-using-opencode/
304•alekq•4h ago•209 comments

Tested Kimi K3 for Coding

https://www.dotnetperls.com/2026_7_18_tested-kimi-k3-coding
22•speckx•3h ago•6 comments

Sensing warm and cool: how the body detects temperature changes

https://news.uq.edu.au/2026-07-sensing-warm-and-cool-how-body-detects-temperature-changes
32•hhs•2d ago•5 comments

ECC and DDR5

https://etbe.coker.com.au/2026/07/19/ecc-ddr5/
76•zdw•1d ago•64 comments

What does the Riemann zeta function have to do with the distribution of primes?

https://hidden-phenomena.com/articles/rh
81•mb1699•2d ago•16 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)