The left is such a small population in the US, it’s irrelevant. If we are to believe Trump’s rhetoric, any group that becomes too much of a nuisance will be deemed “the enemy within,” and be shot.
The left is such a small population in the US, it’s irrelevant. If we are to believe Trump’s rhetoric, any group that becomes too much of a nuisance will be deemed “the enemy within,” and be shot.
Yeah, I agree. I do use Flatpaks, Snaps, and Appimages sometimes if I can’t find a suitable deb repo/package. Flatpak is the best out of the three because they do try to avoid too much duplication through runtimes. I also use Docker quite a bit, which has similar issues (and benefits).
I assume the “kill it” comment was a little tongue-in-cheek. On small SBCs, like a Pi, or old hardware, it could be a problem. I’ve seen people with flatpaks taking up 30GB of space, which is significant. I’m not sure how much RAM it wastes. I assume running 6 different applications that have loaded 6 different versions of Qt libraries would also use significantly more RAM than just loading the system’s shared Qt libraries once.
Wastes RAM and disk space (compared to package-manager installed applications) by storing more libraries on disk and loading them into RAM rather than just using the libraries already installed on the distro. It’s probably better than Snap and Appimage though.
IMO, the U.S. will become similar to Russia. It’s not some sudden societal collapse scenario; just an oligarchy with high levels of corruption and incompetence. Most people will conform or keep their heads down to avoid the consequences of stepping out of line. If you’re in a possibly targeted group, you may want a valid passport though. And it’s always been a good idea to keep at least a months worth of non-perishable food on hand in case of supply chain disruptions. Possibly stuff like emergency propane heaters and a propane tank could be useful too (they’ve been useful for me in the past already without an authoritarian government or social unrest). Knowing your neighbors and helping eachother out in little ways is probably the most powerful thing though.
Source? First I’ve heard of anything like this. I’d imagine a lot of things would have to be settled in court given the US’s strange laws giving states so much leeway in how they conduct federal elections.
Governments (state and federal) can force people to fight though.
Could be the blue states refusing to comply with some crazy federal demand under a Trump administration. Trump has said he’d use the military to attack the “enemy within,” after all.
GPL’d clients. Everything is encrypted/decrypted on the client before sending/receiving to/from the server. I may later switch to a self-hosted solution, but don’t want to set one up right now (was using BitWarden’s cloud before).
I just exported my data from BitWarden and imported into ProtonPass. Was pretty easy. Hate the color palette of the app and browser extension though, lol.
I have. My bank did a chargeback like they would if it was a credit card. I was told it would’ve been a lot harder to get my money back if my PIN was used. But, I’ve only seen that option available for in-person purchaees.
Factories I’ve worked at had vending machines filled with microwavable food (burritos, burgers, sandwiches, etc). All of it was pretty disgusting.
Not sure I agree that there will be less human labor “need.” Ideally, we should strive for progress, and not just survive. I think there is infinite use for human labor.
I agree with your second point.
This is more complicated than some corporate infrastructures I’ve worked on, lol.
There’s plenty of open source projects that distribute executables (i.e. all that use compiled languages). The projects just provide checksums, ensure their builds are reproducible, or provide some other method to verify.
In practice, you’re going to wind up in dependency hell before pypi stops hosting the package. E.g. you need to use package A and package B, but package A depends on v1 of package C, and package B depends on v2 of package C.
And you don’t need to use pypi or pip at all. You could just download the code and directly from tbe repo, import it into your project (possibly needing to build if it has binary components). However, if it was on pypi before, then the source repo likely had all the code pip needs to install it (i.e. contains setup.py and any related files).
Yeah, the image bytes are random because they’re already compressed (unless they’re bitmaps, which is not likely).
I think I’ve seen calculations that we could explore every star in the galaxy with self-replicating probes in something like a million years; and other civilizations could do the same.
Both times I’ve received ChipDrops, the loads were an entire dump truck; ~20 cubic yards. I just used a wheelbarrow, a many-tined pitchfork, and a garden rake to make multiple large mulched beds, and a small pile in my back yard. I now have multiple large mulched beds, use it to cover food scraps in my compost bin, and use some in my vegetable beds/paths. It’s about a full day’s work to handle it all. I think ChipDrop also allows people to notify other users you’re giving some away if you can’t use it all, or you could try something like Craigslist.
camelCase for non-source-code files. I find camelCase faster to “parse” for some reason (probably just because I’ve spent thousands of hours reading and writing camelCase code). For programming, I usually just use whatever each language’s standard library uses, for consistency. I prefer camelCase though.
Ok, yes, I support actions like these, and they are good for community defense against small civilian fascist groups. There are not the numbers to counter organizations like FBI, DHS, or national guard though. Things are a bit different when the fascist group you’re trying to counter is the federal or state government with the will to kill and immunity from their actions.