frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Agents cannot currently conduct open-ended research

https://cruxevals.com/crux/can-ai-agents-conduct-research/
1•automatic6131•2m ago•0 comments

Makeitcheaper

https://makeitcheaper.grok.me/
1•nevion42•3m ago•1 comments

Another Typical Autoresearch Post – 1,293 Experiments, 779M Tokens, GPUMode 3rd

https://elianaive.com/posts/another-typical-autoresearch-post/
1•elianaive•4m ago•0 comments

Telephones Caught in Between

https://computer.rip/2026-08-02-telephone-leasing.html
1•speckx•9m ago•0 comments

Chauncy – local semantic search over your PDFs, email, and notes

https://chauncy.dev/
1•JayKeenan•9m ago•0 comments

AI Amplifies Human Ignorance: Lessons from "OpenAI Hacks HuggingFace" Incident [video]

https://www.youtube.com/watch?v=3n3mSQWRz0Y
1•da02•10m ago•0 comments

The optimal amount of fraud is non-zero (2022)

https://www.bitsaboutmoney.com/archive/optimal-amount-of-fraud/
1•throw0101d•11m ago•0 comments

Anyone Looking for a Go Dev?

2•baraamasri•12m ago•1 comments

A Look Back at the First Website Ever Launched, 30 Years Later

https://www.npr.org/2021/08/06/1025554426/a-look-back-at-the-very-first-website-ever-launched-30-...
1•_____k•14m ago•1 comments

Show HN: ProMatch Lab – a football manager where matches run on a server clock

https://promatchlab.com/watch
2•promatchlab•15m ago•0 comments

Show HN: K8s-cleaner a dynamic rule controller to detect unused K8s resources

https://github.com/gianlucam76/k8s-cleaner
1•mgianluc76•15m ago•0 comments

Show HN: Memoars - encrypted memory layer that your AI assistants share

https://memoars.com/
1•shonster88•16m ago•1 comments

Why humans get less sleep than other primates

https://www.bbc.com/future/article/20220524-why-humans-get-less-sleep-than-other-primates
1•speckx•18m ago•0 comments

Picking up where I left off

https://joelchrono.xyz/blog/picking-up-where-i-left-off/
1•meysamazad•19m ago•0 comments

New Polynomial-Time Quantum Algorithm for Various Lattice Problems

https://eprint.iacr.org/2026/1591
3•tomgag•19m ago•0 comments

Show HN: Srelens – Kubernetes control room for engineers and AI agents (MIT)

https://github.com/srelens/srelens
2•deveshk0•19m ago•2 comments

Official ModRetro M64 Deep Dive: Console, Controller, Games [video]

https://www.youtube.com/watch?v=9gOJUEcKYRk
2•mfi•19m ago•0 comments

Agent skills vs. MCP servers vs. rules files: what each one costs

https://paelladoc.com/blog/agent-skills-vs-mcp-servers/
2•meysamazad•19m ago•0 comments

Publishing EPUBs with Pandoc

https://ampersandia.net/blog/publishing-epubs-pandoc/
2•meysamazad•20m ago•0 comments

Gateway Industries

https://www.gatewayindustriesonline.com/HOME.html
1•reqo•22m ago•0 comments

Show HN: Shufaf – Bulk background removal and vectorizatio

https://shufaf.com/
1•ramio•23m ago•0 comments

The Blood Harvest (2014)

https://www.theatlantic.com/technology/archive/2014/02/the-blood-harvest/284078/
1•EndXA•24m ago•0 comments

All 8 Flock cameras in Winona, Minnesota cut down and missing

https://winonadailynews.com/news/local/crime-courts/article_3d9fb575-01c6-4e0b-8b7b-2061a4b652fe....
2•bookofjoe•25m ago•1 comments

The Investors Whose SpaceX Shares Vanished Before They Could Cash In

https://www.wsj.com/finance/stocks/spacex-ipo-spv-investors-2698a174
2•doener•26m ago•0 comments

The bottleneck isn't writing code anymore. It's understanding it

https://threedots.tech/post/understanding-code-is-bottleneck/
1•roblaszczak•28m ago•0 comments

Does 40 Hz gamma stimulation work and what it does to the brain

https://medium.com/@6thMind/does-40-hz-gamma-stimulation-actually-work-what-it-does-to-the-brain-...
2•smanuel•31m ago•0 comments

Tampermonkey: Enhance the functionality of your favorite web pages

https://www.tampermonkey.net/index.php?browser=chrome&locale=en
2•janandonly•32m ago•0 comments

GDP and prosperity across technology paths

https://philiptrammell.substack.com/p/gdp-and-prosperity-across-technology
1•gmays•32m ago•0 comments

MetroCard Vending Machine and MetroCard Express Machine Auction

https://www.mta.info/article/mvm-mem-sale
1•impish9208•34m ago•0 comments

ARC-AGI-3: A New Challenge for Frontier Agentic Intelligence

https://arxiv.org/abs/2603.24621
1•Anon84•35m ago•0 comments
Open in hackernews

Show HN: Jolt a decentralised content syndication network

https://alexanderwanyoike.github.io/jolt/
1•mercutio93•53m ago
Hey HN i’m a platform engineer and my day job I mainly focus on kubernetes clusters and terraform with the occasional C#, Typescript when building services, so this could well be completely out of my depth. Jolt started as an experiment to see whether I could build my own network at all. I’ll also be honest that most of this code was agentically written. However the high level decisions and architecture were mine based on research, experimentation, trial and error. Canary testing was one of the consequences of that when you build this way you need something slapping your AI-driven confidence back to reality.

This year I asked myself a question... Is it possible to have a platformless world? A world where no platform controls your data, mines it for ad targeting or bans you and takes away your audience with it. So I started working on that as a challenge just to see if it's possible... and I ended up with Jolt.

Jolt is a p2p distributed content syndication network. Lol that's a mouthful, it's basically my solution to platformless content distribution. Someone can publish content using a cryptographic identity and others can discover that content. Apps can build on top of the network however they are decoupled from the audience or the account.

Jolt achieves this with a daemon capability model kinda like how mobile apps ask for permissions, but for your identity and content.

Apps don’t own your identity. They ask for a scoped session from the daemon (eg. "publish under /pastes/*") that you approve or decline. You can uninstall the app and you still keep the audience and the data.

I'm gonna give you the jist of the work in this post and talk about the architecture in a comment but check out the RFC section on the github pages site if you want a deep dive.

When I was building this the actual hardest part was not protocol design or crypto. Funny enough it was testing. LAN is deceptively simple and things just work; why? mDNS will find your peers instantly and make you feel cracked. Only to be humbled when you do a 3 node canary test to try to replicate the messy real world on a small scale.

The 3 way canary tested my laptop on my home broadband, a relay in hetzner and my mac running on a mobile hotspot, finicky I know but that's all I had. I was trying to answer a hard question at v0: 2 nodes on different networks could communicate and more importantly behind actual NATs and how.

The first attempt was via the relay so I knew that worked but I wasn’t really satisfied. I wanted direct communication and I spent about 2 days getting QUIC hole punching working for direct node to node communication.

That being said im not fully sure it holds up in the wild, the realist developer in me doesn’t think so. One thing I'm sure about is that one canary test doesn’t cover all edge cases. I would need more nodes and people on the network telling me something is broken thats how I work lol and that's why I am posting this.

You can jolt find here https://alexanderwanyoike.github.io/jolt/

So does this thing even work. Well I can happily say that I was able to build 2 applications on it Spoke (https://alexanderwanyoike.github.io/spoke/) my attempt at building a platformless social network and Pastey (https://alexanderwanyoike.github.io/pastey/) a simple pastebin like application when you want to send data to different places. Spoke is more maintained and I plan on getting Pastey to the same level of polish. They are still very early “hello world” prototypes.

Otherwise if you wanna chat add me up on spoke fsjj2nvibhmztsw2w3klgkbjorqbze3qsi2tcwzbs5pepdigohiq.jolt ;)