I once met a person that never drank water, only soft drinks. It’s not the unhealthiness of this that disturbed me, but the fact they did it without the requisite paperwork.

Unlike those disorganised people I have a formal waiver. I primarily drink steam and crushed glaciers.

  • 0 Posts
  • 83 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle

  • Anything odd with temperatures or power draws perhaps? nv-top shows both for me (but I run an AMD GPU + non-proprietary drivers), otherwise lm-sensors might be good.

    nvtop seems to show normal usage

    Neither the GPU nor CPU utilisation change at the 30 min mark? If one is pegged at 100% then it’s probably hard to work out what is going on. Running a singleplayer game staring at a wall and configured with limited framrate might let you run both the CPU and GPU at less than 100%, perhaps making it easier to see if one or the other suddenly changes.





  • Title of PCGamer’s article is misleading, they want a court order to do it. Proof of death is not enough.

    “In general, your GOG account and GOG content is not transferable. However, if you can obtain a copy of a court order that specifically entitles someone to your GOG personal account, the digital content attached to it taking into account the EULAs of specific games within it, and that specifically refers to your GOG username or at least email address used to create such an account, we’d do our best to make it happen. We’re willing to handle such a situation and preserve your GOG library—but currently we can only do it with the help of the justice system.”

    They have to do that anyway. Court orders overrule a company’s policies in most (all?) legal systems.











  • Lethal company, I’ve been joining random people online and seeing how it goes. I got some good tea advice from a random New Zealand tweenager, that has turned out to be worth the price of the game alone (continues sipping rooibos).

    I was playing SWAT 4 until recently, but I don’t feel a need to finish it as the gameplay didn’t seem evolve or change much after about halfway through. Voice acting is great, team AI is great, but once you discover non-lethal weapons the challenge disappears (and higher difficulties are impossible if you give your teammates lethal weapons). The popular Elite Force mod makes some nice changes, but sadly everyone overall now feels even easier and more repetitive.

    Todo:





  • I am not so sure that it will end up faster or better.

    **In theory: **A CPU scheduler should give programs as much CPU time as they want until you start nearing CPU resource saturation. Discord doesn’t need very large amounts of CPU (admittedly it’s a lot more than it should for a text chap app, but it’s still not diabolically bad). It will only start getting starved when you are highly utilising all cores. That can happen on my 2-core laptop, but I don’t have any games on my 6 core desktop that will eat everything. Nonetheless on my laptop I’d probably prefer my games take the resources (not Discord) and I’d happily suffer any reasonable drop in responsiveness of Discord as a result.

    I don’t think that a new process (a new dedicated browser-client) instead of a new thread (tab in existing browser) is intrinsically faster or better. CPU schedulers are varied and complex, I wouldn’t be surprised if any differences in performance measurements would end up down in the noise. If anything the extra memory usage might cause more IO contention and memory starvation, making everything slower rather than faster. But this is all conjecture, so don’t give it much credit.

    Basically, it’s faster to focus on painting a single canvas than it is to painting 3 at the same time.

    I don’t think that’s much of a problem in practice, at least for Firefox: one tab can crash and stop rendering completely (or lock up 100% of 1 CPU core) but the others will keep going in other threads. For the most part they shouldn’t be able to affect each other’s performance.

    In practice: What’s the actual metric that you think will be better or worse? I assume responsiveness to typing and clicks in the discord UI?

    I’ve never seen discord lag or stutter from causes other than IO limitations (startup speed, network traffic, heavy IO on my machine) or silly design (having to refresh the page after leaving it open all day, I suspect it’s intentionally auto-disabling but I’m not sure). That’s not something that running a separate discord client in a separate dedicated/embedded browser will fix.