frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I Remain a Skeptic

https://blog.jsbarretto.com/post/i-remain-a-skeptic
2•lproven•3m ago•0 comments

NYS Fair pays $40k to keep $1 potato booth alive with new vendor

https://www.newyorkupstate.com/nys-fair/2026/08/nys-fair-pays-40000-to-keep-iconic-1-potato-booth...
1•paulpauper•3m ago•0 comments

Masculinity Around the World

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7268859
1•paulpauper•4m ago•0 comments

Promises, Promises

https://rgrier88.github.io/modi-promises/
1•paulpauper•4m ago•0 comments

Show HN: Bento Term – native tmux client with agent states and voice input

https://bentoai.dev/term/
1•novashang•7m ago•0 comments

A controversial Alzheimer's surgery is said to reverse symptoms

https://www.nature.com/articles/d41586-026-02448-x
3•jeffreyrogers•8m ago•0 comments

Briefing on Extinction-Level AI Threats

https://intelligence.org/briefing/
1•yurivish•13m ago•0 comments

Relentlessly Resourceful (2009)

https://www.paulgraham.com/relres.html
1•tosh•13m ago•0 comments

The Book Is a Book, Not Disembodied Information

https://nntaleb.medium.com/the-book-is-a-book-not-disembodied-information-a3fa583b9e8a
1•herbertl•16m ago•0 comments

DeepSeek Harness Desktop Version

https://github.com/hairyf/deepseek-harness-desktop
1•mehraban•18m ago•0 comments

Show HN: Clair APIs – an active jobs dataset from public ATS boards

https://clair.im/resources/datasets/active-jobs
1•kaanersoy•20m ago•0 comments

The paradox of the perfect code editor (2021)

https://austinhenley.com/blog/perfecteditorparadox.html
1•azhenley•21m ago•0 comments

US to tell partners they must pick sides in AI race with China

https://www.reuters.com/world/china/us-tell-partners-they-must-pick-sides-ai-race-with-china-2026...
5•jonbaer•21m ago•1 comments

Godfather of AI: "If you sleep well tonight..." [video]

https://www.youtube.com/watch?v=iVXerna_D4A
3•Izmaki•22m ago•0 comments

Is AI Coding Effecting Our Mental Health? [video]

https://www.youtube.com/watch?v=iPUn1Fnfn0k
1•tosh•25m ago•0 comments

Socync – Automatic social media posting and scheduling

https://wordpress.org/plugins/socync/
1•sepokroce•25m ago•0 comments

Qwen 3.8 27B at 2x speed on a 5090

https://github.com/jtc268/balto-speedrunner
2•husky8•25m ago•0 comments

We Need to Talk About Leopold [video]

https://www.youtube.com/watch?v=rE75WvOtcu8
1•mgh2•26m ago•0 comments

We built Fusekit, a place to deploy internal web apps

https://fusekit.cloud/
1•harshulgoel•27m ago•0 comments

A 25-year-old video patent just expired, ending a legal headache for Linux

https://www.xda-developers.com/25-year-old-brazilian-video-patent-expired-legal-headache-linux/
5•theanonymousone•28m ago•0 comments

How to get a matmul kernel into the top percentile (worklog)

https://philipbotros.github.io/2026/08/11/matmul-worklog.html
1•gietema•29m ago•0 comments

Show HN: Bluetooth keyboard and Windows 95 cursor on reMarkable

https://twitter.com/martino_piaggi/status/2088659565168509424
1•martinopiaggi•29m ago•0 comments

The origin of vertebrate teeth and evolution of sensory exoskeletons

https://www.nature.com/articles/s41586-025-08944-w
1•BiraIgnacio•29m ago•1 comments

Find duplicate code across nine languages

https://deslop.live/
2•cebert•29m ago•0 comments

Show HN: Velorn – an open-source desktop video editor with MCP agent control

https://github.com/VelornLabs/velorn
1•j_aime•31m ago•0 comments

Show HN: MyFirst.News – AI-generated podcast for curious kids

https://myfirst.news/
1•hakunin•32m ago•1 comments

Ask HN: You have model orders of magnitudes faster than transformer, so?

1•aunekiaru•33m ago•0 comments

Humanists Have Done Nothing Wrong

https://defector.com/humanists-have-done-nothing-wrong
1•rlio•33m ago•0 comments

JOE – Joe's Own Editor

https://joe-editor.sourceforge.io/
1•smartmic•33m ago•0 comments

Show HN: Ansi.md – Everything I know about building modern CLI apps

https://ansi.md
1•gurgeous•35m 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?