frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

England set to be one of the first countries to eliminate hepatitis C

https://www.bbc.com/news/articles/c75gk620r22o
211•stevekemp•2h ago•107 comments

Apple Silicon and macOS VMs: 11–16× Faster LLM Inference with Llama.cpp

https://github.com/trycua/cua/blob/main/blog/gpu-passthrough-macos-vms.md
19•frabonacci•31m ago•4 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://stolen-thoughts.com/
52•quantumgarbage•2h ago•15 comments

Show HN: Git-knife – edit commit messages, authors, and dates like a spreadsheet

https://github.com/TheRealYT/git-knife
8•YonathanTesfaye•12m ago•1 comments

Nvidia's Risky Business

https://stratechery.com/2026/nvidias-risky-business/
102•jonbaer•5h ago•21 comments

France to ban unsolicited telemarketing calls

https://www.lemonde.fr/en/france/article/2026/08/06/france-to-ban-unsolicited-telemarketing-calls...
732•aziaziazi•7h ago•369 comments

Launch HN: Keet (YC S24) – An app to create video courses on anything

https://www.trykeet.com/
5•zackashen•33m ago•2 comments

As AI eats the web, the internet’s collective memory is disappearing

https://thewalrus.ca/google-search-is-dying/
603•awnird•16h ago•679 comments

H3-metal – Native MiniMax-H3 inference for Apple Silicon

https://github.com/antirez/h3.c
371•swyx•14h ago•80 comments

Why Did OpenAI's Head of Ethics Chloé Bakalar Leave?

https://aimagazine.com/news/why-did-openai-head-of-ethics-chloe-bakalar-leave
35•ashurandi•1h ago•25 comments

Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots

https://cactuscompute.com/needle
448•HenryNdubuaku•22h ago•158 comments

What I learned by putting GitHub Copilot behind a MitM proxy

https://www.lighthousenewsletter.com/p/i-put-github-copilot-behind-a-mitm
55•j0selit0•4h ago•4 comments

The US tried to stop cartel money-laundering; devastated mom-and-pop businesses

https://www.theguardian.com/us-news/2026/aug/11/us-mexico-border-area-money-transfer-rule-change-...
14•hedora•54m ago•2 comments

Mark Zuckerberg attacks 'closed' AI rivals as Meta returns to open models

https://www.ft.com/content/4e3957f8-ea7c-4c46-a3de-cdce8e526878
572•root-parent•1d ago•548 comments

LFM2.5 2.6B model competitive with 4x larger models

https://huggingface.co/LiquidAI/LFM2.5-2.6B
123•nateb2022•6d ago•34 comments

Chicken Scheme 6.0

https://code.call-cc.org/releases/6.0.0/NEWS
248•eatonphil•14h ago•39 comments

$580M undersea cable rerouted to avoid the grave of Dobby the House Elf

https://www.tomshardware.com/networking/usd580-million-undersea-cable-rerouted-to-avoid-the-grave...
25•rbanffy•1h ago•20 comments

Show HN: Scroll through all 43252003274489856000 Rubik's Cube states

https://everycube.alen.is/
249•Alen123•16h ago•90 comments

Halcyon Video – a 3D video store for your media server

https://github.com/halcyon-video/halcyon-video
5•Gander5739•4d ago•0 comments

Nvidia Nemotron 3.5 Lightning

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4
46•beklein•1h ago•13 comments

The “mechanical miracle” that ruined Mark Twain’s life

https://resobscura.substack.com/p/the-mechanical-miracle-that-ruined
179•benbreen•6d ago•93 comments

How Claude marks AI-generated content

https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content
313•mfiguiere•17h ago•270 comments

Stowaway – Take the window seat on any plane or satellite overhead

https://stowaway.live/
351•thunderbong•4d ago•43 comments

Immersion lithography saved Moore's Law (2023)

https://www.asml.com/en/company/stories/2023/how-immersion-lithography-saved-moores-law
34•wsgeorge•4d ago•0 comments

Recycle – Floppydisks

https://www.floppydisk.com/recycle
97•calvinmorrison•13h ago•42 comments

Faster floating point math with Rust's new API

https://pythonspeed.com/articles/faster-float-math-rust/
75•subset•5d ago•26 comments

Sonic Pi v5

https://www.patreon.com/samaaron/posts/sonic-pi-v5-166001392
410•samaaron•4d ago•103 comments

Rust SIMD on the GPU

https://www.vectorware.com/blog/simd-on-gpu/
208•sagacity•21h ago•103 comments

The UK's war on anonymity has come to America

https://www.effort.news/uk-lobby
592•slowin•15h ago•632 comments

Muse Glimmer: 30B-parameter model optimized for always-on local agent workflows

https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model
1156•riordan•1d ago•623 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)