Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
juangacovas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
juangacovas
4mo ago
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 is an inmate. La Prisión ran on community loyal
2.
▲
by
juangacovas
10mo ago
And you know it because you're forced to use windows somewhere?
3.
▲
by
juangacovas
11mo ago
Love the downvotes ;P
4.
▲
by
juangacovas
11mo ago
Nah, postgres is overhyped, MariaDB is enough and recently: < https://mariadb.org/mariadb-vs-postgresql-understanding-the-... >
5.
▲
by
juangacovas
11mo ago
IMAP email parser for a ticket-like program. Even with abstractions and libraries, email can be such a pita...
6.
▲
by
juangacovas
11mo ago
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. Meanwhile, some time ago a colleague in other job was
7.
▲
by
juangacovas
1y ago
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 fairly straightforward. Their BUILD instructio
8.
▲
by
juangacovas
2y ago
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).
9.
▲
by
juangacovas
2y ago
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, very nice backwards compatibility in general (which is
10.
▲
by
juangacovas
2y ago
Sorry but your example shows that you know Python better than PHP.
11.
▲
by
juangacovas
2y ago
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 file, Match User xxxx then "PasswordAuthentication yes&qu
12.
▲
by
juangacovas
2y ago
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 process, since keep it working was mandatory). Really i
13.
▲
by
juangacovas
2y ago
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), just by thinking 'nah, this is a computer and it
14.
▲
by
juangacovas
2y ago
I don't think that tools like ReaR (Relax and Recover) would agree with retiring ISOs..
15.
▲
by
juangacovas
2y ago
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 of times.
16.
▲
by
juangacovas
2y ago
>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 having to work on different high AND more low level programm
17.
▲
by
juangacovas
2y ago
Come to Spain. We haven't everything, but our optic fibers and internet plans are top notch ;P
18.
▲
by
juangacovas
2y ago
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 it wasn't needed [to buy a book about t
19.
▲
by
juangacovas
2y ago
Same here, we've been using HAProxy for years now and only gets to improve
20.
▲
by
juangacovas
3y ago
At my office I'm one of the more valuable employees, being diabetic type 1 or not, and my managers know that :)
21.
▲
by
juangacovas
3y ago
Yep, I acquired the habit to write var names like "cur_thing" for "current thing", you know.
22.
▲
by
juangacovas
3y ago
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 Windows, commercial Acronis and recently UrBackup. Old go
23.
▲
by
juangacovas
3y ago
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 it a try
24.
▲
by
juangacovas
4y ago
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" branch to which we merge when deploy is sen
25.
▲
by
juangacovas
4y ago
Rocky Linux 9
26.
▲
by
juangacovas
4y ago
Not showing him as cast of terminator 2, his most successful movie, is bad, but not showing him as cast of CONAN THE BARBARIAN -the 1982 movie- is worst!!¡
27.
▲
by
juangacovas
4y ago
Linux, HAProxy + Lighttpd + PHP (fpm) + MariaDB + Redis
28.
▲
by
juangacovas
4y ago
I think DokuWiki also deserves a mention for being pretty flat-file with a lot of features and extensions
29.
▲
by
juangacovas
4y ago
You can add a "set nowrap" line into your home ".nanorc" file so "-w" is applied by default.
30.
▲
by
juangacovas
4y ago
My opinion is that too often we say "good enough" performance, let's optimize later if this degrades overtime... And there we are, sometimes creating time-bombs of performance degradation just for the sake of delivering featu
More ›