frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Functional recovery of the adult murine hippocampus after cryopreservation

https://www.pnas.org/doi/10.1073/pnas.2516848123
1•XzetaU8•22s ago•0 comments

Show HN: Privacy Shield an extension that hides your tabs during screen sharing

https://chromewebstore.google.com/detail/privacy-shield/nbhgnhbgkpfkniihnaepcfidlonbeeml
1•yusufA207•38s ago•0 comments

New York Wants to Ban the AI That Outscores Doctors – Garry's List

https://garryslist.org/posts/new-york-wants-to-ban-the-ai-that-outscores-doctors
1•bilsbie•1m ago•0 comments

Housing: The Greatest Policy Failure in the Western World

https://deadneurons.substack.com/p/the-greatest-policy-failure-in-the
1•nr378•1m ago•0 comments

Show HN: Bots of WallStreet,agents debate stocks,make predictions.Human spectate

https://botsofwallstreet.com
2•nykodev•2m ago•0 comments

Show HN: Intake API – An inbox for AI coding agents

2•mjsweet•3m ago•0 comments

Interactive map of all 40,500 wind turbines in Germany (real government data)

https://windkraft.jankoch.co
1•iamjankoch•6m ago•1 comments

Lessons from 47 failed startups: Common patterns and avoidable mistakes

https://leovance.gumroad.com/l/startup-checklist
1•anonimousdev_•6m ago•2 comments

FT: US intervention in oil futures would be 'Biblical disaster', CME warns

https://www.ft.com/content/823657f2-4f8b-4325-88db-fbbdba6c9e17
2•alecco•9m ago•1 comments

Lost in Translation: What the AI code debate keeps getting wrong

https://newsroom.ibm.com/blog-lost-in-translation-what-the-ai-code-debate-keeps-getting-wrong
1•rbanffy•10m ago•0 comments

Show HN: 3-path agent memory – 8 KB recurrent state vs. 156 MB KV at 10K tokens

https://github.com/amabito/tri-memory
1•tenpa0000•10m ago•0 comments

Show HN: Auditor Core – Enterprise security auditing engine for DevSecOps

https://datawizual.github.io/
1•EldorZ•13m ago•0 comments

Hacking the Xbox One

https://www.youtube.com/watch?v=FTFn4UZsA5U
1•sjuut•13m ago•0 comments

The slow death of the English boarding school

https://www.ft.com/content/cc7eb665-b689-4e2f-9e35-c6ab5dbf3980
1•ultratalk•16m ago•1 comments

StarTreks Scotty Programming Without AI

https://www.youtube.com/watch?v=bhjTpHxvEFI
1•niemandhier•19m ago•1 comments

Show HN: Crawl API

https://crawlapi.dev
1•mddanishyusuf•31m ago•0 comments

A daily allowance that adapts to your lifestyle – Daily Budget

https://dailybudget.dk
1•emilmoe•33m ago•0 comments

Show HN: TradeSet – Calculators for Tradies

https://www.tradeset.com.au
2•weirdjellyfish•34m ago•0 comments

Brookhaven RP

https://www.roblox.com/?rbx_source=appsflyer&rbx_medium=cpa&rbx_campaign=onelink&pid=ExperienceDe...
1•COLAK_LIMSO•34m ago•0 comments

Squeezing π from 122 Bits of Lambda Calculus

https://text.marvinborner.de/2025-02-08-12.html
3•marvinborner•36m ago•0 comments

Show HN: A Discord-alternative community platform built in PHP

https://github.com/lesleyespire/motylo
2•Pyrobyte•38m ago•3 comments

Y Combinator Investments in Europe

https://old.reddit.com/r/Startup_eu/comments/1rrl1qw/y_combinator_investments_in_europe/
2•wrahim•43m ago•1 comments

White House Considers Waiving Jones Merchant Marine Act

https://apnews.com/article/jones-act-trump-trade-abcac596db839bff3679b3117d2e81b2
1•ChrisMarshallNY•45m ago•1 comments

The OpenClaw AI mania in China, as security fears and enthusiasm surge

https://www.scmp.com/tech/tech-trends/article/3346513/inside-openclaw-mania-gripping-china-securi...
1•giuliomagnifico•46m ago•0 comments

Faster Data Migrations for Postgres

https://clickhouse.com/blog/practical-postgres-migrations-at-scale-peerdb
1•saisrirampur•46m ago•0 comments

Fake rooms, props and a script to lure victims: inside an abandoned scam centre

https://www.theguardian.com/technology/2026/mar/14/inside-abandoned-scam-centre-cambodia-thai-border
2•sandebert•47m ago•0 comments

China's Edge in an Oil Shock: Electric Cars and Renewables

https://www.nytimes.com/2026/03/14/business/china-oil-cars.html
2•doener•50m ago•1 comments

$ABSURD – a meme coin built on one idea: everything stopped making sense

https://pump.fun/coin/Gt4w8KVwy7aPztiUm27YwsQgchzbS3srK8JYNpTpump
1•AbsurdCoin•52m ago•0 comments

React Quizzes for Preparing Interviews

https://www.reactchallenges.com/quizzes
1•DuffmanCC•59m ago•0 comments

You've got the LLMs to code, now you need the glue

https://codin.ro/youve-got-the-llms-to-code-now-you-need-the-glue-1-n/
3•CodinM•59m ago•0 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?