frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: List your good SaaS for free

https://goodsaas.lol/
1•its_ajseven•46s ago•0 comments

I ran out of space extracting a RAR so I built ReclaimArc

https://github.com/harlixay7/ReclaimArc
1•harlixay7•2m ago•1 comments

Show HN: Dav-next – Nginx module – small and fast Nextcloud file server

https://codeberg.org/lunae/dav-next
1•mid1221213•2m ago•0 comments

Supplement 3 – Toril Johannessen: The Invention and Conclusion of the Eye

https://fillip.ca/content/the-invention-and-conclusion-of-the-eye
1•jruohonen•7m ago•0 comments

Field Notes: AI has a UX problem

https://luckyjajj.com/writing/ai-has-a-ux-problem/
1•luckyjajj•8m ago•0 comments

Gpuix: React Bindings for the GPUI UI Framework

https://github.com/remorses/gpuix
1•goranmoomin•8m ago•0 comments

Superhuman Docs (formerly Coda)

https://superhuman.com/docs
1•tillulen•8m ago•0 comments

So, You Found a Foden Steam Lorry in a Field. What Next?

https://hackaday.com/2026/08/23/so-you-found-a-foden-steam-lorry-in-a-field-what-next/
1•colinprince•9m ago•0 comments

Universal Housing

https://twitter.com/christianreber/status/2091532545577849008
2•tosh•10m ago•0 comments

Show HN: Online LED Scroller

https://aledscroller.com/
1•artiomyak•12m ago•0 comments

I made my React Native iOS path rendering ≥27× faster with Skia Graphite

https://github.com/numan98/react-native-skia-graphite
2•numan98•13m ago•0 comments

Volcanoes that made history

https://arstechnica.com/science/2026/08/volcanoes-that-made-history/
2•Brajeshwar•13m ago•0 comments

Why YouTubers are ready for battle with the BBC

https://www.theguardian.com/media/2026/aug/22/auntie-v-influencers-why-youtubers-are-ready-for-ba...
1•beardyw•14m ago•0 comments

Using Unicode Half-Stars Symbols in Ratings

https://kvibber.com/tech-tips/half-stars/
1•figbert•16m ago•0 comments

Due to need for 'absolute success,' China delays critical Moon launch to 2027

https://arstechnica.com/space/2026/08/due-to-need-for-absolute-success-china-delays-critical-moon...
2•jbonniwell•18m ago•0 comments

How Complex Systems Fail

https://how.complexsystems.fail/
2•shortcrct•21m ago•0 comments

Blueprint for how to be self sufficient in a 1/4 acre backyard

https://www.reddit.com/user/CandescentgenyVet/comments/1vw9dcj/blueprint_for_how_to_be_self_suffi...
7•jamarna•24m ago•0 comments

Hacker News in Uncompromised Detail

https://vale.rocks/posts/hacker-news
2•OuterVale•24m ago•0 comments

Show HN: LAN Sheriff – watch which servers your machine talks to, live on a map

https://github.com/291-Group/LAN-Sheriff
1•291Grp•25m ago•0 comments

Oura lawsuit accuses it of misleading consumers about sleep-tracking accuracy

https://techcrunch.com/2026/08/21/oura-faces-lawsuit-accusing-it-of-misleading-consumers-about-sl...
1•bookofjoe•28m ago•0 comments

Flock camera backlash adds fuel to midterm anti-AI frenzy

https://www.axios.com/2026/08/23/flock-cameras-data-centers-ai-midterms-2026-tech
2•newsomix9xl•31m ago•0 comments

Physical Activity at Work Linked to Higher Dementia Rates

https://www.medpagetoday.com/neurology/dementia/122675
2•Noaidi•32m ago•0 comments

Show HN: Application-Layer Parsing in eBPF

https://github.com/lbrndnr/beeper
1•lbrndnr•33m ago•0 comments

SlackCLI

https://github.com/shaharia-lab/slackcli
1•shahariaa•37m ago•1 comments

Texas Is Tip of a Melting MUNI Iceberg [video]

https://www.youtube.com/watch?v=hLDStb0IVps
1•thelastgallon•39m ago•0 comments

Gemini 3.7 Flash, Grok 4.6, GLM-5.3 and DeepSeek V4 Pro joined the frontier

https://quesma.com/blog/baba-is-aug-2026/
1•stared•39m ago•0 comments

Oneiric, AI-generated, open source [video]

https://www.youtube.com/watch?v=aAg9iDh9_BQ
1•wiradikusuma•39m ago•0 comments

Ducklab – dev harness that built itself: 416 runs, $176, local models

https://github.com/jrullan/ducklab
2•jrullan•40m ago•1 comments

Woe Is Em: The Sad Lifecycle of an AI Tell

https://stevekrause.org/blog/2026/08/woe-is-em-the-sad-lifecycle-of-an-ai-tell/
1•quadtree•41m ago•0 comments

Henka: Multi-tenant MCP server for structured, semantics-aware code refactorings

https://github.com/martint/henka
1•hashhar•41m 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.