frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: 18 Words

https://18words.com/
280•pompomsheep•2h ago•120 comments

No leap second will be introduced at the end of December 2026

https://datacenter.iers.org/data/latestVersion/bulletinC.txt
45•ChrisArchitect•46m ago•15 comments

Show HN: FableCut – A browser video editor AI agents can drive (zero deps)

https://github.com/ronak-create/FableCut
53•ronak_parmar•1h ago•29 comments

John Deere owners will get the right to repair equipment under FTC settlement

https://apnews.com/article/john-deere-right-to-repair-agriculture-equipment-cb7514ffedb95c130a976...
1187•djoldman•15h ago•237 comments

Introducing Muse Spark 1.1

https://ai.meta.com/blog/introducing-muse-spark-meta-model-api/?_fb_noscript=1
73•ot•52m ago•49 comments

Bonnie Tyler, singer of Total Eclipse of the Heart, dies aged 75

https://www.bbc.com/news/articles/cg5pd9z2487o
247•theanonymousone•5h ago•92 comments

Meta reuses old RAM in new servers with custom bridge chip

https://www.networkworld.com/article/4192827/meta-reuses-old-ram-in-new-servers-with-custom-bridg...
184•ihsw•5d ago•92 comments

A new way to reflect on how you use Claude

https://www.anthropic.com/news/reflect-with-claude
21•surprisetalk•1h ago•9 comments

Spider venom kills varroa mites without harming honeybees

https://connectsci.au/news/news-parent/9703/Spider-venom-kills-varroa-mites-without-harming
230•Jedd•9h ago•96 comments

EU Parliament greenlights Chat Control 1.0 – Breyer: "Our children lose out"

https://www.patrick-breyer.de/en/eu-parliament-greenlights-chat-control-1-0-breyer-our-children-l...
351•rapnie•3h ago•187 comments

Show HN: Analog Watch

https://analog.watch
8•ezekg•32m ago•5 comments

TrueBiz (YC S22) – Senior Software Engineer – Remote (US) – Full-Time

1•dannyhak•3h ago

US seeks cheaper hunter-killer drones after Iran destroys $1B worth of Reapers

https://arstechnica.com/gadgets/2026/07/us-seeks-cheaper-hunter-killer-drones-after-iran-destroys...
78•rbanffy•1h ago•74 comments

New open access book on history of computers and politics

https://mitpress.mit.edu/9780262053198/simpolitics/
5•mckelveyf•42m ago•0 comments

PostHog Open Sourced

https://github.com/PostHog/posthog-foss
11•thatxliner•45m ago•5 comments

How Version Control Will Evolve for the Agent Boom

https://entire.io/blog/how-version-control-will-evolve-for-the-agent-boom
27•tapanjk•2h ago•33 comments

Maxwell's Equations Were Discovered [video]

https://www.youtube.com/watch?v=-hua8RWopfw
6•surprisetalk•46m ago•0 comments

Transparency efforts behind the Helium Browser

https://helium.computer/blog/transparency
7•twapi•51m ago•1 comments

Syria's solar boom is redefining Middle East's energy model

https://www.thenationalnews.com/business/energy/2026/07/06/syrias-solar-boom-is-redefining-middle...
37•littlexsparkee•1h ago•7 comments

I Built the Only 2026 WWII Jeep

https://www.theautopian.com/i-bet-my-company-on-an-impossible-jeep-build-then-a-miracle-happened/
123•martey•2d ago•43 comments

In-browser programmable robot simulator

https://bittlex-sim.petoi.com/
70•lijay•5d ago•2 comments

Show HN: Arcaide – Explore code with multi-level call graphs

https://arcaide.foo
12•aqula•2h ago•6 comments

Why developers are ditching GitHub for Codeberg and self-hosting alternatives

https://www.howtogeek.com/why-developers-are-ditching-github-for-codeberg-and-self-hosting-altern...
299•Gedxx•6h ago•202 comments

Lead Mines of Galena, Kansas

https://dustbowlhighway.com/kansas/lead-mines/
19•saltdoo•5d ago•8 comments

Files over tools: how we built our agent with a virtual filesystem and bash

https://knock.app/blog/how-we-built-the-knock-agent-virtual-filesystem-and-bash
9•cjbell•1h ago•1 comments

Vacuum at the Page Level

https://boringsql.com/posts/vacuum-at-the-page-level/
16•radimm•3d ago•4 comments

Cargo-nextest: 3x faster than cargo test, per-test isolation, first-class CI

https://nexte.st/
154•nateb2022•3d ago•43 comments

The Backstory of Jiki

https://jiki.io/blog/the-backstory-of-jiki
5•lrae•3d ago•0 comments

The Glass Backbone: Why the Army's Logistics Will Break in the Next War

https://mwi.westpoint.edu/the-glass-backbone-why-the-armys-logistics-will-break-in-the-next-war/
75•baud147258•1h ago•80 comments

Reverse-engineering Nvidia's CUDA-checkpoint for faster cold starts

https://blog.doubleword.ai/what-happens-when-you-checkpoint-a-cuda-process
5•ilreb•1h ago•0 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)