Viewing profile — peanut-walrus
peanut-walrus
HN member- Joined
- Mon, Dec 31, 2018, 11:29 AM UTC
- HN karma
- 836
- Public activity
- 190 items
- HN profile
- View on Hacker News ↗
About peanut-walrus
No profile information was provided.
Recent public activity
-
comment
Comment #49190513
> The rational soul can be made only by creation. From Aquinas' Summa Theologiae. The argument this article presents does seem very similar. Weirdly, the article itself is very dis…
-
comment
Comment #49175449
Because web security has a lot of legacy crap. Such as cookies. Oh you added Domain=foo.com to your cookie? Now marketingvibecodedapp.foo.com can access the cookie from your main d…
-
comment
Comment #48842110
In theory, yes, in practice this will currently result in deliverability issues, both for servers which don't speak dmarc and for spam signals. I have tried this :) If this mode of…
-
comment
Comment #48838149
Missed opportunity to get rid of SPF. What I want to my DMARC policy to say: if someone is sending you an email that claims to be from my domain and it's not signed by one of the k…
-
comment
Comment #48559261
Turns out you don't actually need top-tier engineering talent if your only business is selling ads to scammers to prey on the elderly?
-
comment
Comment #48271066
It's a feedback loop between governance, social structures and individuals. But out of those, only individuals are the ones with free will who are able to "break" the loop and dire…
-
comment
Comment #48237531
It's your personal toy server, you are optimizing for something entirely different than high availability.
-
comment
Comment #48237516
Yup, podman quadlets autoupdate quite nicely. Setting up a local registry mirror with ~3d delay before applying updates is on my todo list. My own service images already have a scr…
-
comment
Comment #48233235
I see no reason not to go with a rolling release distro for personal servers. Run all the services in containers and have the base OS auto-update itself as often as it needs. Went …
-
comment
Comment #48101202
I do fight botnets, malware and scams. Criminals flock to any service where they can spread their stuff and appear legitimate. Google, Facebook, Vercel, Netlify, Amazon, Oracle, Mi…
-
comment
Comment #48101039
Oh absolutely agreed. Cloudflare becoming a giant internet chokepoint is certainly a real problem. It would be a much better world where ddos protection would not be a needed servi…
-
comment
Comment #48100650
So "big companies only, absolutely no anonymous sign-ups" should be the only ones able to put stuff on the internet without fearing that a random teenager can take your site offlin…
-
comment
Comment #48100615
Articles like these seem to hold a weird belief that Cloudflare does not react to security reports or legal orders? From my experience, they react appropriately and relatively quic…
-
comment
Comment #47973194
90% of those sites don't have anything resembling a sysadmin. If they've not already been hijacked by one of the Wordpress vulns or hijacked plugins years ago, they will be now. An…
-
comment
Comment #47814871
Yes. But it's quite an uncommon setup. For IPv6 multiple addresses is the default.
-
comment
Comment #47814173
I've always found the most complicated part of IPv6 to be address scopes and source address selection. The fact that one interface can have any number of addresses in different sco…
-
comment
Comment #47742670
And eventually even a worm will turn.
-
comment
Comment #47741962
Yes you can. Fight with clever technical solutions and the politics will follow once the solution becomes common or displays its usefulness. It is in fact the most effective way to…
- story
-
comment
Comment #47364978
Why the hell is this a name suffix instead of just using subdomains? myapp-123456789012-us-west-2-an vs myapp.123456789012.us-west-2.s3.amazonaws.com The manipulations I will need …
-
comment
Comment #47154764
It sucks so much that there is no standard way of linking additional domains to your main one and inheriting the reputation. Want to set up a new domain for whatever purposes (conf…
-
comment
Comment #46688737
I've always found it weird that CNAMEs get resolved and lumped into the answer section in the first place. While helpful, this is not what you asked for and it makes much more sens…
-
comment
Comment #46567123
I've been a Linux admin for 25 years but up until a few months ago my personal computer has been windows (gaming desktop) or Mac (laptop). I decided to give desktop Linux another s…
-
comment
Comment #46339222
Disagree. If you have an error that NEEDS fixing, your program should exit. Error level logs for operation level errors are fine.
-
comment
Comment #46310024
Personally I find just using nftables.conf straightforward enough that I don't really understand the need for anything additional. With iptables, it was painful, but iptables has b…