frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MediaUse Site Skills

https://github.com/mediause/agent-skills
1•yooibox•1m ago•0 comments

The founder's playbook: Building an AI-native startup

https://claude.com/blog/the-founders-playbook
1•e2e4•2m ago•0 comments

System call instrumentation on Linux/x86‑64 using memory‑indirect calls, part I

https://www.humprog.org/~stephen/blog/2026/06/15/#system-call-instrumentation-on-intel-negative-r...
1•matt_d•3m ago•0 comments

Show HN: ParaMetal: A realtime 3D heat transfer simulation

https://github.com/tsun3doku/ParaMetal
1•damian0710m•4m ago•0 comments

Exclusive eBook: How AI is becoming the next military advisor

https://www.technologyreview.com/2026/06/16/1138905/exclusive-ebook-how-ai-is-becoming-the-next-m...
1•joozio•5m ago•0 comments

Show HN: Mini-film – open-source tool for batch processing and reviewing RAWs

https://github.com/alfanick/mini-film
1•alfanick•7m ago•0 comments

Show HN: Registry for Ant and Everyone Else

https://ants.land
1•theMackabu•7m ago•0 comments

Why do commercial spaces sit vacant?

https://www.freerange.city/p/why-do-commercial-spaces-sit-vacant
2•Redoubts•7m ago•0 comments

Native Inference Engine for macOS 14 or newer

https://github.com/tictacguy/embershard
1•tomolomolo•11m ago•0 comments

fastai: Style

https://docs.fast.ai/dev/style.html
1•tosh•14m ago•0 comments

Get Detach

1•ericfactor•15m ago•0 comments

From Chesterton's fence to Chesterton's gap

https://stephantul.github.io/blog/unfence/
1•stephantul•16m ago•0 comments

A resumable orchestration system for long-running Claude workflows

https://github.com/afsalali1238/Incubator
1•afsalali1238•21m ago•0 comments

Origin – Cursor's GitHub Competitor

https://cursor.com/origin
1•juliangoetze•21m ago•1 comments

Ask HN: How has mobile development changed for you?

2•baddash•22m ago•1 comments

Non-frontal face recognition using GANs and memristor-based classifiers

https://arxiv.org/abs/2606.12074
2•MediaSquirrel•25m ago•0 comments

The Battery Impact of 50 Open GitHub Issues on an M3 Mac

https://gopeek-lovat.vercel.app/blog-github-issues-battery-m3-mac.html
7•formit34•28m ago•2 comments

Custom Memcpy Implementation for ClickHouse

https://github.com/ClickHouse/ClickHouse/blob/master/base/glibc-compatibility/memcpy/memcpy.h
2•prakashqwerty•30m ago•0 comments

Fearless Concurrency on the GPU

https://arxiv.org/abs/2606.15991
1•matt_d•33m ago•0 comments

My Blog Hit the Front Page of Hacker News (and It Was Weird)

https://correresmidestino.com/my-blog-hit-the-front-page-of-hacker-news-and-it-was-weird/
1•frizlab•33m ago•0 comments

R Wins Statistics Award

https://statmodeling.stat.columbia.edu/2026/06/17/53890/
1•Tomte•34m ago•0 comments

Meta CTO Andrew Bosworth Admits the Company's AI Reorg Was 'Atrocious'

https://www.wired.com/story/andrew-bosworth-meta-employees-unrest/
3•reasonableklout•36m ago•0 comments

Dream Appearance Notification

https://drapno.com/
1•dougSF70•38m ago•1 comments

HN rates AI coding agents

https://elolup.com/
3•reStrugly•39m ago•1 comments

Loop Engineering

https://addyo.substack.com/p/loop-engineering
1•kiyanwang•40m ago•0 comments

The Fable 5 Export Controls Harm US Cyber Defense

https://www.lutasecurity.com/post/the-fable-5-export-controls-harm-us-cyber-defense
3•epaga•41m ago•0 comments

Found a useful open-source repo called Undoable

https://github.com/AkhilNam/undoable
1•hellokittydev•43m ago•0 comments

Commodore retro-styled flip phone

https://www.wired.com/story/commodore-callback-8020-is-a-digital-detox-phone-that-isnt-dumb/
2•seomint•43m ago•1 comments

Academic freedom declined in 50 countries

https://academic-freedom-index.net/
1•dash2•43m ago•0 comments

Breakthrough in electron microscopy delivers sharper images of tiniest proteins

https://news.berkeley.edu/2026/06/11/a-breakthrough-in-electron-microscopy-delivers-sharper-image...
3•thunderbong•43m 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?