frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenCQRS 2 Is There

https://github.com/open-cqrs/opencqrs
2•goloroden•52s ago•0 comments

Bevy – A refreshingly simple data-driven game engine built in Rust

https://github.com/bevyengine/bevy
2•modinfo•1m ago•0 comments

Tar: A slop-free alternative to rsync

https://drewdevault.com/blog/rsync-without-rsync/
2•surprisetalk•2m ago•0 comments

Onplana – ChatGPT and Claude do work through one shared project plan

https://onplana.com/agents
2•Onplana•2m ago•0 comments

Free Software and LLM Contribution Policies

https://www.sicpers.info/2026/06/free-software-and-llm-contribution-policies/
2•grahamlee•3m ago•0 comments

Show HN: Regulo – an adaptive semaphore for saturation control

https://github.com/greenstick/regulo
2•bnjemian•4m ago•0 comments

White House asks OpenAI to limit its next model release

https://www.cnn.com/2026/06/25/tech/openai-limit-release-white-house
2•TechTechTech•5m ago•0 comments

Engineering for Bounded Cognition

https://shapeofthesystem.com/posts/2026/02/03/bounded-cognition
2•supermatt•5m ago•0 comments

Imposter scams led fraud reports to FTC in 2025, causing $3.5B in losses

https://www.cnbc.com/2026/06/26/imposter-scams-led-fraud-reports-to-ftc-in-2025-3point5-billion-l...
2•pseudolus•7m ago•0 comments

The closed-source LLM premium has collapsed

https://runware.ai/blog/the-closed-source-llm-premium-has-collapsed
3•theally•12m ago•0 comments

Codex AI Agent Skill Development for UI Design and Development

https://rapidkt.com/pages/blog/codex_ai_agent_skill_development_for_ui_design_and_development
2•greenpau•15m ago•0 comments

VCupid Skills – AI Fundraising Toolkit for Founders

https://github.com/maxoliverbr/vcupid-plugin
3•maxoliverbr•19m ago•0 comments

Show HN: Verity – self-healing review gate for Claude Code

https://verity.md
3•claudiacsf•20m ago•0 comments

Ant queen lays eggs that hatch into two species (2025)

https://www.science.org/content/article/ant-queen-lays-eggs-hatch-two-species
3•indigodaddy•20m ago•0 comments

How to Set Up and Deploy an OpenClaw AI Agent on a VPS

https://3hcloud.com/blog/how-to-set-up-and-deploy-an-openclaw-ai-agent-on-a-vps
3•Liriel•21m ago•0 comments

Authorized Speed a.k.a. Ruh Roh

https://instantial.substack.com/p/authorized-speed
3•groverbennett•22m ago•0 comments

What Would C. S. Lewis Have Thought of AI?

https://chroniclesmagazine.org/web/what-would-c-s-lewis-have-thought-of-ai/
3•RickJWagner•27m ago•0 comments

High-sensitivity electro snout sniffs out unsafe food

https://newatlas.com/technology/electronic-nose-detect-spoiled-food-allergens/
3•breve•27m ago•0 comments

US at 250 – Why has the US been so successful and can it continue? [pdf]

https://assets.realclear.com/files/2026/06/2902_thematic_research_-_june_24.pdf
3•RickJWagner•28m ago•0 comments

Send OTP Codes over WhatsApp with the Telnyx Verify API

https://telnyx.com/resources/whatsapp-otp-verify-api
3•harpreetseehra•30m ago•0 comments

GCC 14.4 Released

https://gcc.gnu.org/pipermail/gcc/2026-June/248430.html
4•edelsohn•31m ago•0 comments

Exploring retro productivity software: Visual Basic on Windows 3.1

https://stonetools.ghost.io/visualbasic-win31/
5•jnord•32m ago•0 comments

BBC News uses thermal cameras to illustrate heatwave in London

https://www.bbc.co.uk/news/articles/cz9l1n4kn34o
4•xmjw•34m ago•1 comments

Show HN: NT – fly around Git worktrees from your shell

https://github.com/allisonmahmood/NT
3•Allisonmahmood•34m ago•0 comments

Scientists find evidence of hidden magma systems inside Mars

https://phys.org/news/2026-06-scientists-evidence-vast-hidden-magma.html
3•ilreb•37m ago•0 comments

Purchasing non-taxed Cannabis products carry fines now. Nova Scotia

https://news.novascotia.ca/en/2026/06/25/higher-fines-new-offences-support-safe-legal-cannabis-ma...
3•Weered•37m ago•0 comments

How we run untrusted code in Langfuse (OSS) and why we picked lambda

https://langfuse.com/blog/2026-06-22-code-evaluators-execution-model
3•marcklingen•38m ago•1 comments

Binance is leaving the EU. Here is how to move your funds

https://cyphergoat.com/binance-eu
4•4rkal•40m ago•0 comments

Everything Idiocracy Predicted That Came True [video][25 Mins]

https://www.youtube.com/watch?v=NPhYhwvMAM8
4•Bender•40m ago•0 comments

Captcha proves you're human. HATCHA proves you're not

https://github.com/mondaycom/HATCHA
44•backlit4034•41m ago•45 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?