I’m so glad i got rid of my nvidia card. Having to reinstall the divers and kernel-headers every time my kernel updated was getting old.
I’m so glad i got rid of my nvidia card. Having to reinstall the divers and kernel-headers every time my kernel updated was getting old.
I knew of falcond as the service that makes my work mac run slow.
Unfortunately, having a mac meant i didn’t get friday off unlike most of the rest of the company
they also included an extra $262 in comps for having bet aggregately over a quarter of a million dollars.
Why do you have credit card debt that had to wait for a 5k gambling “windfall” if you can afford to slowly spunk 250k up the wall at the same gambling sites?
you have a problem… you are an addict…
I can’t figure out if this is a joke post or not
Yeah but then that would be human manure which is a little (although not much) more dangerous to use on stuff you’re going to eat
200kg of steaming manure would be pretty sweet if you had a vegetable garden
I was getting stuttering on my server the other day but i think it was caused by mismatched client/server versions. When i upgraded the server to the latest release it went away
<p>Hello World</p>
here i wrote you a frontend
I use JS if i’m doing something on my own
TS if i have to work with other people
Oh boy, this actually made me laugh out loud
why wouldn’t you just convert inline?
(Number(input_val) === 2)
Converting would mean you could use a switch statement with your example rather than an if else ladder
switch(Number(input_val)) {
case 1:
doTheFirstThing();
break;
case 2:
doTheSecondThing();
break;
case 3:
doTheThirdThing();
break;
}
what about the guy you need to maintain your test scripts.
the average developers doesn’t have enough of a test head to do a full end to end test suite
That sounds about 25 mins longer than i’m willing to call a standup.
if it’s not wrapped up within 10 mins of the scheduled start time something has gone horribly wrong