[-] Mniot@programming.dev 3 points 4 months ago

Oh OK. Murdering rich people might effect social change. Though I'm skeptical because not a lot of people actually do it, which is an important component of that change.

I think you still end up coming around in a circle: in your fantasy of mob-justice, what prevents the wealthy from ending up being the ones who control it? (Like Vlad the Impaler!)

[-] Mniot@programming.dev 3 points 4 months ago

labels that the people you were labeling didn’t even like

This is a silly criticism. "Latinx" and similar terms were used by some US kids of Latin-American descent and those people felt the "X"-ed words provided them better representation. Many native Spanish speakers didn't feel represented and objected to the terms being applied to them. So: there were two (maybe even more???) groups of people and they didn't agree on one label being applied to both of them.

It doesn't make sense to say that this is a problem with "woke" (wtf does that even mean) because the "non-woke" alternative is to use labels that people don't like... exactly the thing you're complaining woke did wrong. It's not a change making us worse off, it's just a failure to deliver total success. (Maybe it failed to deliver even partial success here? That's a conversation that might be worth having, but "worse off" seems like a straight hallucination.)

Now, if you want to say, "I have a big criticism of progressive movements: they do not succeed to the degree that they promise!" then sure. You should get in line behind literally every person who has ever considered themselves progressive, because all of them have also come up with this brilliant piece of insight and are eager to share it.

[-] Mniot@programming.dev 3 points 6 months ago

Inside the US, there's a pretty substantial amount of pro-Russia propaganda. For years the NRA was a dominant force in politics and it was completely compromised by Russia. The current US president is a Russian asset. Etc etc.

Israel is by far the larger threat to us elections

I'm not sure about "by far", but it doesn't really matter. Two things can be true at the same time. Israel and Russia are both significant threats to the US, both have obtained substantial control over US politicians, and both are threats to their neighbors.

And also there's overlap because Israel and Russia are partially aligned. (See for example how reluctant Israel has been to offer any support to Ukraine.)

[-] Mniot@programming.dev 3 points 6 months ago

I'm not sure what you're trying to show here? That younger voters preferred Sanders? That's on there, but your red circle is mostly covering it.

[-] Mniot@programming.dev 3 points 6 months ago

Set your expectations: networking is complex and the configuration you're hoping for is particularly complex. It sounds to me like you're looking for a split-horizon configuration where local traffic stays local but internet traffic is routed over VPN. But also you want that configuration only for specific apps.

It's not the *arr programs that are tricky, it's that any service you try to configure this way will be some of the hardest sysadmin work.

[-] Mniot@programming.dev 3 points 7 months ago

And a lot of desktop distros know how to suggest installation so if I type ip addr it might say do you want to "apt install iproute2"? or dnf or whatever I need to make it work regardless of distro.

But if I'm trying to use a GUI it's harder to figure out how to make a GUI tool appear. What's it's package name on this distro? Should I be using Flatpak and if so where's that? Etc. And this lack of assistance isn't (just) bad design because I don't know how you'd design a GUI where I can go "I want the NetworkInspector tool" and it just does the right thing.

[-] Mniot@programming.dev 3 points 9 months ago

Conservapedia was comically stupid. Like, there was a lengthy diatribe against the Theory of Relativity that seemed largely based off Andrew Schlafly confusing the Physics term "relativity" with "moral relativity" and being against the latter. This was especially weird because Schlafly personally had a background in applied physics and so ought to know that GPS satellites serve as a proof of some of Relativity.

As embarrassing as basically every page of Conservapedia was, at least it represented some stupid man's beliefs and effort. Grokipedia can't even do that.

[-] Mniot@programming.dev 3 points 11 months ago

It does seem silly, but it's perfectly aligned with the marketing hype that the AI companies are producing.

[-] Mniot@programming.dev 3 points 1 year ago

++ but I think it can't be overstated how much effort social skills takes. Especially if you're starting from near zero.

[-] Mniot@programming.dev 3 points 1 year ago

Society cannot gift you friends…

It sort of can! Think about a very-religious church group or a military squad. When people are forced to spend all their time with a small group, they mostly become friends.

In the not-very-distant past, we lived in much smaller communities with much more interdependence.

I think some of the "male loneliness" talk is because society used to literally gift men with a friend group and a family and now they need to get all these things on their own but a lot of boys have not been raised to develop the skills they need for this new society.

[-] Mniot@programming.dev 3 points 1 year ago

You haven't missed anything; there isn't any such place. There's a bunch of suggestions on how you could patch such a thing together StackOverflow: Is there a way to list pip dependencies/requirements?. Basically either running pip or querying the PyPI API to discover transitive dependencies. Sounds like a fun little programming project! 😀

[-] Mniot@programming.dev 3 points 1 year ago

it is agnostic of cloud providers: you can use it to deploy infrastructure to multiple providers

Nicely put. I frequently see the first part of this sentence and not the second. (Maybe I only pay attention to the first part and then disappoint myself...)

Terraform/Tofu allow me to use the same basic syntax and to have one project that controls AWS/GCP/K8s/my home servers, but I cannot use it to describe "a running server process" and just deploy that on any of those places. Instead I'd need to have like aws_beanstalk_service { ... } and gcp_application { ... } and kubernetes_manifest { ... } and systemd_service { ... } and the contents of those blocks would be totally different (and I'd need a bunch of different ancillary blocks for each of those).

view more: ‹ prev next ›

Mniot

0 post score
0 comment score
joined 2 years ago