this post was submitted on 11 Apr 2026
459 points (99.8% liked)

Lemmy Shitpost

39379 readers
3567 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] AMoralNihilist@feddit.uk 102 points 1 week ago (2 children)

People arguing about lid closing when clearly the biggest sin is a laptop on a carpet. Please put a hard surface under to stop it hoovering up all dust and particles possible and having appalling airflow

[–] Eyekaytee@aussie.zone 11 points 1 week ago (2 children)

I have mine upside down so lid on ground, fan facing upwards but if I had it the correct way up wouldn't the fans be blowing outward/down?

[–] eletes@sh.itjust.works 7 points 1 week ago

Your intake on the side would still be close to the carpet. Also outward and down would build up heat still

[–] nevetsg@aussie.zone 6 points 1 week ago

All laptops I have used suck air in from the base and blow it out the side/back. I like your upside down solution.

[–] MousePotatoDoesStuff@lemmy.world 3 points 1 week ago (1 children)

A hard surface is a start, but a cooler stand is ... cooler. Best give it a separate power source rather than plug it into the laptop, too? Just guessing.

[–] AMoralNihilist@feddit.uk 2 points 1 week ago (1 children)

Yeah they can be good, but depends on what the pc is being used for. If it's not running into thermal limits it's much better off just trying to have decent airflow that won't suck up too much dust.

Laptops are usually designed pretty well when it comes to cooling vs. power when placed on a hard surface.

load more comments (1 replies)
[–] hexagonwin@lemmy.today 48 points 1 week ago (5 children)

why the lid thing tho? you can just disable lid detection and it'll not suspend even after closing.

[–] thurstylark@lemmy.today 28 points 1 week ago (1 children)

Makes me think of the time I was running a stripped down laptop motherboard as a server for a while. Was given a laptop with a broken screen, but it had a wired NIC, so I pulled the screen off, along with any other component that wasn't necessary, and shoved it behind a TV where it was close to the router. Ran on that thing for years before being able to afford better equipment.

An underrated feature of the laptop server: built-in UPS!

[–] ElysianBladeRunner@piefed.social 5 points 1 week ago* (last edited 1 week ago)

Currently running a headless laptop with Proxmox. Love this set up and definitely great feature having the UPS.

[–] village604@adultswim.fan 24 points 1 week ago (4 children)

Some laptops vent the hot air in a way that's blocked if the lid is closed.

[–] Atomic@sh.itjust.works 17 points 1 week ago

Not gonna vent much at all if you put in on a carpet...

[–] solxix@pawb.social 4 points 1 week ago (2 children)

You could remove the laptop screen like I did with my home server. Although you'll have to put it very close to the router to get a WiFi signal afterwards.

[–] village604@adultswim.fan 2 points 1 week ago

You can get an external antenna and run it to the wifi card. I did that with my beelink mini desktop because the wifi antenna was garbage.

[–] dogs0n@sh.itjust.works 1 points 1 week ago (1 children)

Why would u do that other than maybe saving space? Leaving it open would have been easier and the same thing.

[–] solxix@pawb.social 1 points 1 week ago (1 children)

The screen was broken so it was just wasting space. It also made it easier to move around because I had to close the lid to slide it in place then open the lid so it gets airflow.

load more comments (1 replies)
[–] Ensign_Crab@lemmy.world 3 points 1 week ago

considering it's sitting on carpet, I doubt ventilation has been a priority.

[–] hexagonwin@lemmy.today 2 points 1 week ago (1 children)

makes sense. thinking again, i think my old macbook also did that..

[–] village604@adultswim.fan 1 points 1 week ago (2 children)

Yeah, I think a lot of macs vent through the keyboard.

[–] Alberat@lemmy.world 5 points 1 week ago

i vent through my keyboard sometimes

load more comments (1 replies)
load more comments (3 replies)
[–] CoffeeSoldier@sh.itjust.works 30 points 1 week ago

I feel like I've probably downloaded a torrent off this very machine.

[–] jcs@lemmy.world 28 points 1 week ago (2 children)

Disable suspend when the laptop lid is closed on a systemd-based GNU/Linux system:

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'

[–] Eyekaytee@aussie.zone 19 points 1 week ago (2 children)

Shitposts are serious business. For some.

load more comments (1 replies)
load more comments (1 replies)
[–] pewpew@feddit.it 10 points 1 week ago

I'm using a crappy HP mini PC from 2016 with just 4GB of RAM and it runs my Nextcloud with Talk that I use instead of Discord. The most limiting factor is actually my internet connection... Only 8 megabits of upload only gets you so far (it used to be 20 megabits but my ISP screwed me over)

[–] wylinka@szmer.info 9 points 1 week ago

No Ethernet cable? Must be terrible running a server over WLAN.

[–] MousePotatoDoesStuff@lemmy.world 6 points 1 week ago* (last edited 1 week ago)

I wonder what Lemmy instance is this server running :P

[–] ThisGuyThat@lemmy.world 2 points 1 week ago
load more comments
view more: next ›