frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Quicksand

https://en.wikipedia.org/wiki/Quicksand
1•cl3misch•2m ago•0 comments

Most people seeking green cards must now apply from outside US

https://www.bbc.com/news/articles/cgrpz4l1klgo
2•Lyngbakr•7m ago•0 comments

COMP 115: Databases

https://geophile.com/115/
1•tosh•11m ago•0 comments

Prompt engineering is dead, but Claude still tries

https://blog.exe.dev/prompt-engineering-is-dead
1•helloplanets•11m ago•0 comments

Human factors comparison of a procedural and nonprocedural query language (1981)

https://dl.acm.org/doi/10.1145/319628.319656
1•tosh•15m ago•0 comments

Cool New AI Meetup

https://greenvilleAI.coffee/
1•andytratt•19m ago•0 comments

Stanislav Kurilov

https://en.wikipedia.org/wiki/Stanislav_Kurilov
1•chistev•24m ago•0 comments

Gudlaugur Fridporsson

https://en.wikipedia.org/wiki/Gu%C3%B0laugur_Fri%C3%B0%C3%BE%C3%B3rsson
1•chistev•25m ago•0 comments

Modulejail: Proactively shrink a Linux host's kernel-module attack surface

https://github.com/jnuyens/modulejail
1•thunderbong•26m ago•0 comments

Kalshi and Polymarket Are Spoiling Reality TV Shows

https://variety.com/2026/tv/news/kalshi-polymarket-spoilers-reality-studios-1236756590/
1•thm•30m ago•0 comments

We ended up with Palantir and how to replace it

https://berthub.eu/articles/posts/some-notes-on-palantir/
2•ahubert•31m ago•0 comments

Ask HN: Where AI Researchers Congregate?

1•kosolam•32m ago•0 comments

More Dads Are Scaling Back at the Office for Kids and Housework

https://www.wsj.com/lifestyle/careers/more-dads-are-scaling-back-at-the-office-for-kids-and-house...
1•Anon84•34m ago•0 comments

Technical Coaching: A Side-Quest for Architects

https://www.youtube.com/watch?v=2cqgDKN48ak
1•RebootStr•42m ago•0 comments

The AI Superstars Who Say a 'Vibe Slop' Crisis Is Coming

https://www.wsj.com/tech/ai/vibe-coding-slop-ai-tools-e6a99394
1•doener•44m ago•0 comments

Show HN: Directionally bad – a newsletter about risks of AI centralization

https://deaination.substack.com/p/directionally-bad-issue-002
2•sultee•45m ago•0 comments

Supply chain attacks and OSS sustainability go hand in hand

https://twitter.com/mitchellh/status/2057567975826395606
1•tosh•48m ago•0 comments

Dario and Daniela Amodei on Oprah [video]

https://www.youtube.com/watch?v=w5dJqHilu5s
1•kerim-ca•52m ago•0 comments

Did Google's AI agents build an operating system for $916?

https://www.normaltech.ai/p/did-googles-ai-agents-really-build
1•smartmic•52m ago•0 comments

What spec-driven development gets wrong

https://www.augmentcode.com/blog/what-spec-driven-development-gets-wrong
2•fagnerbrack•1h ago•1 comments

The AI Great Leap Forward (A Warning)

https://mamund.substack.com/p/the-ai-great-leap-forward-a-warning
2•fagnerbrack•1h ago•0 comments

- -dangerously-skip-reading-code – olano.dev

https://olano.dev/blog/dangerously-skip/
1•fagnerbrack•1h ago•0 comments

Post-Primary-Care

https://fulghum.io/post-primary-care
1•jordanf•1h ago•0 comments

Obsidian: The free and flexible app for your private thoughts

https://obsidian.md/
1•doener•1h ago•0 comments

The success of 'natural language programming'

https://brooker.co.za/blog/2025/12/16/natural-language.html
2•jruohonen•1h ago•0 comments

One solution for Maine's struggling fishing industry? Give fillets away for free

https://www.npr.org/2026/05/23/nx-s1-5756374/food-fish-maine-portland-donations
1•defrost•1h ago•0 comments

Ask HN: Anyone catch the bug in codex with /goals?

1•Justlayme•1h ago•0 comments

3 years on from laying off over 1k, Hasbro encouraging survivors to not unionize

https://www.pcgamer.com/gaming-industry/3-years-on-from-laying-off-over-1-000-people-hasbro-and-w...
3•Michelangelo11•1h ago•0 comments

The Documentary That Drops You into a Class War [with Murder] [video]

https://www.youtube.com/watch?v=IlId4uqzUfA
1•burnt-resistor•1h ago•0 comments

The Pkg.go.dev API

https://go.dev/blog/pkgsite-api
1•tjek•1h 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?