Viewing profile — eriner_
eriner_
HN member- Joined
- Mon, Jan 31, 2022, 9:38 PM UTC
- HN karma
- 48
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About eriner_
No profile information was provided.
Recent public activity
- story
-
comment
Comment #35247997
Ah, that's what you're referring to. As I mentioned in a comment on the previous thread (which I now see you commented on two days ago), we didn't want to require phone numbers for…
-
comment
Comment #35247021
Can you be specific and less vague? I don't understand what the issue is.
- story
-
comment
Comment #35091355
Sorry to hear that, that's our fault I'm sure. (There's a reason many services require non-VOIP phone verification and we didn't want to go that route, this is an unintended conseq…
- story
-
comment
Comment #34275556
Even if it reproduces (proportionally) small sections of code it's been trained on verbatim, its function is transformative and will likely be deemed fair use. This lawsuit is goin…
-
comment
Comment #33265991
> On the whole there is a lot of good stuff, but I worry about the ability for it to stay an open standard. Today Google has dominant browser market share with Chrome, so they get …
- story
-
comment
Comment #31854958
I use zsh and have the following alias (rather, function): ``` cp () { rsync -avhW --progress --inplace ${@} } ``` If I ever need to use the `cp` binary, I execute `=cp`, which eva…
-
comment
Comment #31827667
I felt like prepending the domain was a reasonable request so I've added that as a checkbox. Thanks for the feedback! Regarding the versioning, perhaps that could be manual editing…
- story
-
comment
Comment #31201353
Correct! This is why I explicitly said the following in the blog post I linked above: > Once the application hits “readiness” status (as determined by health endpoints or the load …
-
comment
Comment #31200695
Arbitrary file read vulnerabilities are extremely common.
-
comment
Comment #31200584
I agree completely. Storing secrets in environment variables is wrong: https://blog.forcesunseen.com/stop-storing-secrets-in-enviro... Even unsetting environment variables leaves t…
-
comment
Comment #31164711
Sure, value for value. I could form a business entity, open a PO box, create an account, and accept value from those who use the service. People could pay whatever the service is w…
-
comment
Comment #31164582
Agreed, running your own node gives you true ownership of your data. Those that can, should. For those that can't, community servers.
-
comment
Comment #31164547
I run one of the larger Mastodon servers in the fediverse, and as far as I know the largest non-cloud hosted Mastodon instance. Here's a ten-post thread I wrote about my experience…