Viewing profile — apeacox
apeacox
HN member- Joined
- Fri, Oct 15, 2010, 7:41 AM UTC
- HN karma
- 152
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About apeacox
Recent public activity
-
comment
Comment #23414711
watched them live last year in Teatro Antico di Ostia, wonderful show to see them live, worth the ticket price.
-
comment
Comment #22810859
I also remember your articles on Linux&C about buffer overflow, sockets in C, etc... ;-)
-
comment
Comment #21487204
Not a monopoly, but a walled garden.
-
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…
-
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…
-
comment
Comment #18747690
Maybe something like https://dev.to ? I really enjoy that community.
-
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…
-
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…
-
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 …
-
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.
-
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…
-
comment
Comment #16215193
Hopefully without mining and selling user data. This might be the real killer feature.
-
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…
-
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…
-
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…
-
comment
Comment #15627039
But gmail doesn’t make any differences between user.name and username .
-
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…
-
comment
Comment #15341027
I hope they’ll bring some fix for battery drain as soon as possible.
-
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…
-
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…
-
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.
-
comment
Comment #15170540
Yes.
-
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…
-
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…
-
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…