• 0 Posts
  • 44 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle




  • I understand not liking Apple, but my point was more that x86, even good x86, is still literally hot trash if you want anything resembling modern performance.

    I really hope that someone steps up with ARM-based laptops that can natively run Linux (because screw Microsoft and the shitty ARM stuff they’ve done to date) and that they ship at a reasonable price and with sufficient performance. Until then, the sole vendor that can provide cool-running, silent, high-performance ARM with 15ish hours of battery life is… Apple.


  • No, not really: even at idle the fans are still moving air, and the laptop is warm enough that you can notice it. You CAN force them off, but then you’ve got a laptop that gets unbearably hot pretty quickly, so that’s not really a workable tradeoff.

    I’ve honestly just kinda given up and use the M1 for everything because it literally never gets warm, and never makes a single sound unless I do something that uses 100% CPU for an extended period of time.


  • Windows task manager is a poor indicator of actual clock speed for a number of reasons, one of which is that it’s going to report the highest clock speed and not the lowest one, which in highly multi-core CPUs isn’t really representative of what the CPU is actually doing. Looking at individual core clocks and power usage is more indicative of what’s actually happening.

    That said, I’ve had pretty bad luck with x86 laptops with the higher-end CPUs; even if you get them to fantastic power usage they’re still… not amazing. I managed to tweak my G14 into using about 10w at idle, which sounds great, until you look at my M1 Macbook which idles under 3w.

    If thermals are really a concern, you may want to look at the low voltage variants, and not the high performance, though that’s a tradeoff all on it’s own.




  • I guess the real question, ultimately, is how do you deprogram the worst elements of this cohort so that they can like… respond and converse like a normal human without having to argue every single thing and go on and on and on until they “win”? (Which, IMO, means the other person has just gotten tired of dealing with them more than anything else.)

    I will happily admit I have absolutely no idea, and will also admit that I have on more than one occasion been That Guy Posting but I really really try to not let myself be.


  • While I’m not a psychologist, I read far too much crap online, so take this as a layman’s view.

    There’s been a lot of research around the dopamine feedback loop around social media, as well as the fact that arguing and “winning” is a major dopamine hit, so I wouldn’t be the least bit shocked that a lot of the more toxic people are literally addicted to the dopamine that social networks give you that they’re arguing and posting for no other reason than their next hit.






  • The only comment I’d add here is that you should make sure you have a real domain, that you’ve paid actual money to, when setting this up. ActivityPub assumes the domain is immutable, and the free dynamic domain names you can get (or free TLDs like, say, .ml was) are a bad choice. Spend the $10 or whatever, because if something happens to your domain name, you cannot just update it in the database and fix federation: it completely breaks everything in a way that’s not repairable.




  • Just to be pedantic, it’s not pull, it’s push: the data is POSTed from the server that hosts the community.

    Right now loading a page makes a bunch of API queries to pull all the related data for the posts, votes, sidebar info, and so on AND the API is very untuned and sending way more data than the WebUI/a client needs to actually generate a page: hence my ‘it’s less efficient’ comment, though this is certainly something that can be tweaked to improve performance between the back and frontends.

    I will, however, admit that this is only true if someone is actually reading the content they’re subscribed to. The ‘subscribe to everything’ scripts turn this math on its head because now you are using resources to gather data you don’t care about.