• marsza@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 hours ago

    In college I used to see “RENDERING!” Taped to monitors

    (3d rendering)

    • Stovetop@lemmy.world
      link
      fedilink
      arrow-up
      133
      arrow-down
      1
      ·
      7 days ago

      Could be an overheating concern maybe. Some laptops weren’t designed to run with the lid closed, if it inhibits the air flow.

      • over_clox@lemmy.world
        link
        fedilink
        arrow-up
        140
        ·
        7 days ago

        As right as that might be, it’s on carpet!

        I don’t believe they put much thought into airflow and overheating…

        • taco@piefed.social
          link
          fedilink
          English
          arrow-up
          56
          ·
          7 days ago

          Which is exactly why it overheats so quickly when they close the lid.

          Let’s face it, the place using a laptop on the floor with a paper sign probably doesn’t have the budget for real sysadmins. At the same time, most real sysadmins know to disable the lid-closing behavior and get the laptop off of the carpet because they’ve been foiled in their past by people who refused to read the goddamn paper sign.

        • Sadbutdru@sopuli.xyz
          cake
          link
          fedilink
          arrow-up
          1
          arrow-down
          2
          ·
          7 days ago

          We don’t know that it’s directly on the carpet. When i want to put my thinkpad on a soft surface I use the Beano annual as a handy intermediate layer (other A4 hardbacks are available).

      • MajorasMaskForever@lemmy.world
        link
        fedilink
        English
        arrow-up
        18
        ·
        7 days ago

        I can’t tell for sure, but it looks like a Lenovo y510p. Or at least it looks very similar to the one I owned back in the day.

        There was a vent in the hinge, and these things would absolutely cook themselves with the lid closed

        • zourn@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          6 days ago

          I’m currently using a y510p as a home lab. Every update resets the shutdown-on-lid-close setting. Had to set up a cron job to re-disable it on boot.

      • BakerBagel@midwest.social
        link
        fedilink
        arrow-up
        1
        ·
        7 days ago

        It’s still better to have a server like that run hot for a while before someone who knows what up can open it back rather than allowing someone to just walk up, accidentally close it, and shut everything down. If your laptop is mission critical, no sleep when closed needs to be on

        • ulterno@programming.dev
          link
          fedilink
          English
          arrow-up
          9
          arrow-down
          1
          ·
          edit-2
          6 days ago

          I might/might not be one.
          But it definitely is a proximity sensor. Unless yours is an Apple device, in which case, it might be an angle sensor.


          The term “Hall sensor” would refer to the tech used in it, whereas the term “proximity sensor” refers to its function.
          It could be using any other proximity sensing technique too and it would still be a proximity sensor.

          • serenissi@lemmy.world
            link
            fedilink
            arrow-up
            7
            ·
            6 days ago

            technically yes. usually proximity sensor is used to mean IR or sonic sensors and I read in that sense.

            • ulterno@programming.dev
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 days ago

              I see.
              I used “proximity sensor” because I didn’t know what these sensors use and didn’t want to worry about it while writing that comment.

      • AllHailTheSheep@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        6 days ago

        I had a dell latitude for my first server. even when I removed the magnets, some how it still would detect that the kid was closed and turn off. I tried everything I could think of and more, without any luck. the solution? I removed the display entirely so it couldn’t be closed and only used it via ssh or a VGA monitor if I really needed it.

        • ulterno@programming.dev
          link
          fedilink
          English
          arrow-up
          0
          ·
          2 days ago

          I removed the magnets

          I have an older ASUS ROG laptop in which the sensor is a separate PCB (less than a thumb in size) connected using a few IDC pins.
          It could simply be taken off and I haven’t even opened the monitor frame yet.

  • some_guy@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    67
    ·
    7 days ago

    This laptop is secretly downloading scientific papers behind a paywall to release them on the public internet. Sadly, the owner will be prosecuted unfairly and threatened with unreasonable punishment.

    Remember Aaron.

    • MonkeMischief@lemmy.today
      link
      fedilink
      arrow-up
      19
      ·
      6 days ago

      Yes! Very important!

      I remember it being a bit trendy to turn old laptops into desktops by just unplugging the display and plugging peripherals into them, but people were finding that the keyboard actually was designed as another heat escape, so running them with the lids closed wasn’t so great!

      • MonkderVierte@lemmy.zip
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        6 days ago

        There’s people who gut them and build a nice wood-and-allu mini-pc (not me, too lazy, would order a case).

  • mmmac@lemmy.zip
    link
    fedilink
    arrow-up
    19
    ·
    6 days ago

    Man when I was a kid I ran a runescape private server for anywhere within 20-100 people at a time, and for the first few weeks users reported a lot of downtime, which didn’t make sense to me as whenever I tried to login it was totally fine!!

    Eventually figured out closing my laptop lid put the laptop to sleep and scraped together some chore money for a VPS lol

  • lemmyknow@lemmy.today
    link
    fedilink
    arrow-up
    9
    ·
    6 days ago

    TIL: maybe my local laptop-server shouldn’t have the lid closed. Probably not gonna change my ways, though. What an inconvenience that’d be

    • Damage@feddit.it
      link
      fedilink
      arrow-up
      8
      ·
      7 days ago

      Well, for one it’s got a built-in UPS… Too bad for the storage connectivity tho

  • The_v@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    7 days ago

    Lol, reminds me of my old setup.

    It was all old W98 laptop that I got used. I installed xunbuntu on it back when it first came out in 2006. It sat on my desk, open like that with a bit of tape over to hold the power cord because it was loose. The battery was completely dead.

    It was the server I used to host all the modded maps I made for a silly little tank game. Thing ran seemlessly only going down when the power went out or somebody juggled the power cord for 5 years.

  • jcs@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    7 days ago

    Disable suspend when the laptop lid is closed:

    sudo sed -i 's/#HandleLidSwitch=suspend/HandleLidSwitch=ignore/g' /etc/systemd/logind.conf
    sudo sed -i 's/#HandleLidSwitchExternalPower=suspend/HandleLidSwitchExternalPower=ignore/g' /etc/systemd/logind.conf
    sudo systemctl restart systemd-logind
    

    If you are in a TTY, you can blank the screen before closing the lid to prevent burn-in. After running this, come back later and press a key to turn the screen on again.

    alias blankscreen='setterm --blank=force; read ans; setterm --blank=poke'