frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SpaceX just landed in 401(k)s due to key index rule changes

https://moneywise.com/news/top-stories/spacex-401k-anthropic-openai-ipo-index-fund-rules
2•voxadam•2m ago•0 comments

GraphQL MCP Server and GraphiQL Plugins

https://graphql-mcp.com/
2•robjampar•4m ago•1 comments

OpenAI limits latest ChatGPT product to Trump-approved customers

https://www.bnnbloomberg.ca/business/artificial-intelligence/2026/06/26/openai-limits-its-latest-...
2•MadrasTh0rn•6m ago•1 comments

Show HN: Self hosting a modern LLM stack

https://github.com/raiyanyahya/llmaker
2•sleepynoodle•9m ago•1 comments

Germans are researching their Nazi past as the far right urges them to move on

https://www.cnn.com/2026/06/28/europe/germans-nazi-past-far-right-intl
2•Tomte•12m ago•0 comments

How can engineering leaders avoid becoming Bond villains?

https://stackoverflow.blog/2026/06/26/paging-charity-how-can-engineering-leaders-avoid-becoming-b...
2•backlit4034•14m ago•0 comments

The Richest Country Is Pretty Mid Now [video]

https://www.youtube.com/watch?v=4FZy1lBNykA
1•locusm•14m ago•0 comments

Efficiency in LLMs – Part 1 – Columbia Machine Learning Summer School 2026 [video]

https://www.youtube.com/watch?v=zcWJCKsODZk
2•matt_d•17m ago•0 comments

Towards Understandable Software

https://gracefulliberty.com/articles/towards-understandable-software/
2•signa11•19m ago•0 comments

Chinese farmer and his 70k chickens become online celebrities [video] (2019)

https://www.youtube.com/watch?v=aWjYLYulALs
2•dprkh•24m ago•0 comments

Silent Weapons for Quiet Wars

https://archive.org/details/silent-weapons-for-quiet-wars_202110
5•jupr•26m ago•4 comments

Learn how coding agents are built

https://twotimespi.dev/
3•nreece•28m ago•0 comments

Redesign of US Government websites stokes surveillance fears

https://www.theguardian.com/us-news/2026/jun/28/government-website-visitor-tracking-surveillance-...
6•devonnull•28m ago•0 comments

Book of American Types – ATF Standard Faces, 1934

https://archive.org/details/ATFBookOfAmericanTypes1934
2•everybodyknows•36m ago•0 comments

Australia toughens social media ban, doubles potential penalties for tech firms

https://www.reuters.com/business/media-telecom/australia-toughens-kids-social-media-ban-doubles-p...
3•1vuio0pswjnm7•37m ago•1 comments

'The cult of Elon': SpaceX investors grapple with volatility amid big swings

https://www.cnbc.com/2026/06/26/spacex-volatility.html
3•1vuio0pswjnm7•39m ago•0 comments

Low dose Naltrexone [video][9 mins]

https://www.youtube.com/watch?v=S5Y_ShsPTpQ
2•Bender•39m ago•0 comments

Billionaire Jeremy Grantham says Bitcoin will 'dwindle away with a whimper'

https://www.cnbc.com/2026/06/26/billionaire-investor-jeremy-grantham-says-bitcoin-will-dwindle-aw...
5•1vuio0pswjnm7•40m ago•0 comments

David Sedaris on his Duolingo obsession

https://www.theguardian.com/books/2026/jun/28/david-sedaris-duolingo-obsession-the-land-and-its-p...
2•andsoitis•42m ago•0 comments

Nostalgia – it's not like it used to be (2012)

https://www.bbc.com/news/magazine-20726824
2•ryandrake•52m ago•0 comments

Clean Code: Second Edition Critique

https://bugzmanov.github.io/cleancode-critique/clean_code_second_edition_review.html
2•bmacho•53m ago•0 comments

The church members disagree on politics. Together theyre wiping out medical debt

https://www.npr.org/2026/06/28/nx-s1-5847966/medical-debt-politics-republican-democrat
3•Jimmc414•54m ago•0 comments

Memory Safe Context Switches

https://fil-c.org/context_switches
3•pizlonator•56m ago•0 comments

Tailwind

https://www.kevinsdias.com/posts/tailwind.html
4•diasks2•57m ago•0 comments

The Hunt for the Death Valley Germans

https://otherhand.org/home-page/search-and-rescue/the-hunt-for-the-death-valley-germans/
2•signa11•58m ago•0 comments

Consistency, but in Excellence Not Appearance – Jim Nielsen's Blog

https://blog.jim-nielsen.com/2026/a-consistency-of-excellence/
3•tambourine_man•59m ago•0 comments

Blink If You're Human

https://dynomight.net/blink/
2•Curiositry•1h ago•0 comments

Polymarket traders revolted over one silly sillable

https://www.nytimes.com/2026/06/28/business/donk-polymarket-prediction-markets.html
4•croemer•1h ago•0 comments

Show HN: I Made a WebGPU Based Agent/Worlflow Explainer

https://tdu-naifen.github.io/AgentVisualization/
2•milkpowder101•1h ago•0 comments

The oracle problem is three thousand years old

https://pilgrima.ge/p/the-oracle-problem
3•momentmaker•1h 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.