frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

You Could Have Come Up with Kimi Delta Attention

https://blog.doubleword.ai/you-could-have-come-up-with-kimi-delta-attention
130•AnhTho_FR•1h ago•33 comments

Substack writers, you need a website

https://elizabethtai.com/2026/06/10/substack-writers-you-need-a-website/
22•speckx•34m ago•5 comments

Delayed Gratification – Proud to Be 'Last to Breaking News'

https://www.slow-journalism.com/
63•speerer•1h ago•35 comments

How Do I Profile eBPF Code?

https://naveensrinivasan.com/posts/2026-07-22-how-do-i-profile-ebpf-code/
52•snaveen•1h ago•3 comments

Zig's Incremental Compilation Internals

https://mlugg.co.uk/posts/incremental-compilation-internals/
67•garyhtou•1h ago•18 comments

7.1 Earthquake in Japan

https://www.data.jma.go.jp/multi/quake/quake_detail.html?eventID=20260728163528&lang=en
698•krembo•9h ago•171 comments

Kimi K3 Architecture Overview and Notes

https://sebastianraschka.com/blog/2026/kimi-k3-architecture-notes.html
58•ModelForge•1h ago•6 comments

Show HN: XY – Fast, composable, GPU-accelerated Python charting library

https://github.com/reflex-dev/xy
41•apetuskey•1h ago•15 comments

Harmony Explained: Progress Towards a Scientific Theory of Music (2012)

https://arxiv.org/abs/1202.4212
48•surprisetalk•2h ago•38 comments

New HIV vaccine shows unprecedented success in preclinical study

https://www.lji.org/news-events/news/post/new-hiv-vaccine-shows-unprecedented-success-in-preclini...
354•codebyaditya•4h ago•167 comments

Steel Bank Common Lisp version 2.6.7

https://sbcl.org/all-news.html?2.6.7
7•tmtvl•20m ago•0 comments

Discovering Cryptographic Weaknesses with Claude

https://www.anthropic.com/research/discovering-cryptographic-weaknesses
12•gslin•10m ago•0 comments

Kimi Linear: An Expressive, Efficient Attention Architecture

https://arxiv.org/abs/2510.26692
201•ronfriedhaber•6h ago•73 comments

Scientific computing in the age of agentic AI

https://openai.com/index/scientific-computing-agentic-ai/
6•mfiguiere•19m ago•0 comments

DMARC Has Been Public Since 2012. 68.4% of Domains Still Don't Enforce It

https://ciphercue.com/blog/dmarc-enforcement-gap-rua-fragmentation-2026
113•adulion•7h ago•82 comments

So, you want to make a game engine (2023)

https://lisyarus.github.io/blog/posts/so-you-want-to-make-a-game-engine.html#part-3
18•kugurerdem•1h ago•14 comments

How to Survive Boiling Water

https://taxa.substack.com/p/how-to-survive-boiling-water
316•cainxinth•4d ago•60 comments

Coding Tools MCP (v0.2.2):Give any AI chat or agent a pair of hands on your code

https://github.com/xyTom/coding-tools-mcp
5•xytom•27m ago•0 comments

Xenharmlib (music theory library) adds support for Just Intonation

https://xenharmlib.readthedocs.io/en/latest/whats_new_0_4_0.html
8•retooth•1h ago•0 comments

Now Is the Time to Give LLMs Access to the ACM Digital Library

https://cacm.acm.org/opinion/now-is-the-time-to-give-llms-access-to-the-acm-digital-library/
20•rbanffy•2h ago•9 comments

Show HN: Formally verified 3D CSG: Trust 93 lines spec, not 1000 lines AI code

https://github.com/schildep/verified-3d-mesh-intersection
88•permute•4h ago•38 comments

Stop Killing the Internet: No Digital ID and No Age Verification

https://citizens-initiative.europa.eu/initiatives/details/2026/000011_en
109•doener•2h ago•32 comments

Google's Beyond Zero: Enterprise Security for the AI Era

https://spawn-queue.acm.org/doi/10.1145/3819083
109•jordigg•7h ago•62 comments

VMs can't boot with Network Mode set to Bridged on Apple M5 Pro machines

https://github.com/utmapp/UTM/issues/7658
39•IndySun•3h ago•22 comments

Solving Fermat: Andrew Wiles

https://www.pbs.org/wgbh/nova/proof/wiles.html
46•1970-01-01•20h ago•21 comments

Anthropeum

https://anthropeum.com/
36•bookofjoe•2h ago•9 comments

WOFF 1.0: a milestone on W3C's journey of fonts on the web

https://www.w3.org/blog/2026/woff-1-0-a-milestone-on-w3cs-journey-of-fonts-on-the-web/
4•hn_acker•26m ago•0 comments

Una Watch: Garmin watch competitor but repairable, open ecosystem and USB-C

https://unawatch.com/
19•pimterry•2h ago•8 comments

Show HN: Scala Tutorials – interactive Scala 3 lessons in the browser

https://scalatutorials.com
64•eranation•3d ago•26 comments

Show HN: Flashpaper – Self-destructing secret sharing with no database

https://flashpaper.app/
10•minpym•1h ago•2 comments
Open in hackernews

Setup Script Should Support Git Worktrees

https://piechowski.io/post/setup-script-git-worktrees/
15•speckx•1h ago

Comments

grepsedawk•1h ago
Author here. Parallel worktrees showed me where Git’s isolation ends. Files stayed separate; ports, databases, cache keys, queues, and Compose resources did not. We now share compatible services and isolate names per worktree. Which shared resource has been hardest for your team to isolate, and why?
dewey•1h ago
To the blog post author commenting here: Your comment got flagged / dead, probably because it reads as AI generated so it won't be visible to anyone.
tracker1•19m ago
I've been doing similar for many scripts within project workflows... I've started calling the directory in question ./run/ by convention, so I type run/scriptname to run stuff... I've got bash (extnsionless) and powershell (ps1) scripts in place on my work project).

I'll also lean into docker+compose usage for any background services, and even development in order to reduce the running footprint switching projects.

hmokiguess•4m ago
How amazing that git launched this way ahead of it becoming the ubiquitous choice for AI native development workflows