frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

NYC, MTA eye first-of-its-kind plan that might keep subway platforms cooler

https://www.cbsnews.com/newyork/news/nyc-mta-subway-platforms-hot-weather-study/
1•thunderbong•1m ago•0 comments

Show HN: AI Pulse a fake LED strip beside the macOS Dock that shows agent status

https://github.com/leog/ai-pulse
1•leog_me•5m ago•0 comments

Tokenisation: Who decides what a token is anyway?

https://idlemachines.co.uk/essays/tokenisation
1•smaddrellmander•7m ago•0 comments

From backpacks to food, consumer goods are getting worse

https://www.theguardian.com/us-news/2026/aug/10/consumed-consumer-goods-quality
2•petethomas•8m ago•0 comments

AI framework rooted in cognitive science could complete tasks more efficiently

https://techxplore.com/news/2026-07-ai-framework-rooted-cognitive-science.html
1•1659447091•8m ago•0 comments

You Are the Superintelligence

http://unsoliciteddave.blogspot.com/2026/08/you-are-superintelligence.html
1•DaveParkCity•12m ago•0 comments

Whats: A CLI command explainer, pure man pages, –help outputs

https://github.com/iamkaran/whats
3•thunderbong•14m ago•0 comments

Python's pre-declared constants are kinda weird

https://sebsite.pw/w/20260801-pythonconstants.html
1•Ravencentric•14m ago•0 comments

Convictional (YC W19) is shutting down

https://get.convictional.com/posts/convictional-is-shutting-down/
1•barronlroth•15m ago•1 comments

Zuck rekindles open weights Llama drama with Muse Glimmer

https://www.theregister.com/ai-and-ml/2026/08/10/zuck-rekindles-open-weights-llama-drama-with-mus...
1•joebuckwilliams•17m ago•1 comments

Making Need for Speed 2015 using Game Maker [video]

https://www.youtube.com/watch?v=ffGqjOBowIc
1•linkdd•19m ago•0 comments

Show HN: Typegres 0.3 – SQL-as-your-API, safely (using Cap'n Web RPC)

https://typegres.com/
1•ryanrasti•23m ago•0 comments

Show HN: Calldiff – a CLI to see callstack diffs in all major languages

https://github.com/tanishqkancharla/calldiff
1•tanishqkanc•26m ago•0 comments

Traffic to Trump's Truth Social Falls Sharply This Summer

https://www.nytimes.com/2026/08/10/business/trump-truth-social-traffic-declines.html
4•duxup•26m ago•2 comments

Show HN: Keen Code – an agentic-engineered coding agent

https://github.com/mochow13/keen-code
3•mochow13•26m ago•1 comments

Joining Cursor

https://arslan.io/2026/08/10/joining-cursor/
3•sagacity•28m ago•0 comments

Reflex XY – a Python charting library for interactive 2D visualizations

https://reflex.dev/docs/xy/
1•aanet•29m ago•1 comments

Outsiders Pay $6,500 to Learn Southern Sorority Rush's Unwritten Rules

https://www.bloomberg.com/news/articles/2026-08-10/what-is-sorority-rush-and-why-are-parents-payi...
2•alephnerd•29m ago•0 comments

Show HN: Bananarr – Technology Profiler – Chrome Extension

https://bananarr.com/
1•ernsheong•32m ago•0 comments

Show HN: My local climbing gym from photogrammetry

https://kmcheung12.github.io/climb-preview/tour/ae43c6e5
2•a_c•34m ago•0 comments

On Comments

https://blog.helsing.ai/posts/on-comments/
1•theanonymousone•35m ago•0 comments

Muse Glimmer (High) Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/muse-glimmer
1•theanonymousone•35m ago•0 comments

How Claude marks AI-generated content

https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content
23•mfiguiere•36m ago•13 comments

A Workaphile's Apology

https://moalquraishi.wordpress.com/2026/08/10/a-workaphiles-apology/
1•ray__•36m ago•0 comments

Toxic underground fires spreading at California landfills

https://www.newstribune.com/news/2026/aug/07/toxic-underground-fires-spreading-at-california/
2•tapper•37m ago•0 comments

Baldur's Gate 3: Hotfix #36 Now Live

https://baldursgate3.game/news/hotfix-36-now-live_149
2•doener•40m ago•0 comments

Instant Ruby Deployment – Heroku's 2009 launch blog

https://adam.herokuapp.com/past/2009/3/9/instant_ruby_deployment/
1•iacguy•41m ago•0 comments

Show HN: allmcps-server – MCP server for MCP servers

https://github.com/Jackalope-Dev/allmcps-server
1•ghosts_•41m ago•0 comments

AI-only Society holds $17k on-chain, publishes its books, and patches them by PR

https://athenaautomate.ai/blog/1f916-treasury.html
1•stockworks•42m ago•0 comments

Show HN: Graph2agent; Mermaid diagrams, explained for agents

https://graph2agent.github.io/
2•alexandroskyr•43m 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.