frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Automation for Government Contracting

1•ranveergill•45s ago•0 comments

A new way to store thermal energy (2017)

https://news.mit.edu/2017/new-way-store-thermal-energy-1117
1•Retro_Dev•48s ago•0 comments

Microsoft slashes Xbox Cloud Gaming to just 15h/month for Ultimate subscribers

https://www.theverge.com/news/989166/microsoft-xbox-cloud-gaming-hourly-limits-changes
1•realsarm•2m ago•0 comments

MockBase – record real API traffic and replay it as a mock

https://mockbase.org/
1•xerat•3m ago•0 comments

A look at coding agent benchmarks, and what may be interesting next

https://tuneloop.io/blog/coding-agent-benchmarks
1•behat•5m ago•0 comments

Muscles talk to the brain to fight depression

https://www.nature.com/articles/s41380-026-03651-y
3•luispa•6m ago•0 comments

Revo Programming Language

https://revo.lung.fyi/
1•birdculture•6m ago•0 comments

Which tools do Claude, Codex and Cursor choose? We measured 17k runs to find out

https://armature.tech/blog/which-tools-coding-agents-install
3•screm•7m ago•1 comments

Ask HN: Could AI Eventually Build God?

1•olirex99•8m ago•0 comments

Fixing Seagate's LaCie hard drive array for the ‪ theslowmoguys [video]

https://www.youtube.com/watch?v=Sn_o8kBcjzI
1•GeoAtreides•9m ago•0 comments

Give Me 12 Minutes and I'll Give You 30 Years of Productivity Advice [video]

https://www.youtube.com/watch?v=MN_LkumE3Ig
1•gmays•11m ago•0 comments

Virginia Community Voids a $100B Data Center Project

https://www.bloomberg.com/news/features/2026-09-02/how-a-revolt-toppled-a-100-billion-data-center...
3•gen220•14m ago•1 comments

If a startup worth your career

https://www.thetrueengineer.com/p/ego-equity-or-exit-checklist-to-decide
7•adletbalzhanov•17m ago•0 comments

Over 700 games launched on Steam in one week – 74% had fewer than 10 reviews

https://www.gamesindustry.biz/over-700-games-launched-on-steam-in-one-week-for-the-first-time-tho...
4•speckx•20m ago•0 comments

Porting the RAD Debugger to macOS

https://robert.wittams.com/posts/porting-the-rad-debugger-to-macos/
1•gmcabrita•22m ago•0 comments

Clockwork Orange (Plot)

https://en.wikipedia.org/wiki/Clockwork_Orange_(plot)
3•vinnyglennon•23m ago•0 comments

A hungry woman is easier to dismiss than a well-fed woman

https://aeon.co/essays/a-hungry-woman-is-easier-to-dismiss-than-a-well-fed-woman
3•gmays•23m ago•0 comments

Social Policy Builds Financial Markets

https://economicsociology.org/2026/08/28/how-social-policy-builds-financial-markets/
1•kome•24m ago•0 comments

LightAudit Score – Lighthouse and PageSpeed Insights in one local console

https://lightauditscore.com
2•crawlforgedev•25m ago•0 comments

Tardigrade: Framework for building modular agents around an immutable event log

https://tardigrade.sh/
1•handfuloflight•26m ago•0 comments

Online Sports Betting Is a Public Policy Issue and a Public Health Issue

https://jamanetwork.com/journals/jama-health-forum/fullarticle/2845354
3•rawgabbit•27m ago•0 comments

Ask HN: Why don't LLM APIs have a first-class test mode?

1•masternoob•28m ago•3 comments

Volkswagen Plans to Cut 50k Jobs Amid Dire Need to Reduce Costs

https://www.nytimes.com/2026/09/03/business/volkswagen-job-cuts.html
5•doener•31m ago•2 comments

To what extent is AI being used in movies and TV today?

https://stephenfollows.com/p/to-what-extent-is-ai-being-used-in-movies-and-tv-today
2•speckx•34m ago•0 comments

Clean Up Video Clips in Minutes on Your Mac

https://medium.com/@chris.ahrweiler/clean-up-video-clips-in-minutes-on-your-mac-3a985c935f53
1•docjojo•35m ago•0 comments

Claude Code: Self-Hosted Environments

https://code.claude.com/docs/en/self-hosted-environments-quickstart
1•partsch•37m ago•0 comments

UW pays $600K to settle lawsuit with CS prof over parody land acknowledgment

https://www.geekwire.com/2026/uw-pays-600k-to-settle-lawsuit-with-computer-science-professor-over...
5•rmason•39m ago•0 comments

InfiniteMem – deterministic episodic memory, LoCoMo 70.49

https://github.com/marcot3ssar1/InfiniteMemOs
1•marcot3ssar1•40m ago•0 comments

VMware migration reduces Tottenham Hotspur's licensing fees by 85 percent

https://arstechnica.com/information-technology/2026/09/vmware-migration-reduces-tottenham-hotspur...
1•toomuchtodo•43m ago•1 comments

Show HN: Sirenfall, a civil defense siren synthesized in Web Audio

https://sirenfall.live/
4•beeswaxpat•43m 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.