frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ClearFrame – Secure Auditable Alternative to OpenClaw

https://github.com/ibrahimmukherjee-boop/ClearFrame
1•ibrahim23456•39s ago•1 comments

Hey Claude, print recent AI news, short

https://ai-tldr.dev/
2•dralexturner•57s ago•0 comments

A New SQLite Parser

https://marcobambini.substack.com/p/liteparser-a-fast-embeddable-sqlite
1•marcobambini•1m ago•0 comments

I built an API for AI agents that handles phone numbers, SMS, OTP and voice

https://agentcall.co
1•kintupercy•1m ago•1 comments

Show HN: Behavioural-dashboard, framework agnostic library for living dashboards

https://ricardomonteirosimoes.github.io/behavioural-dashboard/
1•RicDan•3m ago•0 comments

Developer skills post-AI: TDD, context engineering, metrics, ownership?

https://nguyengineer.dev/developers-what-should-we-do-next-in-the-age-of-ai
1•finn319•3m ago•0 comments

Algebrica – A Mathematical Knowledge Base

https://algebrica.org/
1•marklit•3m ago•0 comments

Open Source Mystery: 3.5M downloads, But what are people using this for?

https://minifetch.com
1•eljee•3m ago•1 comments

Nineteen Features, Zero Architecture

https://fffej.substack.com/p/nineteen-features-zero-architecture
2•mooreds•3m ago•0 comments

Servo Browser Engine Making It Easier for Embedded Use

https://www.phoronix.com/news/Servo-Embed-Crates-LTS
1•Brajeshwar•3m ago•0 comments

How to make Dropbox ignore the node_modules folder

https://evanxmerz.com/post/how-to-tell-dropbox-to-ignore-node-modules/
1•bariumbitmap•6m ago•0 comments

Destroying Communication and Control in Software Development (2003) [pdf]

https://www.ayeconference.com/Articles/weinberg.pdf
1•rzk•6m ago•0 comments

Can astrologers gain insights about people from astrological charts?

https://www.clearerthinking.org/post/can-astrologers-use-astrological-charts-to-understand-people...
1•pelf•7m ago•0 comments

The AI divide putting open weights models in spotlight

https://www.theregister.com/2026/04/12/ai_open_weights_models/
1•tanelpoder•7m ago•0 comments

500 Tbps of capacity: 16 years of scaling our global network

https://blog.cloudflare.com/500-tbps-of-capacity/
3•sp8•7m ago•0 comments

Nothing Ever Happens: Polymarket bot that always buys No on non-sports markets

https://github.com/sterlingcrispin/nothing-ever-happens
1•m-hodges•8m ago•0 comments

France is replacing 2.5M Windows desktops with Linux, here its new stack

https://www.zdnet.com/article/france-leaves-windows-for-linux-desktop/
1•CrankyBear•8m ago•0 comments

Triton

https://triton-lang.org/main/index.html
2•tosh•8m ago•0 comments

Intel Releases OpenVINO 2026.1 with Back End for Llama.cpp, New Hardware Support

https://www.phoronix.com/news/OpenVINO-2026.1-Released
1•wb14123•9m ago•0 comments

Alpine Divorce: A Hike That Ends a Relationship

https://www.nytimes.com/2026/04/12/style/alpine-divorce-relationships-hike.html
2•mooreds•9m ago•0 comments

Nordics and Estonia rolling out offline card payment backup in case internet cut

https://www.reuters.com/business/finance/nordics-estonia-plan-offline-card-payment-back-up-if-int...
2•_____k•10m ago•1 comments

Show HN: Context Surgeon – Let AI agents edit their own context window

https://github.com/jackfruitsandwich/context-surgeon
1•jdjdjdi•10m ago•0 comments

The Capability Im-Maturity Model (CIMM) (2003)

https://web.archive.org/web/20030117052912/http://www.stsc.hill.af.mil/crosstalk/1996/11/xt96d11h...
1•rzk•11m ago•0 comments

Forgejo prohibits AI-generated work

https://codeberg.org/forgejo/governance/src/commit/57bf0779bec61e2facd1679efc9bc5839e631d40/AIAgr...
3•singiamtel•11m ago•1 comments

Hybrid Constructions: The Post-Quantum Safety Blanket

https://soatok.blog/2026/04/13/hybrid-constructions-the-post-quantum-safety-blanket/
1•some_furry•11m ago•0 comments

Grassroots Fediverse Evolution

https://coding.social/blog/grassroots-evolution/
1•paulnpace•12m ago•0 comments

I like to use Soviet control panels as a starting point

https://unsung.aresluna.org/i-like-to-use-soviet-control-panels-as-a-starting-point/
2•speckx•12m ago•0 comments

America is done – dominican republic takes lead

https://bitcoin-zero-down-2ea152.gitlab.io/
1•machardmachard•12m ago•1 comments

Show HN: CCS – CLI to switch Claude Code profiles with different MCP servers

https://github.com/virtuallytd/claude-code-switcher
1•virtuallytd•13m ago•1 comments

Apple's AI Chief John Giannandrea Departs This Week

https://www.macrumors.com/2026/04/13/john-giannandrea-departs-apple-this-week/
1•tosh•15m 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?