frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The first robot MMA event just went down in China

https://twitter.com/HappyPunch/status/2077860502726742462
1•mmarian•1m ago•0 comments

Grammar Has Eigenvalues (and Your Brain Measures Them)

https://github.com/degibug-del/spectral-grammar
3•degibug•7m ago•0 comments

PixLab WebGL/WASM Video Editor

https://video.pixlab.io/
1•symisc_devel•12m ago•0 comments

LG Spyware TVs

https://www.youtube.com/watch?v=Q9uefFYe6bM
1•rythmshifter•12m ago•0 comments

Google Ordered to Give A.I. Rivals More Access on Android Smartphones

https://www.nytimes.com/2026/07/16/technology/google-android-ai.html
3•1vuio0pswjnm7•15m ago•0 comments

Computational design generates a spinning drone that's nearly transpare

https://spectrum.ieee.org/invisible-spinning-drone
1•testingonetwo34•15m ago•0 comments

Gain trust from AI generated code again with semantics constract

https://bfzhao.substack.com/p/beyond-vibe-coding-rebuilding-the
1•bingfeng•16m ago•0 comments

What 10 autonomous film crews taught us about agent teamwork

https://cloud.google.com/blog/topics/developers-practitioners/what-we-learned-about-agent-teamwork
1•richards•18m ago•0 comments

Pebble Mega Update – July 2026

https://repebble.com/blog/pebble-mega-update-july-2026
2•crazysaem•22m ago•0 comments

People in Many Countries Now View China More Positively Than the U.S.

https://www.pewresearch.org/global/2026/07/15/people-in-many-countries-now-view-china-more-positi...
3•giuliomagnifico•24m ago•2 comments

Mac OS interface one shotted by Kimi 3

https://macos27.kimi.page/
3•handfuloflight•25m ago•5 comments

How Has Roman Concrete Lasted for Millennia? 1,900-Year-Old Latrine Offers Clues

https://www.smithsonianmag.com/smart-news/how-has-roman-concrete-lasted-for-millennia-a-1900-year...
2•divbzero•28m ago•0 comments

Every junior portfolio I screen now is incredible, and it means nothing

https://old.reddit.com/r/cscareerquestions/comments/1uy5m4u/every_junior_portfolio_i_screen_now_i...
1•bundie•33m ago•0 comments

AI Assistant Needs a Back End. Put It at the Edge

https://lowlatencyclub.ai/blog/posts/edge-ai-assistant-backend-go
1•sona-coffee11•34m ago•0 comments

AI Censorship Tested Across India, China, US, and Europe

https://www.reddit.com/r/AIDiscussion/s/MxOxble1Kd
4•omrajguru•36m ago•0 comments

Things you didn't know about indexes

https://jon.chrt.dev/2026/04/15/things-you-didnt-know-about-indexes.html
1•thunderbong•38m ago•0 comments

All the Beautiful Art in This Video Game Was Hand-Drawn by One Person(2020)

https://www.vice.com/en/article/all-the-beautiful-art-in-this-video-game-was-hand-drawn-by-one-pe...
2•iamanatom•39m ago•0 comments

Superdesign Prompt Library

https://superdesign.dev/library
1•handfuloflight•44m ago•0 comments

NASA's Roman Telescope vs. Webb: the telescope that will map a billion galaxies

https://dotient.com/blog/nancy-grace-roman-space-telescope
2•localdeclan•47m ago•0 comments

Warren Buffett Initiates Berkshire Hathaway's Investment in Alphabet

https://www.cnbc.com/2026/07/15/warren-buffett-tells-cnbc-he-initiated-berkshire-hathaways-invest...
2•mgh2•47m ago•0 comments

What We Talk About When We Talk About Bruce Lee

https://decodingvibes.com/blog/what-we-talk-about-when-we-talk-about-bruce-lee/
1•altmanaltman•48m ago•0 comments

Netflix plateauing engagement, stock drops after Q3 revenue falls short

https://finance.yahoo.com/markets/stocks/article/netflix-stock-drops-after-q3-revenue-falls-short...
1•mgh2•51m ago•1 comments

How to report copying review data under Copyright to google

https://www.google.com/
1•nsinghal12•57m ago•0 comments

AI's real bottleneck is data delivery

https://techcrunch.com/sponsor/f5/your-gpus-arent-the-problem-ais-real-bottleneck-is-data-delivery/
2•adithyaharish•59m ago•0 comments

Gradle Technologies is now Develocity

https://develocity.ai/blog/gradle-technologies-is-now-develocity/
1•mccullal8•1h ago•0 comments

Streaming Encryption (2014)

https://www.imperialviolet.org/2014/06/27/streamingencryption.html
1•nivethan•1h ago•0 comments

Asbestos is a tool, just like any other

https://www.osnews.com/story/145530/asbestos-is-a-tool-just-like-any-other/
2•amcclure•1h ago•0 comments

Samsung is testing a network permission toggle feature

https://www.androidauthority.com/samsung-one-ui-9-concentration-feature-3666807/
2•vilasa•1h ago•0 comments

Router ARP/NAT contradict after reload. Client ghost or firmware bug?

2•asdem•1h ago•0 comments

Preempt AI v2 – AI is powerful. Make sure it's safe too

https://www.getpreempt.com/
1•karthikravva•1h 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?