frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hotseat – Bid for the #1 public ranking spot

https://www.hotseat.gold
1•slightqn•2m ago•0 comments

Take-notes – turn a video, article or paper into one self-contained HTML note

https://github.com/davertor/take-notes
1•davertor•3m ago•0 comments

AI;DR or Don't be a meat proxy

https://theaspiringnerd.com/aidr-or-dont-be-a-meat-proxy/
1•speckx•3m ago•0 comments

A cyberpunk game where the hacks are real (except one district)

https://nightfabric.codesyo.com
1•sashyo•3m ago•0 comments

Locus: Deterministic AST safety firewall for AI agents in pure Rust (<0.05ms)

https://github.com/ahmadshady747-create/LOCUS
1•ahmadshadi2004•4m ago•0 comments

Show HN: A simple budget app focused on how much you can spend each day

https://www.coinsbucket.com/
1•vitormargis•5m ago•0 comments

Minecraft Could Run on the Wii

https://twitter.com/OptiJogos/status/2090686687798067363
1•Jotalea•5m ago•0 comments

Disclosure Has a Billionaire Problem

https://medium.com/@moketchups/the-billionaire-problem-underneath-disclosure-926030c64dc7
2•MoKetchups•5m ago•0 comments

Opus 5 feels, in a word, hostile

https://www.reddit.com/r/ClaudeAI/s/Yv7DiM0rBa
2•Michelangelo11•5m ago•0 comments

Show HN: Mcploitable – The "Metasploitable" of the Model Context Protocol

https://github.com/agileAlligator/mcploitable
1•agileAlligator•6m ago•1 comments

My theme switch was running 3164 animations

https://sley-ui.dev/notes/theme-fade
1•imfemambocus•7m ago•1 comments

The unbearable slowness of being: Why do we live at 10 bits/s?

https://www.sciencedirect.com/science/article/pii/S0896627324008080
1•hamburgererror•8m ago•0 comments

Real world(ish) DeepSeek V4 Flash performance on a single MI300X

https://matthusby.github.io/agent_coding_bench/
1•mhusby•8m ago•0 comments

Building Without Predicting

https://sive.rs/fit
1•surprisetalk•8m ago•0 comments

I made a web puzzle game based on logic questions that 99% of people fail

https://www.telegraph.co.uk/puzzles/puzzle/?source=home&number=194#onepercentclub/the-1-club/the-...
1•joey_cee•11m ago•0 comments

Show HN: Free, non-profit crypto AML screening – no key, no trial

https://publicaml.org/free-crypto-aml/
3•publicaml•12m ago•0 comments

ChatGPT-Taught Experts Are Crippling Agentic AI

https://msukhareva.substack.com/p/how-chatgpt-taught-experts-are-crippling
1•Airealist•12m ago•1 comments

The Brain Is Just Specialized Agents Talking to Each Other – Dr. Jeff Beck [video]

https://www.youtube.com/watch?v=Ucqfb33GJJ4
1•binyu•12m ago•0 comments

New AirPods designed to capture paired color images

https://www.macrumors.com/2026/08/21/camera-airpods-code-reveals-hardware-details/
1•noja•13m ago•0 comments

Amid intense backlash, people are vandalizing Flock surveillance cameras

https://www.npr.org/2026/08/21/nx-s1-5939851/flock-cameras-police-block-surveillance-vandalize
2•geox•13m ago•0 comments

Do we still need GitHub?

https://debarshibasak.github.io/readables/blogs/do-we-need-github.html
2•debarshri•14m ago•0 comments

Tell HN: US LLM models are smarter outside US working hours

1•gepeto666•15m ago•0 comments

Edgerton, KS sues citizens trying to put data center ban before voters

https://www.kmbc.com/article/edgerton-kansas-data-center-ban-lawsuit-citizen-petition/73489670
1•jodacola•15m ago•0 comments

System reminders – how Claude Code steers itself

https://michaellivs.com/blog/system-reminders-steering-agents/
1•Bluestein•16m ago•0 comments

My own embedding models benchmark focused on code duplication detection

https://rkochanowski.com/article/embedding-benchmark/
1•rkochanowski•16m ago•1 comments

The Controversial Academic (Nathan Cofnas) Who Ignited the Jason Arday Furor

https://www.wsj.com/world/uk/the-controversial-academic-who-ignited-the-jason-arday-furor-1071e7fc
2•Bostonian•17m ago•1 comments

Felony charges for citizen deleting phone data at US Border

https://www.nytimes.com/2026/08/21/us/politics/samuel-tunick-deleted-phone-felony.html
8•floathub•19m ago•1 comments

We burned 11.7B tokens to find the best cyber AI model

https://www.aikido.dev/blog/ai-model-benchmarks-aug-21-2026
1•piotrgrabowski•20m ago•0 comments

If Your New People Are on X, Maybe Your New People Suck

https://coyotetracks.org/blog/new-people-on-x/
2•speckx•20m ago•0 comments

The road to ACID transactions in Cassandra 6

https://theconsensus.dev/p/2026/08/16/transactions-in-cassandra.html
2•eatonphil•20m 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.