Fisch

joined 8 months ago
[–] Fisch@discuss.tchncs.de 2 points 1 hour ago

I wouldn't know how to live without it! It's simply of the highest quality!

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

I actually did but in another comment

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

Honestly, you're right. I also apologized to OP in another comment. I don't know why I was so against them when I wrote these comments.

[–] Fisch@discuss.tchncs.de 4 points 20 hours ago (1 children)

The BlueSky protocol relies on central servers tho, I'm not sure if there's much that ActivityPub can take inspiration from

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

I think so. The main reason I use OpenVPN for that is just that that's what Gluetun uses. You should search that up online tho, I don't really remember why OpenVPN is better.

[–] Fisch@discuss.tchncs.de 5 points 20 hours ago

They could have also worked to implement that into ActivityPub but they still chose to reinvent the wheel

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

I really wasn't trying to attack you or anything, that was just the expression I got from the comments I saw. I guess I also had bad expectations going in because I thought if so many people banned you, then there must be a reason.

I didn't get the expression that you had anything against trans people but I might have misunderstood your comments on the gender dysphoria thing. You can explain that if you want, I still don't really get what you mean, honestly.

I still really disagree with the twitch streamer and especially the V-Tuber thing tho but I'm still sorry for judging based on the few things I saw.

[–] Fisch@discuss.tchncs.de 2 points 21 hours ago (2 children)

I'd be weird if they didn't have Wireguard configs, Wireguard is basically the standard nowadays. It's faster and safer (the code base is way smaller, so the chance of there being security vulnerabilities is a lot lower and can be fixed more easily).

[–] Fisch@discuss.tchncs.de 10 points 21 hours ago (6 children)

We have that, it's called ActivityPub. BlueSky wouldn't want that tho, they couldn't control the entire network then, after all.

[–] Fisch@discuss.tchncs.de 3 points 1 day ago (7 children)

Just wanted to add that Wireguard is better than OpenVPN in every way and you should use that except when you want to use it for torrenting. I don't know remember the reason but that's the one time when you should be using OpenVPN. I think it had something to do with OpenVPN supporting TCP and Wireguard being UDP only or something like that.

[–] Fisch@discuss.tchncs.de 14 points 1 day ago (1 children)

I wouldn't use Arch on a Server. Everything you install will probably be in a docker container anyway, so fast updates for system packages isn't important compared to stability. Good choices would be Debian or Fedora Server. I personally use Fedora but the reason is just that I use Fedora on Desktop too, so I know they have really good defaults (They're really fast in adopting new stuff like Wayland, Pipewire, BTRFS with encryption and so on) and it's nice that Cockpit us preinstalled, so I can do a lot of stuff using a WebUI. Debian is probably more stable tho, with Fedora there is a chance that something could break (even though it's still pretty small) but Devian really just works always. The downside is of course very outdated packages but, as I said, on a Server that doesn't matter because Docker containers update independetly from the system.

[–] Fisch@discuss.tchncs.de 0 points 2 days ago (2 children)

Damn, I understand why this person was banned, looking at the removed comments. I mean, they're not bad enough that I would remove them but I can understand why someone else would and if those are the comments that were only removed, the bans were probably for other comments (I'm just assuming banning someone would remove their comments from that community too). The comment about how gender is bullshit sounded based at first but then they said that it doesn't exist at all (which it obviously does, even if it's just a societal construct) and that gender dysphoria didn't have anything to do with gender. That's a comment I highly disagree with but IMO that's not so bad that I would remove it. But the comment about how twitch streamers were just leeching of of the youth and how V-Tubers were just incel bait and that they should be banned just like sex work is really hateful. Entertainment is also valuable in society and using a virtual avatar instead of a face cam doesn't suddenly make it sexual in any way.

Anyway, pretty long comment but I kinda felt like sharing my opinion on this.

 

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.

73
submitted 3 months ago* (last edited 3 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 8 months ago* (last edited 8 months 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 ›