frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The creator of Jujutsu has joined ERSC

https://ersc.io/blog/martin-joins-ersc
2•steveklabnik•1m ago•0 comments

Once Globally Preeminent, U.S. Universities Are Sliding into Decline

https://washingtonmonthly.com/2026/08/17/us-higher-education-decline-chinese-universities/
1•DemiGuru•2m ago•0 comments

Show HN: Three Pins a daily 3-hole golf game in the browser

https://threepins.golf/
1•colin_rightwork•2m ago•0 comments

AI admissions navigator for students in Central Asia

https://www.lumifield.app
1•Aarnur•3m ago•0 comments

Show HN: Rust Glancer 0.2 – new Rust LSP server targeting <100mb idle RSS

https://rust-glancer.github.io/blog/0-2-0/
1•popzxc•4m ago•0 comments

Empty intervals are valid intervals

https://nigeltao.github.io/blog/2025/empty-intervals.html
1•fanf2•6m ago•0 comments

Bitcoin 101 Classroom

https://classroom.google.com/c/ODc2ODU0NDI5MTY1/m/ODc2ODUzMzg4MTI5/details
1•JustReaper•6m ago•0 comments

Show HN: Semantic Overlays – an NX bit for LLM prompt injection (live demo)

https://semantic-overlays.vercel.app/
1•joshua_s_penman•7m ago•0 comments

China's installed solar power capacity surpasses coal power for the first time

https://www.globaltimes.cn/page/202609/1369526.shtml
2•giuliomagnifico•9m ago•0 comments

Stopping the Unstoppable: When an unstoppable force meets a dashpot snubber

https://practical.engineering/blog/2026/9/1/stopping-the-unstoppable
1•crescit_eundo•10m ago•0 comments

New Zero-Cal Sugar Is 3,500 Times Sweeter Than Sucrose,but Doesn't Spike Insulin

https://www.sciencealert.com/this-new-zero-cal-sugar-is-3500-times-sweeter-than-sucrose-but-doesn...
1•ivewonyoung•10m ago•0 comments

PureTube: No ads on YouTube

1•wariya•10m ago•0 comments

Circuit Loop Theory: a mathematical formalism for electromagnetic boundaries

https://github.com/obinexus/circuit_loop_theory/blob/main/CLP_CLA_Mathematical_Formalism.md
1•obinexus•11m ago•0 comments

Atlas: A World Model for Spatial Intelligence

https://www.worldlabs.ai/blog/atlas
26•johnsutor•12m ago•0 comments

Patent-pending live company intelligence for AI agents

https://www.bytemine.ai/blog/temporal-company-intelligence-gtm-agents
1•kokoz•12m ago•0 comments

Launch HN: Nori Robotics (YC S26) – A low-cost humanoid robot for development

https://www.norirobotics.com/
7•AntonioLi•13m ago•0 comments

The model picker is a dead end

https://lovable.dev/blog/the-model-picker-is-a-dead-end
1•tosh•13m ago•0 comments

July in Servo: more platforms, faster canvas, web fonts in SVG, and more

https://servo.org/blog/2026/08/31/july-in-servo/
1•birdculture•13m ago•0 comments

Dark Fiber–An Archaeology of the Dot-Com Bubble (2025)

https://www.technostatecraft.com/p/dark-fiberan-archaeology-of-the-dot
1•mkl95•14m ago•0 comments

Nicholas Decker in Hell

https://www.astralcodexten.com/p/nicholas-decker-in-hell
1•paulpauper•15m ago•0 comments

Did Europeans Get Fat from Neandertals?

https://www.science.org/content/article/did-europeans-get-fat-neandertals
1•paulpauper•15m ago•0 comments

Cloud Imperium Cash Shop Records $8.5M in Sales in August 2026

https://nosygamer.blogspot.com/2026/09/cloud-imperium-cash-shop-records-85.html
1•speckx•17m ago•0 comments

Timelapse of the Future: A Journey to the End of Time [video]

https://www.youtube.com/watch?v=uD4izuDMUQA
1•gurjeet•18m ago•0 comments

John Ternus Replaces Tim Cook as Apple CEO

https://www.nytimes.com/2026/09/01/technology/apple-tim-cook-john-ternus.html
3•FinnLobsien•19m ago•0 comments

Show HN: Sift, an iOS app that auto-detects recipes in Safari and stores them

https://siftapp.me/
1•mthomaswicher•19m ago•0 comments

The Light Herder: 4K Analog Video Feedback Device

https://www.thelightherder.com/
1•glitcher•20m ago•0 comments

Leaked Files Reveal How Russia Trains Hackers for Military Cyber Operations

https://gbhackers.com/leaked-university-files/
4•speckx•20m ago•0 comments

Agentic Video in Gemini

https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-agentic-video...
2•ilreb•22m ago•0 comments

Designing the Perfect Modular iOS Architecture

https://blog.jacobstechtavern.com/p/modular-ios-architecture
2•jakey_bakey•22m ago•0 comments

Penrose's theory of consciousness supported by new quantum evidence

https://iai.tv/articles/penroses-theory-of-consciousness-supported-by-new-quantum-evidence-auid-3667
1•pella•22m ago•1 comments
Open in hackernews

Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s

https://github.com/carloslfu/slotstream
31•carloslfu•1h ago
I built slotstream, a way to run Qwen3.8-Flash-Next 4-bit on a low-memory mac starting from 16GB, a 125B parameter model that would need 100GB+ memory/RAM, thanks to expert-offloading/ssd-streaming. Easy to install/update, and mac-native using MLX and Swift.

It ships with auto-mode, which makes a good tradeoff between memory usage and speed. I'll be implementing and porting the MTP module for speculative decoding next

Comments

AmazingTurtle•44m ago
There are already a handful of repos doing essentially exactly this: `mlx-moe-offload`, `streamlx`, `mlx-moe`, `mlx-flash`, and `deepseek-v4-flash-mlx` - i.e. keep the resident parts of an MoE in unified memory and page/stream routed experts from SSD on Apple Silicon.

At this point I'd much rather see people collaborate on one of these implementations, benchmark against them, or upstream the useful bits into MLX/MLX-LM instead of producing yet another near-identical repo.

The local-LLM ecosystem really does not need every implementation idea rediscovered five times and wrapped in a new README. AI-assisted coding makes producing a new repo cheap; maintaining, benchmarking, and integrating one is the actually valuable part.

api•38m ago
> every implementation idea rediscovered five times and wrapped in a new README

That's open source since forever, unfortunately.

docheinestages•28m ago
It's what happens when you don't do market research.
carloslfu•26m ago
I'm sorry this makes it seem like I didn't do my research. I did a TON. To fix it I'll add a benchmark/comparison table. Also, I wouldn't call it market research since this is not commercial AT ALL.
EyMaddis•20m ago
Hey Carlos, thanks for sharing with the community! Appreciated
carloslfu•9m ago
thanks!
genxy•16m ago
Does a painter check to make sure that a portrait hasn't been painted? What a dismissive comment.
oceanplexian•8m ago
Half the people on here are using Ollama. No one is doing market research.
carloslfu•24m ago
I agree with the sentiment, but have you seen those videos in which all men say other men are gay? This feels like the same, so much AI paranoia!

I genuinely want to contribute. And hey! I was doing oss this since 2014 so waay before AI was cool.

Barbing•37m ago
Vouched especially since OP might have a perspective on this. And readers may want to look up those other repos and compare for themselves.
carloslfu•29m ago
Thanks for the feedback! I'll create a section with a benchmark and comparisons. This will hold the project accountable and speed things up imo
dofm•32m ago
AI NIH
carloslfu•28m ago
Sorry, I don't get "NIH". what's that?
noir_lord•24m ago
Not Invented Here.
carloslfu•10m ago
Ah! Yeah, I didn't invent anything (yet!). The goal is to see how far I can take it in terms of speed without consuming that much RAM.
carloslfu•31m ago
I see your point. As an oss defender myself, I agree, however, the spirit of this is to see how fast I can make it. I'm sharing this with the community, which I think is aligned with the original oss spirit.

It's an experiment for myself but I am committing to maintain it. I've been an oss person for a loooong time, way before AI was a thing. Think about it as a new, from-scratch take at it, not as a re-reproduction.

kzrdude•27m ago
And there are `Mference` and `SwiftLM` too, I think they are doing the same use case.
genxy•18m ago
Why should they do that? For you? You could merge those projects and see if they get traction.
ErenayDev•24m ago
how much energy does it consume?
carloslfu•12m ago
Good one! I haven't measured this. I'll include it!
karmakaze•21m ago
It seems we could use a new kind of memory that streams the weight data in, like GDDR in reverse.
0x457•17m ago
High Bandwidth Flash? https://www.sandisk.com/company/newsroom/blogs/2025/scaling-...
carloslfu•8m ago
interesting!
carloslfu•8m ago
yes! I guess future hardware designs will have something like that!
drcongo•16m ago
"Disk is the gate that bites first"

AI;DR

embedding-shape•15m ago
> Hugging Face is the bottleneck, not your link.

README could clearly make use of a cleanup, seems to be more like a session log dump now than a good introduction to the project for a new user. Maybe try something "Remove anything from the README.md that wouldn't be helpful to someone who sees this project with zero context, for the first time. Rewrite all paragraphs and sections to be concise and remove all fluff, leave only important details new users must know before using the project".

carloslfu•2m ago
thanks! I'll do!
whartung•9m ago
I'm hoping to see progress in this space.

Folks talking about how 32G is not enough for local use, but then there's been work like this to empower it.

My hope is that the new 32G M6 will be "useful" locally, possibly because of work like this.

prometheus1992•8m ago
It's hard to believe 16GB unified memory will give you 5 tok/sec unless you are ignoring the thermal warnings. I am running Qwen3.6-35B-A3B on my 16GB M3 and get 7-8 tokens/sec with all the optimizations while keeping the peak memory and thermal warnings at check. https://github.com/deepanwadhwa/samosa-chat