

Because you can does not mean you should.
Because you can does not mean you should.
Such a bummer :( I really do hope that something finally works out for you!
I am somewhat in a similar boat. I have like one to two friends left and also looking for a partner. I never go out and only stay at home.
I know that this is definitely not for everyone but rather for a small minority, but I found and joined the furry fandom. They are loving and welcoming and so put my hopes into them. There is a high chance that there is a local meetup in your area but I have been too shy to attend yet. Instead, I opted straight for a convention which I think is a better starting point for me because it is more anonymous. Note, that this is just a suggestion since the convention did not happen yet and I am looking forward to it patiently.
It’s cool but as soon as I need to move I am out. Moving is inconvenient at best and nausiating at worst (for me). So that does not leave me with a lot of possible games. Edit: I am sure that is the same for most people.
I am exposing docker via tcp in wsl and set the env var on the host to point to it. A bit more manual but if you don’t need anything special, it works too.
My go-to solution is to use a vm and pass it raw access to the os disk on my normal desktop. Then I just put the disk into the server.
I reinstalled from scratch. Went from Xubuntu to minimal Ubuntu with KDE de. And then tried wayland again. One the one hand, gaming performance went up by a lot which was basically my main issue.
On the other side it is buggy af. The file manager fails mostly at moving files. There are random graphical glitches. Had the whole DE crash/lock up a couple times And the tabbing/tasbar handling is (still) not what I want. I also have still not found out why zfs automount does not trigger.
But at least I have something useable again!
I never understood why everyone uses it as a ignore list. In my own and work repositories I always exclude everything by default and re-add stuff explicitly. I have had enough random crap checked in in the past by coworkers. Granted, the whole source folder is fully included but that has never been a problem.
I had a teacher that taught both religion and chemistry. People who learned about that often made comments about it being weird. But he insisted that both topics are not exclusive to each other. It has been a long time since school but I think his reasoning (if that is the correct word) has been that one is philosophical and the other scientific which are separate worlds. You can’t prove stuff in faith scientifically but neither has religion a place in the " real" world. And, to be completely honest, he was by far one of the best teachers I have ever had.
Man, I always found that weird but never looked it up…
And I thought that “8” had something to do with “netes” because it somewhat resembles the pronunciation 🤦♂️
Yeah, if you get this exception and not doing anything not-“normal” then the chance is high that there are multiple versions of the same class. A possible way to trigger this is when extracting code to a separate module without changing the package. If you copy instead of move and change something you will have a bad time. It is also possible that the IDE complains but building and executing works.
Fun times!
First time I read in windows update “we are commited to reduce co2 emissions” I was like “wtf”.
I sometimes needed something like powerquery from microsoft excel. To like quickly get specific data from a structured file.
We have such a test too, but not as extremely dumb. But it’s still in the realm of: how do you wear your high-vis-vest? A: well visible from all sides B: hidden under your jacket to not get it dirty.
Jumping from the default kernel with zfs to the xanmod kernel using a manually compiled version of zfs. I don’t rememeber a whole lot but it was quite… interesting. Next would be a suddenly vanished efi partition and my f* mainboard refusing to boot ZBM.
Bonus: my currently still unfixed problem is a very weird freezing/stuttering of the whole OS and the only (useless) “lead” I have is workqueue: fill_page_cache_func hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND
“Remake” of industry giant 2. Not exactly though, more like similar because there are some painpoints to addess.
I am currently using the new outlook desktop version and there are rules. However, they seem to have cut “local only” stuff. I suspect that they moved the execution server side.
Not sure if it is equal on all distros but on every one I have used it’s a readable string of muliple components. One of them is “usb” for a usb mass storage, so if it is the only one you have connected to your computer it is very obvious. For like sata disks it has the manufacturer and serial on it so you can match what drive it is you want to write to. Also, the name is pretty unique (on your sysytem at least, globally I don’t know), so even if you swap hardware around, you cannot write to the wrong storage if you got the right name. Like “sdb” can be reassigned, but the id is an id.
Most code I forget too. For a lot of stuff I might vaguely remember when looking at it but some I would deny ever even having seen even when I wrote it (that happened). However, there are some rare parts I could probably still navigate from my previous company and there are some in my current. Really depends on the connection you have to the code.