frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How to Write Better Git Commit Messages with AI

https://theaileverageweekly.com/posts/how-to-write-better-git-commit-messages-with-ai.html
1•talvardi7•42s ago•0 comments

Recycled phone clusters build low-cost data centers with strong core performance

https://www.tomshardware.com/desktops/servers/researchers-recycle-old-phones-and-cluster-them-int...
1•maxloh•1m ago•0 comments

Show HN: Chess rankings based on checkmates, positions, and not just ELO

https://chessranks.net/
1•brkvdn•2m ago•0 comments

Interactive Tokamak Plasma Simulator

https://www.fusionsimulator.io/
2•dalbin•2m ago•0 comments

Why is cloning a Git repo much slower than downloading an equivalent-sized file?

https://twitter.com/jarredsumner/status/2066420871753838913
2•tosh•2m ago•0 comments

Agentic Coding for Maps

https://openmaps.dev
1•TreborSuek•3m ago•0 comments

Claude Code Is Dead

https://claude-code-is-dead.vercel.app/#5
1•gidellav•4m ago•0 comments

Free, BYOK resume optimizer to beat the ATS black hole

https://ats.myurll.in/
1•nookeshkarri7•5m ago•0 comments

Dwarf Fortress in the Browser

https://github.com/Sessa93/remote-df
1•andre9317•6m ago•1 comments

Everything's Fine. (2024)

https://arxiv.org/abs/2403.19891
1•hamburgererror•6m ago•0 comments

UK to ban social media for under-16s, following Australia's model

https://www.gov.uk/government/news/social-media-to-be-banned-for-under-16s-in-landmark-government...
2•chrishawes•8m ago•0 comments

AI Study Tools: A Comparison of Flashcard and Spaced Repetition Apps

https://longtermemory.com/b/ai-study-tools-comparison-2026/
1•aledevv•9m ago•0 comments

SimpleRelay, self-hosted SMTP relay for apps in a single Docker container

https://relay.mailtoinbox.vip
1•toinbox•9m ago•0 comments

Millions of Lifetimes

https://wilsoniumite.com/2026/06/15/millions-of-lifetimes/
3•Wilsoniumite•10m ago•0 comments

Agentic-fs, a cloud-hosted filesystem for AI agents

https://github.com/vivekkhimani/agentic-fs
1•vivekkhimani•11m ago•0 comments

War Is a Racket

https://en.wikipedia.org/wiki/War_Is_a_Racket
1•simonebrunozzi•12m ago•0 comments

LLM SoccerArena: Which model predicts the 2026 World Cup best?

https://llmsoccerarena.up.railway.app/
1•philipp1234•13m ago•1 comments

Switching to a low-profile split keyboard after years on a TKL

https://www.elimkeys.jp/
1•xingshi0066•13m ago•0 comments

The Ridiculous Engineering of Figma [video]

https://www.youtube.com/watch?v=5t8dh3DSdBk
1•enritarta•17m ago•0 comments

Keir Starmer confirms social media ban for all children under 16

https://metro.co.uk/2026/06/15/keir-starmer-confirms-social-media-ban-children-16-28780800/
2•oneeyedpigeon•17m ago•1 comments

Smooth: A Framework for Turning AI from Interesting to Useful

https://www.spockdataservices.com/blog/smooth-ai-workflow-framework
1•rcshubhadeep•17m ago•0 comments

The Cloudflare for Autonomous AI Agents

https://github.com/tkngate/tkngate
2•kilopalisme•19m ago•1 comments

Anthropic Dispatches Staff to D.C., Racing to Resolve AI Export Restrictions

https://www.wsj.com/tech/ai/anthropic-dispatches-staff-to-d-c-racing-to-resolve-ai-export-restric...
3•thm•21m ago•0 comments

I know I can, but should I? Capability vs. Intent in the AI Goldrush

https://aibuilderseries.substack.com/p/i-know-i-can-but-should-i-capability
1•seantheviking•21m ago•0 comments

Asterinas: A production-grade Linux-compatible alternative kernel

https://asterinas.github.io/
1•yankcrime•23m ago•0 comments

UK Brings in Full Social Media Ban for Under-16s

https://deadline.com/2026/06/uk-social-media-ban-under-16s-x-youtube-tiktok-reddit-1236956163/
4•01-_-•24m ago•0 comments

Inside tech elites’ madcap war against the California billionaire tax

https://sfstandard.com/2026/06/13/billionaire-tax-fight-sergey-brin-chris-larsen-mike-moritz-ron-...
2•thm•25m ago•1 comments

Derbyshire officer investigated for using AI to create evidence in cases

https://news.sky.com/story/derbyshire-police-officer-investigated-for-using-ai-to-create-evidence...
3•01-_-•25m ago•0 comments

Do-the-work instead of proof-of-work, for Git hosting

https://blog.legoktm.com/2026/06/14/do-the-work-instead-of-proof-of-work-for-git-hosting.html
1•rapnie•26m ago•0 comments

Ukraine's Zelenskiy discusses peace talks in call with Trump

https://www.reuters.com/world/europe/ukraines-zelenskiy-discussed-war-diplomacy-call-with-trump-a...
1•Soumya_Max•28m 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?