frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Duolingo is experiencing increased errors

https://status.duolingo.com
1•mychele•32s ago•0 comments

NASA unveils next steps to build permanent Moon base

https://www.bbc.com/news/articles/c39228nxyr4o
1•frasermarlow•1m ago•0 comments

Show HN: I built a tool to auto-accept AI slop and bigtech devs loves it

https://github.com/Alcray/SlopeAutoAcceptor
1•alcray•1m ago•0 comments

The Social Contract of Writing

https://jola.dev/posts/the-social-contract-of-writing
1•droidjj•1m ago•0 comments

OpenAI admits AI hallucinations are mathematically inevitable (Sept. 2025)

https://www.computerworld.com/article/4059383/openai-admits-ai-hallucinations-are-mathematically-...
1•hansmayer•1m ago•0 comments

BadHost: One Char Bypasses Host-Based Security Across the Python AI Stack

https://www.secwest.net/starlette
1•arunbahl•2m ago•0 comments

Disclosing the Badhost Vulnerability in Starlette

https://ostif.org/disclosing-the-badhost-vulnerability-in-starlette/
1•arunbahl•3m ago•0 comments

Micron hits $1T market cap for the first time

https://www.cnbc.com/2026/05/26/micron-stock-trillion-market-cap.html
1•mfiguiere•3m ago•0 comments

From AFSK to Goertzel: demodulating packet radio

https://uart.cz/2959/from-afsk-to-goertzel/
1•fanf2•5m ago•0 comments

Pyongyang Once Had a Muslim Governor (Probably)

https://lostfutures.substack.com/p/pyongyang-once-had-a-muslim-governor
1•Lost-Futures•5m ago•0 comments

Shopify's AI Developer

https://twitter.com/tobi/status/2053121182044451016
1•talal7860•7m ago•0 comments

Show HN: DDoS detection in 500 lines of Python (MIT, no cloud, no account)

https://github.com/Flowtriq/ftagent-lite
1•jacob_masse•8m ago•0 comments

Russia can falsify GPS signals deep into Europe

https://www.reuters.com/business/aerospace-defense/russia-can-falsify-gps-signals-deep-into-europ...
2•jonbaer•8m ago•0 comments

Bedrock and a hard place: Claude adventure leaves AWS user with $30K invoice

https://www.theregister.com/saas/2026/05/14/bedrock-and-a-hard-place-claude-adventure-leaves-aws-...
3•ValentineC•11m ago•0 comments

Big Tech's Anti-Labor Playbook Has Come for Wikipedia

https://medium.com/@jakeorlowitz/wikipedia-is-doing-the-capitalist-thing-56a393232943
3•cdrnsf•13m ago•0 comments

After DeepSeek, Xiaomi cuts AI costs by up to 99%

https://twitter.com/i/status/2059314052892099070
3•try-working•14m ago•0 comments

Numb – Full Album – YouTube Exclusive Pre-Release

https://www.youtube.com/watch?v=M63nJq8IdIo
1•keithgdarley•17m ago•0 comments

We won't be looking at jobs numbers in 5 years (to gauge economy) [video]

https://www.youtube.com/watch?v=yyECa58Kg4Q
1•donsupreme•18m ago•0 comments

Terminal coding agent for DeepSeek V4

https://github.com/Hmbown/CodeWhale
2•nhatcher•18m ago•0 comments

Destroy My Paper

https://destroymypaper.com/
2•ThouYS•19m ago•0 comments

Robotics giant Figure AI demonstrates its robots to the world

https://forgeglobal.com/insights/figure-ai-robotics-growth-2026/
1•andsoitis•20m ago•0 comments

IT Capex Now Accounts for More Than a Third of S&P 500 Capex Spending

https://www.apollo.com/wealth/the-daily-spark/it-capex-now-accounts-for-more-than-a-third-of-s-p-...
1•akyuu•20m ago•0 comments

`A sense of trusting one's self': how to start building confidence

https://www.theguardian.com/wellness/2026/may/26/how-to-start-building-confidence
3•jethronethro•22m ago•0 comments

User-testing the user-tester: synthetic user feedback driven self improvemnt

https://noemica.io/blog/user-testing-the-user-tester
1•SebastianSosa•22m ago•0 comments

Bay Area mom out thousands after scammers use AI to mimic daughter's voice

https://abc7news.com/post/bay-area-mom-thousands-scammers-use-ai-mimic-daughters-voice-fake-kidna...
3•arkadiyt•23m ago•0 comments

There are now more ETFs than stocks in the US

https://www.apollo.com/wealth/the-daily-spark/more-etfs-than-stocks
2•akyuu•24m ago•1 comments

Claude, Author of the Humanitas

https://www.greaterwrong.com/posts/wRNJZz2iYrfDaSDdz/claude-author-of-the-humanitas
1•Jakob•26m ago•0 comments

Iran Is Back Online

https://mastodon.social/@netblocks/116642131173028444
3•2dvisio•30m ago•0 comments

The Psychology of Arrival in Coworking Spaces

https://twofifty.co/en/blog/psychology-of-arrival-coworking-spaces
1•inchevd•31m ago•0 comments

I'm 19 and built an AI golf swing analyzer with on-device CoreML

https://apps.apple.com/us/app/the-swing-sensei/id6759412468
1•TheSwingSensei•33m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•1y ago

Comments

godzie•1y 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•1y 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•1y ago
Would something like this work for you? https://probe.rs/
otherayden•1y 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•1y ago
any Machine Interface planned (à la GDB/MI)?
godzie•1y ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•1y ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•1y ago
BugStomper would have also been a great name choice. ;)
rob74•1y 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•1y 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•1y 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•1y ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•1y 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•1y 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•1y ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•1y 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•1y ago
What's the state of expression evaluation?