frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Extend UI – open-source UI kit for modern document apps

https://www.extend.ai/ui
134•kbyatnal•8h ago•30 comments

Show HN: HelixDB – A graph database built on object storage

https://github.com/HelixDB/helix-db/tree/main
85•GeorgeCurtis•8h ago•30 comments

Show HN: Atlasphere – Live Infrastructure Diagrams

21•andreygrehov•1d ago•7 comments

Show HN: Artie – Real-time data replication to your warehouse, now self-serve

https://www.artie.com
21•tang8330•19h ago•5 comments

Show HN: Jailbreak this model to get 3B tokens

https://opir.ai/challenge
3•copypirate•42m ago•0 comments

Show HN: Llmbuffer – Python library for cache-optimized LLM conversation history

https://github.com/scottpurdy/llmbuffer
5•scottmp10•2h ago•0 comments

Show HN: Magenta Real-Time Music Generation Locally on iPhone, Without the GPU

https://github.com/mattmireles/magenta-realtime-2-iphone
7•MediaSquirrel•2h ago•0 comments

Show HN: Meadow Notes – extract and publish microsites from your Markdown graphs

https://meadow-notes.com
3•gmccreight2•2h ago•0 comments

Show HN: Ustps (UDP Speedy Transmission Protocol Secure) and USSH

https://github.com/x1colegal/USTP-Secure
10•x1colegal•2d ago•4 comments

Show HN: macOS menu bar gauges for your Claude Code quota

https://github.com/grzegorz-raczek-unit8/claude-quota
58•grzracz•14h ago•37 comments

Show HN: Gravity – Interactive solar-system simulator, from Newton to Einstein

https://qunabu.github.io/Gravity/
197•qunabu•1d ago•48 comments

Show HN: Kctx – A read-only Kubernetes context engine for SREs and AI Agents

https://github.com/lucasepe/kctx
5•lucasepe•3h ago•0 comments

Show HN: NBSDgames – 21 new, improved, original text games for Unix, DOS, Plan9

https://github.com/abakh/nbsdgames
10•abakh•9h ago•1 comments

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

https://github.com/luke8086/gentleos32
122•luke8086•3d ago•104 comments

Show HN: Resonate – Low-latency, high-resolution spectral analysis

https://alexandrefrancois.org/Resonate/
44•arjf•4d ago•18 comments

Show HN: Performative-UI – A react component library of design tropes

https://vorpus.github.io/performativeUI/
1160•lizhang•2d ago•208 comments

Show HN: Nucleus – A security-hardened, Nix-native container runtime

https://github.com/sig-id/nucleus
36•0kenx•1d ago•12 comments

Show HN: I built a microlearning app to learn personal finance

https://finance.usescroll.app
4•maclinz•6h ago•4 comments

Show HN: Meadow Mind – a 7B diffusion LLM plays Gym games with zero training

https://github.com/Hey-Meadow/meadow-mind
3•akaiHuang•6h ago•0 comments

Show HN: Learn while you wait for your agents to code

https://github.com/get-foyer/foyer
5•dennis3124•7h ago•0 comments

Show HN: Drift – an embedding-model upgrade should be a rotation, not a reindex

https://github.com/aayush4vedi/drift-spark
6•aayush4vedi•12h ago•3 comments

Show HN: Cost.dev (YC W21) – making agents cost-aware and cheaper to call

https://cost.dev/
48•akh•6d ago•29 comments

Show HN: Social network where inviting someone makes you accountable for them

https://chirpper.com
7•Chirpper•9h ago•16 comments

Show HN: Gitdot – A better GitHub. Open-source, written in Rust

https://gitdot.io/
321•baepaul•2d ago•303 comments

Show HN: Learn from 30 historical figures, open source, nonprofit, self-hosted

https://github.com/chipmates/agoracosmica
43•micstradev•1d ago•23 comments

Show HN: A curated collection of simple datasets for machine learning

https://github.com/pplonski/datasets-for-start
4•pplonski86•10h ago•1 comments

Show HN: Construct SQL from table records by breaking down decision tree

https://github.com/rentruewang/inversql
3•rentruewang•10h ago•1 comments

Show HN: Camel Mono – a monospace font that makes camelCase easier to read

https://github.com/TJHdev/camel-mono
5•tjhdev•10h ago•0 comments

Show HN: A Bluesky client for PICO-8

https://picosky.vinnymac.dev/
4•vinnymac•11h ago•0 comments

Show HN: SNItch – fuzz the TLS SNI field to discover hidden virtual hosts

https://github.com/cirosec/SNItch
2•flixf•11h ago•0 comments
Open in hackernews

Show HN: Magenta Real-Time Music Generation Locally on iPhone, Without the GPU

https://github.com/mattmireles/magenta-realtime-2-iphone
7•MediaSquirrel•2h ago
Last Thursday, Deepmind released Magenta Realtime 2 , an open source music generation model. They said it could run on Mac, but not iPhone.

As a v̵i̵b̵e̵ ̵c̵o̵d̵i̵n̵g̵ ̵a̵d̵d̵i̵c̵t̵ agentic AI maxxi and person who has melted iPhones before (link at bottom), I took that as a personal challenge and made it my weekend project.

On Saturday, I got it to run for 10min straight on an iPhone 12 Pro from 2020 without melting the phone or - shockingly - touching the GPU.

How? I chopped the model up into 5 pieces and set them each to run on different parts of Apple's system on a chip (SoC).

My past experience taught me that if you can actually leverage it, the iPhone's NPU is incredibly powerful, and power efficient. If you're doing sustained real-time generation for long periods of time on a device without a fan, you gotta use the neural engine or else you will melt the device.

See: https://accelerateordie.com/p/we-melted-iphones-for-science

The Apple Neural Engine has a ton of constraints, the main one being that it only accepts fixed shape inputs, and only supports some architectures -- which is why I chopped the model up into pieces.

But it works! And I wrote zero lines of code by hand. Back when I was running VC-backed companies, I would have needed a small team of grumpy greybeard engineers to do this and it would have taken 2-6 weeks. Now I can feed my own nerd fetish and do this stuff myself.

Next up: I'm building an iPhone app that ties into your heart rate, movement data, location etc to generate a real-time soundtrack to you life.

What a time to be alive!

update: Demo video of it running on my iPhone 15 Pro: https://x.com/mattmireles/status/2064849702156415214?s=46