Fisch

joined 1 year ago
MODERATOR OF
[–] [email protected] 2 points 1 day ago (1 children)

That's really weird. I have it set up the same way, English (US) as the first language and German as the second and I've never had that problem. But maybe I could download one of the apps where that happens for you and see if it's the same on my device.

[–] [email protected] 14 points 2 days ago* (last edited 2 days ago) (1 children)

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

[–] [email protected] 2 points 2 days ago

That's interesting, didn't know that. I don't think it's part of the standart markdown format, so a lot of clients will probably not render it.

[–] [email protected] 2 points 6 days ago (2 children)

Just fyi, you didn't format the link correctly. You have to do [text].(link) without the dot.

[–] [email protected] 6 points 1 week ago
[–] [email protected] 5 points 1 week ago (1 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.

[–] [email protected] 9 points 1 week ago (5 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.

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

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

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

Tf does tankie even mean at this point? As a communist, I'm not on the side of any state, I'm on the side of the people dying needlessly in both countries. Anyone who identifies themselves as a communist and has more than 2 brain cells should know that this isn't a football match where you root for your favorite team. Aside from the fact that russia isn't the USSR anymore anyway, it's just another capitalist country. Both governments suck but the Ukrainian one wasn't at fault for this war at all.

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

I recently upgraded to a 4k monitor with HDR and shortly after that GNOME 48 came out with HDR and VRR support, so KDE Plasma and GNOME are the two desktops I know of that support HDR. I use GNOME and it works really well even though I do need to use gamescope if I want to play a Windows game with HDR and Firefox doesn't (yet?) support it on Linux. It definitely looks really cool but it's not a huge loss if you stick with Mint and just use SDR. It seems like you wanna get the monitor either way, so I'm pretty sure you can just use a live USB of something like Fedora to try HDR out without having to actually install anything. I'm just not sure what software you could try it out in because (at least to my knowledge) no browser supports HDR on Linux yet and you can't just install a whole game on a USB stick.

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

There isn't really anything we can do in the current system. It always tends to create monopolies and those monopolies have such a big headstart that it's nearly impossible to catch up. Besides, doesn't it seem kinda stupid to dump tons of money and work into doing the exact same thing, TSMC has already done, again? Would be much more efficient if instead of working against each other, we'd work together.

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

A while ago I made this post where I asked for recommendations for a new drawing tablet and I decided to get the Wacom CTL-472, so here's a short review of it.

Overall I really like this tablet and it was definitely an upgrade over the Veikk S640 that I had before.
The pen is really light and I like that it gets wider towards the bottom, which makes it so it doesn't keep slipping while I'm playing. I also like how dragging the pen on the tablet feels. There's some resistance, which I find makes it easier to control my aim but the downside of that is that the pen nib wears down really fast, which is the only downside this tablet has, in my opinion.
The build quality is also good and there's no hardware smoothing.

I'd definitely recommend this tablet, it's already considered one of the best, if not the best, osu! tablet you can get.

 

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.

9
submitted 9 months ago* (last edited 9 months 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?

72
submitted 9 months ago* (last edited 9 months 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

8
submitted 9 months ago* (last edited 9 months 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.

43
Hatsune Miku (discuss.tchncs.de)
submitted 9 months ago* (last edited 9 months 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

 

I'm actually pretty new to the game but I've been playing it every day for the past few days and it's pretty fun. I saw that there wasn't a community for this game yet, so I went ahead and created it.

18
Sovol SV06 stringing issue (discuss.tchncs.de)
submitted 10 months ago* (last edited 10 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

view more: next ›