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
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle





  • I think it will take insane amounts of effort to wrangle the model into not doing its own thing. Possibly more than the amount of effort it takes to animate manually.

    “Yes this is brilliant, now generate just a few more se… why have you added a clone of my character? What? And why have the emotions on the faces of the other two swapped again? Arghh it’s confusing the subjects again! Now the room has started strobing too, goddammit this is a bathtub not a disco!”



  • 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:



  • 10 sec

    Filthy casual.

    My family has a Chiq U58G7P. Warm boots take about 30 sec and cold boots a few minutes.

    Don’t try and press any buttons on the remote during this time or for a minute or two afterwards. They might work, 15 seconds later, or they might get ignored. Sometimes your button press inputs get re-ordered too.

    Factory resets do work, but then all it can do is broadcast TV. If you let it update and install streaming apps then you will be back to the same problems.

    I suspect that it might be running out of RAM and thrashing some poor innocent MMC as swap, but I can’t find a USB ADB port to properly find out (maybe it has one internally?).








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