frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hire Me (Taylor) via API

https://taylor.town/looop-000
1•surprisetalk•2m ago•0 comments

Tulsi Gabbard Exposes US Global Biolab Program [video][3 Mins]

https://www.youtube.com/watch?v=gFc3oqQIJDw
1•Bender•2m ago•0 comments

TreeSheets (Hierarchical Spreadsheet)

https://strlen.com/treesheets/
1•jxmorris12•3m ago•0 comments

AI Is Dogshit at Design

https://tomcreighton.com/AI-is-dogshit-at-design/
1•speckx•3m ago•0 comments

Flap: A deterministic parser with fused lexing

https://arxiv.org/abs/2304.05276
1•fanf2•4m ago•0 comments

Doom on the Mi Band 10

https://github.com/atc1441/MiBand10-BES2700iMP-BEST1503-Hacking
1•kmmbvnr_•5m ago•0 comments

Extensive Sand Dune Loss Threatens California Coast

https://eos.org/research-spotlights/extensive-sand-dune-loss-threatens-california-coast
2•visha1v•5m ago•0 comments

TCP Throughput Calculator

https://network.switch.ch/pub/tools/tcp-throughput/
1•mrngm•6m ago•0 comments

Comcast to spin off NBCUniversal and Sky into separate company

https://www.nbcnews.com/business/business-news/comcast-spinoff-nbcuniversal-sky-split-two-compani...
2•throw0101d•6m ago•0 comments

Quiet, My Exoself

https://kk.org/thetechnium/quiet-my-exoself/
1•herbertl•7m ago•0 comments

Seikilos epitaph: oldest known musical composition

https://en.wikipedia.org/wiki/Seikilos_epitaph
1•nathell•8m ago•0 comments

Faith, Freedom, Family, Place – An Ethnographic Study

https://conservativestudy.redassociates.com/
1•Tomte•8m ago•0 comments

Menstrual Cycle Phase Alters Covid-19 Vaccine Outcomes

https://www.the-scientist.com/menstrual-cycle-phase-alters-covid-19-vaccine-outcomes-74685
1•visha1v•9m ago•0 comments

You Can Detect If Code Is Being Run Inside a Terminal

https://nelson.cloud/you-can-detect-if-code-is-being-run-inside-a-terminal/
2•speckx•11m ago•0 comments

Show HN: An MMORPG where you control your characters with an API

https://www.artifactsmmo.com/
5•muigetsu•13m ago•0 comments

Show HN: A fast hex dumper, written in Rust

https://github.com/CallMeAlphabet/fasthex
1•CallMeAlphabet•13m ago•0 comments

Looking free beta user. Speechtoflow rewrites your speech in your own style

https://speechtoflow.com
1•FelixLepi•14m ago•0 comments

Gen Z's AI problem isn't about AI

https://www.computerworld.com/article/4189645/why-spacex-is-the-mcdonalds-of-ai.html
2•mikelgan•14m ago•1 comments

NocoPlatform – Managed NocoDB hosting for $29/mo

https://nocoplatform.com/
1•sushanth999•14m ago•0 comments

Performance Tuning on Linux

https://cromwell-intl.com/open-source/performance-tuning/
1•mrngm•14m ago•0 comments

When Your IDE Becomes a RCE Endpoint

https://medium.com/trendyol-tech/when-your-ide-becomes-a-rce-endpoint-c87b85096b19
1•ozirus•15m ago•0 comments

Auditing my local Python packages

https://alexwlchan.net/2026/python-package-audit/
1•surprisetalk•15m ago•0 comments

Our anti-party system returns for July 4 weekend

https://news.airbnb.com/airbnbs-anti-party-system-returns-for-july-4-weekend/
2•WalterGR•16m ago•0 comments

The Goldilocks customizable <select> height

https://jakearchibald.com/2026/goldilocks-select-height/
1•jaffathecake•16m ago•0 comments

Passport to Adventure: The Scumm Story

https://www.scummdoc.com/
2•peterkelly•17m ago•0 comments

Data breach exposes up to 14.2M email logins at six ISPs

https://www.bleepingcomputer.com/news/security/data-breach-exposes-up-to-142-million-email-logins...
5•Brajeshwar•19m ago•0 comments

Ableton Live and Designing for Authenticity

https://ericcarl.link/blog/ableton-live-and-designing-for-authenticity/
1•jrmyphlmn•19m ago•0 comments

Using Aspect-Oriented Programming to Record DRL Agents' Data

https://blog.ptidej.net/using-aspect-oriented-programming-to-record-drl-agents-data/
2•luca-sctr•20m ago•1 comments

Law to Save Coloradans Money on Property Insurance Goes into Effect

https://www.senatedems.co/newsroom/law-to-save-coloradans-money-on-property-insurance-goes-into-e...
1•mooreds•21m ago•0 comments

Show HN: Uselink – publish and collaborate on AI-generated HTML

https://uselink.app:443/
1•nathanjryc•21m 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?