Fisch

joined 11 months ago
[–] Fisch@discuss.tchncs.de 1 points 7 hours ago

Germany has relied on the USA since the BRD was founded. The left party (Die Linke) was and still is the only party in parliament that's against it.

[–] Fisch@discuss.tchncs.de 6 points 7 hours ago* (last edited 7 hours ago)

The CDU isn't center-right. Friedrich Merz is just as much of a fscist as the AfD.

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

DM me your email and I'll send you one

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

Wow, just like the internet

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

It really depends on the context. I agree that calling everyone a Nazi is watering down the meaning but a lot of right wingers also say that when you call actual Nazis Nazis.

[–] Fisch@discuss.tchncs.de 12 points 2 days ago

2% more door space than the competiton!

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

That amount of oxy alone is a LOT, good thing you were able to stop. Must've been hard.

[–] Fisch@discuss.tchncs.de 4 points 3 days ago

I'm currently trying to quit that too. It's harder than I expected. I'm not severly addicted or anything but I've recently learned a lot about why porn is bad and why we should stop consuming it. The two aspects to it are basically the exploitation of the industry and the effects that watching it has on the viewer. If anyone's interested, I can also go into more detail on that. For the first reason it would be enough to watch porn that's not made using real people, like hentai but the second reason is why we should stop it entirely. It's just that I grew up with phones and the internet, so I've jacked off to porn since I was 11 and it's kinda hard to jack off without it because that's where my mind goes automatically. I should be able to just do it without having to watch anything but I end up just not doing it at all. I don't know if there's any advice or something that could help me there.

[–] Fisch@discuss.tchncs.de 3 points 3 days ago* (last edited 3 days ago) (3 children)

$240/day?! How much were you taking?

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

Why tho? I'm a software developer but I don't do much with build systems. With the same source code, shouldn't the resulting binary always be the same too?

[–] Fisch@discuss.tchncs.de 207 points 4 days ago (15 children)

They were doing this all by themselves?!

[–] Fisch@discuss.tchncs.de 4 points 6 days ago

Btw I was born in 2004 and I'm 20

 

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.

1
submitted 6 months ago* (last edited 5 months ago) by Fisch@discuss.tchncs.de to c/piped@feddit.rocks
 

I just installed Piped using podman-compose but when I 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.

 

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

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?

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

18
Sovol SV06 stringing issue (discuss.tchncs.de)
submitted 7 months ago* (last edited 7 months ago) by Fisch@discuss.tchncs.de to c/3dprinting@lemmy.world
 

I would really appreciate it if someone could help me with this. I'm having an issue with my Sovol SV06, which is that I get a lot of stringing. I'm still fairly new to 3D printing, so I have no idea what could cause this and how I could go about fixing this. I already searched for this issue online btw but didn't really find anything helpful.

The only change I made to this printer is that I hooked up a Raspberry Pi 4 to it and installed Klipper and Octoprint. I'm also using PrusaSlicer with the config from here.

Edit: Forgot to mention I was using PLA for this print

 

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
29
submitted 11 months ago* (last edited 11 months ago) by Fisch@discuss.tchncs.de to c/opensignups@lemmy.ml
 

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

And there's global free leech while signups are open

43
submitted 11 months ago* (last edited 11 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 ›