frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kimi K3 is now live

https://www.kimi.com/en
353•vincent_s•2h ago•187 comments

Microsoft Comic Chat is now open source

https://opensource.microsoft.com/blog/2026/07/16/microsoft-comic-chat-is-now-open-source/
89•jervant•55m ago•22 comments

Decoy Font

https://www.mixfont.com/experiments/decoy-font
27•ray__•44m ago•13 comments

OnePlus halts operations in USA and Europe

https://community.oneplus.com/thread/2170715118587871237
393•pilililo2•6h ago•210 comments

Detecting LLM-Generated Texts with "Classical" Machine Learning

https://blog.lyc8503.net/en/post/llm-classifier/
12•uneven9434•20m ago•2 comments

Adaptional (YC S25) Is Hiring

https://www.ycombinator.com/companies/adaptional/jobs
1•acesohc•1m ago

'We used acid to sabotage Microsoft hyperscale data centre construction'

https://techwerkers.nl/en/posts/aanval-microsoft-ai-datacentrum/
21•lowbar•12m ago•6 comments

Goes-19 weather satellite enters Safe Hold mode

https://www.spaceweather.gov/news/goes-19-safe-hold
96•yabones•3h ago•46 comments

How Our Rust-to-Zig Rewrite Is Going

https://rtfeldman.com/rust-to-zig
184•jorangreef•5h ago•91 comments

Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps

2•XiaHua•10m ago•1 comments

56,000 lines of DOOM, in a language I made up

https://betlang.dev/about/
6•ghuntley•37m ago•4 comments

How to Train a Gen AI Kick Drum Model on Your Old Linux Desktop with 6GB VRAM

https://www.zhinit.dev/blog/training-a-kick-drum-diffusion-model
22•zhinit•1h ago•12 comments

Guide to data tools landscape for developers

https://sinja.io/blog/data-landscape-guide-for-developers
37•OlegWock•2h ago•8 comments

GC shape stenciling in Go generics

https://rednafi.com/go/gc-shape-stenciling/
19•ingve•4d ago•1 comments

Sony Deletes a Bunch More Movies from the Accounts of People Who 'Bought' Them

https://www.techdirt.com/2026/07/15/sony-deletes-a-bunch-more-movies-from-the-accounts-of-people-...
339•nekusar•4h ago•183 comments

Let's Build PlanetScale from Scratch: Infrastructure

https://onatm.dev/2026/07/16/homescale-part-1/
93•onatm•5h ago•16 comments

Ente – Opening Our Books

https://ente.com/open/
151•Sherex•6h ago•45 comments

Show HN: Leaves – a text-UI disk usage treemap visualizer

https://github.com/patonw/leaves
7•patonw•58m ago•1 comments

Show HN: A modern port of Linux to a ten-year-old QWERTY phone

5•tmzt•46m ago•0 comments

Agent-talk: Enabling coding agents to work together

https://github.com/xhluca/agent-talk
7•xhluca•48m ago•0 comments

NotebookLM is now Gemini Notebook

https://blog.google/innovation-and-ai/products/gemini-notebook/notebooklm-gemini-notebook/
11•xnx•54m ago•3 comments

The lost joy of music piracy

https://www.pigeonsandplanes.com/read/music-piracy-what-cd-oink-nine-inch-nails-streaming
622•mcgin•12h ago•423 comments

Where are YC founders now? OpenAI and Anthropic, mostly

https://joinedanthropic.com
280•ohong•8h ago•184 comments

Building scalable AI agents with modular prompt transpilation

https://developers.googleblog.com/building-scalable-ai-agents-with-modular-prompt-transpilation/
4•yruzin•40m ago•1 comments

Helicone allows users to write SQL directly to a shared ClickHouse

https://www.justintorre.com/blogs/clickhouse-rls-query-parameters
5•justintorre75•2d ago•2 comments

Photos of items from families in different countries with different incomes

https://www.gapminder.org/dollar-street
21•uneven9434•37m ago•0 comments

Accidental Anonymity

https://macwright.com/2026/06/24/accidental-anonymity
26•caminanteblanco•2d ago•3 comments

Show HN: Ratel, give agents unlimited tools and skills without context bloat

https://github.com/ratel-ai/ratel
9•jack1689•51m ago•6 comments

Show HN: Sentinel – open-source QA agent that reads your code before it clicks

https://blog.simbastack.com/announcing-sentinel/
6•asenna•1h ago•0 comments

Immersive Linear Algebra Book with Interactive Figures

https://immersivemath.com/ila/
6•srean•1h ago•0 comments
Open in hackernews

Guide to data tools landscape for developers

https://sinja.io/blog/data-landscape-guide-for-developers
36•OlegWock•2h ago

Comments

Firfi•1h ago
Now I'll be thinking of "L" in ETL as "Land" and not "Load". Although the article doesn't propose that but uses a lot of "Land" terminology. "Load" => "load where? or FROM where?" - ambiguous "Land" => "land where?" - clear
nadzzz•4m ago
always understood "land" as the raw data layer though, i.e only the bronze layer in the article.
madsaylor•1h ago
Data is the new oil
jpitz•21m ago
Apache Avro has 2 encodings: binary AND json.
macintux•16m ago
Are you sure? I can't find any reference indicating that.

Update: Huh, TIL https://avro.apache.org/docs/%2B%2Bversion%2B%2B/specificati...

jbonatakis•19m ago
> A data warehouse on the other hand is an OLAP database and is optimized to work on columns

A bit of a pedantic nit here: a data warehouse is a usage pattern. It’s not necessarily tied to any specific technology, however it is commonly implemented with OLAP systems like Snowflake, BigQuery, etc. But there’s nothing stopping you from building out your data warehouse in Postgres or MySQL. If you’re stitching together disparate datasets to build a unified model for analytics, you’ve got yourself a data warehouse no matter what system it lives on.

MNeverOff•16m ago
It's a good all-round primer, well written. Would love to hear more about larger-than-memory tasks and running local Dask clusters. I processed many-a-dataset that way that would normally make pandas choke.
michaepf•9m ago
This was great, thanks for writing it up. Even as someone in the data space for a long time, I learned quite a bit.