HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gassiss

no profile record

comments

gassiss
·2 anni fa·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 anni fa·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 anni fa·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 anni fa·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 anni fa·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 anni fa·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 anni fa·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
·3 anni fa·discuss
true, I do the same when I'm looking for truenas or proxmox answers
gassiss
·3 anni fa·discuss
For that kind of risk profile, you can't have an account anywhere (not even HN), nor a cell phone
gassiss
·3 anni fa·discuss
and that's the main issue with Canada, there's not enough houses being built. And no interest in doing so, apparently
gassiss
·3 anni fa·discuss
this strategy goes down the drain for any profession that relies on being on one of the big cities to thrive. What do you suggest for those people?
gassiss
·3 anni fa·discuss
if it continues for another decade? It's already unaffordable now
gassiss
·3 anni fa·discuss
I have a raise, the build quality is definitely top notch. But their software/firmware is very underwhelming if you want to do anything besides basic key remapping and basic layers.

I just ended up giving up on trying to use their stuff, and opted for software based remapping instead
gassiss
·3 anni fa·discuss
For me it was never about speed, it’s about comfort. I always unconsciously hated having to reach for the arrow keys all the way to the right of the keyboard to select words and move around.
gassiss
·3 anni fa·discuss
I agree with most of these. This one needs to be careful though

> Yoga fixes lifelong back pain that drugs, swimming obsessively, chiropractors and workouts could not fix.

I'm healing a back problem that Yoga would definitely just make it worse
gassiss
·3 anni fa·discuss
yeah, foods with more fiber will also make you less hungry, which in turn makes you eat less calories...

CICO is a great approach for the general population, and works great even amongst professionals that have weight management as their career (bodybuilders).
gassiss
·3 anni fa·discuss
you're technically right, but just nitpicking. Of course you could count the calories in fibers and that wouldn't make you fat, as your body can't process that. But most people do not eat fiber for 90% of their meals
gassiss
·3 anni fa·discuss
if your weight didn't change, most likely you were eating at maintenance. The fact that you have a surplus every now and then won't change your body composition. Consistency matters a lot with regards to human weight.

To add to what someone else said, you probably ate below your threshold to be able to maintain your weight. You can't guess this, the only way to get an accurate ESTIMATE on how much you actually ate in calories is to measure. Even pros over/under estimate what they eat in terms of calories
gassiss
·5 anni fa·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 anni fa·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.