frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Safe-install – Docker-first install-time hardening for pip and NPM

https://github.com/Khaeldur/safe-install
1•khaeldur•3m ago•0 comments

Meta Harmed Children, Allowing Adults to Prey on Them

https://www.wsj.com/tech/landmark-verdict-says-meta-harmed-children-allowing-adults-to-prey-on-th...
1•petethomas•3m ago•1 comments

Tessera – 32 OWASP security tests for GPT-4o, Claude, Gemini, Llama 3

https://github.com/tessera-ops/tessera
1•alysheaib•4m ago•0 comments

Arm releases first in-house chip, with Meta as debut customer

https://www.cnbc.com/2026/03/24/arm-launches-its-own-cpu-with-meta-as-first-customer.html
1•goplayoutside•6m ago•0 comments

Promptzy: Free Mac prompt and skills manager with a built-in Markdown editor

https://www.promptzy.app/
1•navbuildz•6m ago•1 comments

Firefox introduces Split View: Two tabs side by side, right where you need them

https://blog.mozilla.org/en/firefox/split-view/
3•nateb2022•6m ago•1 comments

OpenAI just gave up on Sora and its billion-dollar Disney deal

https://www.theverge.com/ai-artificial-intelligence/899850/openai-sora-ai-chatgpt
1•ukuina•7m ago•0 comments

Bleep – Local AI DLP proxy that catches secrets before they reach ChatGPT

https://www.bleep-it.com
1•llmhub•9m ago•0 comments

The People Making a Killing Gambling on War

https://www.racket.news/p/warriors-casino-the-people-making
1•oopsiremembered•9m ago•0 comments

Ask HN: Do you feel less happy when coding with agent?

1•zane__chen•9m ago•0 comments

Reward, Risk, and Regulation: American Attitudes Toward Artificial Intelligence [pdf]

https://www.gallup.com/file/analytics/695027/SCSP-Gallup-American-Perspectives-AI_Report.pdf
1•djoldman•10m ago•0 comments

Metasystemic

https://metasystemic.xyz
1•gdss•13m ago•0 comments

MiniStack: Free, open-source LocalStack alternative with real DB containers

https://ministack.org
1•nnucera•14m ago•0 comments

Humane's AI pin is now HP's Copilot

https://gizmodo.com/this-is-what-has-become-of-the-humane-ai-pin-an-enterprise-laptop-chatbot-200...
2•lemonish97•17m ago•0 comments

Does nobody care about not being able to copy from Slack anymore?

4•neal_caffrey•19m ago•1 comments

A daily brief of what the top podcasts are saying

https://www.podsnacks.com/
2•siruva07•20m ago•0 comments

NASA unveils Space Reactor-1 Freedom mission to Mars in 2028

https://www.nasaspaceflight.com/2026/03/nasa-sr1-freedom-mars-2028/
2•LorenDB•21m ago•0 comments

Stack Overflow for Agents

https://arstechnica.com/ai/2026/03/mozilla-dev-introduces-cq-a-stack-overflow-for-agents/
3•greedo•21m ago•0 comments

Tell HN: Llamacpp now supports unified system RAM offloading on Linux

4•dabockster•23m ago•0 comments

OpenAI shutters AI video generator Sora after just six months

https://www.theguardian.com/technology/2026/mar/24/openai-ai-video-sora
2•auggierose•25m ago•1 comments

Rgx – terminal regex debugger with JSON output, colored matching, and 3 engines

https://github.com/brevity1swos/rgx
3•brevity1swos•25m ago•0 comments

Ask HN: Does the Gmail iOS app often hang in iOS 26?

3•lysace•26m ago•1 comments

How we made Ramp Sheets self-maintaining

https://twitter.com/i/status/2036165188899012655
2•pongogogo•26m ago•0 comments

Litellm wasn't just attacked – code executed before the app even started

2•Olsberg•27m ago•0 comments

Firefox now has free 50Gb built-in VPN

https://support.mozilla.org/en-US/kb/built-in-vpn
3•Gaishan•27m ago•0 comments

Hypnic Jerk

https://en.wikipedia.org/wiki/Hypnic_jerk
2•thunderbong•28m ago•0 comments

Predicting onset of symptomatic Alzheimerʼs disease with plasma p-tau217 clocks

https://www.nature.com/articles/s41591-026-04206-y
1•bookofjoe•29m ago•0 comments

Hash23 – A constexpr implementation of different hashing algorithms

https://github.com/rwindegger/hash23
1•superreeen•31m ago•0 comments

Static Machine Code Analysis

https://tetzank.github.io/posts/static-machine-code-analysis/
1•ibobev•32m ago•0 comments

4 Types of Quantum Computers Explained [video]

https://www.youtube.com/watch?v=l8L7afabIJ0
1•jonbaer•33m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

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

Comments

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