frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why new €3 customs charge tells a bigger story about global trade

https://www.rte.ie/brainstorm/2026/0709/1582146-3-euro-customs-charge-online-shopping-global-trad...
1•austinallegro•37s ago•0 comments

The 4th Amendment Moves to the Cloud: Chatrie and the Future of Digital Privacy

https://www.wilmerhale.com/en/insights/client-alerts/20260702-the-fourth-amendment-moves-to-the-c...
1•greyface-•2m ago•0 comments

Show HN: PandaPage – host an HTML page with one curl, no signup, auto-expires

https://pandapage.clawshop.sh
1•itskritix•2m ago•0 comments

Local codereview tool for handing structured review to agent

https://github.com/rosenbjerg/local-review
1•mrosenbjerg•7m ago•1 comments

Probelock – lockfile for LLM tool calling

https://github.com/kelkalot/probelock
1•rar101x•8m ago•0 comments

Show HN: Reddit-opportunities – See who is asking for you in Reddit

https://karmybot.com/reddit-opportunities
1•dhante•8m ago•0 comments

New Horizons Pluto probe just woke itself up after 321 days of hibernation

https://www.theregister.com/science/2026/07/09/new-horizons-pluto-probe-just-woke-itself-up-after...
1•jnord•11m ago•0 comments

Show HN: Facebook Videos Downloader

https://chromewebstore.google.com/detail/video-downloader/depedcledfjjdoikcjfbdjlncjfbpjjg
1•qwikhost•13m ago•0 comments

Show HN: Stockoscope – 5-dimension stock analysis where you set the weights

https://stockoscope.com
1•navdhand•13m ago•0 comments

1-in-2 phones sold in Africa exfiltrate whole-device activity to China

https://www.nowsecure.com/blog/2026/07/08/what-the-transsion-telemetry-research-means-for-mobile-...
3•lmbbuchodi•15m ago•0 comments

Zine 0.12.0

https://zine-ssg.io/log/?v0.12.0#v0.12.0
2•birdculture•16m ago•0 comments

Former GitHub CEO launches competitor designed for the age of vibe coding

https://www.theregister.com/ai-and-ml/2026/07/08/former-github-ceo-launches-competitor-designed-f...
2•uukelele•18m ago•0 comments

Google pays $250K for Linux vulnerability allowing guest VM escapes

https://arstechnica.com/security/2026/07/high-severity-guest-vm-escape-is-1-of-2-linux-vulnerabil...
2•joozio•18m ago•0 comments

A Trip to 90s Kansai: Exploring the XD FirstClass Network BBS

https://cdrom.ca/games/2026/05/30/xd.html
1•zetamax•21m ago•0 comments

A MIT KDC policy plugin for cross-realm authorization

https://gurulabs.com/blogs/kerberos-cross-realm-authorization-xrealmauthz/
1•4onthefloor124•22m ago•0 comments

Show HN: Gepard 1.0 – open-source streaming TTS that speaks as text arrives

https://huggingface.co/spaces/nineninesix/gepard
1•joeyeh_•23m ago•0 comments

Cursed circuits #6: reverse avalanche oscillator

https://lcamtuf.substack.com/p/cursed-circuits-6-reverse-avalanche
2•surprisetalk•24m ago•0 comments

Show HN: The Book of Uncertain Light – A Philosophical Text for LLMs

https://uncertainlight.com
1•CompanyGardener•25m ago•0 comments

What Everyone Should Know About How Capital Works

https://jacobin.com/2026/07/marx-capital-harvey-economics-contradiction
2•one33seven•29m ago•1 comments

Greppy – A drop-in grep with code-nav subcommands for AI agents

https://github.com/metric-space-ai/greppy
1•metricspaceai•32m ago•0 comments

How do you promote a low value, high conversion rate app without PPC?

https://www.asnotes.io/
1•gb2d_hn•36m ago•1 comments

Facebook takes no action on AI far-right influence campaign flagged a month ago

https://www.independent.co.uk/news/uk/home-news/facebook-far-right-ai-video-life-in-britain-b3004...
2•vrganj•38m ago•0 comments

EduScrum

https://eduscrum.org/
1•antfarm•1h ago•0 comments

Show HN: Kinetic – an experimental decentralized naming protocol

https://github.com/saifmukhtar/kinetic
2•saifmukhtar•1h ago•0 comments

Cybersecurity AI (CAI) Dataset

https://arxiv.org/abs/2605.28146
1•vinothkumarnaga•1h ago•0 comments

Postgres rewritten in Rust, now passing 100% of the Postgres regression tests

https://github.com/malisper/pgrust
5•SweetSoftPillow•1h ago•0 comments

What founders should evaluate before launching an AI-built app

https://geekyants.com/blog/what-founders-must-evaluate-before-launching-an-ai-built-app
4•Krishnaswaroop•1h ago•1 comments

Teller.io shuts down at the end of the week

2•dmonn•1h ago•0 comments

The OpenClaw Foundation

https://openclaw.ai/blog/introducing-openclaw-foundation
4•tosh•1h ago•0 comments

Show HN: Copresent – Turn your phone into a Google Slides remote

https://www.copresent.app/
1•highlystatic•1h ago•0 comments
Open in hackernews

Show HN: Kinetic – an experimental decentralized naming protocol

https://github.com/saifmukhtar/kinetic
2•saifmukhtar•1h ago
Hi HN,

I started this while working on another project. I needed peer-to-peer connections and realized I still depended on domains, so I started wondering if there was another way to do naming.

This became Kinetic. It's an experimental naming protocol written in Rust. The idea is to use VDFs for name registration while libp2p and Kademlia handle discovery. Things are still changing a lot and I'm still testing different ideas.

One thing I'm currently struggling with is the economic side. If users don't pay for names, how does an open protocol sustainably fund long-term development? I'd be interested in hearing different perspectives on that.

I'd appreciate technical feedback on the protocol and any obvious flaws in the design.