frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Huzzah – a novel approach to coding with AI

https://www.danielvaughn.dev/posts/huzzah/
122•danielvaughn•2h ago•62 comments

The August 17 outage, and the work ahead

https://github.blog/news-insights/company-news/the-august-17-outage-and-the-work-ahead/
91•0xedb•2h ago•105 comments

I like 'em thick: an apology to my English teachers

https://www.experimental-history.com/p/i-like-em-thick
450•Ariarule•2d ago•220 comments

Consumer Rights Wiki

https://consumerrights.wiki/w/Main_Page
93•gregsadetsky•3h ago•2 comments

I should have loved biology (2020)

https://jsomers.net/i-should-have-loved-biology/
143•tyre•3h ago•61 comments

AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

https://blog.laserphile.com/2026/08/aliexpress-webpage-keeping-multipoint.html
786•emctech•11h ago•269 comments

HTML Can Do That

https://chrisburnell.com/html-can-do-that/
469•encyclopedism•1d ago•130 comments

Malicious Rust crate Arrayref runs a build-time payload

https://safedep.io/arrayref-proc-macro1-rust-build-time-malware/
331•abhisek•8h ago•308 comments

Linux 7.2

https://www.igalia.com/2026/08/19/Linux-72-Released.html
157•mariuz•5h ago•52 comments

Aaron Swartz was prosecuted for scraping, while Meta does it without consequence

https://blog.curiousquail.com/im-upset-again-about-a-co-creator-of-rss-being-prosecuted-for-somet...
180•speckx•1h ago•21 comments

CIA funding helped keep NeXT afloat in the 80s

https://www.wsj.com/tech/steve-jobs-apple-next-cia-161b65f9?st=NWWds1&reflink=desktopwebshare_per...
278•EwanG•21h ago•179 comments

SpacetimeDB: A Short Technical Review

https://strn.cat/posts/spacetime/
25•hurrrr•2h ago•6 comments

Show HN: I trained a 125M model to autocomplete piano on-device

https://simedw.com/2026/08/20/midi-autocomplete/
442•simedw•9h ago•99 comments

Watching TikTok and Instagram deactivates the cognitive control network: Study

https://www.rathbiotaclan.com/tiktok-videos-deactivate-key-cognitive-brain-regions/
248•Akasci•2h ago•100 comments

Sixtyfour (YC P25) Is Hiring

https://www.ycombinator.com/companies/sixtyfour/jobs/39SkSrA-software-engineering-intern
1•HPMOR•4h ago

Why aren't smart people happier? (2022)

https://www.experimental-history.com/p/why-arent-smart-people-happier
39•rafaelc•2h ago•51 comments

Vomit: Clean up Claude 5's token output with a separate LLM

https://github.com/zachahn/vomit
136•Bluestein•6h ago•144 comments

Tidal Cycles – Live coding music with Algorithmic patterns

https://tidalcycles.org/
26•gjvc•2h ago•5 comments

How to compromise your system with a job interview

https://www.codedge.de/posts/how-to-compromise-your-system-with-a-job-interview
96•codedge•5h ago•74 comments

I Analyzed 163K Lines of Kuzu's Codebase. Here's Why Apple Wanted It

https://medium.com/data-science-collective/i-analyzed-163k-lines-of-kuzus-codebase-here-s-why-app...
6•zeristor•4d ago•2 comments

Show HN: We chased a weather balloon across Montana and never found it

https://radi8.dev/blog/uplink/
44•radeeyate•3h ago•18 comments

Stop eating Lady Gaga's Oreos

https://www.experimental-history.com/p/stop-eating-lady-gagas-oreos
142•cwal37•1h ago•79 comments

Hacking with Claude on a $27 smart watch

https://www.mikekasberg.com/blog/2026/08/19/hacking-with-claude-on-a-27-smart-watch.html
66•speckx•7h ago•41 comments

Anti-AI fonts are useless and harmful

https://blog.yaros.ae/anti-ai-fonts-are-useless-and-harmful/
76•speckx•6h ago•60 comments

GitHub, autoscaling, and the component substitution fallacy

https://surfingcomplexity.blog/2026/08/19/github-autoscaling-and-the-component-substitution-fallacy/
14•jonemi•1h ago•0 comments

Project Cybersyn (2022)

https://bactra.org/notebooks/cybersyn.html
40•cassepipe•3h ago•24 comments

Every Model Cheats

https://dreadnode.io/research/every-model-cheats-prompt-level-mitigation-of-cheating-on-offensive...
62•vga805•7h ago•45 comments

DiffusionGemma Technical Report

https://arxiv.org/abs/2608.00146
122•gmays•8h ago•30 comments

Mojo is now open source

https://www.modular.com/blog/mojo-open-source
305•visheshdembla•2d ago•64 comments

Fossilisation processes and our reading of animal antiquity

https://www.cell.com/trends/ecology-evolution/fulltext/S0169-5347(23)00137-4
8•joebig•5d 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)