Fisch

joined 1 year ago
[–] Fisch@discuss.tchncs.de 4 points 1 month ago* (last edited 1 month ago) (1 children)

yt-dlp supports a ton of sites (not just youtube). It's a command line program but there's a lot of different GUI frontends, like Seal (Android) or Parabolic (Linux and Windows).

I don't know if it supports the site you wanna use (someone else already said that 9anime was shut down, so the site you're using is likely a fake and you should use another one) but there's this list of supported sites.

[–] Fisch@discuss.tchncs.de 1 points 1 month ago

If I went to the USA now, they'd probably put me there after looking at my social media activity anyway

[–] Fisch@discuss.tchncs.de 14 points 1 month ago* (last edited 1 month ago) (1 children)

But higher quality ≠ more profits
AI apparently makes investors wanna dump in all their money tho

[–] Fisch@discuss.tchncs.de 5 points 1 month ago (2 children)

Yeah, that's the only way I can see this work. I use Linux with the Mesa drivers, that are part of the kernel, anyway, so there's not really a need for me to make driver backups.

[–] Fisch@discuss.tchncs.de 9 points 1 month ago (6 children)

How would that even work? But aside from that, I should probably upgrade my GPU before this goes into effect, even if the GPU I want will probably not be affected.

[–] Fisch@discuss.tchncs.de 14 points 1 month ago

But they're rich, so it's just a smart business move

[–] Fisch@discuss.tchncs.de 3 points 2 months ago

On GNOME you set the GTK theme using Tweaks or Refine (Tweaks is preinstalled most of the time but Refine is a newer replacement that's a lot nicer to use). Using one of these two will probably work on any other desktop or WM too.

[–] Fisch@discuss.tchncs.de 12 points 2 months ago (1 children)

I've used it when I started out and it's good, I can recommend it if you just want something where you can hit install and it works. I just use docker containers now though because I have more experience and it allows to set everything up exactly how I want.

[–] Fisch@discuss.tchncs.de 8 points 2 months ago (2 children)
[–] Fisch@discuss.tchncs.de 8 points 2 months ago

I know that OP already found the solution but I just wanted to chime in because every person who commented completely misunderstood the question. It's normal that some extenions don't support the new version after updating GNOME but in that case, the switch will be disabled and it will show you a warning that the extensions doesn't support the new GNOME version. OP clearly stated that they could still switch the extensions on and off. Besides that, most extensions will already have been updated to support the new version by the time the Fedora update comes out, so it wouldn't make sense that all the extensions wouldn't work anymore.

As a tip, you can install "Extension Manager" instead of the default "Extenions" app and besides being able to install extensions right through the app, it also has an "Upgrade Assistant" function, which lets you check which of your extensions support the GNOME version you specify. That way you can check if your extensions will work in the new GNOME version before updating.

[–] Fisch@discuss.tchncs.de 42 points 2 months ago (2 children)

Hey hey hey, hold on just a second. It's not called "maximizing profits", we don't do that! It's called ✨innovation✨

[–] Fisch@discuss.tchncs.de 25 points 2 months ago (8 children)

You don't see the things, you see the light reflecting off of them

 

cross-posted from: https://discuss.tchncs.de/post/21001865

I just installed Piped using podman-compose but when open up the frontend in my browser, the trending page is just showing the loading icon. The logs aren't really helping, the only error is in piped-backend:

java.net.SocketTimeoutException: timeout
	at okhttp3.internal.http2.Http2Stream$StreamTimeout.newTimeoutException(Http2Stream.kt:675)
	at okhttp3.internal.http2.Http2Stream$StreamTimeout.exitAndThrowIfTimedOut(Http2Stream.kt:684)
	at okhttp3.internal.http2.Http2Stream.takeHeaders(Http2Stream.kt:143)
	at okhttp3.internal.http2.Http2ExchangeCodec.readResponseHeaders(Http2ExchangeCodec.kt:97)
	at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:110)
	at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
	at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
	at me.kavin.piped.utils.RequestUtils.getJsonNode(RequestUtils.java:34)
	at me.kavin.piped.utils.matrix.SyncRunner.run(SyncRunner.java:97)
	at java.base/java.lang.VirtualThread.run(VirtualThread.java:329)

Would appreciate it if anyone could help me. I also wasn't sure what info to include, so please ask if there's any more info you need.

72
submitted 10 months ago* (last edited 10 months ago) by Fisch@discuss.tchncs.de to c/selfhosted@lemmy.world
 

All the public Piped instances are getting blocked by YouTube but do small selfhosted instances, that are only used by a handful of users or just yourself, still working? Thinking of just selfhosting it.

On a side note, if I do it, I'd also like to install the new EFY redesign or is that branch too far behind?

Edit: As you can see in the replies, private instances still work. I also found the instructions for running the new EFY redesign here

 

I'm trying to extract the frames of a video as individual images but it's really slow, except when I'm using jpeg. The obvious issue with jpegs is the data loss from the compression, I want the images to be lossless. Extracting them as jpegs manages about 50-70 fps but as pngs it's only 4 fps and it seems to continue getting slower, after 1 minute of the 11 minute video it's only 3.5 fps.

I suspect it's because I'm doing this on an external 5tb hard drive, connected over USB 3.0 and the write speed can't keep up. So my idea was to use a different image format. I tried lossless jpeg xl and lossless webp but both of them are even slower, only managing to extract at about 0.5 fps or something. I have no idea why that's so slow, the files are a lot smaller than png, so it can't be because of the write speed.

I would appreciate it if anyone could help me with this.

 

I recently found out that instead of just using online sources, you can also use something you can host yourself, like Komga, in Mihon. I'm just wondering if there's an advantage to it that I didn't think of because the only things I can think of are:

  • Progress is synced over multiple devices
  • Online sources can suddenly go offline, your self-hosted service won't
43
submitted 1 year ago* (last edited 1 year ago) by Fisch@discuss.tchncs.de to c/trackers@lemmy.dbzer0.com
 

And there's global free leech while signups are open

view more: next ›