frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Search Evaluation Ladder

https://www.searchplex.net/blog/search-evaluation-ladder
1•splxai•2m ago•0 comments

Los Angeles District Bans Most A.I. For Students

https://www.nytimes.com/2026/09/03/us/lausd-schools-ban-ai-artificial-intelligence.html
2•bookofjoe•16m ago•3 comments

Basic News – a Telegram bot with customizable news digests

https://basicnews.world/
1•xenohunter•18m ago•0 comments

A pre-registered test: can a business's rules be recovered from its data?

https://justinsmith.build/writing/everything-a-business-knows/
1•s14jsmith•21m ago•0 comments

What runs when you open a repository

https://veltron.cc/research/what-runs-when-you-open-a-repository
1•nulvec•21m ago•0 comments

Show HN: Time Wizard

https://huggingface.co/jadidbourbaki/time-wizard
1•jadidbourbaki•21m ago•0 comments

Show HN: Mongotar – Files to Prompt, and Back

https://github.com/sebastiancarlos/mongotar
1•httbs•22m ago•0 comments

Ask HN: Wolfram Cloud Is Out

1•smithmayowa•25m ago•0 comments

Almost half of ICANN-accredited registrars under the control of a single busines

https://domainincite.com/31912-dropcatch-acquires-300-more-registrars
5•dendark•25m ago•0 comments

SwiftTUI

https://swifttui.sh/
1•frizlab•27m ago•0 comments

Cloud Engineer

1•endowed7•27m ago•0 comments

Exhibit of 2026 AI Agents

https://agent-museum-2026.halstonsellentin.chatgpt.site
1•hsellentin•27m ago•0 comments

Understanding RabbitMQ in Simple Terms

https://sushantdhiman.dev/blog/understanding-rabbitmq/
1•birdculture•29m ago•0 comments

Record-High 89% in U.S. Say Government Corruption Widespread

https://news.gallup.com/poll/713933/record-high-say-government-corruption-widespread.aspx
11•karakoram•29m ago•4 comments

DaemonCore Launches a Slew of Free Pentesting Tools

https://www.daemoncore.app/
1•DaemonCoreApp•30m ago•1 comments

Big Crocs vs. Little Crocs

https://marcrandolph.substack.com/p/big-crocs-vs-little-crocs
1•fagnerbrack•32m ago•0 comments

Send interactive life coaching worksheets [video]

https://www.youtube.com/watch?v=gNW7sSXSoW4
1•shammadahmed•32m ago•0 comments

Make money from your menu bar

https://sponsorbar.io/
1•partsch•33m ago•0 comments

Gemini vs. Claude: Which AI Model created a better perfume?

https://www.youtube.com/watch?v=YfFk050AjPw
1•yipinwong•34m ago•1 comments

A Hundred Steps Back

https://www.inventbuild.studio/blog/a-hundred-steps-back-3d12f33c95138084bb9efc107cc54d13
1•virgil_disgr4ce•34m ago•0 comments

Actively exploited sandbox RCE in all Chromium versions

https://nvd.nist.gov/vuln/detail/cve-2026-85046
34•negura•40m ago•6 comments

Mathathon – $2M Hackathon for Math

https://twitter.com/_sathvikr/status/2095989588418249093
3•brian-bfz•42m ago•1 comments

Show HN: Fast rust-based repository launcher for your code projects

https://santiagodevelopment.com/p/2026/9/4/repo-zoo
1•jamessantiago•44m ago•0 comments

Icons as a Service

https://nravic.com/blog/images/
3•nravic•47m ago•0 comments

Claude Fable 5.1 Benchmark: Draw a Python Reading a Book

https://realpython.com/ai-benchmark-claude-fable-5-1/
1•dbader•50m ago•0 comments

Harvey Tenet Research Preview

https://www.harvey.ai/blog/post-training-update-harvey-tenet
1•gmays•51m ago•0 comments

GPT-6 Astra Benchmark: Draw a Python Reading a Book

https://realpython.com/ai-benchmark-gpt-6-astra/
1•dbader•51m ago•0 comments

Regular coffee beats decaf in protecting the brain from chronic stress: study

https://www.psypost.org/regular-coffee-beats-decaf-in-protecting-the-brain-from-chronic-stress-mo...
1•ivewonyoung•52m ago•0 comments

GPT-6 Astra on OpenRouter

https://openrouter.ai/openai/gpt-6-astra
29•Topfi•53m ago•10 comments

Tell HN: Anthropic just reset usage, including Fable

2•consumer451•55m ago•5 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.