

yup
You must like me if you came to look at my profile… buy me a coffee if you want
BTC: bc1q0usqs8damxwq5rj3f4k6djl8sqlnn4mg3guqcj
XMR: 87iTuMDLbqUiLGpTfFdPpnP4dbf38UW8tadbrHKcUB8H6oG6PB15kJHhnvA8zCb7dgSBWiN65PC
RVN: RBCRFeu3Pc4NbAf92HGxzVwf8M7VmHArje
LTC: ltc1q75mazkeepya2gzheu9apkfrzapy9q2cvutll6z


yup


Years of continued enshittification


I might actually have to switch to Jellyfin then…
I say that as a paying plex pass customer


If it’s a project with a couple hundred thousands of downloads a week then no, i trust that it’s been looked at by more savvy people than myself.
If it’s a niche project that barely anyone uses or comes from a source i consider to be less reputable then i will skim it
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
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
red flag number 1: measuring progress in lines of code