frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenCV AI Competition 2026

https://opencv.org/opencv-ai-competition-2026/
1•Hussain04•29s ago•0 comments

A Forced-Structure Reduction and Verifiable Bounds for Conway's 99-Graph

https://arxiv.org/abs/2608.11211
1•Brajeshwar•30s ago•0 comments

Deadlock OS – Terminal hacking puzzle game running real Docker containers

https://lholhe.itch.io/deadlock-os
1•devejesus•37s ago•0 comments

The 37signals Manager Playbook

https://basecamp.com/managers
1•tosh•54s ago•0 comments

Anthropic investors bet on $2T valuation in record IPO

https://www.ft.com/content/840ac156-af1c-4a82-b260-ae791072fcfa
1•pdyc•1m ago•0 comments

Why Human Giants Defy the Laws of Physics

https://thereader.mitpress.mit.edu/why-human-giants-defy-the-laws-of-physics/
1•FillMaths•3m ago•0 comments

Temperature Zero for Culture: Why Everything Is Starting to Look the Same

https://laurenleek.substack.com/p/temperature-zero-for-culture-why
1•CountHackulus•3m ago•0 comments

That's not SOC 2 compliant

https://ampcode.com/notes/thats-not-soc-2-compliant
3•tosh•6m ago•0 comments

Samsung is using Claude to verify chip designs. It's not going smoothly

https://www.neowin.net/news/samsung-is-using-claude-to-verify-chip-designs-and-its-not-going-smoo...
4•bundie•6m ago•0 comments

Codex Blocks Fast Mode with an API Key on Desktop

https://denta.co/p/codex-blocks-fast-mode-with-an-api-key
2•adenta•8m ago•1 comments

What happens when a GPU reads memory?

https://blog.doubleword.ai/what-happens-when-a-gpu-reads-memory
5•somnial•8m ago•0 comments

Show HN: Virtual Private LLM, fixed fee with no usage or token limits

https://solheim.ai
1•CodingPanda42•8m ago•0 comments

Employees are replacing themselves with AI faster than management does it

https://www.geekbeard.dev/p/nobody-pays-100k-for-curation
1•drunx•8m ago•0 comments

Brave improves protections against GPU fingerprinting

https://brave.com/privacy-updates/38-webgl-webgpu-fingerprinting-protections/
2•w0ts0n•8m ago•0 comments

Aarhus Denmark eliminating single use coffee cup with "reverse vending machines"

https://reasonstobecheerful.world/can-this-city-banish-single-use-coffee-cups/
1•Geekette•9m ago•0 comments

Frontier LLMs know more facts than they can recall

https://research.google/blog/empty-shelves-or-lost-keys-recall-is-the-bottleneck-for-parametric-f...
3•MarcoDewey•9m ago•0 comments

ApplyWise – AI tools for tailoring your CV to a specific job

https://applywise.eu/
1•peter_nemec•12m ago•0 comments

GNU Parallel

https://www.gnu.org/software/parallel/
1•thunderbong•12m ago•0 comments

Show HN: My Grok Voice Mode System Prompt

1•nomilk•12m ago•0 comments

I found moderation endpoint in JavaScript

https://nadleer.github.io/posts/flagging_post_bug/
1•adminez•13m ago•0 comments

MiniMax-Music3

https://huggingface.co/MiniMaxAI/MiniMax-Music3
2•Philpax•13m ago•0 comments

Ordinary Abundance

1•jxmorris12•13m ago•0 comments

You're Not Ready to Compete with Self Disruptive Companies

https://julienreszka.com/blog/you-re-not-ready-to-compete-with-self-disruptive-companies/
1•julienreszka•14m ago•0 comments

Decision Records

https://github.com/DecisionRecordsORG/DecisionRecords
1•ntatenyakiso•15m ago•0 comments

Getting Real

https://elijahpotter.dev/articles/getting-real
1•chilipepperhott•15m ago•0 comments

Show HN: A open-source AI-native coding agent

https://github.com/missingstudio/eva
1•missingstack•17m ago•0 comments

DeepSeek up to 1000% price hike is live

https://xcancel.com/deepseek_ai/status/2087864589895798968
6•krlx•18m ago•1 comments

Who Cares about the Shrimp?

https://joinreboot.org/p/who-cares-about-the-shrimp
1•alexwennerberg•19m ago•0 comments

An Ice Island as Big as Manhattan Just Broke Off Greenland

https://nautil.us/an-ice-island-as-big-as-manhattan-just-broke-off-greenland-1283725
1•Brajeshwar•19m ago•0 comments

Pediatricians document e-scooter injuries, deaths in children, teens

https://www.cbc.ca/news/health/e-scooters-pediatrician-survey-9.7305210
1•Teever•20m 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?