frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Muse Code: New plans and features

https://developer.meta.com/ai/resources/blog/muse-code-new-plans-and-features/
1•gosukiwi•47s ago•0 comments

A Bicycle for the Mind

https://pulkomandy.tk/_/_Life/_A%20bicycle%20for%20the%20mind
1•wrxd•1m ago•0 comments

Dwarf Fortress' creator says the industry's in shambles over AI

https://www.pcgamer.com/gaming-industry/dwarf-fortress-creator-says-the-industrys-in-shambles-ove...
1•Limb•1m ago•0 comments

Show HN: Ship app updates without App Store reviews

https://www.otakit.app/
1•garymiklos•2m ago•0 comments

Cascading pipelines with DSPy are kind of good

https://martnquesada.github.io/blog/2026/01/cascading-pipelines-with-dspy-are-kind-of-good/
1•jxub•2m ago•0 comments

How AI code review is changing pull requests

https://themainthread.substack.com/p/how-ai-code-review-changing-pull-request
1•alediaferia•2m ago•0 comments

Show HN: Signfile – e-signatures with SHA-256 fingerprints, $19/mo unlimited

https://signfile.io/
1•abdullah_eldoud•2m ago•0 comments

Job Loss Fears in the First Years of Generative Artificial Intelligence

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5136877&__cf_chl_tk=2WJamtftqdfDIR9yFfYIrEBu9...
1•paulpauper•2m ago•0 comments

Tyler Cowen: Should You Believe the Dire Warnings About 'AI Takeover'?

https://www.thefp.com/p/tyler-cowen-artificial-intelligence-takeover-hugging-face
1•paulpauper•3m ago•0 comments

People in China are more optimistic about AI technology than Americans

https://www.nytimes.com/2026/08/26/world/china-ai-nepal-tibet-flood.html
1•yogthos•3m ago•0 comments

The Cost of Bun's Rust Rewrite: Counting the Bugs Left Behind

https://medium.com/@monikasinghal713/the-real-cost-of-buns-rust-rewrite-counting-the-bugs-left-be...
2•syumei•3m ago•0 comments

Ask HN: Alternative to Proton Mail?

2•OhMeadhbh•3m ago•1 comments

'Superhuman' AI tool spots heart disease in less than 2 seconds

https://www.theguardian.com/technology/2026/aug/31/superhuman-ai-tool-spots-heart-disease
1•Brajeshwar•4m ago•0 comments

Cities are suing residents who try to take action against data centers

https://www.independent.co.uk/news/world/americas/kansas-data-center-petition-lawsuit-b3042167.html
2•AdmiralAsshat•6m ago•0 comments

Trying out open weights LLM-s on hardware that I can afford

https://ounapuu.ee/posts/2026/09/01/open-weights-llm/
1•ilreb•6m ago•0 comments

Global bond sell-off deepens amid inflation fears

https://www.ft.com/content/e6f5f97a-b199-444e-aaec-b8199359b08e
2•latentframe•6m ago•0 comments

A Must-Have On-Screen Ruler for Designers and Developers

https://medium.com/@chris.ahrweiler/a-must-have-on-screen-ruler-for-designers-and-developers-14c1...
1•docjojo•7m ago•0 comments

Star Wars Zero Company maker has reportedly furloughed the majority of its staff

https://www.pcgamer.com/gaming-industry/the-studio-behind-star-wars-zero-company-which-is-current...
3•ReptileMan•7m ago•0 comments

Show HN: Shed – Git Repo Management for Terminal Agents

https://github.com/AndrewHannigan/shed
1•andrewhannigan•7m ago•0 comments

The Parent Uprising Against Screen Time at School

https://www.wsj.com/us-news/education/school-technology-screens-parents-9fc7384b
1•vladgur•8m ago•0 comments

Zstandard einfach erklärt in 2 Episoden – Episode 1

https://medium.com/@chris.ahrweiler/zstandard-einfach-erkl%C3%A4rt-in-2-episoden-episode-1-1b2458...
1•docjojo•9m ago•0 comments

Bowditch's American Practical Navigator

https://en.wikipedia.org/wiki/Bowditch%27s_American_Practical_Navigator
1•teleforce•9m ago•0 comments

Bazel's UX Is Bad

https://blog.appliedcomputing.io/p/bazels-ux-is-really-really-really
1•avenger337•10m ago•0 comments

Lawsuit: Flock Enables Police to Misuse Location Data for Surveillance, Stalking

https://www.classaction.org/news/class-action-lawsuit-alleges-flock-enables-law-enforcement-perso...
1•DeepLogin•10m ago•0 comments

Nvidia's controversial DLSS 5 will launch September 3

https://www.tomshardware.com/pc-components/gpus/nvidias-controversial-dlss-5-will-launch-septembe...
1•jonbaer•11m ago•0 comments

OpenBSD Release Songs

https://www.openbsd.org/lyrics.html
2•accountrequired•13m ago•1 comments

63% of these memecoin calls never doubled. Here is the file

https://smugcalls.com/data.html
3•smugcalls•14m ago•0 comments

Keenable SELECT: an agent that searches the web in SQL

https://keenableai.github.io/select-showcase/
10•phoenix120•14m ago•0 comments

Tell HN: Google Cloud Outage

3•imalerba•14m ago•5 comments

Step through the spanning tree protocol in the browser via WebAssembly

https://vincent.bernat.ch/en/blog/2026-spanning-tree
2•vbernat•15m 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?