frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A 100-Year-Old Cartoon Trope Solved a Modern Emoji Problem

https://substack.com/sign-in
1•lacieargyle•1m ago•0 comments

Red Lobster Revives Endless Shrimp Two Years After Deal Led to $11M Loss

https://balleralert.com/red-lobster-shrimp-return/
1•randycupertino•2m ago•0 comments

Midjourney and Suno v4 and Veo 3.1 chained in one Dify workflow for $0.35 per ad

https://twitter.com/aikitpros/status/2046596943023890780
1•yujunjie•2m ago•0 comments

Show HN: DialtoneApp Network, card payments for bot commerce

1•fcpguru•3m ago•0 comments

Compromised AI Tool Triggered the Vercel Security Breach

https://entelligence.ai/blogs/how-an-ai-tool-triggered-the-vercel-security-breach
1•astro_09•4m ago•0 comments

Where Are All These Meteors Coming From?

https://www.nytimes.com/2026/04/21/science/march-fireballs-meteors-astronomy.html
1•digital55•4m ago•0 comments

YouTuber Copyright Struck After Others Layer AI Voiceovers on Video Game Music

https://www.techdirt.com/2026/04/20/youtuber-copyright-struck-after-others-layer-ai-voiceovers-on...
1•hn_acker•4m ago•0 comments

Faster LLM Inference via Sequential Monte Carlo

https://arxiv.org/abs/2604.15672
1•matt_d•5m ago•0 comments

Show HN: LLMSecure – prompt injection detection, no signup

https://llmsecure.io/
1•eliadmualem•5m ago•1 comments

AI is changing how Texas universities teach computer science as job market slows

https://www.texastribune.org/2026/04/21/texas-computer-science-college-degree-ai/
2•hn_acker•6m ago•0 comments

Building a Fast Multilingual OCR Model with Synthetic Data

https://huggingface.co/blog/nvidia/nemotron-ocr-v2
1•gmays•6m ago•0 comments

Show HN: Handler – Open-source local sandboxes and control plane for code agents

https://handler.dev
1•shake-n-fries•7m ago•0 comments

Show HN: Four years of my CS degree, typeset in LaTeX (850 pages)

https://starikov.co/academia-notes/
1•iusevim•8m ago•0 comments

OpenAI turns on cost-per-click ads inside ChatGPT

https://digiday.com/marketing/openai-turns-on-cost-per-click-ads-inside-chatgpt/
2•thm•8m ago•0 comments

200MP iPhone camera rumors align on 2028 release

https://9to5mac.com/2026/04/21/200mp-iphone-camera-rumors-align-on-2028-release/
1•omer_k•8m ago•0 comments

Texas House Speaker orders probe of Roblox in response to Uvalde shooting game

https://www.texastribune.org/2026/04/20/texas-speaker-dustin-burrows-roblox-legislature-child-gam...
2•hn_acker•9m ago•1 comments

Self-Sovereign Agent

https://arxiv.org/abs/2604.08551
1•AgentNews•9m ago•0 comments

Show HN: Verified Deep Learning with Lean 4

https://brettkoonce.github.io/lean4-mlir/blueprint/
1•asparagui•9m ago•0 comments

Command Execution via Drag-and-Drop in Terminal Emulators

https://sdushantha.github.io/post/drop-it-like-its-hot
1•speckx•9m ago•0 comments

Show HN: App Promo Video with Claude Design and Claude Code

https://www.youtube.com/watch?v=1IIawdmgxTU
1•kamilms21•10m ago•0 comments

Claude Code + Jupyter Notebooks Finally Work Well

https://www.reviewnb.com/claude-code-with-jupyter-notebooks
1•amirathi•12m ago•0 comments

Techno Kick Synthesizer that runs in the browser

https://technokick.com
1•stagas•13m ago•0 comments

Morpheus Research: Figure Techn Is a Lender Masquerading as a Blockchain Darling

https://www.morpheus-research.com/figure/
1•Brajeshwar•13m ago•0 comments

Engineering team looks healthy. It probably isn't

https://dbarabashh.com/thoughts-and-experience/your-engineering-team-looks-healthy
2•birdculture•15m ago•0 comments

Type hints – a mediocre programmer's reaction (2015)

https://mail.python.org/pipermail/python-dev/2015-April/139267.html
1•downbad_•16m ago•1 comments

Attack on Titan Was Never About Titans. USA Retreat Analogy

https://masatoshinishimura.com/attack-on-titan-was-never-about-titans-it-was-about-retreat-usa-an...
1•massanishi•16m ago•0 comments

A Surfin' Safari to the Stars

https://nautil.us/what-it-would-be-like-to-surf-five-distant-planets-1280010
1•kristenfrench•16m ago•0 comments

Creating fake 3D characters in a 2D engine

https://remvst.substack.com/p/creating-fake-3d-characters-in-a
1•atomlib•16m ago•0 comments

Foundation Model Engineering: A free textbook for AI engineers

https://sungeuns.github.io/founation-model-engineering/
2•sungeuns•17m ago•1 comments

Arch Linux now has a reproducible container image

https://lwn.net/Articles/1068699/
2•Brajeshwar•17m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

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

Comments

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