frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

250MWh 'Sand Battery' to start construction in Finland

https://www.energy-storage.news/250mwh-sand-battery-to-start-construction-in-finland-for-both-hea...
98•doener•2h ago•37 comments

Vsora Jotunn-8 5nm European inference chip

https://vsora.com/products/jotunn-8/
22•rdg42•1h ago•5 comments

Same-day upstream Linux support for Snapdragon 8 Elite Gen 5

https://www.qualcomm.com/developer/blog/2025/10/same-day-snapdragon-8-elite-gen-5-upstream-linux-...
317•mfilion•8h ago•144 comments

How Charles M Schulz created Charlie Brown and Snoopy (2024)

https://www.bbc.com/culture/article/20241205-how-charles-m-schulz-created-charlie-brown-and-snoopy
10•1659447091•39m ago•0 comments

LinkedIn is loud, and corporate is hell

https://ramones.dev/posts/linkedin-is-loud/
151•austinallegro•4h ago•86 comments

Physicists drive antihydrogen breakthrough at CERN

https://phys.org/news/2025-11-physicists-antihydrogen-breakthrough-cern-technique.html
111•naves•5d ago•23 comments

A Programmer-Friendly I/O Abstraction Over io_uring and kqueue

https://tigerbeetle.com/blog/2022-11-23-a-friendly-abstraction-over-iouring-and-kqueue/
21•enz•2h ago•2 comments

Underrated reasons to be thankful V

https://dynomight.net/thanks-5/
108•numeri•4h ago•50 comments

Quake Engine Indicators

https://fabiensanglard.net/quake_indicators/index.html
182•liquid_x•3d ago•38 comments

Memories of .us

https://computer.rip/2025-11-11-dot-us.html
101•sabas_ge•1d ago•28 comments

Feedback doesn't scale

https://another.rodeo/feedback/
99•ohjeez•1d ago•24 comments

Why Strong Consistency?

https://brooker.co.za/blog/2025/11/18/consistency.html
75•SchwKatze•1d ago•42 comments

Tell HN: Happy Thanksgiving

483•prodigycorp•19h ago•110 comments

Linux Kernel Explorer

https://reverser.dev/linux-kernel-explorer
525•tanelpoder•18h ago•79 comments

DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning [pdf]

https://github.com/deepseek-ai/DeepSeek-Math-V2/blob/main/DeepSeekMath_V2.pdf
96•fspeech•4h ago•18 comments

Indie, Alone, and Figuring It Out

https://danijelavrzan.com/posts/2025/11/indie-dev/
22•wallflower•4d ago•1 comments

Bird flu viruses are resistant to fever, making them a major threat to humans

https://medicalxpress.com/news/2025-11-bird-flu-viruses-resistant-fever.html
13•bikenaga•52m ago•4 comments

TPUs vs. GPUs and why Google is positioned to win AI race in the long term

https://www.uncoveralpha.com/p/the-chip-made-for-the-ai-inference
245•vegasbrianc•11h ago•194 comments

DIY NAS: 2026 Edition

https://blog.briancmoses.com/2025/11/diy-nas-2026-edition.html
388•sashk•21h ago•249 comments

Inspired by Spider-Man, scientists recreate web-slinging technology

https://scienceclock.com/inspired-by-spider-man-scientists-recreate-web-slinging-technology/
36•ohjeez•1d ago•8 comments

Mixpanel Security Breach

https://mixpanel.com/blog/sms-security-incident/
198•jaredwiener•17h ago•105 comments

The VanDersarl Blériot: a 1911 airplane homebuilt by teenage brothers (2017)

https://www.historynet.com/vandersarl-bleriot/
40•ForHackernews•8h ago•30 comments

Coq: The World's Best Macro Assembler? (2013) [pdf]

https://nickbenton.name/coqasm.pdf
139•addaon•20h ago•63 comments

ZZ9000 multifunction card for Zorro Amigas

https://www.amiga-shop.net/en/Amiga-Hardware/Amiga-graphic-cards/ZZ9000-multifunction-card-for-Zo...
19•doener•5d ago•2 comments

Ray Marching Soft Shadows in 2D (2020)

https://www.rykap.com/2020/09/23/distance-fields/
176•memalign•17h ago•28 comments

Modelling Agent Systems with Erlang (2004) [pdf]

https://erlang.org/workshop/2004/carlosvarela.pdf
6•todsacerdoti•3d ago•0 comments

Show HN: Runprompt – run .prompt files from the command line

https://github.com/chr15m/runprompt
103•chr15m•10h ago•35 comments

Music eases surgery and speeds recovery, study finds

https://www.bbc.com/news/articles/c231dv9zpz3o
191•1659447091•19h ago•87 comments

The current state of the theory that GPL propagates to AI models

https://shujisado.org/2025/11/27/gpl-propagates-to-ai-models-trained-on-gpl-code/
178•jonymo•12h ago•220 comments

Pakistan says rooftop solar output to exceed grid demand in some hubs next year

https://www.reuters.com/sustainability/boards-policy-regulation/pakistan-says-rooftop-solar-outpu...
196•toomuchtodo•8h ago•153 comments
Open in hackernews

Using Coalton to implement a quantum compiler (2022)

https://coalton-lang.github.io/20220906-quantum-compiler/
57•andsoitis•6mo ago

Comments

reikonomusha•6mo 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•6mo 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•6mo 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•6mo 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)