MoonMelon

joined 2 years ago
[–] MoonMelon@lemmy.ml 2 points 6 hours ago (1 children)

Watching videos has been broken for a few weeks. On the 24th of Sep they mentioned that they'd identified a potential cause, but since then there haven't been any updates. They typically aren't super communicative and tend to lock down posts because of the huge surge of duplicate bug reports and unhelpful comments they get whenever this happens. So the silence is not that unusual, but it has been slightly longer than usual for an update.

[–] MoonMelon@lemmy.ml 4 points 1 day ago* (last edited 1 day ago)

It's been broken for a few weeks. They're aware but I think it's an upstream fix they're waiting on. In the meantime I use yt-dlp.

[–] MoonMelon@lemmy.ml 1 points 1 week ago

Thanks, this helped. Although I keep yt-dlp installed with pip so for me instead of github it's just a pip3 install yt-dlp -U.

[–] MoonMelon@lemmy.ml 2 points 1 week ago

2004 would be a bit late but it kind of reminds me of MPlayer.com. Here's a video. The interface kind of looked like a radio, it also featured the first voice-chat I ever used, but everyone was on modem so it was unusably terrible.

[–] MoonMelon@lemmy.ml 3 points 1 week ago

There's actually enough channels like this that I think it qualifies as a genre. They kind of give me "tradwife" vibes so I don't really watch them, but it seems like quite a few are in France for some reason (maybe some government program where you can get these properties cheaply).

[–] MoonMelon@lemmy.ml 11 points 1 week ago

If you aren't aware already, you might like the work of Simon Stålenhag.

[–] MoonMelon@lemmy.ml 1 points 1 week ago

Sorry I meant "flourescent" apparently. It was this kind. My uncle's business was moving into an office that was some 1970s government office and somehow I got roped into the re-fit.

[–] MoonMelon@lemmy.ml 3 points 1 week ago* (last edited 1 week ago) (2 children)

Boss once had me fill a dumpster with old ~~halogen~~ flourescent bulbs. Probably 90% of them shattered in the process. Then it turns out that was the wrong dumpster so we had to shovel all the broken bits into another. Didn't learn they had mercury in them for a decade. I was 15. So that's cool, wonder what that did.

[–] MoonMelon@lemmy.ml 2 points 2 weeks ago

If you're into visual arts, "The Art Spirit" by Robert Henri is pretty great.

[–] MoonMelon@lemmy.ml 3 points 3 weeks ago

So I quickly gave myself diabetes...

[–] MoonMelon@lemmy.ml 4 points 3 weeks ago* (last edited 3 weeks ago)

The A. americanum (lonestar) tick larvae are insane this year. I blame the wet summer. At least it's hot and dry now, and I can imagine them dying by the truckload!

[–] MoonMelon@lemmy.ml 3 points 1 month ago (1 children)

Given the opacity, unaccountability and character of ICE it's almost certain that ICE agents are taking bribes, running drugs and guns, doing shakedowns, pimping, and engaging in all kinds of organized crime shit. If you're a cartel, who better to pay than the masked mercenary who's above the law and doesn't give a shit about anything but power and money? Easiest partnership ever. Hell, they're probably bribing from the top down and getting entire local chapters on the payroll.

 

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 ›