frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tecto: An Opaque, Encrypted Token Protocol as an Alternative to JWT

https://github.com/Zastinian/tecto
1•Zastinian•1m ago•1 comments

Find a classical song matching your trip duration

https://busundreu.com/
1•pax•1m ago•1 comments

Human waste backing up in basements is a sign of US infrastructure problems

https://apnews.com/article/sewage-overflows-potomac-epa-water-trump-baltimore-be71eea20324a911142...
1•petethomas•2m ago•0 comments

Gemini CLI as an agent harness for Google Workspace CLI (gws)

https://github.com/kstonekuan/gemini-workspacer
1•kstonekuan•2m ago•0 comments

The story of one of my worst programming failures

https://utcc.utoronto.ca/~cks/space/blog/programming/DevelopedTooSmallFailure
1•zdw•8m ago•0 comments

Engineering, Fast and Slow

https://undecidability.net/slow/
2•holden_nelson•9m ago•0 comments

Gemini Exporter – Save Chats Directly to Notion, Docs, Word, and PDF

https://chromewebstore.google.com/detail/gemini-exporter-save-gemi/lgipeakgdkcgnkdljeagconfbfeolidj
2•backrun•10m ago•1 comments

Manus AI credit optimizer – 47% savings from analyzing 200 tasks

https://github.com/rafsilva85/credit-optimizer-v5
1•creditopt_dev•11m ago•0 comments

Geomancy

https://en.wikipedia.org/wiki/Geomancy
1•marysminefnuf•12m ago•0 comments

Spain's Wind-Farm Bargain

https://www.theatlantic.com/science/2026/03/spain-wind-power/686311/
1•a_w•13m ago•0 comments

Telegram Finance Bot Powered by OpenClaw

https://github.com/bisbeebucky/ai-bot
1•bisbeebucky•13m ago•1 comments

Asus Executive Says MacBook Neo Is 'Shock' to PC Industry

https://www.macrumors.com/2026/03/10/asus-executive-says-macbook-neo-is-a-shock/
4•alwillis•17m ago•0 comments

The Elders (Organization)

https://en.wikipedia.org/wiki/The_Elders_(organization)
1•beatthatflight•17m ago•0 comments

Show HN: OpenClaw Plugin for Claude Code and Codex Orchestration

https://github.com/goldmar/openclaw-code-agent
1•goldmar•19m ago•0 comments

BunnyCDN silently breaks Mastodon request signing, preventing DDoS protection

https://social.mikutter.hachune.net/@mok/116208294430782702
1•mystraline•21m ago•0 comments

MetaLayer –Compare answers of multiple AI models and generate a consensus result

https://metalayerlabs.com
2•PaulmHope•23m ago•1 comments

Bondi, Miller, Rubio, Noem, Hegseth Have Relocated to Military Bases (NYT)

https://www.nytimes.com/2026/03/10/us/politics/bondi-military-housing-threats.html
3•tbreschi•30m ago•3 comments

Eric Schmidt: China Could Dominate the Physical AI Future

https://time.com/7382151/china-dominates-the-physical-ai-race/
2•Anon84•33m ago•1 comments

Ask HN: How do you prevent MCP agents from looping in production?

3•aethis•35m ago•0 comments

Iran's Control of Hormuz Means It's Exporting More Oil Today Than Before the War

https://www.wsj.com/world/middle-east/irans-control-of-hormuz-means-its-exporting-more-oil-today-...
1•JumpCrisscross•41m ago•0 comments

Rlclaw autonomous ML research companion

https://github.com/photon-cat/rlclaw
2•photoncat•42m ago•1 comments

The "Bloomberg Terminal" for Agents – Real-Time Intelligence API for AI Agents

https://thepolarisreport.com/agents
1•JohnWeston•43m ago•1 comments

Towards a Neural Debugger for Python

https://arxiv.org/abs/2603.09951
1•E-Reverance•51m ago•0 comments

Semantically search 45k+ AI skills

https://skillsgate.ai/
2•sultanvaliyev•55m ago•2 comments

Python library for translating between embedding model vector spaces

https://github.com/PotentiallyARobot/EmbeddingAdapters/
3•Taranovski•59m ago•1 comments

Robinhood Agent Integration

https://github.com/kevin1chun/rh-for-agents
3•kevin1chun•1h ago•0 comments

Show HN: FizzBuzz Forever – Agent Edition

https://github.com/dleemiller/fizzbuzz-forever
1•deepsquirrelnet•1h ago•0 comments

T9 in the Terminal for Codex, Claude, Gemini

https://github.com/Xsamsx/T9T
1•kyivctoner•1h ago•1 comments

Writing my own text editor, and daily-driving it

https://blog.jsbarretto.com/post/text-editor
14•todsacerdoti•1h ago•0 comments

Why Systems Optimized for Metrics Eventually Drift from Reality [pdf]

https://offbrandguy.com/wp-content/uploads/2026/03/optimization-trap-reality-drift-framework-2023...
2•realitydrift•1h ago•1 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.