Which is exactly the situation the dude was in. As a newbie, it’s an easy mistake to make. Telling somebody who doesn’t know “well, would you look at that, you didn’t know!” is not just unhelpful, it’s useless and condescending.
Which is exactly the situation the dude was in. As a newbie, it’s an easy mistake to make. Telling somebody who doesn’t know “well, would you look at that, you didn’t know!” is not just unhelpful, it’s useless and condescending.
I read the intro here, opened the page and saw “105 minutes”. Uh… I think I’ll wait for the conclusion of what the C++ committee does instead of reading this monster of an article (even though I do like the apprehensive tone of it).
Edit: oh wow, is this really the new boost logo? Is boost.io a joke website or something?
Does that mean we’ll start seeing desktop apps like IDEs running in Android? How are you going to develop python on android? A linux container / VM? That’s going to be so wasteful. But I am curious.
It won’t be good for flashing though. Probably once support ends, it’ll be a slow brick upon which one can’t install linux.
Piracy isn’t only torrenting. Speeds are better on TOR than I2P, so streaming websites could host the data and allow users to download it directly (DDL). They could also be on TOR and I2P, then provide the DDLs on TOR and torrents on I2P - the best of both worlds.
If all this piracy were running on anonymized networks like TOR or I2P, they’d have a much harder time taking down stuff and censoring it.
The U.S destroying its own economy. Who could’ve asked for a better Christmas present? With Trump at the helm next year, it’s only a question of time before trade partners tell the U.S to fuck off and they stop ignoring decisions like these.
More like a portable PC. Probably gaming won’t be possible for longer than 20 minutes.
Opensource after EOL. Vote for parties that care, write to your representatives, sign petitions, and vote with your wallet.
Eventually, painfully, slowly, we’ll move to memory-safe languages. It really is a good idea. Personally, though, I don’t expect it to happen this decade. In the 2030s? Yes, 2020s? No.
This. Unless the government starts introducing fines or financial incentives (like fines) to force the use of memory-safe languages, ain’t nothing gonna happen.
Maybe read the article…
Just use newpipe or some other app like grayjay. It’s way ahead of the standard YouTube app.
We still suffer from the runtime errors that could’ve been caught at compilation time.
There’s absolutely no need to call QAs, product owners, HR, finance personnel, or janitors “devs” because they work in or for a gaming company. They have roles and it’s completely fine for them not to be devs.
Make random comparisons from other industries all you want
I thought it would help with understanding and provide perspective, but it seems like the shutters are down and bolted. Understanding cannot penetrate the fortress of “everybody in a gaming company is a developer”.
This ancient attitude is the same upper management position where cutting swathes of knowledgable established QA will bring short term profits only to later hire even more fresh QAs, often contractors or outsourced.
What does this have anything to do with definition of developers? Diddly squat. Upper management will fire anybody with little to no understanding of their function because they consider everybody below them to be a number on a sheet; a replaceable cog in the machine.
You think QA has never seen a line of code?
What are you on about? Seeing a line of code doesn’t make you a developer. Reading memes about coding doesn’t make you a developer, shocker.
What’s the imaginary line to being part of game dev to you?
Being part of the game development process does not make you a developer. How many times do I have to repeat this? If you write the game, you’re a developer, otherwise you have another role on the team that is not game development. It’s that easy.
You design a character? Not a developer. You test the game? Not a developer? You develop the story and draw the art? Not a developer. None of that is writing the game’s code.
You can be both a developer and an artist, for sure, if you write the game’s code.
Bro, what? Being part of the development process doesn’t make you a developer. The hell? So you think somebody who has never even seen a line of code and manages a team of developers is a developer? You seriously want to tell me that the finance director of a construction company can call himself a builder because he manages the money needed to pay the builders? Jeff Bezos is a top paid developer at Amazon because he developed a strategy to R&D the fuck out everything and signed off on a product?
Also, I thought it was obvious that my sentence about a “programme developer” not being a software developer would make it pretty obvious, that the presence or lack of “developer” in the title isn’t the defining attribute of the job.
Difficult? How so? I find compiling C and C++ stuff much more difficult than anything python. It never works on the first try whereas with python the chances are much much higher.
What’s is so difficult to understand about virtual envs? You have global python packages, you can also have per user python packages, and you can create virtual environments to install packages into. Why do people struggle to understand this?
The global packages are found thanks to default locations, which can be overridden with environment variables. Virtual environments set those environment variables to be able to point to different locations.
python -m venv .venv/
means python will execute the module venv
and tell it to create a virtual environment in the .venv
folder in the current directory. As mentioned above, the environment variables have to be set to actually use it. That’s when source .venv/bin/activate
comes into play (there are other scripts for zsh and fish).
Now you can run pip install $package
and then run the package’s command if it has one.
It’s that simple. If you want to, you can make it difficult by doing sudo pip install $package
and fucking up your global packages by possibly updating a dependency of another package - just like the equivalent of updating glibc from 1.2 to 1.3 and breaking every application depending on 1.2 because glibc doesn’t fucking follow goddamn semver.
As for old versions of python, bro give me a break. There’s pyenv for that if whatever old ass package you’re installing depends on an ancient 10 year old python version. You really think building a C++ package from 10 years ago will work more smoothly than python? Have fun tracking down all the unlocked dependency versions that “Worked On My Machine 🏧” at the start of the century.
The only python packages I have installing are those with C/C++ dependencies which have to be compiled at install time.
Y’all have got to be meme’ing.
If you think QAs are software developers, I’d like to know what you think QA stands for. Hint, it doesn’t stand for developer.
Inb4 “they develop tests”: so an event planner is also a developer then because they “develop a programme” and the words “develop” and “programme” are in the job description.
Title days “devs” article says HR and QA most laid off. Those aren’t devs…
Still, it does sound like employees in gaming companies should unionise!
The reactions here are why people don’t join forums, don’t ask questions, or choose to learn alone. “duh, I knew that”. Yes, the dude didn’t, which is exactly why he’s frustrated. I think too many have forgotten what it’s like to be a beginner and make a fatal mistake, which would explain the mocking responses here and things like recommending new linux users Arch.
Anti Commercial-AI license