frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•DarrylLinington•30s ago

Rogue Agent Framework – Spawn Your Rogue Agent Today

https://github.com/thooton/rogue
1•sapphire42•39s ago•0 comments

Testing infrastructure-as-code against an emulator instead of mocks

https://topaz.thecloudtheory.com/blog/terraform-tests-worth-it/
1•kamilmrzyglod•4m ago•0 comments

A Lifetime of Disobedience [video]

https://www.youtube.com/watch?v=mgbIZtcbd_w
1•qwertyforce•5m ago•0 comments

Engineers grieve a job that no longer exists

https://leaddev.com/career-development/engineers-grieve-a-job-that-no-longer-exists
1•tonkkatonka•5m ago•0 comments

Show HN: NanoUI – A small native macOS app for generating images with OpenRouter

https://github.com/DexterLagan/NanoUI
1•dexterlagan•5m ago•0 comments

Show HN: Apple Wallet Pass.json Validator

https://www.getleal.com/tools/pass-json-validator
1•rikkipitt•8m ago•0 comments

Living on the Edge

https://j4nk.dev/2026-06-03/living-on-the-edge
1•crowdhailer•8m ago•0 comments

Japan halves speed limit to 30km/h on all narrow city streets

https://www.theguardian.com/world/2026/sep/02/japan-new-speed-limit-30kmh-narrow-city-streets
1•haunter•8m ago•0 comments

Show HN: MusicMaxxer – a songwriter's MiniMax Music 3 UI

https://github.com/DexterLagan/MusicMaxxer
1•dexterlagan•9m ago•0 comments

Kubernetes v1.37: Scale Workloads to Zero with HorizontalPodAutoscaler

https://kubernetes.io/blog/2026/09/02/kubernetes-v1-37-hpa-scale-to-zero-beta/
1•metrofun•9m ago•0 comments

Oxide: Host Operating System and Hypervisor

https://rfd.shared.oxide.computer/rfd/0026
1•tosh•11m ago•0 comments

Fighting Illiteracy with Typography

https://worksthatwork.com/6/unified-arabic
1•Bluestein•11m ago•0 comments

Show HN: MarkUp, a Markdown Editor and Visualizer

https://github.com/DexterLagan/MarkUp
1•dexterlagan•11m ago•0 comments

Making Good Group Decisions, Effectively

https://ilya.grigorik.com/making-good-group-decisions-effectively/
1•tosh•11m ago•0 comments

HyImpulse aims to make access to space and in-orbit mobility sustainable

https://www.hyimpulse.de/about-us
1•doener•14m ago•0 comments

Show HN: Concorde, one AI agent shared by an organization

https://github.com/shutter-network/concorde
1•jfdsfsfdsf•16m ago•0 comments

LinuxBox – An app to run full Linux desktop on Android

https://github.com/EXALAB/LinuxBox
1•Dragon957•16m ago•0 comments

Your Racist Linux Distro Is Very Nice (Scott Jennings)

https://www.brokentoys.org/your-racist-linux-distro-is-very-nice/
5•vintagedave•20m ago•0 comments

Crafts(wo)manship

https://livingsystems.substack.com/p/craftswomanship
1•samuell•20m ago•0 comments

What ways exist for dev from Eastern Europe, move SF?

1•nordcode•21m ago•0 comments

Show HN: PicoWebs – Instant Accountless Microsites

https://picowebs.com
1•lavlessgnr•22m ago•0 comments

TinyGo 0.42 – Recover Is Real

https://tinygo.org/blog/2026/tinygo-0.42-recover-is-real/
1•heckelson•22m ago•0 comments

Implementing FMA and finding bugs in C and Rust standard libraries

https://shnatsel.github.io/implementing-fma-finding-bugs-in-std/
1•signa11•23m ago•0 comments

Is the IDE dead?

https://textlog.cc/post/251
1•stagas•23m ago•0 comments

Shed Skin restricted-Python-to-C++ transpiler 0.9.13

https://github.com/shedskin/shedskin
1•srepmub•23m ago•1 comments

Context complexity: what is the Big-O of an agent API?

https://mchav.github.io/context-complexity/
2•internet_points•28m ago•0 comments

Clippers cap circumvention report explained

https://clippersreport.com/
1•dagrz•29m ago•0 comments

Semek: Local AI hub for labelling/filtering digital content

https://itdaily.com/news/software/aaltra-and-ghent-university-develop-semek-a-local-ai-hub-for-di...
1•stinos•29m ago•0 comments

Huawei Watch D3, Built-In Air Pump Blood Pressure Sensor – Thoughts?

https://sensorspecs.fyi/device/huawei-watch-d3
2•indigoman•30m ago•1 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.