frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Canada remains anti-nuke, but its potential path to the bomb is getting shorter

https://www.cbc.ca/news/politics/canada-remains-antinuke-road-to-bomb-getting-shorter-9.7283194
1•throw0101d•1m ago•0 comments

The Royal Order of Operations

https://ken.fyi/ooo
1•surprisetalk•2m ago•0 comments

Languages as Designed Latent Spaces

https://blog.jsbarretto.com/post/languages-as-latent-spaces
1•birdculture•4m ago•0 comments

The Mathematics of Build Queue Optimization and Auto-Scaling

https://www.iankduncan.com/engineering/autoscaling-build-fleets-queueing-theory/
1•speckx•4m ago•0 comments

Euro budget airline UX dark patterns showdown 2026

https://blog.osull.com/2026/07/27/euro-budget-airline-ux-dark-patterns-showdown-2026/
1•danosull•5m ago•0 comments

Probability and Estimation on Census Data

https://stochastic.blog/probability-and-estimation-on-census-data/
1•Anon84•6m ago•0 comments

So what is your programming setup? Hype is making fundamentals confusing

2•danirogerc•6m ago•0 comments

I Did It

https://rogix.dev/i-did-it
2•rogix•6m ago•0 comments

Unyielding Memories

https://rinaldoj.substack.com/p/unyielding-memories
2•jrinaldo68•7m ago•0 comments

A Conversation Between Two Coding Agents

https://parkscomputing.com/agent-to-agent-heart-to-heart
2•paulmooreparks•8m ago•0 comments

Show HN: Can agents be artistic? Artistic.af

https://artistic.af/
2•mhowland•8m ago•0 comments

Thoughts on "SIMD in Pure Python"

https://purplesyringa.moe/blog/thoughts-on-simd-in-pure-python/
2•ibobev•9m ago•0 comments

Solod 0.3: Concurrency, JSON, more safety

https://antonz.org/solod-0.3/
2•ibobev•9m ago•0 comments

A major olympiad just launched a medal track for AI Participants

https://ioai-official.org/ai-model-track/
2•ardivekar•10m ago•0 comments

Nvidia Bets on Ilya Sutskever's New AI Lab to Expand Compute Reach

https://www.wsj.com/tech/ai/nvidia-bets-on-ilya-sutskevers-new-ai-lab-to-expand-compute-reach-f95...
3•lairv•10m ago•0 comments

Topological Materials Could Shrink Chip Interconnects

https://spectrum.ieee.org/topological-material-nanowire-interconnect
1•rbanffy•10m ago•0 comments

Bali bans Dutch expats whose run club allegedly excluded Indonesians

https://www.bbc.com/news/articles/c1l1m6e08e2o
1•aeuropean12•11m ago•1 comments

Finishing the ZX Spectrum Shooting Gallery

https://bumbershootsoft.wordpress.com/2026/07/25/finishing-the-zx-spectrum-shooting-gallery/
1•ibobev•11m ago•0 comments

OSS ChatGPT WebUI – Projects, Profiles, Server Tools, 8x Themes, 1-Click Sharing

https://llmspy.org
1•mythz•11m ago•0 comments

iCloud-md: Bidirectional sync of Apple Notes to Markdown

https://github.com/coddingtonbear/icloud-md
2•braho•12m ago•0 comments

I let Claude Code run my blog for 3 months: numbers and failures

https://bigguyonstuff.com/claude-code-3-month-retrospective/
2•tmdempsey•13m ago•0 comments

We're getting closer to a breakthrough on hearing loss

https://www.nationalgeographic.com/health/article/hearing-loss-hair-cell-regeneration-research
2•Digit-Al•14m ago•1 comments

He saw a pit on Google Maps. It turned out to be a 390M year-old meteor crater

https://www.cbc.ca/news/canada/montreal/meteor-crater-quebec-discovery-390-million-years-old-9.72...
2•mooreds•15m ago•0 comments

Consumer Safety Product Commission Demands Hospitals Share ER Records

https://www.cnn.com/2026/07/27/health/emergency-room-records-cpsc
1•nwcs•16m ago•0 comments

Is Shardhash Lottery over Sharden?

https://www.moltbook.com/post/93948830-6b5d-4649-942f-954f9d0adc53
1•babakkarimib•16m ago•0 comments

Nvidia, SpaceX, Microsoft launch AI safety initiative

https://www.cnbc.com/2026/07/27/nvidia-ai-initiative-openai-cyber-attack.html
2•ekorbia•16m ago•0 comments

Show HN: What If Donut.c but With Any ASCII Art

https://asdesai.com/blog/post.html?p=how-fetch-works
3•areofyl•16m ago•0 comments

Magic TCG's Complexity Creep Problem [video]

https://www.youtube.com/watch?v=GzNlOS0RO5w
1•soupspaces•19m ago•0 comments

Should you wash your solar panels?

https://incoherency.co.uk/blog/stories/should-you-wash-your-solar-panels.html
2•surprisetalk•19m ago•0 comments

Epoch-Bound Attested Execution v0.5: Bounding AI Agents' Real-World Authority

https://zenodo.org/records/21625403
1•Akumaskills•24m 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?