frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Not All Malls Are Struggling

https://www.nytimes.com/2026/03/21/business/dealbook/shopping-mall-resurgence.html
1•JumpCrisscross•22s ago•0 comments

Broadcasters urge EU to tighten rules for Big Tech in smart TV standoff

https://www.reuters.com/sustainability/boards-policy-regulation/eu-digital-rules-should-apply-big...
1•JumpCrisscross•2m ago•0 comments

Lumalabs Uni-1

https://lumalabs.ai/uni-1
3•smusamashah•5m ago•0 comments

Writing an LLM from scratch, part 32f – Interventions: weight decay

https://www.gilesthomas.com/2026/03/llm-from-scratch-32f-interventions-weight-decay
4•gpjt•6m ago•0 comments

AI Token Economics: What Jensen Huang Is Building

https://unlockedvalue.substack.com/p/ai-token-economics
1•neobobkrause•6m ago•0 comments

SEC's ex-enforcement chief clashed with bosses over Trump cases before leaving

https://www.reuters.com/business/finance/us-secs-ex-enforcement-chief-clashed-with-bosses-before-...
3•JumpCrisscross•10m ago•0 comments

U.S. FCC Bans Foreign-Made Routers as a 'National Security Risk'

https://www.cnet.com/home/internet/fcc-bans-foreign-made-routers-as-national-security-risk/
3•walterbell•13m ago•0 comments

SEC's ex-enforcement chief clashed with bosses before leaving

https://www.cnbc.com/2026/03/23/secs-ex-enforcement-chief-clashed-with-bosses-before-leaving.html
1•petethomas•13m ago•0 comments

Geo Cold Outreach in My Inbox Is Up 3x

https://www.generativevisibility.com/the-new-category-showing-up-in-my-inbox/
1•jenthoven•14m ago•0 comments

Why Everyone's Picking Up a PSP Again in 2026

https://gardinerbryant.com/psp-in-2026/
2•ecliptik•14m ago•0 comments

Can Good Writing Be Generative?

https://arxiv.org/abs/2601.18353
1•mihau•14m ago•0 comments

No, Windows Start does not use React

https://pathar.tl/blog/no-windows-start-does-not-use-react/
6•pathartl•16m ago•0 comments

Obsidian CLI

https://obsidian.md/help/cli
1•jrgd•18m ago•1 comments

Confronting the CEO of the AI company that impersonated me

https://www.theverge.com
2•inaros•18m ago•0 comments

Secret Hitler LLM Benchmark

https://github.com/jordan-gibbs/secret-hitler-bench
3•jordan_gibbs•24m ago•1 comments

Beyond AI Taking Jobs: When Economy Needs No Human Consumer

https://ralphmao.github.io/AI-humanity/
1•emulbasaka•25m ago•0 comments

Cisco Announces DefenseClaw at RSAC 2026

https://github.com/cisco-ai-defense/defenseclaw
1•Khaine•28m ago•1 comments

Why your guitar goes sharp when you play hard: the Kirchoff–Carrier equation

https://mbmccoy.dev/posts/nonlinear-vibes/
3•_alternator_•31m ago•1 comments

Is ChatGPT a Scrabble Genius, or a Scrabble Disaster?

https://www.youtube.com/watch?v=8opLB1D_RYY
2•doener•32m ago•1 comments

Python Software Foundation turned down Trump admin grant (2025)

https://arstechnica.com/tech-policy/2025/10/python-foundation-rejects-1-5-million-grant-over-trum...
1•PaulDavisThe1st•32m ago•0 comments

Designing AI Chip Software and Hardware

https://docs.google.com/document/d/1dZ3vF8GE8_gx6tl52sOaUVEPq0ybmai1xvu3uk89_is/edit?tab=t.0
2•broune•34m ago•1 comments

Global Petrol Prices

https://www.globalpetrolprices.com/gasoline_prices/
1•greedo•37m ago•0 comments

AI boom risks widening wealth divide, says BlackRock's Larry Fink

https://www.theguardian.com/technology/2026/mar/23/ai-boom-risks-widening-wealth-divide-blackrock...
7•devonnull•38m ago•0 comments

Dusking is a trend aimed at helping people switch off at the end of the day

https://theconversation.com/dusking-is-a-trend-aimed-at-helping-people-switch-off-at-the-end-of-t...
3•zeristor•39m ago•0 comments

SynthVision: Building a 110K Synthetic Medical VQA Dataset

https://huggingface.co/blog/OpenMed/synthvision
1•maziyar•41m ago•1 comments

Gabbard plans to shift coveted, CIA-backed high-tech fund In-Q-Tel to her office

https://www.politico.com/news/2026/03/23/in-q-tel-odni-cia-control-00840302
4•avidruntime•42m ago•1 comments

Philosophical DNA

https://diagnostic.millermanschool.com/
1•iamjfu•42m ago•0 comments

Where Should the Agent(s) Live?

https://opencomputer.dev/blog/where-should-the-agent-live
5•iacguy•43m ago•0 comments

Why LLMs can't paragraph well

https://hollisrobbinsanecdotal.substack.com/p/for-the-love-of-god-learn-to-paragraph
2•HR01•43m ago•0 comments

PyTorch 2.11 Released

https://pytorch.org/blog/pytorch-2-11-release-blog/
2•0bytematt•44m 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•10mo ago

Comments

kemotep•10mo 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.