deleted by creator
deleted by creator
As an addition to your post, I’m also in the process of learning C/C++, and I’m curious also how others arrange their actual project files and include directories. Like, for example, if there’s a bunch of classes having to do with UI elements, do you just group them each under their own file all in their own directory? I’ve also seen projects where everything was just thrown into the top level directory, both headers and implementation files together in a giant pile of source files.
sudo apt install libflour
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages have unmet dependencies:
libflour-3.2.3-23 : Depends: crackers-2.52-29 but it is not going to be installed
E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).
Happens. Cars used to need special skills to even get started and drive around. Now a five year old can start one and drive off if they can reach the pedals. But they won’t have any clue how it actually works.
Conputer users should have technical knowledge to do stuff like that.
It’s not the 80s anymore. Normies are using computers now.
That’s what some third parties do for ancient OSes that can no longer use Windows Update but where people want to at least have the last patches made for it, like when people make retro machines. There’s an installer package out there that will apply every Windows 98 update ever released in one go. Same for XP I think.
deleted by creator
Maybe they can just tether two ships together and have them rotate around a common CoG like a bucket swinging around on a string. Wouldn’t be that expensive. The radiation I’m not sure, maybe they can create a “safe room” on the ship surrounded by their water reserves.
The tether thing is so simple I’m surprised it wasn’t in use decades ago. I think I remember them confirming it being a viable option on Gemini when they tested it being tethered to the test vehicle.
Eight months is brutal. Yet that isn’t even one leg of a round trip Mars mission, unless nuclear propulsion is used. Still a giant problem we have to figure out. We are not colonizing the solar system on chemical rockets alone.
Why not both?
Headline: MAJOR EXPLOIT FOUND IN NEW LINUX KERNEL VERSION!
Debian: business as usual…
deleted by creator
Why call it a podcast? Digital audio interviews existed before the iPod. Just following your logic.
I guess my point it, why does it matter? We both know what it means. The language has accomplished its goal of communication.
Oh, looking for some lebensraum, are we?
So it’s basically doing nothing and lying about it. 😆
Maybe I should keep it a hobby and not pursue a career. That kind of shit would mess with me. I tend to pour my heart and soul into my programming.
Programmatically, what does the kernel actually do with data sent to /dev/null? Put it in a temp buffer and just delete it?
First clue was the “ata” prefacing every error message. Then various things like “SCSI parity error” which indicates data corruption during transmission. “Parity” data is used to double check the integrity of the actual data.
https://wiki.galliumos.org/Welcome_to_the_GalliumOS_Wiki
Unfortunately, looks to be discontinued, I just checked. I guess I gotta check up on my mom’s laptop and get her something that’s still getting updates haha. That news totally slipped by me.
for (auto it = line.begin(); it != line.end(); it++) { snort(line); }