frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CipherX applies painless permanent tattoos with dissolving microneedle patches

https://www.designboom.com/technology/cipherx-painless-permanent-tattoos-dissolving-microneedle-p...
1•surprisetalk•30s ago•0 comments

Compliance-Ready AI Agents: Logging and Tracing Every MCP Tool Call with Bifrost

https://medium.com/@sebuzdugan/compliance-ready-ai-agents-logging-and-tracing-every-mcp-tool-call...
1•sebuzdugan•32s ago•0 comments

French DJ and electronic musician Kavinsky found dead aged 50

https://www.bbc.com/news/articles/c204n74xyv3o
1•thm•1m ago•0 comments

Simple sorting tool (CLI) in C++

https://github.com/metw0/qsort
1•metw0•5m ago•0 comments

Show HN: Nightshift, guardrails for running a coding agent overnight

https://github.com/toolshedlabs-hash/nightshift
1•cocorebop•5m ago•0 comments

Webbynode.com Has Surpassed 1k Fresh Cloud Benchmark Deployments

https://webbynode.com/articles/webbynode-has-surpassed-1000-fresh-cloud-benchmark-deployments
1•gsgreen•6m ago•0 comments

A Playable History of Sudoku

https://doku.su/history-of-sudoku
1•bouiboui•6m ago•0 comments

Put State in the Right Place – Delaney Gillilan [video]

https://www.youtube.com/watch?v=W7Ki3aXgmZU
1•wofo•7m ago•0 comments

Show HN: The Federalist Papers, typeset as the 1787 newspapers they ran in

https://federalistreader.org/
1•vhwalke•7m ago•0 comments

OpenAI models used Artifactory zero-days to escape to the internet

https://www.bleepingcomputer.com/news/security/openai-models-used-artifactory-zero-days-to-escape...
1•Brajeshwar•7m ago•0 comments

Nisar satellite radar reveals a 'hummingbird' pattern in Antarctic ice

https://www.nasa.gov/missions/nisar/us-india-satellite-delivers-data-reveals-hummingbird-in-antar...
1•MarcoDewey•8m ago•0 comments

Show HN: Tessera – tmux/Zellij ergonomics for macOS windows

https://github.com/pa/tessera
2•pramodhayyappan•9m ago•0 comments

Codex's 5-hour usage limit returns tomorrow

https://twitter.com/thsottiaux/status/2082317452755751098
2•janilowski•11m ago•1 comments

An Android and iOS app from 7 Claude Code commands, every prompt and timing

https://proandroiddev.com/seven-claude-code-commands-one-kotlin-multiplatform-app-on-android-and-...
1•thisissadeghi•12m ago•0 comments

Sprawl Repair (2011)

https://www.terrain.org/articles/28/tachieva.htm
1•cainxinth•12m ago•0 comments

New: SyncHours Find Overlap Feature

https://synchours.app/
1•gabrielbrangers•14m ago•1 comments

Destination Earth

https://destination-earth.eu/
1•tosh•14m ago•0 comments

Choose DuckDB rather than SQLite

https://tracewayapp.com/blog/sqlite-vs-duckdb
8•rubenvanwyk•15m ago•0 comments

Show HN: A verification browser for AI agents – 13ms windows, one-call checks

https://github.com/hongnoul/hwatu
2•hongnoul_•15m ago•0 comments

Show HN: Portable Aruba Central JSON snapshot using a vendor-neutral OSIRIS JSON

https://docs.osirisjson.org/osiris-producers/network/hpe-aruba-networking-central/
1•skhell•17m ago•0 comments

Writing the PHP Virtual Machine in Rust (With a Lot of Help from AI)

https://jolicode.com/blog/writing-the-php-virtual-machine-in-rust-with-a-lot-of-help-from-ai
1•MyKiwi•17m ago•0 comments

The Strain in Your Brain

https://anirudh.fi/strain
1•nerdypepper•18m ago•0 comments

Habits can't be eliminated but they can for sure be replaced

https://cravecut.app/
2•mike_jp•18m ago•0 comments

In a first, wind and solar overtake fossil power in germany

https://e360.yale.edu/digest/germany-wind-solar-power-2025
1•lr0•18m ago•0 comments

What's That Burning Smell?

http://inthewilderness.net/2026/02/16/whats-that-burning-smell/
1•DamonHD•20m ago•0 comments

Am I in the Stack? (AI training opt-out)

https://huggingface.co/spaces/HuggingFaceCode/in-the-stack
1•lionkor•20m ago•0 comments

AI in Linux

https://drewdevault.com/blog/AI-in-Linux/
2•surprisetalk•21m ago•0 comments

Show HN: What Will You Build with Kimi K3?

https://twitter.com/CanopyWave_AI/status/2081994436851236913
1•Rossmax•22m ago•0 comments

What is an 'agent'? A class/instance definition, updated with the 2026-07-28 spe

https://raw.githubusercontent.com/langens-jonathan/blog/refs/heads/main/What%20is%20an%20%27agent...
2•flowofcontrol•23m ago•0 comments

Devenv 2.2: attach to running processes and persistent out-of-tree environments

https://devenv.sh/blog/2026/07/28/devenv-22-attach-to-running-processes-and-persistent-out-of-tre...
3•domenkozar•23m 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?