Even worse, there is no Canada at all 😱
- 0 Posts
- 228 Comments
derpgon@programming.devtoUnited States | News & Politics@midwest.social•Man killed after opening fire on Texas border patrol station0·5 days agoSadly… only 3 injured.
Two officers and a border patrol employee were injured in the attack, including one who was shot in the knee. All three were sent to hospital for treatment, officials said.
derpgon@programming.devto Games@sh.itjust.works•PirateSoftware Leaves OffBrand Games as Stop Killing Games Reaches GoalEnglish72·7 days agoAlright, so no review bombing going on then, as Twitter is full of dumbfucks anyway and can burn to the ground, and who the hell goes on Discord to review a game? It seems like it was about harassment, and not review bombing.
derpgon@programming.devto Privacy@lemmy.ml•In privacy communities, its usually assumed that non-libre OSes have the *capability* of spying on *everything* you do. But, what do they *actually* monitor *in practice*?0·7 days agoIt might be not sending any extra data - which can be verified via packet sniffing like Wireshark - but how do you confirm they are not saving the legit requests you do and collect it silently at the backend? It cannot be proven (beyond reasonable doubt).
derpgon@programming.devto Games@sh.itjust.works•PirateSoftware Leaves OffBrand Games as Stop Killing Games Reaches GoalEnglish212·7 days agoReview bomb where? On their page they link to Steam, where they have one released game (95% positive) and two demos (one unrated, second 90% positive).
Usually just needs to be set up once. A small price to pay for security.
Speed Racer
Good Place
Easiest method is Docker, but it heavily depends on your network and tech stacks.
Even more secure is having a VPS and self hosting Heascale, even better is Wireguard
derpgon@programming.devto linuxmemes@lemmy.world•What's your favourite OS that does not use systemd?6·28 days agoChaotic neutral
derpgon@programming.devto World News@lemmy.world•Russia could be ready to attack Nato within five years, says secretary generalEnglish6·1 month agoI’d say even more concerning is rogue Hungary, Poland, and Slovakia, along with help of Belarus and possibly NK on a full scale war against NATO. Trump is dumb, but not that dumb to be attacking WITH Russia, since it would be much easier to claim some uninhabited Russian land full of natural resources compared to rather populated European countries without that much natural resources.
derpgon@programming.devto Map Enthusiasts@sopuli.xyz•Most downloaded apps in Europe by country in 20240·1 month agoMy card keeping app was bought by Klarna. Had to migrate my account so I could even view them. Turns out Klarna is a bank, so now even deleting my account leaves sensitive information because banks have to keep those.
Also the UI was shit.
Well, one permanent solution is to permanently ditch Windows
derpgon@programming.devto NonCredibleDefense@sh.itjust.works•North Korea’s new boatEnglish0·1 month agoFrom Wikipedia:
Furthermore, the shipyard’s manager, Hong Kil Ho, was summoned by law enforcement for questioning. Supreme Leader Kim Jong Un described the incident as a “criminal act” and condemned it as a consequence of “extreme carelessness, irresponsibility, and unscientific practices.” He announced that disciplinary measures would be addressed at the upcoming plenary session of the ruling party.
I mean, gotta give it to NK, at least someone is getting punished. We’d keep blaming everyone else and, in the end, taxpayers are the ones to pay for it.
derpgon@programming.devto Ask Lemmy@lemmy.world•how do I know that you guys are real and not bots?0·1 month agoUsually bots do not participate in non-political topics. Why would they, why would anyone run a bot on anything besides politics? Maybe product shilling, but that’s that. Nobody is gonna run a bot on, like, bake recipes.
derpgon@programming.devto Ask Lemmy@lemmy.world•how do I know that you guys are real and not bots?0·1 month agoYes, please generate more responses to the original post.
SO answers and questions are usually edited multiple times to sound professional, confident, and be correct.
IntelliJ IDEA, if it knows it is the same variable, it will rename it. Usually works in a non fucked up codebase that uses
eval
or some obscure constructs like saving a variable name into a variable as a string and dynamically invoking it.
Basically old vs modern PCs. Try to make a CPU from '98 render a 4k video lol.
There a million ways, and you will probably find tons of tutorials each different - Docker, Docker Compose, native install, VMWare, Kubernetes, Portainer, etc. I recommend starting with a clean machine - preferably with an attached monitor - and installing your favorite Linux distro (Ubuntu is among the easiest), getting Docker and Docker Compose running, and familiarizing yourself with these technologies.
Then you can start with a simple app like Paperless (document digitization), Vikunja (TODOs), BookStack (wiki), or PrivateBin (pastebin), getting it running and persist state over a period of time, then setting up a reverse proxy so you don’t have to use IPs all the time (with just editing your hosts file to point a URL to IP of your machine), and then it is a free world.
Of course, having the whole setup secure, independent, and easily manageable is partially eyperience and partially understanding your needs.
You will probably even find whole ready-to-deploy git repositories that are easily configurable, so you can go with that too.