frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'I hate what AI is doing to the minds and happiness of the young'

https://www.theguardian.com/books/ng-interactive/2026/aug/08/i-hate-what-ai-is-doing-to-the-minds...
1•chrisjj•1m ago•0 comments

Show HN: Keynou Drive – Branded URL Shortener for SaaS

https://drive.keynou.com
1•not_wowinter13•2m ago•0 comments

I built AI at Amazon, then got laid off

https://www.youtube.com/watch?v=ZAom6f4-vh0
1•tcp_handshaker•6m ago•0 comments

How to Disable Gemini in Gmail and Google Docs

https://www.wired.com/story/how-to-disable-the-gemini-ai-features-in-gmail-and-google-docs/
1•joozio•7m ago•0 comments

Now we have a timeline of the OpenAI accidental attack against Hugging Face

https://simonwillison.net/2026/Aug/7/openai-timeline/
1•882542F3884314B•12m ago•0 comments

Show HN: Vibsync – One Shared Memory for Claude Code, Cursor and Codex (MCP)

https://vibsync.com/
1•snakaya•22m ago•0 comments

ByteDance is building a 10T model aimed straight at Anthropic [video]

https://www.youtube.com/shorts/2h0zVPRFb5U
3•nitrotechgames•24m ago•0 comments

New Bobby Fingers project after 2 years' wait [video]

https://www.youtube.com/watch?v=vGt7-WnWdhE
2•dmaa•26m ago•0 comments

The Future Encyclopedia of Luddism

https://thereader.mitpress.mit.edu/the-future-encyclopedia-of-luddism/
2•XzetaU8•28m ago•0 comments

Show HN: Presse – a Rust CLI tool to compress and merge PDFs

https://github.com/SimonBure/presse
2•saientifik•32m ago•0 comments

SIMD at Insomniac Games (2015) [pdf]

https://deplinenoise.wordpress.com/wp-content/uploads/2015/03/gdc2015_afredriksson_simd.pdf
2•vinhnx•35m ago•0 comments

Do you think AI governance should be technically rather than paper policy?

2•sangamdas•38m ago•0 comments

Hardware-Rooted Control for Alternative App Stores

https://zenodo.org/records/21839301
2•sangamdas•39m ago•0 comments

WD Bets 8x Bandwidth Beats More Terabytes as 40TB UltraSMR Starts Shipping

https://www.storagereview.com/news/wd-bets-8x-bandwidth-beats-more-terabytes-as-40tb-ultrasmr-sta...
2•rbanffy•41m ago•0 comments

Understanding partial reachability in the Internet core

https://blog.apnic.net/2026/08/07/understanding-partial-reachability-in-the-internet-core/
1•m_montazeri•46m ago•0 comments

Anql – An offline desktop editor for writing, working, and calculating

https://github.com/anqlproject/anql
1•anqluser•50m ago•0 comments

Deathwatch - Archiveteam

https://wiki.archiveteam.org/index.php/Deathwatch
1•frozenseven•53m ago•0 comments

Microsoft Edge is about to lock out older ad blockers, just like Chrome did

https://www.theverge.com/tech/976880/microsoft-edge-extensions-ad-blockers-mv2-mv3
4•eternalreturn•53m ago•2 comments

Apple Introduces Leasing Program for iPhones and Other Devices

https://www.nytimes.com/2026/07/28/technology/apple-leasing-program.html
8•Korwell•54m ago•8 comments

Making an AI bid writer refuse to lie

https://ailucius.com/blog/making-an-ai-bid-writer-refuse-to-lie
25•Lucius-AI•56m ago•0 comments

The ultimate eclipse chase: A Concorde raced against the Moon's shadow

https://arstechnica.com/science/2026/08/the-ultimate-eclipse-chase-a-concorde-raced-against-the-m...
1•pseudolus•56m ago•0 comments

AI is not your biggest cyber threat. Your shitty patching process is

https://0ut3r.space/2026/08/08/ai-is-not-your-biggest-cyber-threat/
1•h0ek•58m ago•1 comments

Show HN: I spent a week building a CLV model and the CMO shrugged

https://nasserboan.github.io/clvkit/
1•nsboan•58m ago•0 comments

New Amazon Data Center Is Set to Have the Most Polluting Power Plant in the U.S.

https://www.nytimes.com/2026/08/08/climate/amazon-data-center-texas-pollution.html
39•sbulaev•1h ago•20 comments

US Military's Cyber Command Unit Grapples with Cluster of Deaths by Suicide

https://www.bloomberg.com/news/articles/2026-08-06/us-military-s-cyber-command-unit-grapples-with...
15•rbanffy•1h ago•7 comments

Concurrency vs. Throughput: why more parallelism can make databases slower

https://planetscale.com/blog/concurrency-vs-throughput-vitess-mysql
1•Shaanveer•1h ago•0 comments

AgentBlog – open-source, AI-native SEO blog

https://agentblog.dev
2•goldkey•1h ago•0 comments

Coca-Cola's personalized cans inconsistently enforcing controversial phrases

https://www.foxbusiness.com/media/coca-cola-personalized-cans-show-inconsistent-enforcement-again...
4•mikhael•1h ago•0 comments

Finance Jobs Just Hit a 4-Year Low

https://www.inc.com/georgia-fearn/finance-jobs-hit-four-year-low-banks-posted-nearly-49000-roles/...
2•01-_-•1h ago•0 comments

Europe's free satellite service just made it easier to track wildfires

https://arstechnica.com/gadgets/2026/08/europes-free-satellite-service-just-made-it-easier-to-tra...
18•01-_-•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?