frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Macron confirms school mobile phone ban effective from new term

https://www.euronews.com/next/2026/08/24/macron-confirms-school-mobile-phone-ban-effective-from-n...
4•billybuckwheat•4m ago•0 comments

State investigation requested following prolonged northwest Indiana outages

https://www.wave3.com/2026/08/24/state-investigation-requested-following-prolonged-northwest-indi...
2•newsomix9xl•6m ago•1 comments

Poka-Yoke: Mistake-Proofing Claude Code Skill for Software

https://github.com/rainmanjam/poka-yoke
1•rainmanjam•11m ago•0 comments

Are You a Human?

https://www.newyorker.com/magazine/2026/08/17/are-you-a-human
1•njrc•17m ago•0 comments

Show HN: MTL Explorer – Self-hosted archive for GPS tracks

https://github.com/mindalyze-com/mtl-explorer
1•p-heusser•19m ago•1 comments

Alabama Investigates OpenAI on HuggingFace Hacking Incident

https://news.bloomberglaw.com/privacy-and-data-security/alabama-investigates-openai-following-rog...
2•abelsm•19m ago•0 comments

Wk. 5 of Building an MMO

https://www.eldermyr.com
1•josiahturnq•21m ago•1 comments

EEG and VR project (Live presentation and Q&A on Sept first) from PiEEG Founders

https://www.reddit.com/r/MetaQuestVR/comments/1vxjqkr/comment/p5pdvcl/
1•Christiangmer•22m ago•0 comments

GitMir – an open source IDE that fixes your Claude development

https://ide.gitmir.com/opensource
2•venediktov•24m ago•0 comments

I, for one, can't wait to join the permanent underclass

https://singularitynow.substack.com/p/i-for-one-cant-wait-to-join-the-permanent
2•danduma•27m ago•0 comments

Fractals can be made without computers

https://www.youtube.com/watch?v=8XjQ10ph4yo
1•jerrysneede•29m ago•0 comments

AI Is Dissolving Software Moats. China Did It to Hardware First

https://mehmetmhy.com/posts/modern_moat/
1•mehmet_mhy•31m ago•3 comments

Those of you who are daily driving Linux, what are your other devices?

1•amichae2•33m ago•2 comments

I Built a Reddit-Like Forum for Agents. They Designed a Self-Modifying Assembly

https://medium.com/@Koukyosyumei/i-built-a-reddit-like-forum-for-ai-agents-f8f6515f28b1
1•syumei•36m ago•0 comments

Table of Integrals

https://www.integral-table.com/
1•pykello•37m ago•0 comments

Oj: Rust Native Replacement for Vite

https://rapha.land/introducing-oj/
2•0xedb•39m ago•0 comments

I audited 2,475 businesses for AI-search readiness. 88% failed

https://docs.google.com/document/d/1Z_RNzARxQZS9TDmQDGr7Da5mqqmbwTbbe8pWvl92tHw/edit?usp=sharing
1•styleforge•42m ago•1 comments

Show HN: A cloud harness for long autonomous work

https://www.usebourne.com/
1•bgrgndzz•43m ago•0 comments

AI Skills for Real Engineers

https://blog.master.dev/introducing-ai-skills-for-real-engineers/
1•ibobev•46m ago•0 comments

Keyboard Shortcuts That Display the Correct Modifier Key per OS

https://blog.master.dev/keyboard-shortcuts-that-display-the-correct-modifier-key-per-os/
1•ibobev•47m ago•0 comments

Sandcastle

https://blog.master.dev/introducing-sandcastle/
1•ibobev•47m ago•0 comments

SaaS Isn't Dead. Sameness Is

https://aicoding.leaflet.pub/3mtu6c5wsvc2n
1•Shoetp•53m ago•0 comments

College Applications Are Changing Again, Thanks to A.I. and Politics

https://www.nytimes.com/2026/08/24/us/college-admissions-changes.html
1•apparent•54m ago•1 comments

Ask HN: Non-engineers, how often do you code products? And how?

1•sakuraiben•55m ago•0 comments

Reqwest vs. ureq vs. hyper: Which Rust HTTP Client in 2026?

https://rustify.rs/articles/rust-reqwest-vs-ureq-vs-hyper-2026
1•kannanpoem1984•58m ago•1 comments

A Simplified Mental Model of LLMs

https://win-vector.com/2026/08/24/a-simplified-mental-model-of-llms/
2•jmount•59m ago•0 comments

Machine-Generated and Checked Proofs for a Verified Compiler (Experience Report)

https://dl.acm.org/doi/10.1145/3828700
2•matt_d•1h ago•0 comments

What my dad taught me about AI coding in the 90s

https://askmike.org/articles/ai-coding-lessons-in-the-90s-from-my-dad/
2•askmike•1h ago•0 comments

How Far Can NYC Transit Take You?

https://subway.fyi/60minutes
1•thunderbong•1h ago•0 comments

Playing whack-a-mole is losing

https://dadrian.io/blog/posts/whack-a-mole-is-losing/
1•tabletcorry•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?