frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Hardest Kind of Unsafe Rust

https://oxide-and-friends.transistor.fm/episodes/the-hardest-kind-of-unsafe-rust
1•tosh•27s ago•0 comments

Performance Has Layers

https://oxide.computer/blog/performance-has-layers
1•tosh•2m ago•0 comments

The seven methods for delivering instructions

https://claude.com/blog/steering-claude-code-skills-hooks-rules-subagents-and-more
1•twapi•4m ago•0 comments

Rust in Production: ClickHouse

https://corrode.dev/podcast/s06e06-clickhouse/
1•tosh•5m ago•0 comments

Court Transcript Costs

https://hansard.parliament.uk/commons/2023-11-16/debates/942DF7A1-9D96-43A0-AD65-474A0B30BA1D/Cou...
2•mellosouls•6m ago•0 comments

Pappice – a self-hosted support desk in one Go binary

https://github.com/lallero-dev/pappice
1•lallero317•7m ago•1 comments

Show HN: Created On-Page SEO Tool – AI Action Plans for Search Console Data

https://blogr.ai
2•karakhanyans•11m ago•0 comments

Show HN: APK-interceptor – Android deeplink, Intent assessment helper

https://github.com/sterrasec/apk-interceptor
1•tkmru•13m ago•0 comments

Show HN: Local automation runner with built-in LLM steps – YAML pipelines

https://rorlikowski.github.io/stepyard/
1•rorlikowski•21m ago•0 comments

Show HN: WhatsKept – Searchable,agent-queryable WhatsApp history from iOS backup

https://github.com/alkait/whatskept
1•tenthead•22m ago•0 comments

Maria Isabel Sánchez Vegara on Her 100th "Little People, Big Dreams" Book

https://www.amightygirl.com/blog?p=36753
1•zeristor•29m ago•0 comments

Show HN: F1l0 – Fitness Logger

https://f1l0.nickyreinert.de/
1•y42•29m ago•0 comments

Data Center Warfare: Defending AI Infrastructure

https://mwi.westpoint.edu/data-center-warfare-defending-the-key-terrain-of-ai-infrastructure/
1•Alien1Being•33m ago•0 comments

Show HN: I'm building a free TradingView alternative

https://www.aulico.com
2•rendernos•33m ago•0 comments

Banned

https://netwars.pelicancrossing.net/2026/06/19/banned/
2•ColinWright•41m ago•0 comments

Most indie devs build the wrong features. Here's one pattern that helps

https://featurebuddy.com/
2•dvanach•42m ago•1 comments

Nvidia Vera CPU Performance Compares to the Ampere Altra Max

https://www.phoronix.com/review/ampere-altra-nvidia-vera
1•rbanffy•43m ago•1 comments

EPEX: Matrix-free coefficient expansion for low-memory LWE experiments

https://zenodo.org/records/20743190
1•TomIRN•46m ago•0 comments

QuEra's Libra Fault-Tolerant Quantum System Heading to Amazon Braket Service

https://www.nextplatform.com/compute/2026/06/16/queras-libra-fault-tolerant-quantum-system-headin...
1•rbanffy•47m ago•0 comments

Fli -a tiny (18KB) easy to read file listing tool. Rust no_std and Libc

2•tracyspacy•48m ago•0 comments

Show HN: SciCollab – A platform where research happens, together

https://www.scicollab.org/
1•pixelatedRudy•50m ago•0 comments

Maptap.gg – Daily Geography Game

https://maptap.gg/
1•Gathering6678•51m ago•0 comments

Microsoft discovers new lightweight backdoor that steals cryptocurrency

https://arstechnica.com/security/2026/06/microsoft-spots-new-self-propagating-malware-for-stealin...
1•rbanffy•52m ago•0 comments

Nigeria's Babylon System [video]

https://www.youtube.com/watch?v=5vlmEuIPRIs
1•daesorin•52m ago•0 comments

Taste and judgement are lies we tell ourselves

https://technotes.substack.com/p/taste-and-judgement-are-lies-we-tell
3•mkagenius•56m ago•0 comments

"Show HN" " alternative to dark matter, tested across galaxy to cosmic scales"

2•SPruynIDR•58m ago•0 comments

Trump administration to phase out HIV funding

https://www.politico.com/news/2026/06/18/pepfar-south-africa-white-afrikaners-hiv-aids-00968479
7•Alien1Being•1h ago•1 comments

'Politically naive': The fight behind Anthropic's export controls

https://www.politico.com/news/2026/06/19/he-has-to-find-a-way-to-be-friends-the-political-fight-b...
3•Alien1Being•1h ago•0 comments

Getting Back to Basics by Abusing AI

https://blog.unitedheroes.net/5752
2•simonebrunozzi•1h ago•0 comments

Solved and Unsolved: The Status of Hilbert's 23 Problems in Mathematics

https://www.simonsfoundation.org/2026/06/18/solved-unsolved-and-unsolvable-the-status-of-hilberts...
2•nill0•1h ago•1 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?