frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

US Gov Investigators Found No EU Internet Censorship, and Ignored the Findings

https://www.techdirt.com/2026/03/24/the-trump-admins-own-investigators-found-no-eu-internet-censo...
1•hn_acker•21s ago•1 comments

Anduril Industries – Senior Software Engineer – JavaScript, React, AWS

1•Floss•59s ago•0 comments

Delta suspends special congressional services amid shutdown

https://thehill.com/policy/transportation/5797907-delta-suspends-special-congressional-desk-service/
3•JumpCrisscross•4m ago•0 comments

New cars allegedly include "eye of sauron" to monitor drivers

https://twitter.com/VladTheInflator/status/2036174124180185260
1•bilsbie•4m ago•0 comments

Show HN: Skub – a sliding puzzle browser game

https://skub.app
2•kasperstorgaard•5m ago•0 comments

Airstrikes may have destroyed Iran's last F-14s

https://www.npr.org/2026/03/24/nx-s1-5752380/f14-tomcats-iran-us-israel-airstrikes-top-gun
1•divbzero•6m ago•0 comments

LiteLLM's SOC 2 auditor was – Delve: Supply chain trust is broken

https://trustcompliance.xyz/blog/supply-chain-trust
1•fadijob•6m ago•0 comments

LLMs don't think outside the box

https://zeyrie.blog/posts/technology/llms-dont-think-outside-the-box/
1•speckx•7m ago•0 comments

Victorian service stations run out of fuel as Middle East war spikes demand

https://www.abc.net.au/news/2026-03-24/victorian-petrol-stations-run-out-diesel-fuel-iran-conflic...
3•geox•8m ago•1 comments

Yes, AI is intelligent. Prove me wrong

https://bertrandmeyer.com/2026/02/26/yes-ai-is-intelligent-prove-me-wrong/
2•reillyse•8m ago•0 comments

Gmail AI Productivity Hacks

https://consul.so/blog/gmail-productivity-tips-ai-2026
1•goldkey•8m ago•0 comments

Hark – The most advanced personal intelligence [video]

https://www.youtube.com/watch?v=0H1LSLipOVI
1•dangtony98•9m ago•0 comments

The case against self-help

https://bigthink.com/the-well/the-case-against-self-help/
1•Brajeshwar•9m ago•0 comments

Meta Partners with Arm to Develop New Class of Data Center Silicon

https://about.fb.com/news/2026/03/meta-partners-with-arm-to-develop-new-class-of-data-center-sili...
1•eatonphil•10m ago•0 comments

Krazam – Fantasy FAANGball [video]

https://www.youtube.com/watch?v=KIZt9YPAPZo
1•tart-lemonade•12m ago•0 comments

VideoAI_ADS

https://instant-ugc.com/?red=abdelk
1•Locas•12m ago•0 comments

Open-Sourced the Kretski Binding Score

https://github.com/Kretski/kretski-score
1•DREDREG•13m ago•1 comments

Kill Chain

https://artificialbureaucracy.substack.com/p/kill-chain
1•jtcasper•14m ago•0 comments

Employees Are Taking Pay Cuts in Huge Numbers

https://www.businessinsider.com/employees-taking-pay-cuts-huge-numbers-2026-3
3•msolujic•16m ago•1 comments

I Tried to Profit from Flight Delays Using Data [video]

https://www.youtube.com/watch?v=S1J8rx2Jw98
1•CGMthrowaway•18m ago•0 comments

Open Source Goes Agentic

https://mercurialsolo.github.io/posts/agent-source/
1•mercurialsolo•18m ago•1 comments

Ask HN: I am not able to post in ShowHN. Any idea why?

1•KhushaliT•19m ago•2 comments

A Gnome Foundation Program to Fund GNOME's Development

https://fellowship.gnome.org/
1•thibaultamartin•19m ago•0 comments

Age-Verification and the World Before Social Media

https://hackaday.com/2026/03/24/age-verification-and-the-world-before-social-media/
1•speckx•22m ago•0 comments

Ask HN: How Much Karma Before I Can Post Something?

2•KhushaliT•22m ago•1 comments

What if complexity is not what we think it is?

https://medium.com/@catterinagiordano
1•molecolegentili•22m ago•0 comments

The Download: tracing AI-fueled delusions, and OpenAI admits Microsoft risks

https://www.technologyreview.com/2026/03/24/1134540/the-download-tracing-ai-fueled-delusions-open...
1•joozio•22m ago•0 comments

PseudoDNA: Identifying Critical Vulnerabilities in Microsoft's PhotoDNA

https://www.pseudodna.eu/
1•wmf•23m ago•0 comments

Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller

https://videojs.org/blog/videojs-v10-beta-hello-world-again
2•Heff•23m ago•0 comments

Claude-Code Automode

https://claude.com/blog/auto-mode
2•marginalx•23m ago•1 comments
Open in hackernews

Rails 8 adds built in authentication generator

https://blog.saeloun.com/2025/05/12/rails-8-adds-built-in-authentication-generator/
6•amalinovic•10mo ago

Comments

graypegg•10mo ago
Now built a little workplace internal tool that needed a login page with it! Honestly pretty satisfied, it's simple enough that 10minutes is all you need to understand how it works: incredibly boring and standard (/pos)

My one gripe, that I think I might offer up a PR for, is it should have generators for log-in minitest helpers. You will end up making a log_in_as(user) method that sets the auth session cookie anyway... might as well just have that from the start.

The lack of registration also does feel weird to me as well. I know that user registration is probably the most variable part of the auth process, but stuff scaffolded from Rails is normally very delete-friendly anyway. Plus, 9/10 this generator is being run on a new project, so I immediately need to build it anyway, so I can set up system tests that log in and such.