frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Chrome extension for clean, readable SEC filings (10-K, 10-Q, 8-K)

https://chromewebstore.google.com/detail/sec-reader/jimblilpjbmhmgiooeobpabjnkadcoji
1•wenbin•29s ago•0 comments

First wave power plant receives DNV certification

https://www.heise.de/en/news/World-s-first-wave-power-plant-receives-DNV-certification-11373440.html
1•jonathanlydall•2m ago•0 comments

How to Check Aadhaar Card Status Online – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/how-to-check-aadhaar-card-status-online.aspx
1•saumyaraut11•2m ago•0 comments

Orwell on AI

https://hegemon.substack.com/p/orwell-on-ai
1•aa_is_op•2m ago•0 comments

My football predictor scores 0.203 vs. the bookies' 0.198 – and loses

https://kickoffreport.com/how-our-prediction-model-works/
2•cmanoliu•7m ago•0 comments

A VSCode extension for AI to understand your project

1•bailingyuan•7m ago•0 comments

Cloudflare Nimbus – Docs for the agentic web

https://nimbus-docs.com/
1•gempir•10m ago•0 comments

The IBM PC, Part 1: Arrival

https://technicshistory.com/2026/07/24/the-ibm-pc-part-1-arrival/
2•cfmcdonald•13m ago•0 comments

A For-Profit Path to Keeping Housing Affordable

https://www.nytimes.com/2026/07/24/realestate/for-profit-affordable-housing-ascent.html
2•donohoe•14m ago•1 comments

AI generated PRs can hide malicious intent across several PRs

https://blog.codacy.com/detecting-malicious-intent-across-ai-generated-pull-requests-a-governance...
1•ARayOutOfBounds•17m ago•0 comments

Fraudulent Dialer (Wikipedia)

https://en.wikipedia.org/wiki/Dialer
1•grubbs•17m ago•0 comments

Microsoft pressures LG into killing unwanted McAfee ads

https://www.theverge.com/tech/970489/lg-mcafee-ads-windows-microsoft-crackdown
2•timpera•19m ago•0 comments

I Made the Perfect Outline Asset for Unity

https://assetstore.unity.com/packages/vfx/shaders/outline-pro-edge-detection-outline-for-urp-brp-...
1•Adam-Hincu•20m ago•1 comments

Emergent Misalignment Recruits a Pre-Existing Persona Subspace

https://arxiv.org/abs/2607.21356
1•sbulaev•20m ago•0 comments

Volkswagen CFO addresses plant closures, job losses as profits sink

https://www.cnbc.com/2026/07/24/volkswagen-earnings-autos-germany.html
1•johnbarron•22m ago•0 comments

Two things every MCP author should add

https://medusajs.com/blog/two-things-every-mcp-author-should-add/
2•shahednasser•23m ago•0 comments

Axon, a TypeScript framework for agent development

https://axon.arclabs.it/docs/v2
1•codywakeford•24m ago•0 comments

Gen Z protests in India demanding resignation of Education Minister

https://www.bbc.com/news/videos/c3307vgneveo
2•Guestmodinfo•24m ago•2 comments

Not true || Sorry || Misleading

https://www.npmjs.com/package/nexus-env
1•omid2007hope•25m ago•0 comments

European researchers want to study social media's harms but can't get the data

https://www.wired.com/story/european-researchers-want-to-study-social-medias-harms-but-cant-get-t...
2•joozio•26m ago•0 comments

Reality Bites Elon Musk and His Tesla, SpaceX Believers

https://www.wsj.com/finance/stocks/reality-bites-elon-musk-and-his-tesla-spacex-believers-1b639591
5•doener•27m ago•0 comments

Ask HN: Any Good Pi.dev Setups?

1•galsapir•28m ago•0 comments

OSS ChatGPT WebUI – Projects, Profiles, Server Tools, 8x Themes, 1-Click Sharing

https://llmspy.org
1•mythz•29m ago•0 comments

Earth and Sun – Bartosz Ciechanowski

https://ciechanow.ski/earth-and-sun/
1•lifeisstillgood•33m ago•0 comments

The Custody Trilemma

https://blog.mozaik.money/the-custody-trilemma/
1•zmilos•34m ago•1 comments

Google reports first quarter of negative cash flow

https://www.bloomberg.com/news/articles/2026-07-22/alphabet-posts-cloud-sales-beat-slight-miss-on...
2•holistio•36m ago•0 comments

Flock cameras keep getting smashed, so now they're hiding inside speed signs

https://www.msn.com/en-us/news/other/flock-cameras-keep-getting-smashed-so-now-they-re-hiding-ins...
3•allgirl•41m ago•1 comments

Show HN: Vinv-Ties every runtime trace to code segment, prevents reward hacking

https://github.com/VinvAI/VinvAI
2•sohamac•43m ago•0 comments

Show HN: SaveAnswer – a local Chrome extension for keeping AI answers searchable

https://chromewebstore.google.com/detail/saveanswer-save-ai-answer/iminapemlncanmmaadedieifgkaeoljm
1•lynnFu•44m ago•0 comments

Fil-C: Garbage In, Memory Safety Out – Filip Pizlo – SSW 2026 [video]

https://www.youtube.com/watch?v=5F-2Y1LPRek
3•ndr•45m 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?