Fisch

joined 6 months ago
MODERATOR OF
[–] [email protected] 13 points 5 days ago (1 children)

That looks really awesome. Would be interesting to know the performance impact of this in comparison to the traditional approach and whether that impact makes it worth it to use it in any type of game or just in games where the ocean is a central part.

[–] [email protected] 7 points 6 days ago

Parties in the "middle" have always done right wing politics. There is no political center, those are just right wingers that don't want to admit it or feel superior because they "listen to both sides".

[–] [email protected] 1 points 1 week ago

That was a joke, whether or not your phone screen cracks it obviously not a skill issue

[–] [email protected] 0 points 1 week ago (2 children)

Skill issue on their part

[–] [email protected] 9 points 1 week ago (4 children)

I use my phone without a case too, phones don't break that easily. I even dropped it on stone tiles once when I missed my pocket and it only got a few scratches on the side from that.

[–] [email protected] 2 points 1 week ago (1 children)

Using the iGPU might save power but the resolution doesn't need to be turned down for that

[–] [email protected] 4 points 1 week ago

If you go to about:profiles, I'm pretty sure there's a button to open the profile folder. Move all the files and folders from the Firefox profile folder to the Librewolf profile folder and you should have your settings and (I think) extensions in Librewolf now. Not sure about passwords but someone here in the replies said you can just import your Firefox passwords into Bitwarden. Since you want to switch to Bitwarden anyway, you should do that. Saving passwords in the browser isn't very secure anyway.

[–] [email protected] 3 points 1 week ago

I might install it again too, I haven't played since the second week or so after it released. I currently have my hands full with Satisfactory tho.

[–] [email protected] 4 points 1 week ago (1 children)

Any advantage to using Orca Slicer over PrusaSlicer? Basically the main reason I use PrusaSlicer is just cus it's on flathub

[–] [email protected] 2 points 1 week ago

I have a Sovol SV06, which normally uses an SD Card but I flashed Klipper on it and connected a Rasperry Pi to it (which is connected to my network via ethernet) and now I also have a web interface and can just upload the files and start the print from there.

Since it's using the Raspberry Pi instead of the built-in microcontroller for all the calculations, it's also a lot more accurate.

[–] [email protected] 1 points 1 week ago (3 children)

I just use Blender. Any advantage to using FreeCAD?

[–] [email protected] 4 points 1 week ago (2 children)

I really enjoyed it the first one or two weeks but after I basically finished all the content it was just a grind for primogens and I stopped playing 😕

 

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.

8
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

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 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

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

7
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

I'm currently using a Veikk S640 but I'm thinking about upgrading to a better tablet. I only got that one because it was cheap and I didn't have a lot of money at that time. I obviously want one without hardware smoothing and my play area is rather small (I can tell you the exact size if it's important), so size shouldn't matter. Price isn't that important either.

Do you have any recommendations?

Edit: The tablet I decided on was the CTL-472. I just ordered it but I'll probably update this post or make a new one about how much of a difference it made compared to my current tablet.

 

Just wanted to ask if you think it's a good idea to upgrade to a better tablet from the Veikk S640 and if you do, what tablet you'd recommend.

I bought this tablet back when I was still in school because it was cheap but now I have a job and can afford a better one. My brother also lent it from me a few times, he'd probably be happy to have the Veikk, even if he mostly plays other rythm games.

 

You need to hold down fn1 + page up for a few seconds until the keyboard flashes red, then let go of the keys. Now you can use page up as the print screen key. If you hold down fn1 + page up for a few seconds again, it will go back to working as the page up key.

Just had to search this up and found out how to do this from a Reddit post, so I thought I'd put this information on here as well.

38
Hatsune Miku (discuss.tchncs.de)
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Source: https://w.wallhaven.cc/full/p9/wallhaven-p91xd3.jpg

Resolution is kinda low, I'll try upscaling it later

Edit: Here's the upscaled version at 3376 x 6000

18
Sovol SV06 stringing issue (discuss.tchncs.de)
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

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

 

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

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'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.

view more: next ›