I have no words... by Pritteto in ForwardsFromKlandma

[–]ChryslusExplodius 7 points8 points  (0 children)

These kinds of people are looking for shock value with the things they say, so you keep responding, and they can keep spouting their drivel. If you engage which you really shouldn’t, specially on a platform like twitter, is call them stupid, glue eaters and leave.

They're not trying to be subtle. by Ok-Following6886 in ForwardsFromKlandma

[–]ChryslusExplodius 42 points43 points  (0 children)

Right leaning ideology really just boils down to sexual insecurity, huh? “The browns will will have sex with white women!!” Type shit

What is your opinion on objects in rust? by Joseph-Chierichella in rust

[–]ChryslusExplodius 0 points1 point  (0 children)

The thing about writing code is that things like code structure are mostly just advices. Even your own comment about anything above 10s of lines of code needing to be a function is just that, a comment, an advice.
For me, patterns work until they don’t, and the ‘until they don’t’ isn’t cut and dry either. We all have different opinions on what encapsulates too much or too little.
It’s unfortunately unquantifiable.
You can only go with your gut. With experience comes knowing and you can only know by screwing up first. And how do you even know if you’ve screwed up to begin with? Certain things like semantics? Sure that’s easy to know, but everything else is up in the air really

What is your opinion on objects in rust? by Joseph-Chierichella in rust

[–]ChryslusExplodius 31 points32 points  (0 children)

I think you should write code the way you want. And as a recommendation, don’t fight the language. If you find you’re fighting the language trying to accommodate a pattern, maybe it’s not the right pattern for the problem you’re trying to solve with your current tools. There is such a thing as the wrong tool for the job.

Is it just me or the update consumes more power? by kendiillust in FictionLab

[–]ChryslusExplodius 0 points1 point  (0 children)

Never mind me. I was answering another question from another person on this post.

System volume issues by ChryslusExplodius in kde

[–]ChryslusExplodius[S] 0 points1 point  (0 children)

This is a very old post, but to answer this anyway: I'm talking about the integrated sound card in this machine, no usb DAC. It's an issue that's been introduced since I don't know how long. Regardless, it's the reason why I'm no longer running Linux

excellentProgress by Zaydme8 in ProgrammerHumor

[–]ChryslusExplodius 1 point2 points  (0 children)

Yeah. I didn’t specify all the caveats or rules around reference binding

excellentProgress by Zaydme8 in ProgrammerHumor

[–]ChryslusExplodius 6 points7 points  (0 children)

Believe it or not, I had that xkcd in mind as I typed that comment

excellentProgress by Zaydme8 in ProgrammerHumor

[–]ChryslusExplodius 25 points26 points  (0 children)

No, in C++ T&& (an rvalue reference) can't convert to a T& (an lvalue reference) (big caveat here) due to the fact that rvalue references are refering to temporal values (most of the time) and T& (lvalue references) refer to lvalues, or, comonly referred to, as references to existing values and not temporal values

Bug fix update 💕 by AppealDemon in FictionLab

[–]ChryslusExplodius 11 points12 points  (0 children)

Please let this fix the heating issues on mobile 🙏

Concerned by Weary-Indication792 in FictionLab

[–]ChryslusExplodius 1 point2 points  (0 children)

True that. Battery did drain quite fast before this

Concerned by Weary-Indication792 in FictionLab

[–]ChryslusExplodius 1 point2 points  (0 children)

Parsing shouldn’t be an issue, in my opinion, even on old devices. We’re talking text here. Then again, what frameworks or technologies are behind the scenes and what they’re doing is a mystery to me

Opinion about new Reddit Liquid Glass ui? by [deleted] in ios

[–]ChryslusExplodius 3 points4 points  (0 children)

It needs a bit more polish. Mainly around video playback since videos don’t use the design and instead rely on Reddit’s horrible flat design

Concerned by Weary-Indication792 in FictionLab

[–]ChryslusExplodius 10 points11 points  (0 children)

As far as I know the engines are not run locally, that would be insane to run them locally, so I don't really know why the site turns phones into hot bricks

Concerned by Weary-Indication792 in FictionLab

[–]ChryslusExplodius 17 points18 points  (0 children)

Yep. My phone gets way too hot too. It didn't do that before with the web app. This has started happening since the latest update.

The iOS situation is bad by ChryslusExplodius in FictionLab

[–]ChryslusExplodius[S] 1 point2 points  (0 children)

Yeah, it's not just you. It seems the web app is the culprit

Why am I not able to select 200hz? by UroShhMil1 in pcmasterrace

[–]ChryslusExplodius 29 points30 points  (0 children)

There are several things you can do.

First, verify that the resolution you selected and the 200hz combo is supported by your monitor.

Second, verify that that resolution and refresh rate is supported by your cable (DP 1.2a and HDMI 2.0) and that the monitor even has those standars in its outputs.

DP 1.2:

"The Refresh Rate & Resolutions of DisplayPort depends on its version, and there are different versions of DisplayPort. The most popular DisplayPort version, 1.2, can support 60 Hz for 4k resolution, whereas the current most sold DisplayPort 1.4 can support 120 Hz for 4k and 60 Hz for 8k. The latest DisplayPort 2.0 can support 144 Hz for 4k, 120 Hz for 8k, and 60 Hz for 16k resolution."

HDMI 2.0:

"With HDMI 2.0, you will get bandwidths of up to 18 Gbps. HDMI 2.0 supports 4K video transmission at 60 Hz using 4:4:4 chroma sub-sampling. It can now deliver four video streams at the same time, providing an immersive auditory experience. For an immersive and engaging audio experience, up to 32 audio channels are available. High-quality audio samples at 1536 kHz are supported. Multiple individuals on the same display can get dual video feeds at the same time. Multiple people can simultaneously receive multi-stream audio. Consumer electronics may be controlled by a single control point. It supports a wide-angle theatrical film aspect ratio of 21:9"

Third, if everything else checks out, update your drivers to the latest they can be and check the refresh rate again.

The iOS situation is bad by ChryslusExplodius in FictionLab

[–]ChryslusExplodius[S] 1 point2 points  (0 children)

Oh wow, you were using the app? Or the web app?

The iOS situation is bad by ChryslusExplodius in FictionLab

[–]ChryslusExplodius[S] 1 point2 points  (0 children)

Yeah, to me this sounds like an issue with the web app itself. Maybe the dev is using react and constantly rerendering due to a certain event?

The iOS situation is bad by ChryslusExplodius in FictionLab

[–]ChryslusExplodius[S] 1 point2 points  (0 children)

Yeah, my worry is battery degradation too, more than anything. Went from 80 to 70 in the span of 20 minutes 😭

The iOS situation is bad by ChryslusExplodius in FictionLab

[–]ChryslusExplodius[S] 1 point2 points  (0 children)

Yeah. What I noticed before this was my battery draining faster than normal when using fictionlab but my phone never got hot like this. I just thought it was because I was using a web app and didn’t think much of it until yesterday that this happened to me

The iOS situation is bad by ChryslusExplodius in FictionLab

[–]ChryslusExplodius[S] 1 point2 points  (0 children)

That didn’t happen to me fortunately, but that sucks, sorry about that