MoonMelon

joined 2 years ago
[–] [email protected] 11 points 3 hours ago

People here in the rural USA also think that factory jobs are magically "good", and that it was factory jobs themselves that created the middle class. As if the factory owner is somehow different and more noble than the owners of other giant corporations.

In reality the unions literally shed blood to make those jobs "good jobs". Those unions, and class consciousness, have since been destroyed. Even if 20th century style manufacturing did return it would just be another form of resource extraction. Those jobs may save people from the absolute destitution they face having been abandoned by their government but they're not going to support a healthy community. That's simply not good for business. When you don't give a fuck about human beings then what's actually "good" for business is a desperate, starving workforce.

People here praise Walmart, even though the community is demonstrably poorer. They've completely forgotten what was lost. They talk about that one great uncle who was fucked over by the unions the same way they talk about that one second cousin who never wore a seatbelt and was saved from a wreck when he was "thrown clear". They all believe they will somehow be thrown clear from the wreck that's been happening for 50 years.

[–] [email protected] 9 points 17 hours ago* (last edited 16 hours ago)

Try to get a really early start so you aren't spending the last few hours driving in darkness. If you haven't listened to the "Shit town" podcast, it got me through a long drive once. This was on a 2012 car with no smartphone features besides basic bluetooth, but there was a pairing procedure that got audio to at least play (it was really wonky to setup, I had to look it up).

Edit: Big Caveat to my advice on the starting early, be careful if your trip ends inside a huge metro area on a weekday, as bad timing can land you straight into some horrendous rush-hour traffic.

[–] [email protected] 7 points 18 hours ago (1 children)

Yeah, I've been fortunate enough to be offered those multiple times as well. I froze my credit with the big three agencies after the third or fourth breach. Recently learned there's apparently a fourth agency now? Cool. And there's hundreds of data broker sites...

[–] [email protected] 10 points 19 hours ago (3 children)

As a settlement for the wrongful death of your parents you are entitled to 12 months of LifeLock's DataScrub™ service!

[–] [email protected] 2 points 2 days ago* (last edited 2 days ago) (1 children)

I had a tricky time getting hardware encoding to work and it ultimately ended up being I needed to expose the GPU to the Docker container. The yaml config needed:

    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
      - /dev/dri/card0:/dev/dri/card0

Note this was on a low-end Synology NAS with some sort of crappy intel GPU, but it actually works now, I was surprised. I only mention because before this I spent lots of time messing around with the Jellyfin settings and only the logs tipped me off. Jellyfin loves to fallback silently to CPU transcoding it seems, which I guess is good, but make troubleshooting unintuitive. Searching for log errors online gave me this solution.

[–] [email protected] 4 points 5 days ago

There's no sleep like class sleep. Five minutes feels like an eight hour rest.

[–] [email protected] 6 points 1 week ago* (last edited 1 week ago)

Just like BLM, it's convenient to the authors of the propaganda if you believe the entire city is a Thunderdome style madhouse. In fact, it's convenient for them if you paint entire states or even whole regions with a broad brush, so you can dehumanize millions of your countrymen. Actually, consider any type of unity with your fellow humans to be sketchy, except for going to the same church, buying the same brand, and working for the same company (no unions though!)

I've moved a lot and over the years I've lived in basically every part of the USA excluding New England. It's crazy the provincial opinions people have about the other regions and people, when in many cases you could make it a weekend trip to visit and see that no, you won't die immediately and yes, most people are just living their lives.

[–] [email protected] 4 points 1 week ago
[–] [email protected] 6 points 1 week ago (2 children)

It looks horrific to me. Like a film prop from Cronenberg or Lynch. I think it's the mix of mechanical motion, a material that reminds me of Jean Jacket's stomach from Nope, and a structure like a severely prolapsed rectum. No way could I get off in this thing.

[–] [email protected] 3 points 2 weeks ago

If people want to fart around with ffmpeg filters this site is great: https://ffmpeg.lav.io/

[–] [email protected] 4 points 2 weeks ago

It would be hilarious if incompetence leads to a bunch of this being stolen, so they fork the blockchain into FreedomBurgerCoin. Maybe it happens a few times. I can't wait to bribe my way through checkpoints by sending the cops a couple FreedomBurgerCoin5_final_final. Using X of course.

[–] [email protected] 4 points 2 weeks ago (1 children)

Fwiw I've done contract work and I didn't need to be a sole proprietor or an LLC or a passthrough or anything, they just 1099'd me and I paid my own quarterly estimated taxes to the federal govt and my state of residence. I have seen places where you need to be an LLC and submit bids and all that, but that was company policy not a tax law.

 

Prefacing by saying I'm a total noob to webdev.

I'm trying to move my personal portfolio site off of Squarespace and onto some sort of static hosting. Since I know nothing, I'm cobbling together hugo templates and using LightBox2 to show image galleries. The blog I'm referencing includes LightBox2 using this:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.1/js/lightbox.min.js" integrity="sha256-CtKylYan+AJuoH8jrMht1+1PMhMqrKnB8K5g012WN5I=" crossorigin="anonymous"></script>

I would prefer to not subject people viewing my page to any external tracking if I can avoid it. My page has zero tracking/analytics for this reason. I briefly tried downloading LightBox2 and directly including it instead, and was able to get it working mostly, but some things were broken that I would need to debug. Before I do that I was wondering, is this even a problem? Is including stuff from cloudflare cdn like this sketchy? It's possible I'm being overly paranoid but I have no idea.

view more: next ›