frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB

https://demo.duckui.com
36•caioricciuti•1h ago•16 comments

What Happened in 2007?

https://whathappenedin2007.com/
33•AJRF•1h ago•7 comments

The Case for the Return of Fine-Tuning

https://welovesota.com/article/the-case-for-the-return-of-fine-tuning
35•nanark•3h ago•10 comments

EQ: A video about all forms of equalizers

https://www.youtube.com/watch?v=CLAt95PrwL4
189•robinhouston•1d ago•45 comments

OpenAI researcher announced GPT-5 math breakthrough that never happened

https://the-decoder.com/leading-openai-researcher-announced-a-gpt-5-math-breakthrough-that-never-...
27•Topfi•1h ago•3 comments

Jupyter Collaboration has a history slider

https://blog.jupyter.org/exploring-a-documents-timeline-in-jupyterlab-6084f96db263
30•fghorow•6d ago•5 comments

Titan submersible’s $62 SanDisk memory card found undamaged at wreckage site

https://www.tomshardware.com/pc-components/microsd-cards/tragic-oceangate-titan-submersibles-usd6...
363•WithinReason•2d ago•179 comments

Root System Drawings

https://images.wur.nl/digital/collection/coll13/search
372•bookofjoe•22h ago•74 comments

Uber will offer gig work like AI data labeling to drivers while not on the road

https://www.cnbc.com/2025/10/16/uber-will-offer-us-drivers-more-gig-work-including-ai-data-labeli...
10•bobertdowney•45m ago•0 comments

The Accountability Problem

https://www.jamesshore.com/v2/blog/2025/the-accountability-problem
83•FrancoisBosun•10h ago•28 comments

Pebble is officially back on iOS and Android

https://twitter.com/ericmigi/status/1979576965494710564
12•vlod•51m ago•1 comments

Chen-Ning Yang, Nobel laureate, dies at 103

https://www.chinadaily.com.cn/a/202510/18/WS68f3170ea310f735438b5bf2.html
247•nhatcher•1d ago•57 comments

How to sequence your DNA for <$2k

https://maxlangenkamp.substack.com/p/how-to-sequence-your-dna-for-2k
192•yichab0d•16h ago•81 comments

When you opened a screen shot of a video in Paint, the video was playing in it

https://devblogs.microsoft.com/oldnewthing/20251014-00/?p=111681
333•birdculture•2d ago•55 comments

How does Turbo listen for Turbo Streams

https://ducktypelabs.com/how-does-turbo-listen-for-turbo-streams/
65•sidk_•5d ago•8 comments

How one of the longest dinosaur trackways in the world was uncovered in the UK

https://www.bbc.co.uk/news/resources/idt-5f8c77b0-92bc-40f2-bf21-6793abbe5ffe
22•6LLvveMx2koXfwn•5d ago•0 comments

Why the open social web matters now

https://werd.io/why-the-open-social-web-matters-now/
179•benwerd•4d ago•109 comments

Flowistry: An IDE plugin for Rust that focuses on relevant code

https://github.com/willcrichton/flowistry
243•Bogdanp•22h ago•32 comments

./watch

https://dotslashwatch.com/
364•shrx•1d ago•101 comments

K8s with 1M nodes

https://bchess.github.io/k8s-1m/
238•denysvitali•2d ago•55 comments

Secret diplomatic message deciphered after 350 years

https://www.nationalarchives.gov.uk/explore-the-collection/the-collection-blog/secret-diplomatic-...
156•robin_reala•2d ago•32 comments

Tinnitus Neuromodulator

https://mynoise.net/NoiseMachines/neuromodulationTonesGenerator.php
324•gjvc•20h ago•211 comments

The optimistic case for protein foundation model companies

https://www.owlposting.com/p/the-optimistic-case-for-protein-foundation-193
11•crescit_eundo•1w ago•0 comments

IDEs we had 30 years ago and lost (2023)

https://blogsystem5.substack.com/p/the-ides-we-had-30-years-ago-and
524•AlexeyBrin•1d ago•470 comments

GoGoGrandparent (YC S16) Is Hiring Back End and Full-Stack Engineers

1•davidchl•11h ago

Coral NPU: A full-stack platform for Edge AI

https://research.google/blog/coral-npu-a-full-stack-platform-for-edge-ai/
138•LER0ever•3d ago•24 comments

Adding Breadcrumbs to a Rails Application

https://avohq.io/blog/breadcrumbs-rails
57•flow-flow•5d ago•7 comments

Lego Theft Ring

https://www.nytimes.com/2025/10/18/us/lego-theft-california-arrest.html
6•sanj•1h ago•0 comments

BQN "Macros" with •Decompose (2023)

https://saltysylvi.github.io/blog/bqn-macros.html
8•ofalkaed•1w ago•0 comments

Space junk falls on Western Australian minesite

https://www.abc.net.au/news/2025-10-19/wa-space-debris-reentry-investigation/105909612
39•dabiged•4h ago•7 comments
Open in hackernews

Using Coalton to implement a quantum compiler (2022)

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

Comments

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