frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bolt.gives Introduces Free, Agentic AI Coding Platform

https://github.com/embire2/bolt.gives
1•embire2•54s ago•1 comments

Bad Thing Insurance – Coverage for alien abduction, rogue black holes, and AGI

https://badthing.xyz/
1•rooster666•1m ago•0 comments

Fast-Servers: An Interesting Pattern?

https://geocar.sdf1.org/fast-servers.html
1•signa11•2m ago•0 comments

Reverse engineering "Hello World" in QuickBasic 3.0

https://marnetto.net/2026/03/01/brun-hello-world
1•alberto-m•3m ago•0 comments

Driftwood – friendly AppImage manager for Linux

https://apps.lashman.live/driftwood/
1•bovermyer•4m ago•0 comments

Cielab Color Space

https://en.wikipedia.org/wiki/CIELAB_color_space
1•vinhnx•6m ago•0 comments

Show HN: Belora.ai – Generative AI Platform for Images, Art

https://www.belora.ai
1•tatefinn•7m ago•0 comments

Foods destroying rainforests, in one simple chart

https://www.vox.com/climate/480083/beef-agriculture-deforestation-amazon-rainforest
2•stared•8m ago•0 comments

Show HN: Veracity-Cryptographic data integrity proofs for AI compliance

https://veracity.resethiq.com
1•ResEthiq1•8m ago•0 comments

Show HN: Build a Website for DevOps Learning

https://devopsatlas.com/
1•joshuajebaraj•9m ago•0 comments

Show HN: Colnade – Type-Safe DataFrames for Python

https://github.com/jwde/colnade
1•jwde•11m ago•0 comments

How I approach vibe coding projects to make it not suck

1•bwooceli•11m ago•0 comments

Lil' Fun Langs' Guts

https://taylor.town/scrapscript-001
1•surprisetalk•13m ago•0 comments

Apache Iggy's migration journey to thread-per-core architecture

https://iggy.apache.org/blogs/2026/02/27/thread-per-core-io_uring/
1•dhruv_ahuja•13m ago•0 comments

Symmetric Search Demo – searchable encryption with index backed tags

https://github.com/kgrama/symmetric-search-demo
1•gramgor•14m ago•1 comments

AI will replace your org chart

https://nuggetz.ai/articles/ai-will-replace-your-org-chart
1•kver•15m ago•0 comments

FairSplit – A local-first, multi-currency expense splitter

https://fairsplit.it
1•rummstien•19m ago•0 comments

Show HN: Schedule Calendar – A Chrome Extension for Google Calendar

https://chromewebstore.google.com/detail/schedule-calendar/dfbpjijneaihingmldgpgcodglkoamoe
1•sergey_commit•19m ago•0 comments

Show HN: Hive Memory – Cross-project memory for AI coding agents (MCP server)

https://github.com/moonx010/hive-memory
1•moonx010•21m ago•0 comments

Show HN: A white-label VoIP stack (Django/WebRTC) to replace RingCentral/Webex

https://www.crudloop.com/pstn
1•navicstein•23m ago•0 comments

A Rabbit Hole Called WebGL: 8-Part Series on WebGL Application Basics

https://www.hendrik-erz.de/post/a-rabbit-hole-called-webgl
2•birdculture•26m ago•0 comments

New iron nanomaterial wipes out cancer cells without harming healthy tissue

https://www.sciencedaily.com/releases/2026/02/260228093456.htm
3•gradus_ad•27m ago•0 comments

How Terrorists, and Spies Exploit Luxury Watch Network to Launder Millions

https://topsecretumbra.substack.com/p/exclusive-time-is-money
1•Anon84•28m ago•0 comments

URL

https://pratikkumar.substack.com/p/the-journey-of-a-url
1•pr2tik1•34m ago•0 comments

Remembering David MacKay

https://statmodeling.stat.columbia.edu/2026/03/01/remembering-david-mackay/
1•Tomte•36m ago•0 comments

US Military says 3 service members have been killed

https://apnews.com/live/us-israel-strikes-iran-khamenei-03-01-2026
25•sheikhnbake•37m ago•7 comments

The Lowball

https://jadsaklawi.github.io/
1•_jad_•37m ago•0 comments

Norweigan Government comes out swinging on enshittification

https://www.youtube.com/watch?v=ii-D9LaitUw
5•FpUser•38m ago•0 comments

Long-lost silent film depicts first 'robot' in cinema

https://www.popsci.com/technology/first-robot-on-film/
2•Brajeshwar•38m ago•0 comments

Specifiability Is the Leverage

https://alperenkeles.com/posts/specifiability-is-the-leverage/
1•alpaylan•40m 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•9mo ago

Comments

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