HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gassiss

no profile record

comments

gassiss
·2 yıl önce·discuss
canada is very protective of its regulated fields. if you didn't graduate in the US or Canada, it's very hard for an immigrant to become a vet/dentist/doctor/lawyer/engineer/accountant/etc. So these people end up in a rut where they are either delivering food, or stuck in an entry level job forever
gassiss
·2 yıl önce·discuss
indeed you should avoid postgres if all you need is saving files on a disk. that's exactly the point. people reach for complex client side frameworks when all they need is to render some markup.
gassiss
·2 yıl önce·discuss
not trying to be facetious or anything, but I doubt their product team is worried about customers that are mad they have to click a few extra buttons to save 1 or 2 dollars per month
gassiss
·2 yıl önce·discuss
half finished projects that you developed on your own don't hold that much value. They may pad those green stats, but those can be faked quite easily. It's contributions to projects with other contributors that really matter.
gassiss
·2 yıl önce·discuss
it's at least one server (_any_ computer that never turns off) hosting things you would use (and probably pay) on a day-to-day basis.

The most important point is to be available all the time in multiple devices that you own, that's why some folks don't want to do these things on their main machines. A laptop you could take it away, and your family at home would/could lose access to the things you're hosting. A beefy desktop might be a bit too power hungry to be on all the time.
gassiss
·2 yıl önce·discuss
this kind of harms the appeal of a homelab. If you search youtube, you will find many creators sharing their labs. But when you look at the services they host, 80% of it is just stuff to maintain their infra (hypervisors, monitoring tools, high availability stuff, etc).

All of this is very interesting, but not very useful. I'm personally most intrigued by how people are maxing out their old hardware for years, like many examples in this thread
gassiss
·2 yıl önce·discuss
Seconding the sentiment on this thread, I used this book to learn JS 5 years ago, and it's awesome. I've never seen another resource as good. YDKJS is more of an advanced treatment. If you're a beginner it feels academic, while Eloquent JS is very practical and approachable.
gassiss
·2 yıl önce·discuss
true, I do the same when I'm looking for truenas or proxmox answers
gassiss
·5 yıl önce·discuss
With regards to keyboard navigation it gets really good if you work for it (no harder than you would with an editor like EMACS or Vim).

I use vim extension which works well for editing the files themselves. Accessing pretty much almost anything else can be done using the command palete and you can manually assing keybinds to it as well.
gassiss
·8 yıl önce·discuss
Three years ago I was hired as a Business Analyst, with 0 background in anything related to IT. Our team was responsible to maintain a legacy base in COBOL.

As time went by, everything started to make sense and I was able to grasp almost everything about the environment and the tech stack. Even perform a little bit of system analysis in COBOL to try and identify some gaps in the code base.

But what always intrigued me is that even those senior developers in the team with 25+ years of experience with COBOL wouldn't ever touch this one program. The program responsible for 90% of the logic of the product of that company. Every now and then, this program would ABEND for whatever reason and sometime, no one could figure out why. They respected (cute way of saying they were afraid) this program so much that, instead of refactoring it, they would just throw an if statement and let it run.

This program was built in the 60s and had I don't know how many hundreds of thousands of lines of code. It is still running to this day.

Now I don't have the expertise to say if that was bad code, and even if I had, I didn't deal with this program enough to say this anyway, but I was very intrigued why would this particular program ABEND out of nowhere, and no of these super experienced developers would have the guts to touch it.