• 3 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle


  • I’ve used laptops for more than a decade. And sure, in the early times thermal management wasn’t that elborate. But I really haven’t seen any laptop in many, many years that doesn’t do it with perfect accuracy. And usually it’s done in hardware so there isn’t really any way for it to fail. And I played games and compiled software for hours with all CPU cores at 100% and fans blasting. At least with my current laptop and the two Thinkpads before. The first one had really good fans and never went to the limit. The others hit it with an accuracy of like 2 or 3 degrees. No software necessary. I’m pretty sure with the technology of the last 10 years, throttling doesn’t ever fail unless you deliberately mess with it.

    But now that I’m thinking of the fans… Maybe if the fan is clogged or has mechanically failed, there is a way… A decent Intel or AMD CPU will still throttle. But without a fan and airflow inside the laptop, other components might get too hot. But I’m thinking more of some capacitors or the harddisk which can’t defend itself. The iGPU should be part of the thermal budget of the rest of the processor. Maybe it’s handled differently because it doesn’t draw that much power and doesn’t really contribute to overheating it. I’m not sure.

    Maybe it’s more a hardware failure, a defective sensor, dust, a loose heat conductor, thermal paste or the fan? I still can’t believe a laptop would enter that mode unless something was wrong with the hardware. But I might be wrong.


  • Why does it force the processor over the limit in the first place?

    I think in every other laptop the CPU just throttles when it gets too hot. Meaning it can never exceed the maximum temperature. I wonder if this is a misunderstanding or if HP actually did away with all of that and designed a laptop that will cook itself.

    And it’s not even a good design decision to shutdown the PC if someone runs a game… Aren’t computers meant to run them? Why not automatically lower the framerate by throttling? Why shut down instead?




  • Maybe you’re more introverted and tend towards learning in an autodidactic way?

    Not being like all the other people isn’t necessarily a bad thing. Yes, it’s difficult to be different. But we should embrace being human and diverse. Everyone learns at their own pace. Some people learn better by watching and imitating, some people like to understand things down to the core and can’t just “do this and do that and you’re done.” And there are different learning styles anyways: Auditory, Visual, Tactile, …

    I just wanted to say you’re not alone with that. I also regularly fail to remember dancing steps, when someone shows me how to assemble furniture or do some task. I can’t for the life of me remember driving directions. I’d much rather get handed an instruction manual and I can read it at my own pace. Everytime I get what I need and what matches my learning type, I can excel at things, so it’s not a lack of intelligence.

    And it works, too if you’re taught 1 on 1. So you can ask your “instructor” to slow down or speed up things you already know. It’s just difficult in group scenarios. And I don’t think there is a way around speaking up and letting them show it to you once more. But I think most people should theoretically be able to relate. Other people struggled in maths in school and had things explained to them over and over again, which was super boring to me. But we all grasp different concepts in different amounts of time and we sometimes need to be taught in the way that is right for us individually.

    And a last word to climbing: Getting it almost immediately isn’t the important part of the knot. The important part is that you never fail to do it correct in the years to come. Where I learned climbing they hand you a scrap piece of old rope and you can practice at home. And the week after you need to demonstrate that you’re able to do the knot and check it for correctness. I’ve been with the (boy) scouts for years, so I could already tie the knot perfectly.

    (Edit: “Learning style theories have been criticized by many scholars and researchers. Some psychologists and neuroscientists have questioned the scientific basis for separating out students based on learning style. […] Many educational psychologists have shown that there is little evidence for the efficacy of most learning style models, and furthermore, that the models often rest on dubious theoretical grounds.” Source: Wikipedia)





  • Gitlab.com just started doing shady stuff and requiring phone numbers or something on sign-up if what I read a few days ago here, is correct. For self-hosting the software should still be alright.

    Github.com is by Microsoft and not free software. I don’t know what direction Microsoft is taking with it, but it is widely adopted and they give you free CI and other stuff.

    Codeberg, Sourcehut etc should be fine. I haven’t heard negative things about them.

    “Best” is running my own Forgejo on my server. At least that’s what I think. But I also keep things on github, since all the people are there.



  • uninstall grub

    You might want to google a complete guide. “how to remove grub”, “restore windows bootmanager” or something like this. Things are a bit different depending on your setup (uefi, do you want do clean the efi partition, do you need help deleting the other partitions…)

    i have used the old way before:

    bootrec.exe /fixmbr
    bootrec.exe /fixboot
    bootrec.exe /rebuildbcd
    

    but google it yourself. it isn’t difficult and my windows knowledge is a bit rusty.

    Linux, Mint at least, feels incomplete, sort of like a tech demo

    I can tell you, this feeling won’t go away. I have the same feeling with windows or macos. You just had one glimpse at something that looked strange to your eyes and you then chose to believe in your prejudices. This is not Mint’s fault. Like I use windows and ask myself how people work with that. Well, gaming and updating my old TomTom gps is kind of okay, that’s what i use windows for. But how do you for example rename 350 photos from your camera after you found out you forgot to set the date and now all filenames are off (or from 1970)? How do you develop stuff? Do you really download gigabytes of some colourful IDE from the internet just to execute a simple ‘make’ command? How do you set up a webserver for your aunt’s etsy shop and install php and a database?

    You’re alright not wanting to try linux or not liking it. But to give it a chance, you need to open up the package manager and see it has like 10.000s of packages of different software waiting for you. After first installation it’s kind of bare. You’re right. Thats intentional to make it slim, fast and customizable.

    HDDs are slow

    Put your system on SSD together with things you need available, and your other data that won’t fit gets stored on the HDD. That way your computer is fast and the data that isn’t accessed that often (or gets cached anyways) is stored on the cheap additional storage.

    concept of having to compile something // simply download an installer

    I’m sorry. You’re applying windows concepts to something where they do not apply, and this is making you fail. People from the linux community dedicate their time to make most of the software available in the package manager. Tailor it to work well with the rest of Mint etc… 99% of everyday software is available like this. This is your installer! If you chose to circumvent this, download random stuff from the internet and try to compile it yourself… You’re allowed to do it, but you’re on your own. It’s not an iPhone where there’s no alternative to the store. But… You actively chose to do something difficult, that beginners aren’t supposed to do and it’s not how it’s supposed to work. I use linux exclusively every day and also develop stuff with it. I rarely compile or download something myself.

    future once Windows has devolved to the point of being garbage

    There won’t be such a point in time. They feed you the changes in very small steps that are barely noticable. It’s like with that mean story with the frog and the boiling water.

    (With that said… We’re all aware you’re posting this on the linux community and opinions might be a bit … biased … )