Both are so stupid and I still chuckle every time I see those.
Both are so stupid and I still chuckle every time I see those.
Java seems to be the culprit then.
make sure you don’t do the XY problem.
Thanks for the link. That’s funny because translating Y to X is basically the core task when developing client-specific solutions.
I had no idea how to properly set up the filesystem, so I mounted them to /mnt/f and /mnt/h. It caused me many hours of headache later.
Can you elaborate? What kind of headaches? How would you set it up now? While I’ve been using Linux quite a while I don’t have multiple hard drives and am always interested in best practices.
And the whole implementation of is-number which is at version 7.0.0:
module.exports = function(num) {
if (typeof num === 'number') {
return num - num === 0;
}
if (typeof num === 'string' && num.trim() !== '') {
return Number.isFinite ? Number.isFinite(+num) : isFinite(+num);
}
return false;
};
The node.js ecosystem has always been madness.
deleted by creator
deleted by creator
The company loaded it with whatever spyware they wanted and pushed it in an update. Now the app is garbage.
Wait what? I have it too and see no changes at all. How does it spy since the app has 0 bytes of traffic (now blocked it to be safe)?
I’m not a native speaker but always took it as short form for “go fuck yourself”, not “I will fuck you”.
originally meant to threaten violent sexual penetration
Rougher times back then.
deleted by creator
deleted by creator
And now Bob next door pushes his shit first and you have an extra hour fixing conflicts.
Don’t be so hard on it - at least some hands have five fingers.
You can be goddamn polite and still swear without automatically becoming a fucking asshole.
It’s mandatory for online boasting.
Can’t even imagine. I’ve got fed up by the short time I had to configure Maven in plain xml…
I had to read it repeatedly and check if it really said “syntax error”. What will those people do if they encounter their first race condition?
Calendar app devs will love the migration project.