macstainless

joined 2 years ago
[–] macstainless@discuss.tchncs.de 35 points 3 months ago

The weird thing is that it doesn't matter what instance/server your friends are on. If they follow you, they'll get all your posts in their feed. The best advice I can give anyone starting out on Mastodon is to follow tags instead of people in order to surface interesting posts, then you can follow people as they come up on feeds.

[–] macstainless@discuss.tchncs.de 22 points 3 months ago

I like this idea! It helps get people some traction out there without them needing to put effort into fumbling around how to do it. Kind of like a push start. I’m going to start doing this!

[–] macstainless@discuss.tchncs.de 134 points 3 months ago (5 children)

Oh it will as soon as the investors demand more ReTurN oN iNvEsTmEnT.

[–] macstainless@discuss.tchncs.de 1 points 3 months ago

You got it. Good luck!

 

I joined up here from the other EV communities on Lemmy because it seems some consolidation is going on. Now it's looking like there's a ton of posts all from one of the mods and it's literally overtaking my feed.

For example, the top "hot" posts are here are SIX in less than an hour.

I'm all about getting the community active and all that, but is this really the best method? Spamming links to Elektrek or Cleantechnica doesn't really spur much conversation. Is it possible to just slow that roll of link spam and work on fostering more discussion?

[–] macstainless@discuss.tchncs.de 8 points 3 months ago* (last edited 3 months ago) (2 children)

So there's 2 files that go along with the main script: a config file and a download list.

The download list file is literally a list of YT channel URLs and any time I want it to get new channels, I add to the list. Conversely if I get tired of watching a channel, I comment it out or just delete it. YT-DLP just traverses the list.

The config is where the magic happens. That dictates how the file is named, quality you download at, location it's saved to, format, etc. You can incorporate SponsorBlock which is awesome and even DeArrow has an integration. I enjoy the logging feature so it doesn't re-download vids it's already snagged. Generally I'll tell it to get every video from a channel that's been posted in the last 15 days.

My destination for the files is a YouTube library folder I set up in Plex. Plex sees it just as another TV-like library and it pulls the metadata from the files, which are embedded by YT-DLP.

Hope this helps!

[–] macstainless@discuss.tchncs.de 25 points 3 months ago (14 children)

I use YT-DLP to scrip the download of vids I want to watch and it drops them into Plex for me. I set it to run every 4 hours.

[–] macstainless@discuss.tchncs.de 2 points 3 months ago
  1. I think it can, you just need to give it the machine's name or local IP and the port.
  2. Nope!
  3. Caddy handles all certs from LE and renews them for you too. Nothing you need to do on your own.
[–] macstainless@discuss.tchncs.de 1 points 3 months ago

Is there a way to hook the custom Listenbrainz playlists into Lidarr so I could have a new mix / recommended playlist each week?

[–] macstainless@discuss.tchncs.de 11 points 3 months ago (2 children)

Yes this is possible. I have a few hosted items with subdomains and I have it set up as follows:

All subdomains point to the same IP. Router port forwards all 80/8080 traffic to server. I use Caddy in Docker to forward the requests based on the subdomain to the appropriate docker container hosting the actual service.

This makes spinning up something new simple. You get a docker container of New Thing going, edit the CaddyFile to point to it too, set up new subdomain in cloudflare. No new open ports needed.

Hope this helps!

[–] macstainless@discuss.tchncs.de 34 points 1 year ago (3 children)

It still blows my mind that Toyota single-handedly made hybrids a very successful thing and yet squandered that position to Elon effing Musk. Toyota could’ve been THE market-leader for EVs while still making a killing with the Prius and ICE cars. They’d have a solid lock in all markets.

Toyota has one of the best reliability reputations of any automaker and yet anyone in the EV market (like I was recently) passes them over because they have zero models to sell. Instead of parlaying the Prius’ R&D into a viable EV too, they’ve left money on the table. Hyundai has gone all in and is selling a ton of EVs. I see more of theirs / Kia’s on the road than anything else (besides teslas).

[–] macstainless@discuss.tchncs.de 2 points 1 year ago (1 children)

But what about yellowing? This is the sole reason I never buy one. Once a yellow-proof case comes out for the 12 pro, I’m all in.

 

I'm working to get a Lemmy instance spun up in Docker. I'm using the official docker-compose listed in the git repository. But when I bring the whole thing up, the Lemmy container keeps restarting. The other containers are fine.

The error I'm getting is:

thread 'main' panicked at 'Failed to load settings file, see documentation (https://join-lemmy.org/docs/en/administration/configuration.html): LemmyError { message: None, inner: Is a directory (os error 21), context: SpanTrace [] }', crates/utils/src/settings/mod.rs:20:20

Any help on how I can resolve this would be great. Thank you!

view more: next ›