Feed aggregator

I've Used Insta360's Luna Ultra and DJI's Osmo Pocket 4. Here's How They Compare

CNET Feed - Wed, 06/10/2026 - 6:58pm
With its detachable display, the Insta360 Luna Ultra is exciting for YouTubers. Here's how it compares to the Osmo Pocket 4.
Categories: CNET

Nexus Q Revival

Hacker News - Wed, 06/10/2026 - 6:52pm
Categories: Hacker News

Unix GC Remastered

Hacker News - Wed, 06/10/2026 - 6:48pm
Categories: Hacker News

LaserWriter Seeds

Hacker News - Wed, 06/10/2026 - 6:47pm
Categories: Hacker News

Plinko Input – type a code by dropping balls

Hacker News - Wed, 06/10/2026 - 6:31pm

Article URL: https://plinkoinput.com/

Comments URL: https://news.ycombinator.com/item?id=48483670

Points: 1

# Comments: 0

Categories: Hacker News

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

Hacker News - Wed, 06/10/2026 - 6:26pm

I was not getting good cache utilization when including dynamic context in agent threads. After a lot of experimentation, I found a good pattern that minimizes how often long lived conversation history gets modified while still supporting dynamic context. It has flexible hooks for doing things like truncating or summarizing tool outputs when transitioning messages to the long term history. And I'm seeing >>90% of tokens hitting the cache for my agents despite including a lot of dynamic user context.

There are a wide range of agent prompting strategies so I'd love to hear where this library works well and where there are patterns that don't fit well into the current API!

Comments URL: https://news.ycombinator.com/item?id=48483607

Points: 3

# Comments: 0

Categories: Hacker News

Nuts – pip/NPM for Java with first-class workspaces and JDK provisioning (9y+)

Hacker News - Wed, 06/10/2026 - 6:23pm

My frustration with distributing java apps didnt show up recently. I remember having implemented my first network jar downloaded back in the 2000's because i needed applet like feature support with desktop full control. Years after, the problem is the very same. Webstart didnt really took off and the only mean i had in my projects was the ugly fatjars, including the (for me) uglier spring-boot repackaging that changes the application classloading behaviour and hence giving me by time some headackes i was not prepared for.

So basically nuts started as a response to this frustration 9 years ago, but from now i think its mature enough (used in production) to be shared, and forecebly i am more keen to need suggestions and help from fellow contributors.

Comments URL: https://news.ycombinator.com/item?id=48483579

Points: 2

# Comments: 0

Categories: Hacker News

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

Hacker News - Wed, 06/10/2026 - 6:22pm

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!

Comments URL: https://news.ycombinator.com/item?id=48483562

Points: 4

# Comments: 0

Categories: Hacker News

Pages