frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What are you looking for when reviewing LLM generated code?

1•gnunicorn•1m ago•0 comments

Ask HN: Developers, are you being forced into prompt-only engineering?

1•zerr•2m ago•0 comments

Fear about young adults' maturity is just a way of trying to control them (2023)

https://www.newstatesman.com/comment/2023/06/fear-about-young-adults-maturity-is-just-a-way-of-tr...
1•frereubu•2m ago•1 comments

Show HN: ELDC – Natural language identification, faster than FastText and CLD2

https://github.com/nitotm/eldc
1•nitotm•4m ago•0 comments

Anthropic flies staff to D.C. to clean up White House fight

https://www.axios.com/2026/06/14/anthropic-white-house-mythos-fable
1•dstala•5m ago•0 comments

Trailblazing investigative reporter Roger Cook dies

https://news.sky.com/story/trailblazing-investigative-reporter-roger-cook-dies-13554262
1•austinallegro•7m ago•0 comments

Searching for Guy Debord (2003)

https://brooklynrail.org/2003/10/express/searching-for-guy-debord/
1•robtherobber•8m ago•0 comments

Ask HN: Did you try Claude's "Fable 5" model before it was pulled?

2•aniokono•8m ago•0 comments

How to Think about Parallel Programming: Not (2010)

https://github.com/matthiasn/talk-transcripts/blob/master/Steele_Guy/ParallelProg.md
1•tosh•8m ago•0 comments

How Contaminants in drinking water are regulated by the EPA and states

https://www.ewg.org/news-insights/news/2025/03/how-contaminants-drinking-water-are-regulated-epa-...
1•num42•8m ago•0 comments

Complexity Models

https://en.algorithmica.org/hpc/complexity/
1•tosh•10m ago•0 comments

Tell HN: Claude is completely unusable for biology

1•Protostome•10m ago•0 comments

Translation Drift in Web Novels: Answering Vague Questions in the Moment

http://blog.merrilin.ai/engineering/2026/translation-drift/
1•stonecharioteer•11m ago•0 comments

Multistack 1.0 – Lightweight TUI for orchestrating coding agents

https://crates.io/crates/multistack/1.0.0#1.0.0
1•gidellav•13m ago•0 comments

Zerostack 1.5 – Lightweight Unix-inspired coding agent

https://crates.io/crates/zerostack/1.5.0#1.5.0
1•gidellav•14m ago•0 comments

Show HN: VibeKnow – content-to-video agent using Remotion

https://vibeknow.ai/
1•xutangly•15m ago•0 comments

Donate Agent Traces

https://huggingface.co/spaces/trace-commons/web
1•simon-inta•16m ago•0 comments

Magic Buffers and io_uring Registered Buffers

https://www.mindfruit.co.uk/posts/2025/10/magic-buffers-and-io-uring-write-fixed/
1•tosh•17m ago•0 comments

Alt-Tab Creates Background Service After Uninstall

https://github.com/lwouis/alt-tab-macos/issues/5758
1•0x616e677279•20m ago•0 comments

Show HN: 10k moving agents in Godot using GDScript

https://vav-labs.com/blog/moving-10000-agents-in-godot/
1•Vav-Labs•21m ago•0 comments

Writing books at the push of a button (Philip M. Parker) [video]

https://www.youtube.com/watch?v=m8WuGKyBR90
1•seren4321•22m ago•0 comments

Sustainability requires protecting finite resources, not optimizing consumption

https://zenodo.org/records/20596148
1•ErystelaThevale•22m ago•0 comments

Show HN: CefSwift, a SwiftUI-first wrapper around Chromium Embedded Framework

https://github.com/Rajaniraiyn/CefSwift
1•rajaniraiyn•22m ago•0 comments

Skill to Create Flashcards

https://getspace.app/blog/flashcards-skill
1•friebetill•24m ago•1 comments

Four-Day Week Could Transform Employment Access for Disabled Workers

https://www.disabilityrightsuk.org/news/four-day-week-could-transform-employment-access-and-inclu...
1•robtherobber•26m ago•0 comments

The Window Has Closed

https://twitter.com/i/status/2066332670817456584
2•Michelangelo11•26m ago•0 comments

How to Write Better Git Commit Messages with AI

https://theaileverageweekly.com/posts/how-to-write-better-git-commit-messages-with-ai.html
1•talvardi7•27m ago•1 comments

Recycled phone clusters build low-cost data centers with strong core performance

https://www.tomshardware.com/desktops/servers/researchers-recycle-old-phones-and-cluster-them-int...
1•maxloh•28m ago•0 comments

Show HN: Chess rankings based on checkmates, positions, and not just ELO

https://chessranks.net/
1•brkvdn•29m ago•0 comments

Interactive Tokamak Plasma Simulator

https://www.fusionsimulator.io/
2•dalbin•29m ago•0 comments
Open in hackernews

Are Your Passwords in the Green? (2025)

https://www.hivesystems.com/blog/are-your-passwords-in-the-green
1•kemotep•1y ago

Comments

kemotep•1y ago
With NIST finally updating their standards to recommend 15 character password minimums last, I like to use their recommendations and compare them to these charts show how effective such a password would be.

Using E = L x log2(R), where E is entropy, L is number of characters in the password (15), and R is the total number of possible characters used (26 for all lowercase letters), you can get ~70 bits of entropy. Using a password manager like Bitwarden for a 15 character password using the full character set minus the ambiguous characters (65 characters total) leads to ~90 bits of entropy.

Using these charts and figures from the article, a well configured bcrypt setup means even the fastest computer systems still in 2025 cap out at 1 billion hashes per second for offline cracking (without getting into Nation States spending billions on just cracking your passwords, or dedicating all the world’s supercomputers or some other speculations). So to calculate how long it would take with a “realistic” password cracker in 2025, would use this formula:

((((((2^(70-1))/ 1 billion hashes per second)/ 60 seconds)/ 60 minutes)/ 24 hours)/ 365 days) to get ~18,700 years. (Nearly 20 billion years for the Bitwarden generated one)

But without a password filter checking for known bad passwords somewhere like Have I Been Pwned, even a 30 character password that has been leaked is useless. Would be instantly “cracked”. So I personally would have the password policy be:

1. 15 character minimum, no composition rules.

2. All passwords filtered for known bad passwords against HIBP.

3. Accounts protected by MFA.

4. Combination of network controls, best practices security configurations, and alerts and monitoring to help detect and limit/eliminate password guessing attacks, password database dumps.