frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How talent strategy is becoming a growth lever for startups

1•KFWCORP•48s ago•0 comments

24-year-old ditched her smartphone and social media known as 'appstinent'

https://www.cnbc.com/2026/03/10/a-24-year-old-who-ditched-her-smartphone-and-social-media-wants-y...
2•1vuio0pswjnm7•3m ago•0 comments

AI Aadhaar OCR API for Fast Aadhaar Data Extraction

1•azapi_ai•8m ago•0 comments

Meta to charge advertisers a fee to offset Europe's digital taxes

https://www.reuters.com/business/media-telecom/meta-charge-advertisers-fee-offset-europes-digital...
1•1vuio0pswjnm7•10m ago•0 comments

We built NPM for agent knowledge – Context Packs on Armalo (update)

https://www.armalo.ai/
1•ArmaloAI•14m ago•1 comments

David Woo: The Market Is Wrong About Iran, Oil and What Comes Next [video]

https://www.youtube.com/watch?v=W2Z6UVv_wl4
1•thomassmith65•15m ago•1 comments

Why Ads in Chatbots May Not Click

https://www.wsj.com/tech/ai/why-ads-in-chatbots-may-not-click-2ca52203
1•1vuio0pswjnm7•15m ago•0 comments

Neuromorphic sphere topology Hebbian learning as a path to grounded intelligence

1•rusanovych•16m ago•0 comments

Intent-Driven Development

https://jason-stillwell.com/blog/2026/03/10/intent-driven-development/
2•dragonfax•18m ago•3 comments

Long/short extensions diversify concentrated stock tax-neutrally (2025)

https://www.blackrock.com/us/financial-professionals/insights/diversify-with-long-short
1•vismit2000•21m ago•0 comments

Made my first Chrome extension: Gmail Feed (from a non-technical background)

https://chromewebstore.google.com/detail/gmail-feed/npahlccednamnmabhaiifdmioibcmilg
2•adarshkaraka•23m ago•1 comments

Claude Code Added /Btw

https://twitter.com/trq212/status/2031506296697131352
1•gslin•26m ago•0 comments

Mnemos – scoped local memory for coding agents (public beta)

https://mnemos.making-minds.ai
1•anthony-maio•27m ago•1 comments

A2A Accountability Protocol for MCP – intent/acceptance/execution receipts

https://trustagentai.net
1•kirillostrovsky•27m ago•1 comments

Are You Comfortable Putting Your Name on This? (AI-Assisted Development)

https://vibe2value.com/are-you-comfortable-putting-your-name-on-this/
1•mattcameron•29m ago•1 comments

We Built a 100K-Line Enterprise App Using AI – Here's Why Vibe-Coding Couldn't

https://medium.com/towards-artificial-intelligence/we-built-a-100k-line-enterprise-app-using-ai-h...
1•anil789•29m ago•1 comments

Hugging Face Storage Buckets

https://huggingface.co/storage
1•nnx•29m ago•0 comments

Are you letting agents run infra tools / scripts yet?

2•shashahchk•31m ago•3 comments

Making WebAssembly a first-class language on the Web

https://hacks.mozilla.org/2026/02/making-webassembly-a-first-class-language-on-the-web/
2•mikece•35m ago•0 comments

Separating AI agent reasoning from execution, crypto binding execution

1•ketanbj•36m ago•0 comments

Standardizing Source Maps

https://bloomberg.github.io/js-blog/post/standardizing-source-maps/
2•Timothee•38m ago•0 comments

Microsoft backs Anthropic to halt US DoD's 'supply-chain risk' designation

https://www.reuters.com/legal/litigation/microsoft-files-amicus-brief-support-anthropics-lawsuit-...
2•drewda•38m ago•0 comments

CVE-2026-3288: K8s ingress-nginx path injection via rewrite-target annotation

https://nvd.nist.gov/vuln/detail/CVE-2026-3288
1•zdkaster•41m ago•1 comments

Ask HN: Devs who are out of work – what are you doing for income now?

3•a1n•43m ago•0 comments

Trump says U.S. will build first refinery in 50 years

https://www.cnbc.com/2026/03/11/trump-us-oil-refinery-reliance-ambani-texas-india-shale-wti.html
3•kamaraju•52m ago•0 comments

A Mysterious Signal Transfixes Radio Sleuths and Intelligence Experts

https://www.rferl.org/a/mystery-numbers-station-persian-signal-iran-war/33700659.html
3•willvk•1h ago•0 comments

Switch: Benchmarking the Handling of TCIs in Long-Horizon Embodied Scenarios

https://huggingface.co/papers/2511.17649
1•tellarin•1h ago•0 comments

I built a free narrative game inspired by Daniel Kokotajlo's AI 2027 essay

https://ai2028.ai/
1•geniusxp•1h ago•1 comments

Improving instruction hierarchy in frontier LLMs

https://openai.com/index/instruction-hierarchy-challenge
1•surprisetalk•1h ago•0 comments

Microsoft uses plagiarized AI slop flowchart to explain how GitHub works

https://www.pcgamer.com/software/ai/microsoft-uses-plagiarized-ai-slop-flowchart-to-explain-how-g...
5•gpvos•1h ago•1 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?