frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Codegraff: 40× leaner file tools for your coding agent

https://codegraff.com
2•doppp•6m ago•0 comments

Making 768 servers look like 1

https://planetscale.com/blog/making-768-servers-look-like-1
1•hisamafahri•8m ago•0 comments

Easy acceleration with distributed array on interactive AI supercomputer [video]

https://www.youtube.com/watch?v=rqmJk9aIJ6I
2•teleforce•11m ago•0 comments

Null Handling in SQLite

https://www.sqlite.org/nulls.html
2•rzk•11m ago•1 comments

Making the internet fun again: Stumble Upon v2

https://whip-feed.agam-92b.workers.dev/
2•samagra14•11m ago•0 comments

The Zen of Parallel Programming: The Big I and the Global Sum URL

https://smolnero.com/posts/the-zen-of-parallel-programming-the-big-i-and-the-global-sum
2•edgar_ortega•11m ago•0 comments

Glowing Pickle Demonstration

https://en.wikipedia.org/wiki/Glowing_pickle_demonstration
2•gregsadetsky•15m ago•0 comments

Show HN: Git-remote-iroh – Ephemeral P2P Git remote

https://github.com/magik6k/git-remote-iroh
2•devttyeu•15m ago•0 comments

Identifying JDK value class candidates

https://mail.openjdk.org/archives/list/core-libs-dev@openjdk.org/thread/Y72NRXM7KYBX43OKYBQMVKOZD...
2•Tomte•19m ago•0 comments

Guerrilla London Bus Ads Mock Kylie Jenner's Meta Glasses Campaign

https://hyperallergic.com/guerrilla-london-bus-ads-mock-kylie-jenners-meta-glasses-campaign/
4•decimalenough•20m ago•0 comments

Familiar – Local AI Workspace with Chat, Notes, Wiki, and Automations

https://github.com/sixvolts/familiar
2•six_volts•21m ago•0 comments

Inside Anthropic's state-by-state plan to ratchet up AI rules

https://www.politico.com/news/2026/07/15/inside-anthropics-state-by-state-plan-to-ratchet-up-ai-r...
3•bluepeter•24m ago•0 comments

RuntimeWire – Startup intelligence for the AI economy

https://runtimewire.com/
2•enjoyyourlife•28m ago•0 comments

A Manifesto for Preserving Content on the Web (2019)

https://jeffhuang.com/designed_to_last/
2•downbad_•29m ago•0 comments

Might doomscrolling cause our commitment muscles to atrophy?

https://chrisyeh.com/2026/07/commitment-is-declining-and-why-you-should-resist.html
3•chrisyeh•29m ago•1 comments

1,300 Beautiful Wildlife Illustrations from the 19th Century Now Restored

https://www.openculture.com/2026/07/explore-1300-beautiful-wildlife-illustrations-from-the-19th-c...
2•gslin•32m ago•0 comments

OpenAI and Guardian Media Group launch content partnership

https://openai.com/index/openai-and-guardian-media-group-launch-content-partnership/
2•wertyk•33m ago•0 comments

Linux kernel won't be anti-AI – Linus Torvalds

https://lore.kernel.org/all/CAHk-%3Dwi4zC%2BZe8e%2Bp3tMv8TtG_80KzsZ1syL9anBtmEh5Z40vg@mail.gmail....
6•haritha1313•33m ago•2 comments

I Collect Blog Statistics, Respectfully

https://onlinegoddess.net/2026/07/how-i-collect-blog-statistics-respectfully/
3•cyb0rg0•36m ago•1 comments

Roman Empire GDP per Capita Map Shows That Romans Poorer Than Countries Today

https://brilliantmaps.com/roman-empire-gdp/
2•mathattack•38m ago•0 comments

Sony-Owned Crunchyroll Is Now Kneecapping Physical Anime Sales

https://www.gamespot.com/articles/sony-owned-crunchyroll-is-now-kneecapping-physical-anime-sales/
2•jmsflknr•40m ago•0 comments

GitHub Copilot: your AI pair programmer (2021)

https://github.blog/news-insights/product-news/introducing-github-copilot-ai-pair-programmer/
2•kmlsec•41m ago•0 comments

Can AI build a jet engine? JARVIS Challenge tests AI copilots

https://news.mit.edu/2026/can-ai-build-jet-engine-jarvis-challenge-tests-ai-copilots-in-tough-tec...
3•ilamont•45m ago•0 comments

Open Source, Free Tier Capable Whispr Using Cloudflare AI

https://github.com/PrestigePvP/Voicebox
2•TreDub•47m ago•0 comments

Where Americans Thrive in Europe

https://palombo.substack.com/p/where-americans-actually-thrive-in
6•znnajdla•48m ago•0 comments

Fleet: Hierarchical Task-Based Abstraction for Megakernels on Multi-Die GPUs

https://arxiv.org/abs/2604.15379
4•matt_d•49m ago•0 comments

The Shape of Apps

https://parakeet.co/blog/the-shape-of-apps/
3•OuterVale•50m ago•0 comments

AI Coach for Creators

https://getboom.ai
2•MakeSenseAna•51m ago•1 comments

Making colordx fast: V8 lessons from a color library

https://dkryaklin.com/blog/colordx-v8-performance
2•matthberg•51m ago•0 comments

Ask HN: Is consciousness fundamentally a process of preserving identity?

3•diarrheaasmr•52m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•1y ago

Comments

godzie•1y ago
BS is a modern debugger for Linux x86-64. Written in Rust for Rust programs.

Async Rust support – debug async code with new commands: - async backtrace – inspect async task backtraces - async task – view task details - async stepover / async stepout – better control over async execution

Enhanced variable inspection: - argd / vard – print variables and arguments using Debug trait

Other: - new `call` Command – execute functions directly in the debugged program - `trigger` Command – fine-grained control over breakpoints - new project Website – better docs and resources

…and much more!

Full Changelog: https://github.com/godzie44/BugStalker/releases/tag/v0.3.0

Documentation & Demos: https://godzie44.github.io/BugStalker/

bfrog•1y ago
Been hoping someone would make this, looks great!

I guess I’m next hoping someone gets it working using jtag/swd debug probes for embedded targets :)

goku12•1y ago
Would something like this work for you? https://probe.rs/
otherayden•1y ago
Best of luck with this project. I'm not even a rust dev but I came to say that I love this name
sixthDot•1y ago
any Machine Interface planned (à la GDB/MI)?
godzie•1y ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•1y ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•1y ago
BugStomper would have also been a great name choice. ;)
rob74•1y ago
Better than the current one - first, stalking is not really a verb that comes to mind when I think about bugs, and second, it has pretty negative connotations...
meisel•1y ago
I’m surprised this isn’t getting more love. My experience with other debuggers with Rust was quite poor, I hope this one can fare much better. For example, I couldn’t call functions with previous debuggers
bobajeff•1y ago
Does this have a machine interface mode like gdb/lldb? Asking because I like my debuggers to be integrated with my code editor of choice which is usually done via such an interface.
godzie•1y ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•1y ago
Honestly this wouldve helped me a ton when I got stuck with async errors before, Rust debugging always felt tougher than it should be.
dathinab•1y ago
yeah I mean you are basically stuck with a few options

- use C/C++ focused debugers with a rust plugin or similar (okay, not not compared to idk. debugging python in PyStorm)

- rely on tracing/logging and errors reported (which might sound dump as it's basically "not" debugging, but with how the rust type system plays out and enforcement of reasonable decent code style/structure etc. this is quite often good enough)

- write/extend tests (again a form of "not" debugging, but where while a "must have" even if you pinned down the bug using a debugger)

- sprinkle in dbg! statements (basically print line debugging)

The fact that it took like 10? yearts for anyone to write more then just tweeks to C/C++ debuggers even through rust has a lot of enthusiasts is I think telling ;)

Still it looks like a real nice tool to have in your toolbox.

thurn•1y ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•1y ago
Yes, I think it's possible to support macOS. However, the main challenge isn't the operating system itself but rather the architecture.
lostmsu•1y ago
What's the state of expression evaluation?