frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The 'Country Hicks' Who Refused $26M from an AI Data Center

https://www.wsj.com/tech/ai/ai-data-center-rural-america-backlash-c0af4e16
1•impish9208•1m ago•1 comments

Deriving human size from fundamental constants

https://twitter.com/fermatslibrary/status/2088283075801170383
1•MrBuddyCasino•1m ago•0 comments

What happened at Id Software with layoffs [video]

https://www.youtube.com/watch?v=aA64Ogzm_VU
1•LucidLynx•3m ago•0 comments

AetherGrid – Distributed AI compute orchestration without K8s

https://github.com/wycliffRotich-dev/aethergrid
1•WycliffeRotich•3m ago•0 comments

Interface for AI agents was invented in 1978

https://dev.profullstack.com/~anthony/blog/011-post.html
1•buffer_overlord•4m ago•0 comments

Punkt. MC03 Sovereign Smartphone Made in Europe

https://www.punkt.ch/products/mc03-premium-secure-smartphone
1•FinnLobsien•5m ago•0 comments

Simulating Humans at Scale: Simile's Joon Sung Park [video]

https://www.youtube.com/watch?v=lfhFmwcESRw
1•ronfriedhaber•6m ago•0 comments

Zig Day Seattle, WA #3

https://zig.day/usa/seattle/3/
1•birdculture•7m ago•0 comments

An AI agent can burn 100× the tokens of a chat turn

https://aicharts.grok.me/c/agent-tokens
1•echohive42•7m ago•1 comments

Lawnmower-Like Enzyme Rewinds Decades of Molecular Aging in Human Tissue

https://www.the-scientist.com/lawnmower-like-enzyme-rewinds-decades-of-molecular-aging-in-human-t...
1•KasianFranks•7m ago•0 comments

Reversal of protein chemical aging by enzymatic deglycation

https://www.nature.com/articles/s41467-026-75141-2
1•KasianFranks•9m ago•0 comments

30× faster binary multivector ColBERT late interaction in Vespa

https://oskrim.github.io/engineering/2026/08/13/chunked-hamming-maxsim.html
1•oskrim•9m ago•0 comments

Jane Street has paid up large to avoid its numbers leaking out

https://www.ft.com/content/28a51284-98cc-4767-a306-0540d265687f
4•tcp_handshaker•13m ago•1 comments

GGFWPi – read-only Raspberry Pi firmware and Secure Boot auditor

https://github.com/patapik/ggfwpi
2•patapik•14m ago•0 comments

Dead in the Water

https://www.slow-journalism.com/long-reads/dead-in-the-water
1•tkocmathla•16m ago•0 comments

AI Coding Without the Vibes

https://peterbloem.nl/blog/craft-coding
2•riskone•19m ago•1 comments

HN: HomeBrain – Your private local cloud, agent wired into everything

https://github.com/oalterg/HomeBrain
2•oalterg•21m ago•1 comments

The PREDIMED trial is the largest primary prevention trial

http://www.predimed.es/introduction.html
1•colinprince•21m ago•0 comments

Siemens PC-X (2015)

https://www.geekdot.com/siemens-pc-x/
1•naves•21m ago•0 comments

Update: The extension has been approved and is now live on the Chrome Web Store

https://chromewebstore.google.com/detail/source-download/nockdgincmpfojabnhbofkddgcmnodpd
1•2rundev•24m ago•0 comments

Bloom Chose the Team Before the Problem and the Research Before the Pitch

https://sherm4n.com/bloom-security-israel-ai-endpoint-itay-keren/
1•xsherman•25m ago•0 comments

Forget the Robot Tax. Tax the Tokens

https://www.atomic14.com/2026/08/16/forget-the-robot-tax-tax-the-tokens
1•iamflimflam1•26m ago•1 comments

Wave overhangs let you print without supports [video]

https://www.youtube.com/watch?v=IhAzIXTE-FE
1•feb•26m ago•0 comments

The Qwen MLX Challenge

https://www.yukon.org/mlxfast
1•vivekkairi•29m ago•0 comments

Boring bits prepare you for the problems that can't be solved by copy pasting

https://mastodon.gamedev.place/@sinbad/117104626436634775
1•jay_kyburz•29m ago•0 comments

A Swarm of Blood Robots

https://craigmod.com/essays/robot_blood/
1•naves•29m ago•0 comments

Show HN: Ask questions about the Swiss train timetable

https://fragplan.ch/
2•bekoeppel•30m ago•1 comments

Day, in One Frame

https://getdayframe.app/
1•croes•32m ago•0 comments

Haskell: Origins, Evolution, and Future [video]

https://www.youtube.com/watch?v=MQeIerDsReA
1•eric_khun•33m ago•0 comments

Knowledge Representation (2013)

https://sifter.org/~simon/journal/20130713.h.html
1•eric_khun•34m ago•0 comments
Open in hackernews

Ask HN: Why is web auth not a solved issue?

2•zwnow•1y ago
Personally, every project I start, I quit due to not being comfortable with the auth implementation.

I've been into web development for 4 years now. During my research regarding auth in this timeframe, I have found a million reasons on why I should not roll it myself. The reason is always it being to difficult to implement, too much responsibility and basically no matter how I'd do it, it would be unsafe.

The general consensus among web developers seems to be to just let a third party do it. And I understand the reasoning, they are experts and have decades of experience on that specific thing. It makes sense as long as you're fine with third party service dependencies for your application. However, I don't want that. I do not feel comfortable submitting my users data to tech giants for obvious reasons.

I am wondering why it's so difficult to implement secure auth? Why can frameworks like Laravel or Phoenix just generate auth solutions? Why should I trust them, if everyone is saying I shouldn't roll it myself?

After all, if Laravels or Phoenix generated auth isn't safe, I am the one taking responsibility anyway, no?

To my understanding web auth has been an issue for decades now, why aren't there protocols in place to solve it? Or if they are, why aren't they talked about a lot?

Considering how often I read about auth breaches with the big players in the game (Firebase as an example) I am not comfortable trusting third parties with that task either.

So how is one supposed to do it? There are so many JWT tutorials on youtube, but apparently JWTs aren't safe either. Then there are session cookies, which also aren't safe? Why is that?

I am also not talking about authorization. I specifically mean authentication. If I wanted a micro blog platform where users can log into their accounts and write about stuff, how would I make sure it's secure without having to trust third parties, especially big tech companies who repeatedly prove they cant be trusted over and over again?

Comments

arrowsmith•1y ago
> if Laravels or Phoenix generated auth isn't safe

What makes you think they're not safe? Zillions of successful apps have been built using Laravel and Phoenix and (afaik) no-one has hacked their auth code yet. The code is open-source for anyone to inspect for vulnerabilities. I wouldn't feel unsafe using them.

You seem to misunderstand what it means to "roll your own auth".

"Don't roll your own auth" doesn't mean "use a third-party auth provider". It means "use an existing, expert-made auth solution and don't try to write it yourself."

That can be a third-party provider like Firebase, it can be a code dependency like Rails's Devise, it can be generated by `phx.gen.auth` in Phoenix, it doesn't matter - the point is that you're using a tried-and-tested auth solution written by someone who knows what they're doing.

Writing your own auth code is generally a bad idea because it's complicated, time-consuming and easy to get wrong. But there are zillions of off-the-shelf solutions you can use that have been created by security experts and battle-tested in thousands of production apps. As far as I'm concerned, web auth is a solved problem.

zwnow•1y ago
Interesting. When I generate auth for Phoenix the API endpoints are not piped through any security pipes. Only the browser endpoints. Why wouldn't I secure my API endpoints? The same kind of requests that are made for browser requests are sent to the API routes, so this is really confusing.
arrowsmith•1y ago
Ah yes. `phx.gen.auth` generates a cookie-based auth system, which is fine for the :browser pipeline but it's not generally what you want for a JSON API.

The Phoenix docs include a suggestion for how you can extend `phx.gen.auth` to add token-based authentication to your API: https://hexdocs.pm/phoenix/api_authentication.html

(No, this isn't "rolling your own auth" either, it's using someone else's pre-written auth code.)

johncoltrane•1y ago
> The general consensus among web developers seems to be to just let a third party do it.

Outside of personal projects, third-party auth providers must be audited (think GDPR or PIPL), budget must be allowed, contracts signed, etc. so web developers rarely, if ever, have their say on the matter. The decision is taken long before anyone wrote a single line of code. From a project management perspective, it's an easy trade-off to make: one sprint for integrating Okta versus who knows how many for badly implementing something that requires a level of expertise that no one on the team has reached.

For personal projects, the trade-off is a bit different. Resources are scarce so, even if implementing auth is actually not very complicated(1) and can even be quite fun, there are probably more immediately interesting things to do. So you integrate a third-party solution in a wednesday night and you move on.

[1] https://thecopenhagenbook.com/