

Have you taken a look at TheDarkMod? It’s a Thief 1&2-like game with several fantastic campaigns.
Have you taken a look at TheDarkMod? It’s a Thief 1&2-like game with several fantastic campaigns.
You’re going to get a lot of advise about what makes life worth living, but it sounds like you have low level depression. Talking to a therapist and looking at an antidepressant are your first steps, along with the other things that can help with low level depression.
Array operations in FORTRAN are much easier for the compiler heavily optimize than it is in c/c++ due to its array model and type system. You can achieve much of the same thing with modern compiler extensions, but it’s difficult and not as portable.
“Subtle” thirst trap. Trying to get people to click on the profile which will have a link to whatever spam they’re peddling.
I remember playing Mortal Kombat at my friends house on Saturday mornings on one of those. And of course we knew the blood kode.
Sorta related, if you’re really interested in using them and are a straight cis person I highly recommend trying them out from the other side. Create a more or less generic account of the opposite gender and see what kinds of messages, likes, or whatever you end up with. It will be mind boggling how different it is from what you are used to and give you an idea of what you will need to do to actually make a match.
Well, sorta. As someone else pointed out the economic incentives for most dating app owners are diametrically opposed to the needs of the users. There is also a huge consolation in the market with the majority of the apps by user count being owned by a single company which leads to enshittification.
There are a few exceptions but they very much aren’t for everyone.
OKCupid from 20 years ago was great before it sold out. But it’s only accessible to time travelers.
Next are the more event based or hookup apps which tend to cater to kinksters, swingers, poly, and queer folk. I’m thinking of things like FetLife, Grinder and Plura. They work well for their audience since those communities tend to have events that people will keep coming back for even if they have successfully found someone on the app. In fact success finding someone might make them more likely to keep on the app and bring in their friends.
But for monogamous straight people? Dating apps are a hellscape.
Just started Baldurs Gate 3 and have been enjoying it so far. My biggest complaint is that the keyboard map is just off enough from the Owlcats Pathfinder games that I keep screwing up small things.
Also looking at getting back into the system Shock remake since the big box finally showed up yesterday.
I just finished my third playthrough of it. I was disappointed to find out at the end that I screwed up one of the story points I was going after, but oh well. It was still a fun experience. After three time though I doubt I’ll go through it again. Still one of my favorites.
I’ve had small Debian servers such as a RaspPi or a NUC that I’ve never updated after the initial setup and they were still working perfectly when I finally turned them off to move. If you don’t want to update a Linux system, don’t. Maybe setup auto security updates if it’s going to be exposed to the raw internet and running some open servers.
This is exactly it. The various *HDLs are explicitly written to create systems of logic gates.
I understood several of those words.
I recently rewatched all three, and they all hold up as I remember. The first one is great, the second could be great if there was a bit more editing to trim down some overly long monologues, and the third one is a bit meh.
In The Matrix 2, Trinity uses nmap to check for an ssh exploit, then cracks it using a cli tool, all from Linux.
Edit: The ssh exploit was a real, known vulnerability at the time.
Not a game per se, but I’m probably going to get a Switch2 on launch day. I have a Switch Lite, but want to be able to play couch multiplayer with my kids, starting with Mario Kart and some dancing game to get in some activity.
As a point of reference, I built a 32TB Synology last year. I took me an afternoon to get it done, plus set up Plex media server, all the arrs and friends, a backup server and a couple other things. Since then maintenance has consisted of remembering to hit the “update containers” button once a month or so. I should probably automate that part but just haven’t bothered yet.
A lot of NAS are capable of hosting containerized services. The Synology DS series, for example, can run everything you’ve mentioned and so much more. For a relatively gentle into check out https://mariushosting.com/
I’m going to try getting back into RDR2, and start on Undertale and Prey. Maybe Shadowrun: Hong Kong and Fallout 4?
Only sorta related, but now I have an excuse to tell my anecdote…
One job ago I had a manager who decided that he would convert some of our helper scripts from bash to Python for reasons. I was new there and so didn’t realize what he was doing, or that he had started the process just as I was going through orientation. However, I ended up being the reviewer for the PR.
This was the worst Python I had ever seen but in such odd ways and it mostly worked. It almost felt like it was written by someone who knew bash really well but had never learned any other languages, or thought that bash was just so damn good that he wanted to turn every other language into it. For example, instead of using
argparse
he was manually looping throughargv
and parsing them one at a time. And instead of using a standardfor each in foo
loop, there were index variables and while loops. And certainly there were no comprehensions or any understanding of the basic built in data structures other than using lists as arrays.So I did a review, assuming that this person was just really new to python and tried to gently coach him towards basic Pythonisms. His response was: “Oh yeah, I just ran them through ChatGPT and assumed it was all ok.”
I quit about two months later.