It's not a Claude generated website without at least one `backdrop-filter: blur(1000px)` element that slows older machines to a crawl
Bolwin 11 hours ago [-]
Love the X logo that goes to bluesky
JK-Swizzle 11 hours ago [-]
It is missing the fade in on scroll.
noman-land 10 hours ago [-]
This needs bluish dark mode with accent color and pills with a little rounded colored border on just the left side.
walrus01 9 hours ago [-]
> $ curl -fsSL install.sh | sh # you'd be stupid to run that, slop or not
I wish more people would point this out.
xigoi 39 minutes ago [-]
I still haven’t seen anyone point out how this is more dangerous than running an executable that you obtain any other way.
ffsm8 18 minutes ago [-]
you can detect `curl | bash` server-side and serve a different payload for those (compared to curl -O file, wget etc), hence its an effectively undetectable attack vector.
Executables on the other hand can be inspected and prodded, so the likelihood of something going amiss and consequently security agencies finding out about it is significantly higher.
neither of those is secure of course, we're just discussing different levels of dangers. And curl|bash being worse, albeit not that much
(and the -L here is the extra cherry on top. piping a redirect to a shell is just monkas)
Akronymus 5 hours ago [-]
I've legitimately seen one project that basically says to do that, but with "your ai agent". At least piping to sh is deterministic and, you can pipe to a filw and check the script
0: https://news.ycombinator.com/item?id=49297469
I wish more people would point this out.
Executables on the other hand can be inspected and prodded, so the likelihood of something going amiss and consequently security agencies finding out about it is significantly higher.
neither of those is secure of course, we're just discussing different levels of dangers. And curl|bash being worse, albeit not that much
(and the -L here is the extra cherry on top. piping a redirect to a shell is just monkas)
https://github.com/0xeb/ghidrasql
I giggled.
https://news.ycombinator.com/newsguidelines.html