frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Decode Your Life Path and Love Line Instantly

https://destinymatrics.com/
1•hmazapthan•2m ago•0 comments

Snakes and Ladders

https://entropicthoughts.com/snakes-and-ladders
1•kqr•2m ago•0 comments

AI Is Finding More Bugs Than Open-Source Teams Can Fight Off

https://www.bloomberg.com/news/articles/2026-04-17/anthropic-s-mythos-adds-strain-on-cybersecurit...
1•helsinkiandrew•8m ago•2 comments

5x faster prime generation than OpenSSL via Riemann zeta zeros (SpectralPrimes)

https://github.com/model-vpr/ultrafast-spectral-primes
1•vpr-research•9m ago•0 comments

Launchstack – Open-source knowledge layer that index your docs for Claude MCP

https://github.com/Deodat-Lawson/LaunchStack
1•DaggersDreaming•11m ago•0 comments

The quiet disappearance of the free-range childhood

https://bigthink.com/mind-behavior/the-quiet-disappearance-of-the-free-range-childhood/
4•sylvainkalache•15m ago•0 comments

State of Kdenlive

https://kdenlive.org/news/2026/state-2026/
2•f_r_d•16m ago•0 comments

Practical Antiforgery in Software Design

https://hudlow.org/2026/practical-antiforgery
2•fanf2•17m ago•0 comments

Floating Point Fun on Cortex-M Processors

https://danielmangum.com/posts/floating-point-cortex-m/
2•hasheddan•17m ago•0 comments

Bacterial enzyme-responsive hydrogels deliver antibiotics to infected wounds

https://www.science.org/doi/10.1126/sciadv.adz0786
2•PaulHoule•17m ago•0 comments

Poor Planning and Lax Oversight Wastes Millions

https://www.mass.gov/doc/the-steamship-authoritys-website-development-project/download
2•jonl521•18m ago•0 comments

Tell HN: GitHub Apps – Private key is not private

https://github.com/login
1•time4tea•19m ago•1 comments

A Consigliere on Every Desk and in Every Home

https://www.wysr.xyz/p/a-consigliere-on-every-desk-and-in
1•martialg•19m ago•0 comments

A 1151-Year Quasi-Commensurability Among All Planets Except Uranus

https://arxiv.org/abs/2604.03049
1•zenutrio•22m ago•0 comments

Mac-control-MCP – 63-tool native Swift MCP server for macOS

https://github.com/AdelElo13/mac-control-mcp
1•adelelo13•23m ago•0 comments

The Download: cyberscammers' banking bypasses, and carbon removal troubles

https://www.technologyreview.com/2026/04/16/1136034/the-download-cyberscammers-banking-bypasses-m...
2•joozio•24m ago•0 comments

Show HN: Ricci Flow – AI Web Scraper

https://chromewebstore.google.com/detail/ricci-flow-–-ai-web-scrap/ngeodkdeahmlnceiomeeidoidhni...
2•qwikhost•24m ago•0 comments

Who Uses AI Agents (and Who Just Runs the Demo)

https://www.bhusalmanish.com.np/blog/posts/who-actually-uses-ai-agents.html
2•okchildhood•24m ago•0 comments

Escaped wolf returned to zoo after nine-day search

https://www.cnn.com/2026/04/17/asia/south-koreans-escaped-wolf-intl-scli
1•Bender•25m ago•0 comments

Show HN: TweakIdea – 14-dimension startup idea evaluation in Claude Code

https://github.com/eph5xx/tweakidea
1•ephx•30m ago•0 comments

Tomb Raider Studio Faces Fourth Round of Layoffs in Just 12 Months

https://kotaku.com/tomb-raider-remake-crystal-dynamics-layoffs-2000680096
2•PaulHoule•31m ago•0 comments

Atlassian's new data collection policy protects rich customers, AI eats the rest

https://www.theregister.com/2026/04/18/atlassians_new_data_collection_policy/
2•Bender•33m ago•0 comments

Venice AI – private and unbiased AI

https://venice.ai/
1•t0bia_s•33m ago•0 comments

Convolutional neural networks in APL (2019)

https://dl.acm.org/doi/10.1145/3315454.3329960
1•tosh•38m ago•0 comments

Type-level invariants in the Spectre Programming Language

https://spectre-docs.pages.dev/type-system-expanded#type-level-invariants
1•death_eternal•38m ago•0 comments

KV the Apostate

https://queue.acm.org/detail.cfm?id=3806209
1•jruohonen•38m ago•0 comments

A new study found that AI has a higher impact in the home than in the office

https://www.computerworld.com/article/4159817/ai-is-finally-delivering-productivity-for-remote-em...
1•mikelgan•40m ago•2 comments

Productivity gains with an AI-based IDE at Google

https://arxiv.org/abs/2601.19964
1•azhenley•40m ago•0 comments

Show HN: Link Shortener – Itlinks.me

https://itlinks.me
2•IgorStojanov•48m ago•0 comments

When U.S. Air Force discovered the flaw of averages (2016) [pdf]

https://noblestatman.com/uploads/6/6/7/3/66731677/cockpit.flaw.averages.pdf
1•tosh•49m 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?