frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How AI-Powered Asynchronous Digital Research Is Transforming Healthcare

https://figshare.com/articles/preprint/Real-Time_Patient_Narratives_How_AI-Powered_Asynchronous_D...
1•aishasajjad•2m ago•0 comments

Show HN: An interactive AI tutorial I wrote for my 11-year-old

https://learnai.robennals.org/
1•robotelvis•2m ago•0 comments

Why the AI backlash has turned violent

https://www.bloodinthemachine.com/p/why-the-ai-backlash-has-turned-violent
1•speckx•3m ago•0 comments

Hyphanet: High Impact Tasks

https://github.com/hyphanet/wiki/wiki/High-Impact-tasks
2•jerlendds•4m ago•0 comments

Trustworthy JavaScript for the Open Web

https://hacks.mozilla.org/2026/05/trustworthy-javascript-for-the-open-web/
2•panarky•5m ago•0 comments

China Steps Up U.S. Sanctions Fight, Defying Blacklisting over Iranian Oil

https://www.wsj.com/world/china/china-steps-up-u-s-sanctions-fight-defying-blacklisting-over-iran...
1•LopRabbit•5m ago•0 comments

How I organize my work

https://www.krabr.com/blog/how-i-organize-my-work/
1•alexey358•5m ago•0 comments

Show HN: Per-request emotion steering for vLLM, with batching preserved

https://github.com/eigenweltlabs/emotion-steering
1•ChrisPoensgen•7m ago•0 comments

Show HN: EmailAjent – an AI executive assistant for your email threads

https://emailajent.com/
1•arttaboi•8m ago•0 comments

Scaling GPU DataFrames: Why Bodo's SPMD Architecture Outperforms Task-Based Engi

https://www.bodo.ai/blog/scaling-gpu-dataframes-why-bodos-spmd-architecture-outperforms-task-base...
2•marquisdepolis•9m ago•0 comments

Build a Boring Business

https://www.hauser.io/build-a-boring-business/
1•bkfh•9m ago•0 comments

Computer Use Is 45x More Expensive Than Structured APIs

https://reflex.dev/blog/computer-use-is-45x-more-expensive-than-structured-apis/
7•palashawas•10m ago•0 comments

Some meteorite realities

https://sites.wustl.edu/meteoritesite/items/some-meteorite-realities/
1•Tomte•10m ago•0 comments

GitVision – Blast radius and duplicate detection for any GitHub repo

https://gitvision.net
1•coffeejones•10m ago•0 comments

Show HN: Unreal Engine 5 WebGPU implementation [video]

https://www.youtube.com/watch?v=I31ICNNz3Ps
2•astlouis44•11m ago•0 comments

Meteorites and Their Properties

https://www.lpi.usra.edu/science/kring/epo_web/meteorites/toc.html
1•Tomte•11m ago•0 comments

AIMP is going to be cross-platform (Linux Support Is Coming)

https://aimp.ru/blogs/?p=1523
2•SweetSoftPillow•12m ago•0 comments

Human-to-human transmission suspected on board hantavirus cruise ship, WHO says

https://www.cnn.com/2026/05/05/africa/cruise-ship-hantavirus-who-intl
3•koolhead17•13m ago•0 comments

Show HN: Pathetic – Java pathfinding: 10k concurrent paths in ~7ms

https://github.com/bsommerfeld/pathetic
2•bsommerfeld•13m ago•0 comments

Fix "Copy Fail" before your Linux system gets sick

https://opensourcewatch.beehiiv.com/p/fix-copy-fail-before-your-linux-system-gets-sick
2•CrankyBear•13m ago•0 comments

Trust Is the Bottleneck

https://blog.reqproof.com/p/engineerings-ai-bottleneck-is-trust
2•LeonidBugaev•15m ago•0 comments

I Miss Craft

https://eliothertenstein.com/notes/on-craft
3•eiiot•15m ago•0 comments

Epic Semi RISC-V server products

https://www.epicsemi.com/products/contrail/contrail-compute/
1•rwmj•15m ago•0 comments

Comparisons as Predictable as the Sunrise

https://pudding.cool/2026/05/similes/
2•usrme•15m ago•0 comments

Stop Apologizing for Big PRs

https://theendofcoding.com/blog/stop-apologizing-for-big-prs
2•nbouvrette•16m ago•0 comments

The Impossible Things We Have to Believe

https://berthub.eu/articles/posts/the-impossible-things-we-have-to-believe/
3•TechTechTech•18m ago•0 comments

Show HN: Klypn - The easiest way to create an online work profile

https://klypn.com
2•chresko•19m ago•0 comments

OurCar: Making an App Just for Us

https://mendelgreenberg.com/posts/ourcar/
2•chabad360•19m ago•0 comments

Detection of an atmosphere on a trans-Neptunian object beyond Pluto

https://www.nature.com/articles/s41550-026-02846-1
4•droidjj•22m ago•0 comments

Apple's First Phone Design Never Made It to Market (2014)

https://lowendmac.com/2014/apples-first-phone-from-1983-never-made-it-to-market/
4•downbad_•24m 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•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.