frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Relm4: An elm inspired rust GUI framework based on GTK4

https://github.com/Relm4/Relm4
1•AlawamiAZ•31s ago•0 comments

Are you allowed to put that SoC 2 logo on your website?

https://www.getprobo.com/blog/2026-05-04-are-you-allowed-to-put-soc-2-logo-on-website
1•gearnode•1m ago•0 comments

Ascynd – AI video clipper that runs on your machine

https://ascynd.io/en/blog/building-ascynd-in-rust
1•niels_•2m ago•0 comments

Show HN: I built a personalized portfolio builder for your values

https://sylphfinance.com/get-started
1•chibg10•3m ago•0 comments

1 in 8 workers say selling company logins is justifiable

https://www.theregister.com/security/2026/05/06/1-in-8-workers-say-selling-company-logins-is-just...
1•speckx•4m ago•0 comments

Learning the Integral of a Diffusion Model

https://sander.ai/2026/05/06/flow-maps.html
1•benanne•6m ago•0 comments

When DNSSEC goes wrong: how we responded to the .de TLD outage

https://blog.cloudflare.com/de-tld-outage-dnssec/
2•ascorbic•7m ago•0 comments

Embed Arbitrary Payloads into JPEGs Without Special Tools

https://swharden.com/blog/2026-05-02-jpeg-payload/
1•freediver•7m ago•0 comments

Solidity vulnerability findings open dataset

https://huggingface.co/datasets/daveytea/x23-solidity-vulnerabilities-audit-findings
1•daveytea•8m ago•1 comments

MySQL 9.7 Is Out and the Community Wins

https://blogs.oracle.com/mysql/mysql-9-7-is-out-and-the-community-wins
2•jonbaer•9m ago•0 comments

Show HN: Dez brings back Zed's Text Threads

https://github.com/taoeffect/dez
1•gslepak•9m ago•0 comments

Tile Wipeout – a new kind of slider puzzle [beta]

https://testflight.apple.com/join/3sstMjRK
1•amichail•9m ago•1 comments

Brian's Misunderstanding of Management in a World Rapidly Adopting AI

https://allstead.dev/blog/brians-misunderstanding
1•willio58•9m ago•0 comments

DAO governance forum open dataset

https://huggingface.co/datasets/daveytea/x23-DAO-governance-forums
1•daveytea•10m ago•1 comments

Murderbot Is a *Perfect Film

https://a.wholelottanothing.org/murderbot-is-a-perfect-film/
2•speckx•10m ago•0 comments

Free QuickBooks Desktop to JSON Exporter

https://github.com/josephsprei-lang/quickbooks-desktop-extractor
1•josephsprei•11m ago•0 comments

Statement from Medical Professionals; Congressional Record Vol. 172, No. 76

https://www.congress.gov/congressional-record/volume-172/issue-76/senate-section/article/S2162-1
1•xyst•12m ago•0 comments

Invesco Says Big Tech Needs 'Every Dollar' It Can Get in AI Debt

https://www.bloomberg.com/news/articles/2026-05-06/invesco-says-big-tech-needs-every-dollar-it-ca...
1•1vuio0pswjnm7•12m ago•0 comments

Ferrokey – embedded B-tree KV store in Rust, WAL crash recovery, zero deps

1•Psudokit•13m ago•0 comments

RFK Jr. clears path for minors to use tanning beds, much to dermatologist dismay

https://www.latimes.com/science/story/2026-05-06/rfk-hands-major-win-to-indoor-tanning-industry-t...
2•randycupertino•14m ago•0 comments

A C/C++ checklist challenge turns registry data into a kernel write primitive

https://blog.trailofbits.com/2026/05/05/c/c-checklist-challenges-solved/
2•logickkk1•17m ago•0 comments

Agents are now 'dreaming' in Claude Managed Agents

https://www.zdnet.com/article/your-claude-agents-can-dream-now-how-anthropics-new-feature-works/
2•0x10ca1h0st•19m ago•2 comments

Google Makes EU Offer to Avert Fines in News Search Case

https://www.bloomberg.com/news/articles/2026-05-06/google-makes-eu-offer-to-avert-fines-in-news-s...
1•1vuio0pswjnm7•19m ago•0 comments

Name in Landsat

https://science.nasa.gov/specials/your-name-in-landsat/
1•lentil_soup•19m ago•0 comments

OpenAI didn't respect Canadian privacy law when it trained ChatGPT:investigation

https://www.cbc.ca/news/politics/privacy-investigation-chatgpt-open-ai-9.7188538
3•pseudolus•20m ago•0 comments

Show HN: I built a skill, grounded in research, to make your writing less boring

https://github.com/ericfitz/skills/blob/main/boring/README.md
1•efitz•20m ago•0 comments

Renaissance Science – XV

https://thonyc.wordpress.com/2021/07/28/renaissance-science-xv/
1•jruohonen•21m ago•0 comments

Aircraft: The Jet as Art

https://www.jeffreymilstein.com/portfolios/aircraft/
1•NaOH•21m ago•0 comments

Climate change impacts are making winters shorter

https://www.usatoday.com/graphics/interactives/how-climate-change-is-impacting-winters/
1•gmays•22m ago•0 comments

Firsthand: I Bet on Clay (and It Bet on Me) by Mishti Sharma

https://review.firstround.com/firsthand-clay/
1•nadis•27m ago•0 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•11mo ago

Comments

graypegg•11mo 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.