frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Can automation help make the humanities more human?

https://resobscura.substack.com/p/can-automation-make-the-humanities-more-human
1•benbreen•27s ago•0 comments

Show HN: A Tool to Explore Wikipedia with AI Assistance

https://wikidive.net/
1•atulvi•1m ago•0 comments

The Illusion of Progress

https://forumgeopolitica.com/article/the-illusion-of-progress
1•corford•2m ago•0 comments

Show HN: Building WebSocket in Apache Iggy with Io_uring and Completion Based IO

https://iggy.apache.org/blogs/2025/11/17/websocket-io-uring/
1•spetz•2m ago•0 comments

Berapa Kah WA Tokopedia?

1•kanzariya123•3m ago•0 comments

Comprehensive Fed Study Finds Tariffs Lower Inflation, Raise Unemployment

https://www.frbsf.org/research-and-insights/publications/working-papers/2025/11/what-is-a-tariff-...
2•gradus_ad•5m ago•0 comments

Picquer MCP Server by Mcpbundles.com

https://www.mcpbundles.com/blog/picqer-warehouse-management-mcp
1•tonyl•5m ago•0 comments

Berapa Wa Tokopedia

1•kanzariya123•6m ago•0 comments

ALS Nerve Damage Reversed Using RNA-Based Gene Therapy

https://www.technologynetworks.com/biopharma/news/als-nerve-damage-reversed-using-rna-based-gene-...
1•wslh•7m ago•0 comments

Muscle-derived miR-126 regulates TDP-43 axonal local synthesis and NMJ integrity

https://www.nature.com/articles/s41593-025-02062-6
1•wslh•8m ago•0 comments

She Took JPMorgan for $175M. That Doesn't Include Her Restaurant Bills

https://www.nytimes.com/2025/11/14/business/charlie-javice-jpmorgan-legal-bills.html
1•ceejayoz•9m ago•1 comments

A Collision with Space Debris Leaves 3 Chinese Astronauts Stranded in Orbit

https://arstechnica.com/science/2025/11/three-astronauts-are-stuck-on-chinas-space-station-withou...
1•tjwds•10m ago•0 comments

Show HN: UpBeat – an AI-Enhanced RSS/Atom Reader that only shows you good news

https://upbeat.mitchelltechnologies.co.uk
2•seanmtracey•11m ago•0 comments

Show HN: A framework for designing and prototyping with AI-assisted code editors

https://github.com/bmoff/code-first-design
1•moff444•12m ago•0 comments

Software 1.0 easily automates what you can specify, 2.0 what you can verify

https://twitter.com/karpathy/status/1990116666194456651
1•speckx•13m ago•0 comments

Ask HN: How to orchestrate multi-agent workflows (beyond one-shot prompts)?

1•grandimam•13m ago•0 comments

JUCE with the Zig Build System

https://github.com/szkkng/juzi
2•akatsutki•16m ago•0 comments

Official LIGO-Virgo-Kagra Benchmark Shows KFR Outperforming FFTW in CERN Root

https://ar5iv.labs.arxiv.org/html/2503.14292
2•danlcaza•18m ago•0 comments

Every log must fire: applying Chekhov's gun to cybersecurity incident reports

https://andreafortuna.org/2025/11/17/chekhovs-gun-and-cybersecurity-incident-reports
3•speckx•18m ago•0 comments

Chat – all-new secure messaging on X

https://twitter.com/chat/status/1989465741444485180
1•ChrisArchitect•19m ago•0 comments

Social media de-imagined. Use your words

https://cyberspace.online
2•keircn•20m ago•1 comments

The Platonic Case Against AI Slop

https://www.palladiummag.com/2025/11/14/the-platonic-case-against-ai-slop/
3•freddyym•21m ago•1 comments

Why two tiny mountain peaks became one of the internet's most famous images

https://theconversation.com/why-two-tiny-mountain-peaks-became-one-of-the-internets-most-famous-i...
3•avonmach•21m ago•1 comments

Exploring Gender Bias in Six Key Domains of Academic Science

https://journals.sagepub.com/doi/10.1177/15291006231163179
1•CGMthrowaway•21m ago•0 comments

EEG-Based Neurofeedback in Athletes and Non-Athletes

https://www.mdpi.com/2306-5354/12/11/1202
2•PaulHoule•22m ago•0 comments

Show HN: Natural language query interface for Postgres

https://github.com/kriti-sc/pg_gen_query
1•KritiKay•23m ago•0 comments

Show HN: I built a better Notion Web Clipper

https://notate.so/
1•kubeden•23m ago•0 comments

DESI's Dizzying Results

https://www.universetoday.com/articles/desis-dizzying-results
2•belter•23m ago•0 comments

Microsoft: Azure hit by 15 Tbps DDoS attack using 500k IP addresses

https://www.bleepingcomputer.com/news/microsoft/microsoft-aisuru-botnet-used-500-000-ips-in-15-tb...
2•speckx•23m ago•0 comments

Nuclear-Waste Arks Are a Bold Experiment in Protecting Future Generations

https://www.scientificamerican.com/article/nuclear-waste-arks-are-a-bold-experiment-in-protecting...
2•quapster•24m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•6mo ago

Comments

godzie•6mo 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•6mo 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•6mo ago
Would something like this work for you? https://probe.rs/
otherayden•6mo 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•6mo ago
any Machine Interface planned (à la GDB/MI)?
godzie•6mo ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•6mo ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•6mo ago
BugStomper would have also been a great name choice. ;)
rob74•6mo 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•6mo 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•6mo 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•6mo ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•6mo 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•6mo 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•6mo ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•6mo 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•6mo ago
What's the state of expression evaluation?