frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Built software to orchestrate AI and human loops

https://github.com/sparckix/cognitive-firm
1•Sparckix•6m ago•0 comments

Show HN: Lead Qualifier – research agent turning a LinkedIn URL into a dossier

https://lead.robowrite.ai/
1•mehdizare•9m ago•0 comments

Trophic memory, deer, and a unique scientific object

https://thoughtforms.life/trophic-memory-deer-and-a-truly-unique-scientific-object/
1•thunderbong•11m ago•0 comments

Tech Influence Watch

https://influence.citationneeded.news
1•archagon•15m ago•0 comments

Malware Insights – Miasma Campaign

https://cookie.engineer/weblog/articles/malware-insights-miasma-campaign.html
1•cookiengineer•25m ago•0 comments

Why Are Birthrates Down? Two New Studies Point to Phones

https://www.nytimes.com/2026/06/08/us/iphone-birthrate-decline-studies.html
2•1vuio0pswjnm7•28m ago•0 comments

Just The Recipe – paste any recipe URL, get just the food

1•jonwardsfull•29m ago•0 comments

Apple's iOS 27 Is Filled with Hints About Its Upcoming Foldable iPhone

https://www.bloomberg.com/news/articles/2026-06-09/apple-s-ios-27-is-filled-with-hints-about-its-...
1•jmsflknr•29m ago•0 comments

Configuring Agentic AI Coding Tools: An Exploratory Study

https://arxiv.org/abs/2602.14690
1•wek•29m ago•0 comments

Bringing the latest Gemini models to Apple developers

https://blog.google/innovation-and-ai/technology/developers-tools/bringing-gemini-models-to-apple...
1•xnx•35m ago•0 comments

Open Credential Lifecycle Standard

https://gist.github.com/abrambailey/e8748f370975027430d6fab37e31b841
1•funkdified•38m ago•1 comments

Xbox and the perils of being too online

https://ravi64.com/xbox-and-the-perils-of-being-too-online/
1•merlioncity•48m ago•0 comments

DNS over Avian Carriers (DoAC)

https://datatracker.ietf.org/doc/draft-cruzgonzalez-ipoac-dns/
2•ChristianECG•48m ago•2 comments

Show HN: Deep Memory – Vocabulary-driven graph memory for AI agents

https://github.com/TjWheeler/deep-memory
1•tjwheeler•49m ago•1 comments

Show HN: AI agent for all your support issues

https://github.com/seaticket-ai
1•Daniel-Pan•56m ago•0 comments

The differential operator d/dx binds variables (2012)

https://jdh.hamkins.org/the-differential-operator-ddx-binds-variables/
2•aragonite•58m ago•0 comments

Unpaid telecom bill caused Bay Area transit card outage

https://www.sfchronicle.com/sf/article/clipper-outage-unpaid-bill-22290490.php
2•anigbrowl•58m ago•0 comments

AI-noleak – Local secret proxy for AI CLIs

https://github.com/ahmedxuhri/ai-noleak
1•ahmedxuhri•59m ago•0 comments

Matthew Effect

https://en.wikipedia.org/wiki/Matthew_effect
2•the-mitr•1h ago•0 comments

We Think the SpaceX IPO Is Overvalued

https://www.morningstar.com/stocks/why-we-think-spacex-ipo-is-overvalued?content_id=20768396545
75•0xedb•1h ago•55 comments

New AI espionage powers trigger Putin camera scare

https://www.ft.com/content/6f4d806c-eb22-4c32-8352-b82692d30e9f
1•imichael•1h ago•0 comments

Notion Names First Board of Directors in Key Step Toward IPO

https://www.upstartsmedia.com/p/notion-names-first-board-of-directors
1•doppp•1h ago•0 comments

How many times a day do you think about Alexander the Great?

https://www.economist.com/culture/2026/06/04/how-many-times-a-day-do-you-think-about-alexander-th...
3•petethomas•1h ago•0 comments

How to Learn New Technologies: Take Them for a Drive

https://www.ctofieldnotes.com/p/how-to-learn-new-technologies-take
1•jjude•1h ago•0 comments

Starfish by Peter Watts (1999)

https://www.rifters.com/real/STARFISH.htm#prelude
1•zetalyrae•1h ago•0 comments

AI Model Predicts 10-Year Stroke Risk Based on Routine Cardiology Test

https://www.massgeneralbrigham.org/en/about/newsroom/press-releases/ai-model-predicts-10-year-str...
1•brandonb•1h ago•0 comments

Pentagon restores Alibaba, Baidu and BYD to Chinese military groups blacklist

https://www.ft.com/content/0689d87b-8ad3-4b7c-87e3-e06f07891a17
1•petethomas•1h ago•0 comments

$100k H-1B visa fee blocked by judge

https://www.ft.com/content/2ab284d9-eb38-4b42-b01a-2b375a08c1b0
1•petethomas•1h ago•1 comments

Show HN: Z3r0 – Multi-agent red team collaboration platform

https://github.com/yv1ing/Z3r0
1•yv1ing•1h ago•0 comments

OpenAI Preps Overhaul of ChatGPT

https://arstechnica.com/ai/2026/06/chat-is-dead-openai-preps-overhaul-of-chatgpt/
3•jonbaer•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?