frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tracing and tenant-isolation firewall for AI agents (Apache 2.0)

https://github.com/amitbidlan/zistica-lumin
1•amitbidlan•2m ago•0 comments

Trump Mobile announces T1 phones will begin shipping next week

https://twitter.com/TrumpMobile/status/2054574531101266301
1•standeven•3m ago•0 comments

Reddit Tests Blocking Mobile Web to Force App Downloads

https://reclaimthenet.org/reddit-tests-blocking-mobile-web-to-force-app-downloads
1•Cider9986•11m ago•1 comments

Show HN: Textual-debugger, a Python TUI debugger with power features

https://pypi.org/project/textual-debugger/
1•aldanial•14m ago•0 comments

Malware crew TeamPCP open-sources its Shai-Hulud worm on GitHub

https://www.theregister.com/security/2026/05/13/malware-crew-teampcp-open-sources-its-shai-hulud-...
3•_____k•19m ago•0 comments

US sells 30-year bonds at 5% yield for first time since 2007

https://www.ft.com/content/11233902-2054-4ed5-b647-26402e7b58bd
4•petethomas•23m ago•3 comments

Why scrapping quarterly earnings is a bad idea

https://www.ft.com/content/8a42a683-2f1a-41b9-a9f4-5efed4e967ac
4•petethomas•26m ago•1 comments

Titan 3D Printed Home Building

https://www.iconbuild.com/technology
2•kristianpaul•26m ago•0 comments

Show HN: I tried generating music from text and built a small tool around it

https://tegmix.com/
1•Nancylily•29m ago•0 comments

Built to help my dad pass CCNA, now were changing how people learn networking

https://switchlab.dev/
3•salad_v•33m ago•0 comments

How Consumers Adoption of Online Streaming Affects Music Consumption & Discovery

https://pubsonline.informs.org/doi/10.1287/mksc.2017.1051
2•Ariarule•37m ago•0 comments

Claude for Small Business

https://www.anthropic.com/news/claude-for-small-business
34•neilfrndes•39m ago•10 comments

How the Cheesecake Factory Runs One of America's Biggest Menus [video]

https://www.youtube.com/watch?v=rNNyEUxrPOY
3•gmays•42m ago•0 comments

Rezolus: High-Resolution Systems Performance Telemetry

https://github.com/iopsystems/rezolus
1•jinqueeny•46m ago•0 comments

Replyjoy – Open-source Gmail assistant that drafts replies in your voice

https://github.com/ConsulInc/replyjoy-oss
1•derek8bai•47m ago•0 comments

Dweav Trace – offline-first state tracing for JavaScript apps

https://chromewebstore.google.com/detail/dweav-trace/djibmlmofhdmijbpekpneclbpnokemne
1•Altrudev•47m ago•0 comments

What's Happening to Panoply?

https://panoply.io
1•r0h1n•52m ago•0 comments

Greenhouse and Icehouse Earth

https://en.wikipedia.org/wiki/Greenhouse_and_icehouse_Earth
3•chasil•1h ago•2 comments

Show HN: Building a universal device experience [video]

https://www.youtube.com/watch?v=euKIupqOd3g
2•mmajzoobi•1h ago•1 comments

Nginx Rift

https://depthfirst.com/nginx-rift
3•GalaxyNova•1h ago•2 comments

Ask HN: Efflora_run DAG Regression Test

1•zhoykn•1h ago•0 comments

Vibe code your next presentation

https://www.variant.art/
1•harpooned•1h ago•2 comments

The Bureau Outlives the Engine

https://uaxd.fr/dispatches/the-bureau-outlives-the-engine.html
1•enoch_cg•1h ago•0 comments

A Claude Code and Codex Skill for Deliberate Skill Development

https://github.com/DrCatHicks/learning-opportunities
3•cdrnsf•1h ago•0 comments

NYC*Bug May 2026: The Design of Unix Shell, with Stephen R. Bourne

https://www.youtube.com/watch?v=Anr2UAs7ifY
1•bluesounddirect•1h ago•1 comments

Andrew's Layoff Checklist

https://docs.google.com/document/d/1FaDxhnCXsneXbel5XVRAyX0Ce1RyC1F__wGboBBPlBM/edit?tab=t.0
3•mooreds•1h ago•0 comments

NASA's James Webb Space Telescope Photostream

https://www.flickr.com/photos/nasawebbtelescope/
1•mooreds•1h ago•1 comments

Reddit Is (Mostly) Shuttering R/All, but There's Still a Way to Access It

https://lifehacker.com/tech/reddit-is-mostly-shutting-down-r-all?test_uuid=zXnWOLjQQwkYjMVwrvo5w&...
2•big_toast•1h ago•0 comments

Charity Majors on AI, Observability, and the Future of Software [audio]

https://scalingdevtools.com/podcast/episodes/charity
1•mooreds•1h ago•0 comments

Ask HN: Are SaaS businesses going to zero?

1•nomilk•1h ago•10 comments
Open in hackernews

Passwords are okay, impulsive Internet isn't

https://www.dedoimedo.com/life/passwords-passkeys.html
3•brycewray•1y ago

Comments

palata•1y ago
Hmm... I see a rant against the state of software (bad software, AI diarrhea, ...) and TooBigTech having control over everything. I can agree with that, but it has nothing to do with the "passwords vs passkeys" question.

The rant against passkeys? I don't get it. Just like one can use a password manager controlled by TooBigTech or KeePass, one can use a passkey controlled by TooBigTech or a Yubikey. I find it great to authenticate directly with my Yubikey (over FIDO2) instead of using my Yubikey to decrypt a password and copying it in a form.

And then there is the part that is completely wrong about security. They say that they "can't trust their phone" so they don't want to keep the passkeys there. But that is not correct: if the passkeys are encrypted and the key is stored in a TPM, then that's effectively similar to having a security key (you have to trust the TPM, just as you have to trust the security key of course).

And then there is the nonsense:

> I can set up KeePass Portable on a USB key, run it in Linux via WINE, place it inside an encrypted VeraCrypt container, copy to any which file sharing service, if I want.

If the device where you enter the password is compromised, then the password will be compromised as soon as you enter it on that device. No matter how much you show off with your funny setup with WINE and VeraCrypt. A password manager doesn't protect against that, so passwords can be exfiltrated as they are used. Whereas a FIDO2 authentication requires the passkey every time. E.g. I need to physically touch my Yubikey for it to sign the challenge. It could be MitM, but it is visible ("I touched my Yubikey and it didn't work, what happened?").

Authenticating over FIDO2 with a security key is strictly superior to entering a password in a field, period.