Live data from Hacker News

Viewing profile — apeacox

apeacox

HN member
Joined
Fri, Oct 15, 2010, 7:41 AM UTC
HN karma
152
Public activity
78 items

About apeacox

[ my public key: https://keybase.io/andreapavoni; my proof: https://keybase.io/andreapavoni/sigs/g0H7R-OAG6R_161Xjw9BAzMp73JJPIYpNQw0ywFjPl0 ]

Recent public activity

  1. comment
    Comment #23414711

    watched them live last year in Teatro Antico di Ostia, wonderful show to see them live, worth the ticket price.

  2. comment
    Comment #22810859

    I also remember your articles on Linux&C about buffer overflow, sockets in C, etc... ;-)

  3. comment
    Comment #21487204

    Not a monopoly, but a walled garden.

  4. comment
    Comment #20917419

    Exactly, they aren’t exposed outside. That’s why you can “potentially” add rules to route request from the outside to an internal host:port, even 80/143. On the LAN you would still…

  5. comment
    Comment #20916631

    DNAT. You map one/more ports from your router exposed on internet to ip:port of the local app. However, http/https ports are already used on routers to offer an admin web GUI. It’s…

  6. comment
    Comment #18747690

    Maybe something like https://dev.to ? I really enjoy that community.

  7. comment
    Comment #18745997

    Other than going deeper with Elixir knowledge on new problems (see below), I learned and brought in production the followings: ## DevOps * AWS Cloudflare and Lambda (with Go) * Kub…

  8. comment
    Comment #17833381

    Yes, you can definitely connect manually through telnet (I did it back in the old days). The only problem is it will not stay connected too much, because you should also reply to s…

  9. comment
    Comment #17608960

    > This could have been avoided, but the time to avoid it was perhaps in the early 2000s. there were protests, from Seattle '99 until Genova '01, where many different groups merged …

  10. comment
    Comment #17310671

    I suppose through some kind of machine learning, given the fact that they have a miriad of data of any kind. It might look like a funny experiment/excercise for someone at Google.

  11. comment
    Comment #17245438

    I'm hosting Gitea on a $5/month DigitalOcean box, I had to setup disk snaposhots and db backups for security. It's running since a year, never had a problem with it. It only consum…

  12. comment
    Comment #16215193

    Hopefully without mining and selling user data. This might be the real killer feature.

  13. comment
    Comment #15947164

    Read books and articles. Read and write a lot of code by trying to solve a problem. When you have a problem, study to solve it in the best way possible (that even means rewriting f…

  14. comment
    Comment #15834392

    You’re just trying to impose your opinion. Speaking about sex or even a love relation is not shitty. If you’re triggered with it, all I can do is avoiding to talk about it in front…

  15. comment
    Comment #15825928

    Maybe it’s creepy for you or a bunch of others. I find it funny, at least until it’s used with caution and in the right contexts. We’re adults, sex and technology (along with a lot…

  16. comment
    Comment #15627039

    But gmail doesn’t make any differences between user.name and username .

  17. comment
    Comment #15626181

    I used to add i18n on rails apps only when needed, because it forced to create a decent yaml schema for translations (how/where to put keys in the right namespace can be hard). Ins…

  18. comment
    Comment #15341027

    I hope they’ll bring some fix for battery drain as soon as possible.

  19. comment
    Comment #15213613

    Even if you can potentially run several instances per server (with enough ram), I think that an usable one should run on a dedicated server. Considering that a Rails app doesn't ru…

  20. comment
    Comment #15212515

    I wonder how 2000 servers can host 800.000 users. It means that, on average, a server can host 400 users. I really appreciate this project for several reasons, but it (sadly) looks…

  21. comment
    Comment #15173533

    Kudos to ReactOS team! I've never used it in production, but I tried it several times during the years and I was always fascinated by the efforts made to improve this OS.

  22. comment
  23. comment
    Comment #15074402

    I'm 40 and I've found out the hard way that 90% people under 35 adopt absolute statements for everything, as if they think they already know how the life, the world and the univers…

  24. comment
    Comment #14993420

    I don't get your point. The author just used some funny metaphore to explain how our brain works. And yes, our brain still works with ancestral habits, this is not a big news after…

  25. comment
    Comment #14950379

    StackOverflow already covers a great part of the possible (most common) Ruby related questions. I'm not surprised there aren't so much new ones in the last 1-3 years. About job pos…