Live data from Hacker News

Viewing profile — eriner_

eriner_

HN member
Joined
Mon, Jan 31, 2022, 9:38 PM UTC
HN karma
48
Public activity
18 items

About eriner_

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. comment
    Comment #35247021

    Can you be specific and less vague? I don't understand what the issue is.

  4. story
  5. 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…

  6. story
  7. 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…

  8. 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 …

  9. story
  10. 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…

  11. 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…

  12. story
  13. 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 …

  14. comment
    Comment #31200695

    Arbitrary file read vulnerabilities are extremely common.

  15. 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…

  16. 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…

  17. 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.

  18. 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…