Right. GCC -f optimizations are basically like “how hard are we going to try to be clever” and are, I believe, orthogonal to the actual instructions used. Machine dependent args start with -m, like -march or -mavx etc.
Right. GCC -f optimizations are basically like “how hard are we going to try to be clever” and are, I believe, orthogonal to the actual instructions used. Machine dependent args start with -m, like -march or -mavx etc.
This. So much this. I hate what Discovery did with S31. The Federation isn’t the Federation with an official black ops gestapo running around.
Also, I love Michelle Yeoh but I am way more interested in the Capt. Georgiou we missed out on than the genocidal maniac Empress we got.
I feel guilty about it, but I appreciate the monthly pass. I played EUIV for exactly one month, at a total cost of like $7 (got the base game for free at some point) with all the bells and whistles. It seemed like a good compromise because you’d have to pay it for years at this point to cover the DLC out right, but it is a disgusting level of rent seeking behavior.
Now it bothers me that I’d need to put another $7-$10 into the machine to access those saves, but not as much as if I’d throw down hundreds of dollars on it to own the content for a 10 year old game.
So you’re right that this is a bit arbitrary because the line between the standard lib and the language is blurry, but someone writing Rust is going to expect Vec to work, it doesn’t even require an extra “use” to get it.
Perhaps a better core example would be operator overloading (or really any place using traits). When looking at “a + b” in Rust you have to be aware that, depending on the types involved, that could mean anything.
Anyway, I love Rust, it just doesn’t have the 1:1 relationship with the assembly output that C basically still has.
Huh weird, these pull requests just magically accepted themselves
Rust can create native binaries but I wouldn’t call it close to the metal like C. It’s certainly possible to bootstrap from assembly to Rust but, unlike C, every operation doesn’t have a direct analog to an assembly operation. For example Rust needs to be able to dynamically allocate memory for all of its syntax to be intact.
For XP, the machine KVM presents as may be too new, but that isn’t an issue with non-virtualized QEMU.
Generations is a fun movie, but I demand an edit where Picard uses the Nexus to go back and save his nephew from burning to death and then uses his foreknowledge to defeat Soren easily.
Why is it okay to go back to save millions of Veridians but not to save Remy and then the Veridians by extension? Either way you’re messing with the timeline. Soren already won.
Meh, Trek is always terrible at following up after the big movie action. Aging is reversible if Insurrection is canon. Literal resurrection has been possible since at least Khan. Time travel is routine in Voyage Home. None of it makes sense outside of the context of the movie, they’re basically their own canon even before JJ.
TIOBE is weighted toward languages that have existed for a long time by virtue of counting lines written / skilled engineers etc. but the speed at which Rust is climbing that list is a better indicator. Also, a lot of the languages above it wouldn’t be appropriate for anything like a DE.
But you’re right, it’s hyped, I just think the hype is real.
This is a weird take. Rust is very popular and is the current heir apparent to C for systems level stuff. It’s a great choice to start a new DE/toolkit.
As for the rest, you’re right the end user doesn’t care about the language their graphical app is in, but the developers fielding their bug reports and making fixes/features sure do.
That trackpad was a game changer for playing KB+M games with a controller, but to be honest sometimes I really miss the right joystick. The trackpad can fake it, but it’s not the same.
If they ever do another standalone controller I’d want it to be like a screen-less Deck. Both joysticks and trackpads and a couple more grips.
I think it’s a stretch to interpret it as petty when it probably just gave Trip a bit of focus and let his 8 year old nephew shout like “that’s my uncle!” or something. Real life astronauts get asked these questions all the time and they’re practically deified in our culture.
This better not awaken anything in me…
I don’t hate this. Seems like Skydance has less conflict of interest (i.e. alternative franchises) than the Warner Brothers merger talks from December. Remains to be seen if this is a good thing from a Trek point of view but… Could be worse.
Sims 3 was my favorite for the open world and freelance jobs too. Was nice to be able to secure an income without disappearing off the map for 8 hours a day. Was surprised 4 didn’t follow through on that as much but I only played it a little.
My wife plays Sims with cheats all the time and I get that it becomes a fancy interactive dollhouse in that case, but to me the game is all about that progression from bachelor in a one room box to old family man in a mansion.
So cool, thanks for sharing.
John Carmack, author of the Doom engine, is a long time Linux user and for a while the policy was to open source the idTech engines once they had moved on.
However, Doom was hugely popular on its own before this, and was actually more pivotal for making Windows a gaming platform (over DOS).
The reason it runs everywhere is a combination of it’s huge popularity, it’s (now) open source and it’s generally low system requirements.
Honestly, with Flatpak and immutable base systems this is a place Linux is really excelling now too. Being able to show a novice user a shared package manager with a search and a bunch of common apps and them actually install/remove them in a safe manner with a high likelihood they’ll work out of the box (since they come with all their deps in sync independent from distro) is kinda huge.
The only thing Samba is really great for is interop with Windows. If that’s not an issue, Dolphin can browse SFTP directly by adding it as a network share (you may need to setup a password-less key pair to avoid having to login). SSHFS is a similar option and works even if the client is totally naive (it just looks like any other mounted FS).