Viewing profile — juangacovas
juangacovas
HN member- Joined
- Sun, May 13, 2018, 8:01 AM UTC
- HN karma
- 155
- Public activity
- 158 items
- HN profile
- View on Hacker News ↗
About juangacovas
No profile information was provided.
Recent public activity
-
comment
Comment #48099913
Working on this: https://www.prisonlegacy.com - Twenty-six years ago, a small Spanish studio shipped the most unusual PC MMO ever made: a maximum-security prison where every player…
- comment
-
comment
Comment #45859037
And you know it because you're forced to use windows somewhere?
-
comment
Comment #45835016
Love the downvotes ;P
-
comment
Comment #45833222
Nah, postgres is overhyped, MariaDB is enough and recently: https://mariadb.org/mariadb-vs-postgresql-understanding-the-... >
-
comment
Comment #45796755
IMAP email parser for a ticket-like program. Even with abstractions and libraries, email can be such a pita...
-
comment
Comment #45788534
I like when projects like this mention other projects. "Phinx" (PHP) has been a breeze to work with for database migrations for years now, and handles more than my team needs. Mean…
-
comment
Comment #43952233
Indeed, made some preliminary tests under RHEL 9 (Rocky, etc) for example and if you're used to compile HAProxy from sources to use specific OpenSSL versions, testing "aws-lc" is f…
-
comment
Comment #43089455
Agree. But you need confidence on being able to debug / log / fix / revert, so having a strong knowledge of some of the parts is mandatory (i.e. server if it's web-dev, etc).
-
comment
Comment #43056866
My experience: coming from programming in C, then doing web-scripting with Perl, then PHP 4 through 5, 7 and 8 versions, it's been delightful. Big improvements in speed, ecosystem,…
-
comment
Comment #43056809
Sorry but your example shows that you know Python better than PHP.
-
comment
Comment #42750467
Same here, PasswordAuthentication is globally No, but I always hold an special username for emergencies which is the only user allowed to login via password (easy at sshd_config fi…
-
comment
Comment #42593782
Same here, gource did help to visualize a complete revamp / refactor of a software, from the current mess by that time, to the final, pratically complete rewrite it was (through a …
-
comment
Comment #41830134
Well, in my particular experience with juniors, it's astonishing the so many ways they have to make any code run slower than it has to be (besides the network and database queries)…
-
comment
Comment #41786020
I don't think that tools like ReaR (Relax and Recover) would agree with retiring ISOs..
-
comment
Comment #41678583
Same here on using lsyncd and restic. Curious about the LVM+rsync method for nightly? My two cents: ReaR (Relax and Recover) for Linux for raw moving servers has saved me a couple …
-
comment
Comment #40834971
>Skip low level and go as high as you can. Ditch C, assembly, hardware. Take python, ruby, js. Never touched C++ cause it’s awful? Good. In my personal experience, I think that hav…
-
comment
Comment #40536317
Come to Spain. We haven't everything, but our optic fibers and internet plans are top notch ;P
-
comment
Comment #40534994
Those comments are nice to read. I tried, but my coworkers are too "young" or from other generation, I guess. The response [about simply buying a book] was "Oh, another person said…
-
comment
Comment #40283081
Same here, we've been using HAProxy for years now and only gets to improve
-
comment
Comment #39612529
At my office I'm one of the more valuable employees, being diabetic type 1 or not, and my managers know that :)
-
comment
Comment #39560110
Yep, I acquired the habit to write var names like "cur_thing" for "current thing", you know.
-
comment
Comment #39522338
Interesting. Just for sharing, for backup on Linux I've been using rsnapshot, restic (which accepts Rclone as interface) and ReaR (Relax and Recover) for full linux recovery; on Wi…
-
comment
Comment #39147981
Ummm no, but just to give credit, I'm using lighttpd for production for years now and happy with latest patches and stuff (supports HTTP/2 and several improvements over time), give…
-
comment
Comment #34460162
As others have commented, my team at work use SVN because it's what somebody is confident to manage with svn+ssh protocol and want to keep it internal. Some projects use a "release…