frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kimi K3: Open Frontier Intelligence

https://www.kimi.com/blog/kimi-k3
815•vincent_s•6h ago•487 comments

Microsoft Comic Chat is now open source

https://opensource.microsoft.com/blog/2026/07/16/microsoft-comic-chat-is-now-open-source/
400•jervant•5h ago•89 comments

Decoy Font

https://www.mixfont.com/experiments/decoy-font
275•ray__•5h ago•77 comments

LM Studio Bionic: the AI agent for open models

https://lmstudio.ai/blog/introducing-lm-studio-bionic
30•minimaxir•1h ago•4 comments

$100 AI Music Video: Claude Fable 5 vs. GPT-5.6 Sol

https://www.tryai.dev/blog/ai-music-video-arena-claude-vs-gpt-5.6
31•hershyb_•1h ago•20 comments

Helium escaping from atmosphere of nearby rocky exoplanet in a habitable zone

https://www.science.org/doi/10.1126/science.aea9708
24•anyonecancode•1h ago•1 comments

NotebookLM is now Gemini Notebook

https://blog.google/innovation-and-ai/products/gemini-notebook/notebooklm-gemini-notebook/
170•xnx•5h ago•99 comments

Detecting LLM-Generated Texts with “Classical” Machine Learning

https://blog.lyc8503.net/en/post/llm-classifier/
112•uneven9434•4h ago•81 comments

OnePlus halts operations in USA and Europe

https://community.oneplus.com/thread/2170715118587871237
491•pilililo2•11h ago•276 comments

Immersive Linear Algebra Book with Interactive Figures (2015)

https://immersivemath.com/ila/
115•srean•5h ago•23 comments

Pseudpocalypse

https://dynomight.net/pseudpocalypse/
31•surprisetalk•2d ago•11 comments

How Our Rust-to-Zig Rewrite Is Going

https://rtfeldman.com/rust-to-zig
342•jorangreef•9h ago•187 comments

The privacy problems hidden in your period tracker

https://www.bbc.com/future/article/20260715-how-period-trackers-share-womens-private-details
29•tchalla•1h ago•5 comments

Goes-19 weather satellite enters Safe Hold mode

https://www.spaceweather.gov/news/goes-19-safe-hold
138•yabones•7h ago•67 comments

Adaptional (YC S25) Is Hiring

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

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

20•XiaHua•4h ago•9 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
77•zhinit•6h ago•50 comments

Optimizing Lua string literals to save 400 bytes

https://purplesyringa.moe/blog/guest/optimizing-lua-string-literals-to-save-400-bytes/
25•ibobev•3d ago•4 comments

Timeline Scan – AI fixes the dates on your scanned photos

https://timelinescan.com/
5•HoserHoser•1h ago•12 comments

Guide to data tools landscape for developers

https://sinja.io/blog/data-landscape-guide-for-developers
96•OlegWock•6h ago•29 comments

Abstracting Effects with Continuations

https://crowdhailer.me/2026-07-15/abstracting-effects-with-continuations/
4•crowdhailer•10h ago•0 comments

Ente – Opening Our Books

https://ente.com/open/
212•Sherex•10h ago•80 comments

Sony deletes 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-...
528•nekusar•9h ago•322 comments

The LLM Critics Are Right. I Use LLMs Anyway

https://www.theocharis.dev/blog/llm-critics-are-right-i-use-llms-anyway/
146•JeremyTheo•9h ago•160 comments

CD sales growth outpaced vinyl in the first half of 2026

https://consequence.net/2026/07/the-cd-revival-is-getting-hard-to-ignore/
27•speckx•4h ago•28 comments

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

https://github.com/patonw/leaves
54•patonw•5h ago•17 comments

AttoChess, a complete, playable chess program for 16-bit x86 DOS in 278 bytes

https://nicholas-afk.github.io/AttoChess/
20•SeenNotHeard•2h ago•10 comments

Mathematics of Data Science

https://arxiv.org/abs/2607.11938
4•Anon84•50m ago•0 comments

Let's Build PlanetScale from Scratch: Infrastructure

https://onatm.dev/2026/07/16/homescale-part-1/
127•onatm•9h ago•18 comments

German AI consortium releases Soofi S, an open 30B model that tops benchmarks

https://the-decoder.com/german-ai-consortium-releases-soofi-s-an-open-30b-model-that-tops-benchma...
104•amai•3h ago•21 comments
Open in hackernews

AttoChess, a complete, playable chess program for 16-bit x86 DOS in 278 bytes

https://nicholas-afk.github.io/AttoChess/
20•SeenNotHeard•2h ago

Comments

vunderba•2h ago
It seems like it’s partially based on LeanChess [1], which is 288 bytes long. I’d be curious to know whether this program was AI-assisted or written entirely from scratch, since Lean Chess was written at a time predating the era of LLMs.

Another thing that amuses me is that these tiny programs often claim to be “complete” chess engines while not actually implementing all the rules. This one doesn’t appear to support en passant, and likely doesn't have pawn promotion either.

If you’re allowed to arbitrarily redefine the scope of chess, then code size stops being as impressive a metric.

[1] - https://leanchess.github.io

ekelsen•21m ago
Yeah, I don't understand why the metric isn't "complete chess engine that achieves X ELO" in yyy bytes or something.

Instead it seems to have been "minimal thing that kinda looks like chess in yyy bytes"

dwheeler•50m ago
Impressive, but no castling or en passent, so it's not really chess.
TMWNN•48m ago
Highly relevant:

Great Moments in PCMR History: A chess game published in 1982 includes a computer opponent but only uses 672 bytes of RAM. 1K ZX Chess has been described as "wizardry", "history's greatest game programming feat", and "the greatest program ever written". By comparison, this headline uses 298 bytes. <https://np.reddit.com/r/pcmasterrace/comments/3s9riy/great_m...>

semitones•46m ago
I was able to capture the opponent's pawn on H4 by moving my pawn from H2 to H4. Huge and unacceptable bug, this is a joke.
reilly3000•34m ago
I found some correctness issues that leave me a little unimpressed, although it’s a pretty phenomenal piece of code golf in general. For example, on my second move I mistakenly entered f1a1 instead of f1a6. It accepted this and then suddenly I had a bishop where the rook should be and no idea if my rook still exists.
wat10000•33m ago
It's intentionally rather limited. There's no validation of the input moves, and it leaves out some important rules.

> Moves are trusted and given in plain coordinates: no click-to-move, no castling, en passant, or promotion.

jcoder•32m ago
> Moves are trusted

Indeed, you can just play e1e8 and capture the opponents king (which doesn’t end the game). It’s a digital chessboard, not a chess engine.

anematode•19m ago
Slop.
tzal3x•18m ago
Doesn’t work. Played p2p5 and it just accepted it.