deleted by creator
deleted by creator
Thanks. That’s some advanced internet shit.
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.
I think it’s alpha but α is annoying to write (outside Greece at least).
But yeah, grouping people in generations isn’t really explaining much beyond “people of different ages view this new situation differently”. I think it’s a very American thing. We don’t care as much about generations in Europe and hardly ever name them.
They’ll only do it once though and serve regular ice after that. Or do you think the ice gourmets will notice?
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.
Don’t be so hard on it - at least some hands have five fingers.
Got confused, took Viagra. Help.
That question was just as stupid as that “you wouldn’t download a car” ad. Hell yeah, I would! And read dark mode books!
Why are there so many paru fans? Last release is a year old, constantly out of date in AUR and failing builds in Github don’t scream code quality. I prefer yay.
Uptime: 12 mins
Sounds about right.
It’s full of personalized profiling too. Hard pass from me.
At least middle children had their own TV show. Been a while though.
Calendar app devs will love the migration project.