While Calvin in a Crowder meme is better than Crowder in a Crowder meme, maybe we just don’t use a Crowder meme at all?
There are several others that convey basically the same message
Lemmy shouldn’t have avatars, banners, or bios
While Calvin in a Crowder meme is better than Crowder in a Crowder meme, maybe we just don’t use a Crowder meme at all?
There are several others that convey basically the same message
This is a great argument for using a pwa in Firefox rather than a native app. Your “in-app browser” can have ad block
WSL has replaced my use of the command prompt in Windows for anything (and I used it more than most, I think).
In my job, I develop Linux applications to support industrial automation, and WSL is capable of building and running most of what I make. It isn’t a full Linux machine, and can behave unexpectedly when trying to do things like changing certain network configurations.
So it’s great for what it’s for, really. But if you want a full VM, this isn’t really for that.
What did I miss?
It mentions Daniel Radcliffe, is that just a vague reference to Harry Potter?
This is one of the things I like most about Go. Formatting is already defined and handled by go fmt
. Takes out all format arguments before they start.
A couple of main points:
Still, I feel your pain. When trying to get into these technologies, most people who have done the work are engineers, and we stink at writing documentation. I’m sure you’re familiar with it, we automate the solutions for issues we encounter, and then those tools or automatic configurations fail to make it to the end user.
And I’m probably biased, but don’t use a video guide for this sort of thing. It’s just the wrong medium for a technical tutorial.
I guess the main things would be:
Yeah it definitely looks like a flawed implementation either way. Probably a student got bored of trying to make it work, and went nuts with the #defines for fun
As a career programmer myself… I can absolutely relate.
I believe it outputs the prime factors of the number you gave it.
The yeet value is just specifying if the function succeeded or not
WSL is pretty good these days. Dual boot with Windows is still a pretty risky move with how easily Windows will overwrite your boot loader. I usually recommend you pick one os or the other rather than dual boot, so I’m in favor of WSL or virtualbox. Personally, I have never cared for needing to reboot just to switch operating systems. I tend to stick with one and the second one does nothing but take up disk partition space.
WSL lets you run both simultaneously without rebooting. Virtualbox lets you do the same with extra setup. Virtualbox makes it easier to do GUI setups than WSL does, and the network configuration is a little more obvious.
The best option is to get a second machine so you can run both. If that’s not an option, virtualbox is the better choice for learning. If you just want a Linux environment on your existing setup (similar to using a Mac) then WSL is usually good enough