There’s also group C which I was part of, you just say that you just pooped or scratch your butt whenever they ask you to load/unload and they’ll immediately offer to do that for you instead.
Yoko, Shinobu ni, eto… 🤔
עַם יִשְׂרָאֵל חַי Slava Ukraini 🇺🇦 ❤️ 🇮🇱
There’s also group C which I was part of, you just say that you just pooped or scratch your butt whenever they ask you to load/unload and they’ll immediately offer to do that for you instead.
Wait until you hear stuhd, that’s how we agreed to pronounce std
because “ess tee dee” would have been awkward.
For the C/C++ nerds: Clang. There are still many people pronouncing it “Cee-lang”.
It’s actually a good thing that visual learners get a chance to learn useful stuff by watching videos. Not everyone has the attention span required to read through a Wikipedia page.
I’d call the cops on them
The guidelines for freezer storage are for quality only—frozen foods stored continuously at 0°F (-18°C) or below can be kept indefinitely.
For anyone wondering what Proton GE is, it’s Proton on steroids: https://github.com/GloriousEggroll/proton-ge-custom
For instance, even if you have an old Intel integrated GPU, chances are you can still benefit from AMD’s FSR just by pushing a few flags to Proton GE, even if the game doesn’t officially support it, and you’ll literally get a free FPS boost (tested it for fun and can confirm on an Intel UHD Graphics 620).
Congrats! Your laptop will be even happier with a lighter but still nice-looking desktop environment like Xfce and you even have an Ubuntu flavor around it: Xubuntu.
HIP is amazing. For everyone saying “nah it can’t be the same, CUDA rulez”, just try it, it works on NVidia GPUs too (there are basically macros and stuff that remap everything to CUDA API calls) so if you code for HIP you’re basically targetting at least two GPU vendors. ROCm is the only framework that allows me to do GPGPU programming in CUDA style on a thin laptop sporting an AMD APU while still enjoying 6 to 8 hours of battery life when I don’t do GPU stuff. With CUDA, in terms of mobility, the only choices you get are a beefy and expensive gaming laptop with a pathetic battery life and heating issues, or a light laptop + SSHing into a server with an NVidia GPU.
This. I don’t think people here realize that HR doesn’t really have a say in this, they aren’t the ones deciding on the firing and they aren’t the ones who can undo it since they aren’t the ones providing the team’s budget.
HR’s job in these situations is to do the dirty part: handle the announcement to each employee and damage control if necessary.
The girl in the video is saying that her manager was “pleased” with her work and she didn’t understand why strangers in the HR department are doing the announcement to her: that’s the whole point, it’s very likely that it’s that “nice” manager who threw you under the bus when he had to make a choice on which people he needs to keep after top management told him to downsize his team but he didn’t have the guts to tell you that personally.
That’s a good way of maximizing technical debt.
I was learning C/C++ back then and although the nostalgia is strong with this one, Turbo C++ was obviously shit (and Borland quickly killed it later anyway), and while looking around for alternatives I found DJGPP which introduced me to the GNU toolchain and so the jump to Linux to have all of that natively instead of running on DOS was very natural. My very first distro was Redhat Linux 6.2 that I got as a free CD along with a magazine (also got a Corel Linux CD the same way that I was excited about given how their WordPerfect was all the rage back then but I was never able to install it, I don’t remember what the issue was) and it looked like this (screenshot from https://everythinglinux.org/redhat62/index.html ):
Ubuntu used to ship free CDs too: https://commons.wikimedia.org/wiki/File:Ubuntu_10.04_CDs.jpg
They stopped doing that in 2011.
Copied from miku-chan03?
it’s actually the opposite, MikuChan03 was created one month after this: https://github.com/Xerasin/GCinemaCraftDownloader/issues/1
For that one no, but another (same person?) parody account does at least report real bugs: https://github.com/mpaland/printf/issues/15
Another fix by Miku-chan (again not in the form of a pull request): https://github.com/lichess-org/lila/issues/5193
Also: https://github.com/EasyRPG/Player/pull/3105 and https://github.com/EasyRPG/Player/pull/3107
wakarimashita 😔
The French used to count in base 20 (so that means both hands and both feet), which is why they read 97 as quatre-vingt-dix-sept, ie 4*20+10+7
.
Yeah, but I still think if (false)
is silly because it adds an artificial constraint which is to make sure the disabled parts always compile even when you’re not using them. The equivalent of that would be having to check that all the revisions of a single source file compile against your current codebase.
A simple if (false)
will get optimized out by any modern C or C++ compiler with optimizations on, but the problem is that the compiler will still parse and spend time on what’s inside the if-block and it has to be legal code, whereas with the #if 0
trick the whole thing gets yeeted away by the preprocessor before even the compiler gets to look at it regardless of whether that block contains errors or not, it’s literally just a string manipulation.
Or even better, just get a vibrating cock ring.