frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kagi added a setting for removing paywalled links from search results

https://kagi.com/changelog#11296
395•speckx•1h ago•143 comments

AI companies destroy physical books – let's scan rare books before it's too late

https://annas-archive.pk/blog/physical-destruction.html
526•darccio•5h ago•348 comments

c100

https://caligra.com/c100/
33•tosh•41m ago•18 comments

DeepSeek-v4-flash-vision-exp

https://api-docs.deepseek.com/guides/vision/
315•dares2573•5h ago•103 comments

I accidentally logged phone calls to military bases

https://lina.sh/blog/hijacking-e164-arpa
94•gavide•2h ago•11 comments

What We Lost When Search Stopped Making Us Think

https://blog.8ball.space/what-we-lost-when-search/
41•speckx•1h ago•24 comments

Grand jury declines to indict Ohio man charged with destroying Flock camera

https://san.com/cc/grand-jury-declines-to-indict-ohio-man-charged-with-destroying-flock-camera/
354•throw7•2h ago•191 comments

AI Boosted Homework Scores by 18% – Then Exam Scores Dropped 20%, Study Shows

https://canews24.online/?p=71
8•Edymilson•30m ago•0 comments

We are living in a version of the future out of J.G. Ballard or William Gibson

https://precastreinforced.co.uk/2026/08/16/new-worlds/
62•speckx•2h ago•24 comments

What Happens When the Cost of Intelligence Drops 100x

https://catalystneuro.com/blog/cost-of-intelligence-drops-100x/
78•bkd9•2h ago•61 comments

Radiation damage to Hubble has been 4.3 years out of phase with the Solar cycle

https://arxiv.org/abs/2608.18214
42•pppone•2h ago•12 comments

Show HN: A desktop fly drawn to the scent of vibecode

https://github.com/kulikov0/desktop-vibe-fly
9•kulikov0•37m ago•1 comments

TigerBeetle Core System Architecture: Deconstructing Performance Engineering

https://ixuvo.com/blog/tigerbeetle-core-system-architecture-performance-engineering
101•ksec•4h ago•35 comments

Cancer-Related Mortality Among US Pilots and Flight Attendants

https://jamanetwork.com/journals/jamainternalmedicine/article-abstract/2852504
7•jader201•32m ago•0 comments

WPD won't replace stolen Flock cameras, citing public trust

https://www.winonapost.com/news/wpd-wont-replace-stolen-flock-cameras-citing-public-trust/article...
12•erikschoster•1h ago•1 comments

The B-right/V R2 Operating System

http://tronweb.super-nova.co.jp/b-right-vr2intro.html
7•Bluestein•35m ago•0 comments

Yes/No/Cancel causes Aspirin sales to soar

https://martin.kleppmann.com/2007/07/19/yes-no-cancel-causes-aspirin-sales-to-soar.html
52•ankitg12•2h ago•38 comments

Claudette: Make Claude Stop Talking Like a BuzzFeed Article

https://github.com/adnanakil/nobuzz/blob/main/README.md
56•aakil•1h ago•51 comments

Show HN: AgentSight – eBPF observability for AI agents, no code changes

https://github.com/alibaba/anolisa/blob/main/docs/user-guide/en/agent-observability/agentsight.md
5•forrestly•34m ago•0 comments

Small, native web tricks worth remembering

https://htmlcat.net/
169•marcomezzavilla•6h ago•44 comments

Kino: A high-performance Ractor web server for Ruby 4.0

https://github.com/yaroslav/kino
50•ksec•4h ago•10 comments

Felony Bench

https://www.felonybench.com/
4•colinprince•39m ago•0 comments

The Lost Treasure of Sid Meier's Pirates

https://remapradio.com/articles/the-lost-treasure-of-sid-meiers-pirates/
206•spankibalt•8h ago•122 comments

DuckDB V2 PEG-based SQL parser

https://duckdb.org/2026/08/20/duckdb-20-peg-parser
27•karma_daemon•3h ago•3 comments

Kodak's "Pre-Invented" Lunar Orbiter Camera; Or, the Fate of SAMOS Readout

https://invertingvision.com/2026/08/10/kodaks-pre-invented-lunar-orbiter-camera-or-the-fate-of-sa...
16•cainxinth•2h ago•0 comments

Making stinkarm stink less, or more?

https://xnacly.me/posts/2026/making-stinkarm-stink-less/
5•xnacly•4d ago•0 comments

The road to ACID transactions in Cassandra 6

https://theconsensus.dev/p/2026/08/16/transactions-in-cassandra.html
25•eatonphil•3h ago•0 comments

Flat Chair by Sara Paculdo

https://www.toxel.com/tech/2026/08/07/flat-chair-by-sara-paculdo/
91•surprisetalk•4d ago•28 comments

Nothing Doing

https://www.futilitycloset.com/2026/08/10/nothing-doing-12/
13•surprisetalk•3h ago•7 comments

Code Obfuscation via Local Mixing

https://vitalik.eth.limo/general/2026/08/21/obfuscation_part_iii_local_mixing.html
3•fbrusch•44m 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)