![](https://ttrpg.network/pictrs/image/e85210b8-63a6-4527-9af0-f4d35a765f0f.png)
![](https://sopuli.xyz/pictrs/image/8167d883-d9f5-4066-8ae7-80e8b3506722.webp)
same. Ive played it for about ~10 hours on the steam deck so far, and i have my FPS counter turned on at all times; never seen it dip below 40, and i dont think ive touched any settings. On an original steam deck, not an OLED, though
same. Ive played it for about ~10 hours on the steam deck so far, and i have my FPS counter turned on at all times; never seen it dip below 40, and i dont think ive touched any settings. On an original steam deck, not an OLED, though
windows can still play castle of the winds? i play it all the time. In fact, i just booted it up again a moment ago to make sure it didnt break recently or something. I dont remember ever having any issues playing it, and ive played it off and on for decades. In fact, googling real quick, it looks like my abandonware even has a “easy installer” for it.
If a user is banned on their home instance, that ban is federated out to all instances. If a user is banned on a remote instance, they’re just banned locally on that instance, and their account remains active for all other instances.
They’re likely some remote users who have interacted enough with your instance to be federated over, and then banned on their home instance.
yeah, its hard to predict what will happen to it, especially after gabe steps down or dies, but depending on how much of the company is broadly owned by employees vs individuals, it can help to shield it from bad decisions. Unfortunately, we don’t know the exact numbers. If gabe + mike own 51+% then it could potentially lead to overriding employee will in a bad decision for money (either through their actions or through inheritance like you say). Or the employees could just collectively make a bad decision too.
AFAIK, most of valve’s stock is held by employees, not private investors. It’s usually a pretty hard sell of “make the company you work at shittier to make more money”, especially since most of the employees probably know gabe personally (valve has less than 400 employees) and likely approve of his leadership.
FWIW, at this point, that study would be horribly outdated. It was done in 2022, which means it probably took place in early 2022 or 2021. The models used for coding have come a long way since then, the study would essentially have to be redone on current models to see if that’s still the case.
The people’s perceptions have probably not changed, but if the code is actually insecure would need to be reassessed
That was changed a while back, the current restrictions are you can only have as many people playing any given game as you have copies in your current sharing library
I guess that would just be a GPU?
Actually would either be a TPU (tensor processing unit) or NPU (neural processing unit). They’re purpose built chips for AI/ML stuff.
You basically just described kanban.
As an interviewer, I think that certs are only useful if you take the test with a different company than you studied with. So I don’t think I’d care if you have a coursera cert, because I’d assume it just meant you finished the course that you paid for.
It’s worth noting that some coursera courses are created and maintained by actually accredited institutions, and some courses qualify as college credit with ACE accreditation. Also, many tech certifications host their courses on coursera too, like microsoft has official azure cert courses on there.
That doesn’t necessarily mean anything for any given random cert, though, because that means that the entire site is a pretty big grab bag in terms of the usefulness of their certs.
Depends on the person. It’s very “old school” in it’s gameplay, and very hard and punishing, grindy, has perma-death, etc.
I’d think most modern gamers would hate it, but I personally like wizardry to games (though it helps that I’m old enough to have played older versions). If you like old school d&d, it’s very much in the same vein. The remake linked here is pretty good, I already own it from early access.
sure, I’m not saying GPT4 is perfect, just that it’s known to be a lot better than 3.5. Kinda why I would be interested to see how much better it actually is.
Worth noting this study was done on gpt 3.5, 4 is leagues better than 3.5. I’d be interested to see how this number has changed
People frequently make demakes with pico-8
However, if you ask me to pick one specific project, I get overwhelmed because I don’t know what’s reasonable.
I don’t know enough to know if my ideas are achievable, or if I’d just be bashing my head against the wall. I don’t know if they’re laughably simple tasks, multimillion-dollar propositions, or Goldilocks ideas that would be perfect to learn a coding language.
List out some ideas you’re thinking of. While it may not be obvious to you, someone who is seasoned (me or someone else) might notice at least a general theme or idea to point you in the right direction for where you should go and what you should learn, regardless of if the projects are reasonable.
Note - Most projects take teams to realize, so if your ideas are too large, they might not generally be feasible alone.
What are you looking to actually do with your programming skills? That will heavily influence which languages to recommend you learn. Do you want to make websites? build games? do AI stuff? Create enterprise-level software? something else?
Earthbound is eternally on my list of games i play through every couple of years. Its such a great game. Some aspects of it are a tad clunky by modern sensibilities (inventory management, going through the menus for a lot of things, etc.), but overall it holds up really well. Also if you liked earthbound, mother 3 is also 100% worth playing. Mother 1 (or beginnings, or whatever you wanna call it), is hard to recommend to anyone but the most diehard fans, though.
I like earthbound the most of all of em, but thats purely for nostalgia reasons. From a critical perspective, i think mother 3 is the superior game.
And it always marks the damn “thank you for contacting Microsoft” post as “the answer”
I agree with the other poster; you should look into proxmox. I migrated from ESXi to proxmox 7-8 years ago or so, and honestly its been WAY better than ESXi. The migration process was pretty easy too, i was able to bring over the images from ESXi and load them directly into proxmox.
i second the comment that you need to consider why you want to do this. You generally need a pretty good reason to split your codebase into multiple languages.
As far as actually doing it, you have a ton of different options, some of which have been mentioned here. Some i can think of off the top of my head:
basically every approach is going to require you to come up with some sort of API that the two work together through, though, an API in the generic sense is basically a shared contract two disconnected pieces of code use to communicate.