frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Critical Ubiquiti UniFi UniFi security flaw allows potential account hijacking

https://securityaffairs.com/189689/security/critical-ubiquiti-unifi-unifi-security-flaw-allows-po...
1•WaitWaitWha•14s ago•0 comments

Show HN: Screenwriting Software

https://ensemblewriter.com/
2•dovebarra•1m ago•0 comments

I Make a Similar Chrome Bookmarks-Manager with Aiohttp

https://gitlab.com/wcorrales/bookmarks-manager
1•wcorrales•3m ago•1 comments

Aquasecurity/Trivy GitHub Repository and Homebrew Cask Compromised (again)

https://opensourcemalware.com/repository/https%3A%2F%2Fgithub.com%2Faquasecurity%2Ftrivy%2F
1•mmsc•3m ago•0 comments

Show HN: I built a distributed file store on top of AWS CloudShell

1•danvittegleo•5m ago•0 comments

Alphabet no longer has a controlling stake in its life sciences business Verily

https://www.engadget.com/big-tech/alphabet-no-longer-has-a-controlling-stake-in-its-life-sciences...
1•WaitWaitWha•7m ago•0 comments

Age Verification Status of Open Source Operating Systems

https://github.com/BryanLunduke/DoesItAgeVerify
1•gasull•11m ago•0 comments

President Signs EO Creating Fraud Task Force, Continuing Fraud Enforcement

https://www.mayerbrown.com/en/insights/publications/2026/03/president-signs-executive-order-creat...
1•WaitWaitWha•13m ago•0 comments

Ask HN: Are we close to figuring out LLM/Agent Memory

2•wkyleg•18m ago•0 comments

GopherHole – A universal hub for AI agent-to-agent communication

https://gopherhole.ai
4•brettwaterson•22m ago•1 comments

Productive Individuals Don't Make Productive Firms

https://twitter.com/gsivulka/status/2031797989908627849
1•gmays•23m ago•1 comments

Text formats are everywhere. Why? – Daniel Lemire's blog

https://lemire.me/blog/2026/03/05/text-formats-are-everywhere-why/
1•tomstig•33m ago•0 comments

Despite hardware limits, Parallels supports running Windows on MacBook Neo

https://arstechnica.com/gadgets/2026/03/despite-hardware-limits-parallels-supports-running-window...
2•stalfosknight•34m ago•0 comments

Two startups at global scale without DevOps

https://vercel.com/blog/two-startups-at-global-scale-without-devops
1•flashbrew•37m ago•0 comments

Codex, File My Taxes. Make No Mistakes

https://twitter.com/corbtt/status/2031438751822721251
1•gmays•39m ago•0 comments

FreeAgent – 60-tool local AI agent, no API keys, no cloud, no cost

https://github.com/transformer24/freeagent
1•transformer24•39m ago•0 comments

I built agents to predict when splitting your AI prompts helps and when it hurts

https://github.com/Mattyg585/cognitive-prompt-research
1•mattyg_aus•43m ago•0 comments

Need B2B Tech Intern

https://www.msppentesting.com
1•0xcady•43m ago•0 comments

U.S. weighs lifting Iranian oil sanctions to keep price in check

https://www.axios.com/2026/03/19/trump-iran-oil-sanctions
11•dgrin91•43m ago•0 comments

Charged W Conspiring to Unlawfully Divert Cutting Edge US AI Technology to PRC

https://www.justice.gov/opa/pr/three-charged-conspiring-unlawfully-divert-cutting-edge-us-artific...
1•737min•43m ago•1 comments

Spertilo Live Music Time Machine

https://www.spertilo.net
1•RhysU•44m ago•1 comments

Mediahaus suspends senior journalist for using fabricated quotes produced by AI

https://www.thejournal.ie/mediahaus-suspends-senior-journalist-for-using-fabricated-quotes-produc...
3•smcin•45m ago•0 comments

Taskybear: AI Agent to manage your daily plans

https://apple.openinapp.co/taskybear-yc
1•kravixstudio•48m ago•0 comments

Australia's New South Wales State to Prohibit New Coal Mines

https://www.bloomberg.com/news/articles/2026-03-20/australia-s-new-south-wales-state-to-prohibit-...
1•toomuchtodo•49m ago•1 comments

Leo Tolstoy – Circle of Reading

https://circleofreading.com/
2•shusaku•49m ago•0 comments

Do you use AI for cold email copy?

2•vladmae•56m ago•3 comments

Full Disclosure: A Third (and Fourth) Azure Sign-In Log Bypass Found

https://trustedsec.com/blog/full-disclosure-a-third-and-fourth-azure-sign-in-log-bypass-found
6•nyxgeek•58m ago•0 comments

3D Printing High Quality Keycaps

https://candrews.integralblue.com/2024/03/3d-printing-high-quality-keycaps/
2•TheGuyWhoCodes•58m ago•0 comments

OpenAI to create desktop super app, combining ChatGPT app, browser and Codex app

https://www.cnbc.com/2026/03/19/openai-desktop-super-app-chatgpt-browser-codex.html
1•prng2021•1h ago•0 comments

Why I Code

https://nisa.la/why-i-code/
1•nkalupahana•1h ago•1 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

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

Comments

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