frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Something is afoot in the land of Qwen

https://simonwillison.net/2026/Mar/4/qwen/
1•simonw•19s ago•0 comments

Context Rot Is Silently Killing Your Claude Code Sessions

https://vincentvandeth.nl/blog/context-rot-claude-code-automatic-rotation
1•amelius•31s ago•0 comments

Should I Block Ads?

https://shouldiblockads.com/
1•TigerUniversity•1m ago•0 comments

Arc Raiders – Discord SDK Data Exposure

https://timothymeadows.com/arc-raiders-discord-sdk-data-exposure/
2•lrae•2m ago•0 comments

MacBook Neo

https://www.apple.com/uk/macbook-neo/
1•_joel•2m ago•1 comments

I Learned to Stop Worrying, Love AI, and Be a Bit Less Responsible

https://www.georgesaines.com/blog/2026/3/3/how-i-learned-to-stop-worrying-love-ai-and-be-a-bit-le...
1•gsaines•2m ago•0 comments

Air Quality in Toronto

https://www.iqair.com/ca/canada/ontario/toronto
2•amichail•4m ago•0 comments

SimpleDMARC – Rebuilt after 5 years, now with 30 free email auth tools

https://simpledmarc.com/
2•maniargaurav•4m ago•1 comments

Elitism Fails American Universities

https://yaledailynews.com/articles/liberal-elitism-fails-american-universities
3•nxor2•4m ago•1 comments

We Turned Our Wireshark Wizard into a Markdown File

https://www.checklyhq.com/blog/building-an-ai-agent/
1•tnolet•5m ago•0 comments

Show HN: FirstVibe – AI analyzes your selfie and scores your vibe in 30 seconds

https://firstvibe.app/
1•damiandomzalski•6m ago•0 comments

Show HN: kubectl-x to query multiple Kubernetes clusters at once

https://github.com/platformersdev/kubectl-x
1•davidnortonjr•6m ago•0 comments

Show HN: Beans, a task tracker with verification gates and agent orchestration

https://github.com/kfcafe/beans
1•wyre•7m ago•0 comments

Can the Most Abstract Math Make the World a Better Place?

https://www.quantamagazine.org/can-the-most-abstract-math-make-the-world-a-better-place-20260304/
1•baruchel•7m ago•0 comments

First Look at Glaze: A New Product by Raycast [video]

https://www.youtube.com/watch?v=FGbmmgH97ms
1•strzalek•7m ago•0 comments

I modeled traffic-weighted SLOs as probability chains in PromQL

1•lep_qq•8m ago•0 comments

Federal Reserve Bank of Kansas City Approves Limited Account for Kraken

https://www.kansascityfed.org/newsroom/2026-news-releases/federal-reserve-bank-of-kansas-city-app...
3•petethomas•8m ago•0 comments

There are now 10M live price points from AWS, Azure and GCP

https://www.infracost.io/blog/infracost-now-tracks-10-million-cloud-service-skus/
2•hkh•8m ago•0 comments

RNA is key to the dark matter of the genome − scientists are sequencing it

https://theconversation.com/rna-is-key-to-the-dark-matter-of-the-genome-scientists-are-sequencing...
2•PaulHoule•9m ago•0 comments

Connecting Volunteers with Volunteer Opportunities

https://wevolunteer.today/
1•tommymierzwa•9m ago•0 comments

Show HN: Find quantum-vulnerable crypto in your code before 2030 hits

https://github.com/postquantdev/postquant
1•postquant•10m ago•1 comments

Self-Supervised Flow Matching for Scalable Multi-Modal Synthesis

https://bfl.ai/research/self-flow
1•salkahfi•10m ago•0 comments

A Rational Analysis of the Effects of Sycophantic AI

https://arxiv.org/abs/2602.14270
1•todsacerdoti•11m ago•0 comments

A new lawsuit claims Gemini assisted in suicide

https://www.semafor.com/article/03/04/2026/a-new-lawsuit-claims-gemini-assisted-in-suicide
2•bhouston•11m ago•1 comments

Show HN: All the LM solutions on SWE-bench are bloated compared to humans

https://twitter.com/KLieret/status/2029219763423986030
1•lieret•11m ago•0 comments

A "Supergiant" Gold Find in China Could Redraw the Biggest-Mine Map

https://modernengineeringmarvels.com/2026/03/02/a-supergiant-gold-find-in-china-could-redraw-the-...
1•Brajeshwar•12m ago•0 comments

Discovery of the most compact known 3+1 type quadruple star system

https://www.natureasia.com/en/info/press-releases/detail/9255
1•Brajeshwar•12m ago•0 comments

Electron microscopy reveals micro defects in next-gen semiconductors

https://www.openaccessgovernment.org/electron-microscopy-reveals-micro-defects-in-next-gen-semico...
1•Brajeshwar•13m ago•0 comments

Rijksmuseum researchers discover new painting by Rembrandt van Rijn

https://www.rijksmuseum.nl/en/press/press-releases/rijksmuseum-researchers-discover-new-painting-...
2•ohjeez•13m ago•0 comments

Show HN: Skill Eval – A framework for testing the quality of AI agent skills

https://blog.mgechev.com/2026/02/26/skill-eval/
1•mgechev•13m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•10mo ago

Comments

godzie•10mo 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•10mo 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•10mo ago
Would something like this work for you? https://probe.rs/
otherayden•10mo 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•10mo ago
any Machine Interface planned (à la GDB/MI)?
godzie•10mo ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•10mo ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•10mo ago
BugStomper would have also been a great name choice. ;)
rob74•10mo 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•10mo 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•10mo 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•10mo ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•10mo 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•10mo 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•10mo ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•10mo 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•10mo ago
What's the state of expression evaluation?