frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I'm a Happy Engineer [video]

https://www.youtube.com/watch?v=f1a_MRLibqU
1•denysvitali•1m ago•0 comments

How to Survive in the Tech industry in 2026

https://blog.phuaxueyong.com/post/2026-03-23-how-to-survive-tech-in-2026/
2•xueyongg•6m ago•0 comments

How Can Universities Value-Add Their Alumni?

https://blog.phuaxueyong.com/post/2025-06-27-university-role-in-alumni-engagement/
1•xueyongg•6m ago•0 comments

The CTO's Burden: Building What the World Doesn't See

https://blog.phuaxueyong.com/post/2025-04-29-questions-for-cto/
1•xueyongg•7m ago•0 comments

Show HN: Travel app that replaces trip research with a 30s briefing (TestFlight)

https://globallybased.com
1•ilyagruzhevski•8m ago•0 comments

Sad Story of Soviet Compact Disc Players

https://sovietrock.com/mediums/cd/sad-story-of-soviet-compact-disc-players/
2•thenthenthen•11m ago•0 comments

Credential Broker for Agents (CB4A)

https://datatracker.ietf.org/doc/draft-hartman-credential-broker-4-agents/
1•jruohonen•12m ago•0 comments

We tricked 1M+ bots and hackers with our honeypot

https://github.com/BlessedRebuS/Krawl
1•blessedrebus•13m ago•0 comments

Every Package You Install Can Read Your Secrets

https://www.eliranturgeman.com/2026/03/28/supply-chain-attacks/
1•gsky•15m ago•0 comments

Copilot Adverts in Pull Requests

https://github.com/search
2•tomwphillips•15m ago•1 comments

Show HN: A curated list of plugins,themes, agents,projects, for OpenCode

https://github.com/awesome-opencode/awesome-opencode
3•ishqdehlvi•25m ago•0 comments

Yahoo turns to AI-powered answer engine Scout to lead back to online search

https://isp.netscape.com/tech/story/0001/20260327/a9ec7ff0f7af72662b6d98ddd9c5280d
2•Imustaskforhelp•26m ago•0 comments

The Missing Equation of Quantum Biology

https://sectio-aurea-q.github.io/emc2-of-quantum-biology.html
1•sectio-aurea-q•36m ago•0 comments

Show HN: Veil – A Minimal Neovim GUI for macOS with Metal Rendering

https://github.com/rainux/Veil
3•rainux•38m ago•0 comments

AI tool that scores your job's displacement risk by role and skills

https://careerrisk.ee/
2•Equitis•38m ago•1 comments

Selling to AI Agents

https://mattgiustwilliamson.substack.com/p/selling-to-ai-agents
1•MattSWilliamson•39m ago•1 comments

Introduction to Gaussian Splats [video]

https://www.youtube.com/watch?v=X8yRlA7jqEQ
1•Khaine•40m ago•0 comments

Google's Larry Page Won the Bidding War for DeepMind

https://www.wsj.com/tech/ai/deepmind-google-demis-hassabis-5bd6de54
2•yihongs•42m ago•0 comments

Ask HN: Who needs contributors? (March 2026)

5•Kathan2651•42m ago•0 comments

Show HN: TermCanvas – An infinite canvas for your terminals

https://github.com/blueberrycongee/termcanvas
1•blueberrycongee•44m ago•0 comments

Hamilton-Jacobi-Bellman Equation: Reinforcement Learning and Diffusion Models

https://dani2442.github.io/posts/continuous-rl/
12•sebzuddas•45m ago•1 comments

Fast Image AI Image Enhancer

https://fastimage.ai/ai-image-enhancer
1•lucas0953•46m ago•0 comments

Twitching Before You Sprint

https://mikefisher.substack.com/p/twitching-before-you-sprint
1•kiyanwang•51m ago•0 comments

Compromised telnyx on PyPI

https://safedep.io/malicious-telnyx-pypi-compromise/
1•jruohonen•57m ago•1 comments

Getting a 404 when accessing the ZeroClaw repository

https://github.com/zeroclaw-labs/zeroclaw
1•imanhashemi•57m ago•0 comments

PixelSmile: Toward Fine-Grained Facial Expression Editing

https://arxiv.org/abs/2603.25728
1•ipotapov•57m ago•0 comments

Show HN: The Alphabetical Clock

https://boat.horse/clock/
2•secretdark•1h ago•2 comments

Hiring for "Twitter taste" is a thing now

2•husaiin•1h ago•0 comments

I use excalidraw to manage my diagrams for my blog

https://blog.lysk.tech/excalidraw-frame-export/
22•mlysk•1h ago•7 comments

AI Website Redesign Benchmark

https://medium.com/@kemyd/ai-website-redesign-benchmark-can-ai-actually-replace-designers-409551d...
1•avoc777•1h ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

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

Comments

godzie•11mo 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•11mo 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•11mo ago
Would something like this work for you? https://probe.rs/
otherayden•11mo 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•11mo ago
any Machine Interface planned (à la GDB/MI)?
godzie•11mo 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•11mo ago
BugStomper would have also been a great name choice. ;)
rob74•11mo 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•11mo 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•11mo 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•11mo ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•11mo 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•11mo 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•11mo ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•11mo 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?