frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Kyoo v5 – self hosted media server

https://github.com/zoriya/kyoo
1•zoriya•16s ago•0 comments

Investigation: Unmasking the anonymous hosts of 'Russians With Attitude'

https://kyivindependent.com/exclusive-investigation-reveals-hosts-of-us-popular-far-right-podcast/
1•doener•2m ago•0 comments

Spectre – A design-by-contract, compiled programming language with QBE back end

https://github.com/spectrelang/spectre
1•death_eternal•6m ago•0 comments

TypeScript Enums Are Terrible

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

API and MCP that pumps data from SEC filings into your agent context

https://medium.com/@steve_63055/give-your-ai-agent-direct-access-to-kpis-from-sec-filings-e372d04...
2•sjt-at-rev•9m ago•1 comments

Graphify: An AI skill for turning any folder into a queryable knowledge graph

https://github.com/safishamsi/graphify
1•tanelpoder•10m ago•0 comments

Analyzing Reverse Address Translation Overheads in Multi-GPU Scale-Up Pods

https://arxiv.org/abs/2604.02473
1•matt_d•12m ago•0 comments

Surprising hidden pattern connecting over 1,500 languages found

https://www.independent.co.uk/news/science/languages-universal-grammar-rules-pattern-b2952396.html
1•antfarm•15m ago•0 comments

Bitwarden Is Down

https://status.bitwarden.com/issues/69d430c5763f44a7efca7b8a
4•zhan_eg•16m ago•0 comments

Show HN: ACP – Governance for AI Coding Agents (Claude Code, OpenClaw)

https://agenticcontrolplane.com/
1•davidcrowe•17m ago•0 comments

How to Perform a Bulk Permissions Check in FusionAuth FGA by Permify

https://fusionauth.io/blog/permify-bulk-permissions-check
1•mooreds•21m ago•0 comments

Launchyard – vibe code a business

https://launchyard.dev
1•hackmaxim•22m ago•1 comments

HubLite – A native macOS CRM for people who find HubSpot/Salesforce overkill

https://www.innobera.com/hublite/
1•Evian-SP•23m ago•0 comments

Show HN: MemberLane – Paid Communities on Telegram, Discord, and WhatsApp

https://www.memberlane.app
2•grene98•25m ago•0 comments

Reddit is the #1 most cited source across every major AI search platform

https://virtualuncle.com/answer-engine-optimization-aeo-guide-2026/
3•svrbvr•28m ago•0 comments

Kalshi wins appeal against New Jersey in Third Circuit

https://www.dopaminemarkets.com/p/prediction-markets-vs-states-the
1•astorplace•28m ago•1 comments

Show HN: A bespoke magazine for the kid in your life

https://www.juiceboxjournal.com/
1•easymode•31m ago•0 comments

Show HN: Clickly – tool for designers and engineers to build mobile apps

https://clickly.app
1•roskoalexey•37m ago•0 comments

Show HN: Next Moca – control plane for AI agents (pre-seed @ $10M)

https://www.nextmoca.com
1•swanandrao•37m ago•0 comments

Matrix-Kernel-Root

https://github.com/M2KR4R/matrix-kernel-root
1•M2KR4R•38m ago•0 comments

Um método informático para crianças feito com amor

https://www.amazon.com.br/dp/B0DN62YNJF
3•Hanoverdoes•40m ago•0 comments

Anthropic, OpenAI and Google sharing Intel to block Chinese distillation

https://www.bloomberg.com/news/articles/2026-04-06/openai-anthropic-google-unite-to-combat-model-...
2•nikcub•40m ago•0 comments

Building a DIY OpenClaw

https://ben.page/claude-mac
2•j03b•41m ago•0 comments

Bernie Sanders: "AI Is a Threat to Everything the American People Hold Dear"

https://www.wsj.com/opinion/ai-is-a-threat-to-everything-the-american-people-hold-dear-a3286459
6•fortran77•42m ago•5 comments

Real-time tracker for NASA's Artemis II Moon mission

https://artemis.fyi/
2•jsk2600•43m ago•0 comments

GitHub Copilot CLI combines model families for a second opinion

https://github.blog/ai-and-ml/github-copilot/github-copilot-cli-combines-model-families-for-a-sec...
2•salkahfi•44m ago•0 comments

Show HN: CacheZero – Karpathy's LLM wiki idea as one NPM install

3•swarajbachu•47m ago•0 comments

Anthropic expands partnership w Google and Broadcom for multiple GW of compute

https://www.anthropic.com/news/google-broadcom-partnership-compute
4•l1n•47m ago•0 comments

Optimizing Time, Cost, and Generalization in Distributed Large-Batch Training

https://arxiv.org/abs/2603.18112
2•PaulHoule•49m ago•0 comments

PrismML – Announcing 1-bit Bonsai: The First Commercially Viable 1-bit LLMs

https://prismml.com/news/bonsai-8b
2•janandonly•50m 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?