frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Telize – YAML workflows for shell, Python, and LLM steps

https://github.com/telize-ai/telize
1•mariusionescu•1m ago•0 comments

Saudis and US strike deal for kingdom to enrich uranium

https://www.theguardian.com/us-news/2026/jul/22/saudi-arabia-would-enrich-uranium-under-reported-...
1•geox•2m ago•0 comments

Iran says it attacked Amazon infrastructure in Bahrain

https://www.cnbc.com/2026/07/21/iran-war-update-five-things-to-know-after-resumption-of-hostiliti...
1•zdkaster•2m ago•0 comments

Yogurt

https://en.wikipedia.org/wiki/Yogurt
1•tosh•6m ago•0 comments

Show HN: Imagerry – client-side image customizer and converter (WASM / WebGPU)

https://imagerry.com/
2•its_ajseven•10m ago•0 comments

How the judge on Oracle vs. Google taught himself to code

https://www.theverge.com/2017/10/19/16503076/oracle-vs-google-judge-william-alsup-interview-waymo...
1•subset•11m ago•0 comments

Solvoya – I reverse-engineered 6 European rail/bus APIs for one trip search

https://solvoya.com/
1•solvoya•14m ago•2 comments

Show HN: A Hyprland fork built for parallel, multi-actor computer use

https://github.com/0xmiki/hypr-realm
2•mikiyas•14m ago•0 comments

Show HN: Gml – A Gmail CLI designed for agents

https://github.com/longyijdos/gmail
1•longyijdos•15m ago•0 comments

Richard Medhurst mobile phone seized. Did using a secure phone protect his data?

https://www.computerweekly.com/feature/Journalist-Richard-Medhurst-had-his-mobile-phone-seized-Di...
1•beardyw•15m ago•1 comments

Minuet, a KDE application for music education, calls for testers

https://sandroandrade.org/minuet-26-08-call-for-testers/
1•alberto-m•17m ago•0 comments

Capture of interstellar objects during stellar encounters

https://arxiv.org/abs/2607.18551
2•sciences44•17m ago•0 comments

Show HN: Audience Atlas, Map any GitHub user's followers and followings

https://github-audience-atlas.vercel.app/
1•ThierryRkt•19m ago•1 comments

OpenAI Says Its A.I. Models Went Rogue and Attacked a Digital Library

https://www.nytimes.com/2026/07/21/technology/openai-attack-hugging-face.html
1•ColinWright•20m ago•0 comments

Drip Pricing

https://en.wikipedia.org/wiki/Drip_pricing
1•doener•22m ago•0 comments

Automatic Layout of Railroad Diagrams

https://arxiv.org/abs/2509.15834
1•tosh•24m ago•0 comments

A year in a foxhole: How one Ukrainian soldier survived beneath the front lines

https://www.reuters.com/world/ukraine-russia-war/year-foxhole-how-one-ukrainian-soldier-survived-...
4•petethomas•24m ago•0 comments

Goodbye Discord webhooks, hello Gotify

https://0ut3r.space/2026/07/22/hello-gotify/
1•h0ek•24m ago•0 comments

One Docker socket to rule them all: Escaping Codex, Cursor, and Gemini CLI

https://www.pillar.security/blog/one-docker-socket-to-rule-them-all-escaping-codex-cursor-and-gem...
2•BlueBerry2001•25m ago•0 comments

Turbocharged solo dev – zooming out a couple of clicks

https://adjohu.com/blog/turbocharged-solo-dev/
1•adjohu•26m ago•0 comments

New Araghchi Interview Reveals Iranian Delusions and Vulnerabilities

https://www.meforum.org/mef-observer/new-araghchi-interview-reveals-iranian-delusions-and-vulnera...
1•YeGoblynQueenne•26m ago•0 comments

Friluftsliv

https://en.wikipedia.org/wiki/Outdoor_recreation
1•simonebrunozzi•27m ago•0 comments

Donating another $20M to Public First Action

https://www.anthropic.com/news/donation-public-first-action
2•surprisetalk•28m ago•1 comments

Pegasus: The evolution of the most notorious spyware system

https://securitylab.amnesty.org/latest/2026/07/inside-pegasus-the-evolution-of-the-worlds-most-no...
2•cyb0rg0•30m ago•0 comments

Microsoft strikes 'multibillion-dollar' deal with French AI firm Mistral

https://www.france24.com/en/france/20260721-microsoft-strikes-multi-billion-dollar-deal-to-expand...
5•taubek•31m ago•0 comments

Old Tapes

https://newsletter.doomberg.com/p/old-tapes
1•simonebrunozzi•32m ago•0 comments

Show HN: Ckg-agentforce – Salesforce AgentForce as a traversable MCP graph

https://github.com/Yarmoluk/ckg-agentforce
1•Yarmoluk72•32m ago•0 comments

dravidhiman

https://news.ycombinator.com/submit
1•dravidhiman•37m ago•0 comments

Low-Background Steel

https://en.wikipedia.org/wiki/Low-background_steel
1•tosh•38m ago•0 comments

Show HN: Our data canvas where everything runs directly in the browser

https://tailrmade.app/
1•el_magnificus•41m 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?