frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

FreeInk: Open ecosystem for e-readers

https://freeink.org/
192•FriedPickles•2h ago•44 comments

OpenAI and Hugging Face partner to address security incident

https://openai.com/index/hugging-face-model-evaluation-security-incident/
112•mfiguiere•36m ago•40 comments

Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-6-flash-3-5-flas...
498•logickkk1•5h ago•389 comments

Long presumed dead, a thriving coral reef is discovered in West Africa

https://e360.yale.edu/digest/benin-coral-reef
234•speckx•5h ago•39 comments

Jack Dorsey launches Buzz to combine team chat, AI agents and Git hosting

https://runtimewire.com/article/jack-dorsey-block-buzz-team-chat-ai-agents-git
129•ryanmerket•3h ago•116 comments

Apple has decided to compete for creativity app users

https://alex4d.com/notes/item/apple-competing-for-creativity-app-users
54•speckx•2h ago•34 comments

Apple defeats liability for not scanning iCloud for CSAM

https://blog.ericgoldman.org/archives/2026/07/apple-defeats-liability-for-not-scanning-icloud-for...
249•speckx•6h ago•221 comments

'VPNs are lawful technical tools,' says EU Court in landmark copyright ruling

https://www.techradar.com/vpn/vpn-privacy-security/vpns-are-lawful-technical-tools-says-eu-court-...
91•healsdata•1h ago•12 comments

Apple Private Cloud Compute SoC 3 audit reports

https://support.apple.com/guide/certifications/apple-private-cloud-compute-soc-3-audit-apc95a31b9...
53•throwfaraway4•2h ago•13 comments

Qwen-Image-3.0: Rich Content, Authentic Details, Deep Knowledge

https://qwen.ai/blog?id=qwen-image-3.0
506•ilreb•12h ago•206 comments

PCjs Machines

https://www.pcjs.org/
160•naves•6h ago•16 comments

France's Anssi Will Block PQC-Free Products from Certification Starting 2027

https://postquantum.com/security-pqc/anssi-pqc-certification-2027/
70•Sami_Lehtinen•4h ago•31 comments

Laguna S 2.1

https://poolside.ai/blog/introducing-laguna-s-2-1
104•rexledesma•3h ago•21 comments

Bloomy (YC S26) is hiring a founding engineer

1•alexsouthmayd•3h ago

Meta's AI models are powering the first wave of Genesis Mission projects

https://ai.meta.com/blog/genesis-mission-lawrence-berkeley-national-laboratory-segment-anything-d...
70•surprisetalk•3h ago•49 comments

Show HN: Read the Tape – Wordle for daytrading, five blind S&P 500 charts a day

https://readthetape.cc/
7•will_asouka•1d ago•0 comments

Show HN: A self-running space economy SIM in Rust and Bevy

https://github.com/Kalcode/spaceprojectsim
42•kalcode•2h ago•11 comments

My USB Drive Has a Hidden Encrypted Vault

https://rootkitlabs.com/2026/06/22/I%27m-Building-a-Secure-USB-Drive/
102•machinehum•1d ago•65 comments

Slater – Low-memory graphdb designed for read-heavy graphs

https://github.com/Hikari-Systems/slater
14•rickkjp•2h ago•6 comments

Advertise in ChatGPT

https://ads.openai.com/
177•montecarl•1h ago•191 comments

The unreasonable difficulty of time series forecasting

https://suzyahyah.github.io/machine%20learning/2026/06/27/trouble-with-time-series.html
88•suzyahyah•3d ago•30 comments

AI Agent – TRMNL

https://help.trmnl.com/en/articles/14130438-ai-agent
17•joeyespo•2h ago•11 comments

Show HN: Justif – Knuth-Plass justification and microtypography for the web

https://justif.lyall.co/
7•lyall•4d ago•2 comments

Show HN: CodeAlmanac – Karpathy-style codebase wiki from your conversations

https://github.com/AlmanacCode/codealmanac/
27•divitsheth•3h ago•12 comments

The World's 2,400 Castles

https://thecastlemap.com/
137•marklit•4h ago•102 comments

Greedy is optimal for single-pass semi-streaming matching

https://arxiv.org/abs/2607.14656
13•MarcoDewey•2h ago•0 comments

The Price of Happiness

https://happiness-science.org/price-of-happiness/
20•andyjohnson0•2h ago•8 comments

Cheap self-hosted Kubernetes on Hetzner cloud (2025)

https://blog.qstars.nl/posts/cheap-self-hosted-kubernetes-on-hetzner-cloud/
48•victorbrink•2h ago•24 comments

Zero-dependency streaming tar parser and writer for JavaScript

https://ayuhito.com/projects/modern-tar/
5•ayuhito•3d ago•0 comments

Show HN: Imagin Raw – A 9MB Open-Source Alternative to Adobe Bridge for Mac

https://github.com/cristibaluta/Imagin-Raw
42•cristi_baluta•3h ago•12 comments
Open in hackernews

YouTube System Design for Robotics Data Infrastructure

https://hebbianrobotics.com/blog/youtube-system-design-for-robotics-data-infrastructure
7•kstonekuan•2h ago

Comments

kstonekuan•2h ago
What does YouTube system design have to do with robotics data?

When we started building Pareto, we weren’t thinking about YouTube, but the data path looked familiar: upload, process, store, index, play.

Here's what the classic system design question gets right in production.

- Read: https://hebbianrobotics.com/blog/youtube-system-design-for-r...

- Try Pareto: https://pareto.hebbianrobotics.com

- Code open source: https://github.com/Hebbian-Robotics/pareto

tolugenius•1h ago
Very interesting thought experiment. One thing I'm curious is how you might think through scale, certain data formats scale much faster and may consume more space than others. How do balance both growth of data formats and overall how much data can be hosted?