frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Does a PhD Pay Off?

https://lemire.me/blog/2026/07/24/does-a-phd-pay-off/
1•usdogu•42s ago•0 comments

FrontierCode Leaderboard

https://cognition.com/frontiercode
1•Topfi•3m ago•0 comments

Fast Java regex matcher for many regexes and large datasets

https://github.com/la3lma/rmz
1•rmzatrmzno•5m ago•0 comments

Demios – AI-native workspace for data capture, workflow automation and reporting

https://demios.io/
1•mahdishavandi•5m ago•0 comments

Zero Knowledge: Twenty Chapters In

https://feld.com/archives/2026/07/zero-knowledge-twenty-chapters-in/
1•rmason•5m ago•0 comments

What If We Made Advertising Illegal?

https://simone.org/advertising/
2•gurjeet•10m ago•0 comments

Show HN: The first self-improving context engineering platform

https://xysq.ai/
2•ximihoque•11m ago•0 comments

Ask HN: .music Domain Owners – Govt ID is required?

1•paul7986•11m ago•1 comments

The Illusion of Knowing

https://zetanderwalls.bearblog.dev/pilot/
3•benxel•12m ago•0 comments

Political text messages could get more effective and annoying. Blame AI

https://www.npr.org/2026/07/12/nx-s1-5867763/ai-artificial-intelligence-data-texts-bots-voters-ca...
1•gnabgib•14m ago•0 comments

Self-host your cloud drive

https://freecloud.wiki
1•Hilliard_Ohiooo•15m ago•0 comments

Balder v7 – 100% on SWE-bench Verified on a single RTX 3060

1•BalderForseti•18m ago•0 comments

Responding to the Answer Key Intrusion

https://predictionguard.com/hugging-face-ai-agent-intrusion
1•katiebowen•18m ago•0 comments

First look at Pan Am plane wreckage after 73 years

https://www.bbc.com/news/videos/cx25pp3r61xo
2•sizzle•19m ago•0 comments

How it were are You

1•sheerun•21m ago•0 comments

Rare documents signed by Lincoln removed from D.C. memorial after heat exposure

https://www.yahoo.com/news/us/articles/rare-documents-removed-lincoln-memorial-081240515.html
1•gnabgib•22m ago•0 comments

Politician reads AI prompt during assembly [video]

https://www.youtube.com/watch?v=wlYa8NV5k-U
2•lr0•23m ago•1 comments

Pixar lays off over 100 Bay Area workers using ElastiGirl letterhead

https://www.sfgate.com/tech/article/pixar-mrs-incredible-layoffs-22357876.php
4•toomanyrichies•23m ago•1 comments

Whose freedom is it anyway?

https://collectivefutures.blog/whose-freedom-is-it-anyway/
1•cdrnsf•23m ago•0 comments

Do I need to charge my toothbrush via my monitor?

https://beller-it.de/blog/20260724-charge-my-toothbrush-via-my-display.html
1•mads_quist•24m ago•1 comments

The new rules of context engineering for Claude 5 generation models

https://claude.com/blog/the-new-rules-of-context-engineering-for-claude-5-generation-models
2•opwizardx•24m ago•0 comments

Country went 100% electric vehicles overnight with a drastic approach

https://electrek.co/2026/07/22/laos-bans-gas-diesel-car-imports-ev/
7•sudenmorsian•24m ago•2 comments

Freenet – Services Without Servers [video]

https://www.youtube.com/watch?v=3RBNboYUlVI
1•ciefa•25m ago•0 comments

Chrome's Breaking and Entering

https://unsung.aresluna.org/chromes-breaking-and-entering/
1•ingve•25m ago•0 comments

New North Korean campaign uses fake coding interviews to steal dev credentials

https://www.elastic.co/security-labs/contagious-interview-malware-svg-steganography
5•bmorelli25•25m ago•0 comments

Light Flip Phone

https://www.thelightphone.com/lightflip
1•catchmeifyoucan•28m ago•1 comments

When is an apology not an apology? From an AI boss with a rogue chatbot

https://www.theguardian.com/commentisfree/2026/jul/24/apology-ai-boss-sam-altman-rogue-openai-sta...
1•shadow28•28m ago•0 comments

What syscall-layer tooling cannot see in P2P infrastructure

https://nullrabbit.ai/research/why-syscall-tooling-cannot-see-p2p-infrastructure
1•simonmorley•28m ago•0 comments

Elements of Style Skill (Strunk and White)

https://github.com/obra/the-elements-of-style
1•jrm-veris•31m ago•0 comments

Show HN:LoongForge - High-performance training system for embodied models

https://github.com/baidu-baige/LoongForge/tree/master/loongforge/embodied
1•mindzzz•31m ago•0 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.