frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anti-Slop: A GitHub action that detects and automatically closes AI slop PRs

https://github.com/peakoss/anti-slop
1•flykespice•21s ago•0 comments

Show HN: Costly – Open-source SDK that audits your LLM API costs

https://www.getcostly.dev/
1•itsdannyt•58s ago•0 comments

Mystery Radio Signal from Day One of US-Iran War [video]

https://www.youtube.com/watch?v=NlcIEmYfTmc
1•hackerbeat•6m ago•0 comments

(3) The White House on X: "UNDEFEATED. HTTPS://t.co/Jt69bcag5y" / X

https://twitter.com/WhiteHouse/status/2032115039985881556
1•abdelhousni•7m ago•1 comments

Show HN: I built an open-source agent-run trading fund with real capital

https://github.com/CrunchyJohnHaven/elastifund
1•h16zed•8m ago•1 comments

Tech boss uses AI and ChatGPT to create cancer vaccine for his dying dog

https://theaustralian.com.au/business/technology/tech-boss-uses-ai-and-chatgpt-to-create-cancer-v...
2•sxp•11m ago•0 comments

What People Want from Our Schools Has Never Been Accomplished, Anywhere

https://freddiedeboer.substack.com/p/what-people-want-from-our-schools
1•paulpauper•14m ago•0 comments

Kalshi co-founder on risky predictions she made that led to $1B

https://www.cnbc.com/2026/03/14/kalshi-prediction-markets-bet-luana-lopes-lara.html
1•kristianp•14m ago•0 comments

Show HN: I built a TUI that dissolves Git branches away in Thanos style

https://github.com/armgabrielyan/deadbranch
1•armen99•14m ago•0 comments

An AI skeptic's case for recursive self-improvement

https://hardlyworking1.substack.com/p/a-skeptical-case-for-taking-the-ai
1•paulpauper•16m ago•1 comments

Everyone is focusing on AI, we're focusing on humans

1•ayoubdrissi•19m ago•1 comments

ByteDance suspends launch of Seedance 2.0 after copyright disputes

https://www.reuters.com/technology/bytedance-suspends-launch-video-ai-model-after-copyright-dispu...
1•amrrs•20m ago•0 comments

Show HN: MailParse – Inbound email to structured JSON via API

https://www.mailparse.dev
1•eibrahim•20m ago•0 comments

Ek_ Leaks Persist

1•safteylayer•20m ago•0 comments

A Preview of Coalton 0.2

https://coalton-lang.github.io/20260312-coalton0p2/
1•varjag•21m ago•0 comments

How "Hardwired" AI Will Destroy Nvidia's Empire and Change the World

https://medium.com/@mokrasar/the-last-chip-how-hardwired-ai-will-destroy-nvidias-empire-and-chang...
3•amelius•21m ago•0 comments

Show HN: Replacing $50k manual forensic audits with a deterministic .py engine

1•cd_mkdir•22m ago•1 comments

Validation is your agent's bottleneck

https://www.nicowil.me/posts/the-missing-validation-layer/
1•justaregulardev•23m ago•1 comments

Visual React Layout Builder

https://reactorlowcode.com/
1•borges_sensei•23m ago•1 comments

Why DuckDuckGo is building its own web search index

https://insideduckduckgo.substack.com/p/duck-tales-why-duckduckgo-is-building
4•twapi•25m ago•0 comments

Show HN: AI coding agent for VS Code with pay-as-you-go pricing- no subscription

https://www.llmonestop.com/#pricing
1•hhossain•28m ago•0 comments

Why Switzerland is a 3rd world country

https://medium.com/leapfrog/why-switzerland-is-a-3rd-world-country-7fe5d67a079
2•nothrowaways•29m ago•0 comments

Show HN: My OS can run Doom

https://monolith-project.org/blog/march-2026-update/
1•mrunix•29m ago•0 comments

Ethical Web Principles

https://www.w3.org/TR/ethical-web-principles/
1•jruohonen•30m ago•0 comments

Show HN: Han – A Korean programming language written in Rust

https://github.com/xodn348/han
23•xodn348•30m ago•0 comments

Show HN: ZaneOps, A beautiful and fast self hosted alternative to Vercel

https://zaneops.dev/
2•fredkisss•32m ago•1 comments

Anthropic invests $100M into the Claude Partner Network

https://www.anthropic.com/news/claude-partner-network
2•gmays•34m ago•0 comments

Cursor billed us $450 for a seat that existed for seconds

https://cursor.com
1•primex•34m ago•2 comments

You Can Just Deploy Things

https://nickdichev.com/blog/you-can-just-deploy-things/
2•nickdichev•36m ago•0 comments

Valyris – startup valuation using 7 VC frameworks

https://valyris.app
2•itsmaxn•37m ago•2 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?