frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MCP for Official Wildfire Incidents

https://docs.deepfire.co/ai/connect-to-ai
1•louiscb•2m ago•0 comments

The universal language of space is Star Trek? Mais oui

https://arstechnica.com/space/2026/09/astronaut-on-iss-celebrates-60-years-of-star-trek-with-prop...
1•rbanffy•2m ago•0 comments

The Growing Push to Ban Superintelligent AI

https://time.com/article/2026/09/08/ban-superintelligence-ai-uk-us-lawmakers/
1•lf88•3m ago•0 comments

What I learned gathering nootropic ratings

https://web.archive.org/web/20260313002349/https://troof.blog/posts/nootropics/#most-famous-nootr...
1•bilsbie•3m ago•0 comments

Where Understanding Stops Scaling

https://medium.com/@gurvinder372/article-12-where-understanding-stops-scaling-59cf85b17875
1•gps372•7m ago•0 comments

ChatGPT Voice has been brutally nerfed

https://www.reddit.com/r/ChatGPT/s/J2nPKbPeQq
1•wslh•9m ago•0 comments

Bullshit arguments about AI (not) replacing jobs (2023)

https://imadrahmoune.com/bullshit-ai-argument/
1•imadr•11m ago•0 comments

Show HN: VolAnti – Open-source acoustic detector for fibre-optic FPV drones

https://github.com/agamrossen/VolAnti
2•agamrossen•13m ago•0 comments

The paradox at the heart of AI and science [video]

https://www.youtube.com/watch?v=svl_1upFpQo
1•jonbaer•14m ago•0 comments

iTerm2 v3.7.0 new iOS companion app, it2* utilities, Session Status API and more

https://iterm2.com/downloads.html
1•guessmyname•14m ago•0 comments

AI Has Solved One of Math's $1M Millennium Prize Problems

https://www.quantamagazine.org/ai-has-solved-one-of-maths-1-million-millennium-prize-problems-202...
2•sbulaev•15m ago•0 comments

Service Connectivity Issues in Canberra – Cloudflare Status

https://www.cloudflarestatus.com/incidents/htwds1qczkzd
1•kyisaiah47•20m ago•0 comments

Y-Chromosomal Adam

https://en.wikipedia.org/wiki/Y-chromosomal_Adam
1•mtdewcmu•21m ago•0 comments

Sloc Cloc and Code – Did I Just Get Buster Scrugged?

https://boyter.org/posts/did-i-just-get-buster-scrugged/
1•boyter•22m ago•0 comments

Do Durable Market Power Characteristics Predict Future Fundamentals and Returns? [pdf]

https://mplymoat.com/research/durable-market-power-stock-returns/paper.pdf
1•Heshamus•22m ago•0 comments

Chrome 153 ships camera and microphone HTML elements

https://webiterate.dev/capability-elements-camera-126/
1•twapi•26m ago•0 comments

Show HN: AI Stack Selector Tool

https://augmentorlabs.com/manifest
1•rohit0x04•29m ago•0 comments

Gradient.dog

https://gradient.dog
1•jobsstevesux•31m ago•0 comments

Pisa Scores by Country 2026

https://worldpopulationreview.com/country-rankings/pisa-scores-by-country
2•wslh•32m ago•0 comments

Cake Wallet has a wallet-draining bug

https://github.com/cake-tech/cake_wallet/issues/3606
2•lostxmr•35m ago•1 comments

Global warning about children's knowledge

https://www.lemonde.fr/en/opinion/article/2026/09/08/global-warning-about-children-s-knowledge_67...
2•geox•36m ago•0 comments

An Emacs-style visual undo tree for Pi session branching

https://github.com/ergenekonyigit/pi-undo-tree
1•ergenekonyigit•37m ago•1 comments

CA tool to encourage low-income rentals may suppress new apartment construction

https://calmatters.org/commentary/2026/08/inclusionary-zoning-housing-suppress-construction/
1•littlexsparkee•39m ago•0 comments

Show HN: MacTap, use knocks on your MacBook as shortcuts

https://mactap.vercel.app/
1•jaskirat16•39m ago•0 comments

Superlogical remote sessions pre-alpha demo [video]

https://www.youtube.com/watch?v=PdwTjSBW6Y8
2•technosmurf•44m ago•0 comments

More of What? – A game of everyday proportions

https://moreofwhat.com
1•eltokh7•46m ago•0 comments

Benchmarking LLMs' Swarm Intelligence

https://github.com/RUC-GSAI/YuLan-SwarmIntell
2•novia•48m ago•0 comments

Introducing CUDA Rust: Two Tracks for Writing GPU Kernels

https://developer.nvidia.com/blog/introducing-cuda-rust-two-tracks-for-writing-gpu-kernels/
5•ubj•51m ago•0 comments

Insilico's Co-CEO Has Big Hopes That Fibrosis Drug Can Reverse Aging Too

https://www.wsj.com/tech/biotech/insilicos-co-ceo-has-big-hopes-that-fibrosis-drug-can-reverse-ag...
3•gmays•51m ago•2 comments

Chess Cheater Detector: Was this game unusually engine-like?

https://chesscheaterdetector.com/
1•domhudson•51m 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?