Your have a better time installing Linux. On that hardware it’s been tested many times and is quite lean (as opposed Windows 10). You can also runs decent amount of games by installing steam, lutris, or heroic game launcher.
Your have a better time installing Linux. On that hardware it’s been tested many times and is quite lean (as opposed Windows 10). You can also runs decent amount of games by installing steam, lutris, or heroic game launcher.
It’s PNG? I was hoping it would be a vector image to have unpixelated monster mouse pointer goodness.
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.
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).
👏👏👏
Great response. You didn’t just recommend your favourite but considered the requester’s input, explained why options were filtered out, and narrowed it down to an option with a great description.
I hope OP agrees, but this is what’d be considered stellar customer service if OP were a customer.
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.
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…
We still suffer from the runtime errors that could’ve been caught at compilation time.
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.
I like the prospect of more Linux hardware hitting the market with officially supported distros. The European Union should be funding this kind of stuff to supplant Microsoft within its borders.
My immediate thought was: why not NixOS as a base? Building KDE is such a nightmare that if they had to deal with it themselves on NixOS, it would help them clear up their dependencies. Right now it’s such a big mess of unnamed and implicit dependencies that exposing it to the team would also show them how to cut down on them.
My hope was also that if the KDE team were invest in a NixOS offshoot, that the OS would finally get proper GUIs or integrations into existing GUIs like Discover (why not Diskover?) Or the system settings and other config management.
But, to be fair, I could understand if they considered it, took one look at the documentation and noped out.
Are what point do they stop pretending and just make it a pure linux platform with a different packaging format for any linux app to run in? They are doing it with CROS (or whatever the new Chrome on Linux OS is being called) and maybe it’s time to do it with Android. Running a VM just seems quite wasteful.
Maven and Cradle might be terrible, but C and C++ have fucking nothing in terms of dependency management. Even C# has something that few people use, but it has something. C and C++ are such a shit show to build. It’s so bad they had to invent languages to build them and they regularly fuck up (CMake, make, bison, scons, meson, …).
Pull a C or C++ project on a distro or environment and try to build it and you have to dive in the abyss of undeclared dependencies. And good fucking luck with glibc and glib dependencies. If the dev doesn’t know which version they were actually using, it’s up to you to find out. Fun for the entire family!
So trying to hack hackthebox is not permitted? Confusion is the name of the game
First, I don’t know of an option to install windows directly on a Mac. Microsoft says to use “Boot Camp Assistant” which, as far as I understand, is a VM. Second, windows is heavier than Linux in terms of consumption and resources.
If your mac is struggling with linux, my advice is to try a different and lightweight desktop environment (xfce, lxde, …), or get new hardware. Linux is about the lightest thing you can throw on there.
Anti Commercial-AI license