frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Best place to host a Node.js App in 2026

1•chbkall•1m ago•0 comments

The Deliverable Is You Programming as Theory Building

https://nekolucifer.substack.com/p/the-deliverable-is-you-programming
1•tartoran•2m ago•0 comments

Stop Calling Every AI Miss a Hallucination

https://ai.gtzilla.com/papers/stop-calling-every-ai-miss-a-hallucination-v1.0/
1•osconfused•4m ago•0 comments

Show HN: BillingEngine – usage-based billing for APIs with real-time rating

https://billingengine.cloud/cs/
1•mkellercz•10m ago•0 comments

Play Anthakshari

https://anthakshari.ai/
1•hareeshimo•12m ago•0 comments

101 Ads – Highway 101 Billboard Map

https://101ads.org/
1•ChrisArchitect•13m ago•0 comments

What happens when you clone mice for 20 years straight?

https://denovo.substack.com/p/what-happens-when-you-clone-mice
1•vinhnx•24m ago•0 comments

Atomic Rockets – Build your own spaceship

https://projectrho.com/public_html/rocket/heatrad.php
1•vismit2000•28m ago•0 comments

Show HN: Every Minute a Startup

https://everyminuteastartup.com
1•sawirricardo•28m ago•0 comments

What do frontier AI companies' job postings reveal about their plans?

https://epochai.substack.com/p/what-do-frontier-ai-companies-job
1•vinhnx•30m ago•0 comments

Pi: The Minimal Agent Within OpenClaw

https://lucumr.pocoo.org/2026/1/31/pi/
1•Anon84•34m ago•0 comments

Show HN: VizTools – 16 free tools for PMs and freelancers, deliberately no AI

https://viztools.app/
1•mizarau•35m ago•0 comments

400 cuckoo clocks go on display as time springs forward

https://www.rte.ie/news/ireland/2026/0328/1565545-clocks-exhibition-waterford/
1•austinallegro•39m ago•0 comments

Potato Fruit

https://en.wikipedia.org/wiki/Potato_fruit
2•jedbrooke•45m ago•0 comments

Adaptive hedging library (reduces p99 latency by ~74%)

https://github.com/bhope/hedge
1•soniccontroller•46m ago•0 comments

The Joy of Numbered Streets

https://humantransit.org/2026/03/the-joy-of-numbered-streets-or-call-it-39th-avenue.html
3•dmit•58m ago•0 comments

Bitmoji Anthropology [video]

https://www.youtube.com/watch?v=E2I0tqgaEVo
1•broabprobe•1h ago•0 comments

Dandelion Mesh: Serverless mesh network for browsers using WebRTC

https://github.com/predatorray/dandelion-mesh
1•zetaplusae•1h ago•0 comments

I made aipack and wanted to share

https://github.com/shrug-labs/aipack
1•waffleman21•1h ago•1 comments

CLTR finds a 5x increase in scheming-related AI incidents

https://www.longtermresilience.org/reports/v5-scheming-in-the-wild_-detecting-real-world-ai-schem...
1•kuerbel•1h ago•0 comments

I did a deep dive into cursors SQLite storages, different from Claude Code

https://vibe-replay.com/blog/cursor-local-storage/
1•tuo-lei•1h ago•2 comments

Aldus PageMaker on the Apple Macintosh

https://stonetools.ghost.io/pagemaker-mac/
1•zdw•1h ago•0 comments

Geometric Return and Portfolio Analysis (2003)

https://www.treasury.govt.nz/publications/wp/geometric-return-and-portfolio-analysis-wp-03-28#abs...
1•tosh•1h ago•0 comments

The new AI literacy: Insights from student developers

https://cloud.google.com/blog/topics/developers-practitioners/how-uc-berkeley-students-use-ai-as-...
1•gpi•1h ago•0 comments

Avi Loeb says recent meteorites signal "Fireball Season"

https://avi-loeb.medium.com/is-the-recent-surge-in-meteor-fireballs-on-earth-related-to-3i-atlas-...
1•tbreschi•1h ago•0 comments

Ask HN: Help re-finding a self hosting platform with decent SSO support

1•evolve2k•1h ago•0 comments

The Future of Python: Evolution or Succession – Brett Slatkin – PyCascades 2026 [video]

https://www.youtube.com/watch?v=1gjLPVUkZnc
2•matt_d•1h ago•0 comments

How to Keep Services Running During Failures?

https://newsletter.scalablethread.com/p/how-to-keep-services-running-during
1•fagnerbrack•1h ago•0 comments

Show HN: Qwen Meetup Presentation, Function Calling Harness, 6.75% to 100%

https://autobe.dev/blog/function-calling-harness-qwen-meetup-korea/
2•samchon•1h ago•1 comments

Is SwiftUI as fast as UIKit in iOS 26?

https://blog.jacobstechtavern.com/p/swiftui-vs-uikit
4•wpm•1h 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?