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.
I’m sure that’s not an outer wall and they added the blue glass to emulate daylight.
Unfortunately, it’s an abandoned project that hasn’t gotten updates for 2 years.
There’s an active fork but no release yet, you can only install by building it yourself: https://github.com/Helium314/HeliBoard
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.
Would be great if somehow this patent was bought out and made public domain so people outside the upper middle class could have an affordable way to track their vitals.
Apple is a strange choice as a champion for that. Their devices always have been notoriously overpriced.
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
Old shitheads tend to be annoyingly resilient, unfortunately.
Read their arguments above. Also, is it this Andrew Dobson? An academic but hardly an expert on the nuclear physics.
But it does carry more weight. If a celibrity voices an opinion it’s almost guaranteed to become public.
That doesn’t make it more valid though, it can still be bullshit. And that’s why people may conclude it best, if performers focus on their area of expertise. I don’t think less of people coming to that conclusion.
Or you might believe just because they’re a great performer doesn’t mean they have more expertise on a topic outside their area than the average Joe and is just as interesting. Yet, somehow people’s opinion seems to matter more once they’re in the spotlight.
And what will happen? Didn’t Q-Anon start fighting a supposed pedo ring in a pizza place? They’ll totally turn on Trump now, right? Right?
Calendar app devs will love the migration project.