My Ender3v2 always has some new problem to deal with. It’s cheap but it’s a pain in the ass.
My Ender3v2 always has some new problem to deal with. It’s cheap but it’s a pain in the ass.
My theory with a lot of these games that “released badly and then come back” is everyone who disliked the game stopped playing and everyone who liked it kept playing so the crowd playing years later had a positive opinion of it through self selection more than anything the devs did.
I personally liked both Cyberpunk 2077 and No Man’s Sky on release, and while they are better now, I don’t see the night-and-day difference the internet would make you think happened.
The reason you do stuff in a venv is to isolate that environment from other python projects on your system, so one Python project doesn’t break another. I use Docker for similar reasons for a lot of non-Python projects.
A lot of Python projects involve specific versions of libraries, because things break. I’ve had similar issues with non-Python projects. I’m not sure I’d say Python is particularly worse about it.
There are tools in place that can make the sharing of Python projects incredibly easy and portable and consistent, but I only ever see the best maintained projects using them unfortunately.
The 3D Prince of Persia games were Ubisoft
What is the “executable” in this context? I’m kinda confused as to what you are looking for.
What’s wrong with parsing the input files at runtime? Is it performance? Do you want one file to load instead of multiple?
Many have suggested pickle, which is kinda what you are asking for, but on some level it’s not much different from parsing the input files. Also, depending on your code, you may have to write custom serialization code as part of getting pickle to work.
Note that pretty much every modern game is a bundle of often multiple pieces of executable code alongside a whole bunch of separate assets.
Yes but you don’t have anything to make power to charge it :/
Yeah you’re right I’m the one who mixed it ip
Literally decimated would be “down to 10%” aka down 90% I think I was wrong
I don’t believe everything on the internet is a lie (although of course I don’t believe everything on the internet is true either). You have to read it and judge for yourself.
In the case of getting medical advice, there is an inherent bias to finding anecdotes on the internet. The people who post are going to be the people who have something to say. That’s going to be either people who had a life changing positive experience, or who have something to complain about. The middle-ground experience is underrepresented.
However, there is value in anecdotes. The doctor can tell you high likely a given side effect might be, but people on the internet might have a better description of what that experience is like.
I try to take in as much information as I can when I am making an informed decision, including things like asking my doctor, finding anecdotes on the internet, and finding actual scientific papers.
In a disaster situation they have to decide who does or doesn’t get treatment:
A couple newer games have raytracing that genuinely adds detail but it’s pretty subtle and you have to look for it. Cyberpunk 2077 is a good example.
Portal and Minecraft are particularly good examples of raytracing because of how their sandbox aspects let you play with it.
There absolutely is a factor that modern graphics are so even without ray tracing is doesn’t add a whole lot. I still think Destiny 2 is one of the best looking games I’ve played and it uses fairly “old” graphics technology. The reason it looks good is their artists do a good job.
What I don’t understand about this thread:
Each Gmail has its own calendar attached to it. My Phone’s calendar app supports multiple independent calendars displayed at the same time.
Why not use your work email to make a work calendar and a personal email to make a personal calendar? You can see both but your boss only sees the work one. That doesn’t seem unreasonable to me?
To add to how scary prions are, you can’t really cure them, and when the prions get on a surface, it’s extremely difficult to sanitize that surface in a way that will destroy the prions. A lot of techniques that kill bacteria or even viruses like alcohol won’t work on them. Heat works but you have to make it extremely hot, much hotter than what’s needed to kill something like a bacteria.
People said that last time
It’s naive to think you can’t be influenced into buying things you wouldn’t otherwise.
Also there’s the matter of pricing: they’ll get you to pay as much as possible, either by pushing more expensive versions or by actually changing the price you see on websites like Amazon.
They are using the info to engineer more efficient ways to separate you from your money. It’s not a benefit to you in any way.
No matter how bad it gets, the moon and mars will never be more inhabitable than earth
So two things that are not accounted for here:
There are no masked people hunting people on the streets and putting them into vans without plates. Videos about that happening almost every day, especially so in last week are all fakes and Russian propaganda (even when Ukrainian sources write about it).
The source you linked doesn’t support your claims at all.
Some people got arrested relating to not following the law relating to the draft. Yes, that’s terrifying. It’s still not even remotely close to what you are claiming.
Sunshine captures the screen at whatever its native resolution is, and streams it to Moonlight at whatever resolution is requested by Moonlight.
If you are trying to dynamically change the resolution things are rendered at, thats not going to be easy. Sunshine might not be the right tool.