• 5 Posts
  • 73 Comments
Joined 3 months ago
cake
Cake day: April 26th, 2025

help-circle
  • so what you’re saying is that the firmware powers off when on battery and just suspends if on AC? I have to say I’ve never heard of such a thing. could be a setting in the DE; e.g. Plasma has a buncha stuff to set up separately for when on battery and when on AC, maybe your issue is there. does it behave the same when you power down from terminal (sudo shutdown -h now)?

    also, not to hamper your impressive research, but what’s with the powering down of things? all my hardware (desktops and laptops) get powered down or restarted like never or rarer. when it’s time for bed, they get suspended and then woken in the morning, ready to go as I’ve left em. the one laptop that spends days without power, ready to go when I have to leave, has the suspend-then-hibernate thing implemented so its power drain iz zero.



  • holup - you shut down the laptop and in such a state it drains the battery?! I mean, that’s so outside of the OS’ functionality, it don’t matter which one you got. the only sensible conclusion is that shutting down the laptop in debian doesn’t turn it off, there are no other explanations.

    fedora is more modern by way of kernels and DEs and whatnot, but I’ve looked up your hardware, that’s an 8th gen i5/i7, that’s plently supported even in old bookworm.

    one thing to lookup is in BIOS, my T480s (same generation) had a power management setting in BIOS that was either Windows or Linux, so make sure yours is set correctly.

    edit: to add, the other issue, standby, blows on any hardware I’ve tried so what you need to do is implement suspend-then-hibernate by setting up a swap file that’s RAM + 4 GB (or RAM * 1.5, if you run zram) and then enabling first hibernation and then configuring suspend-then-hibernate. so in that setup, your laptop sleeps normally, and if you don’t touch it in say an hour, it dumps the RAM to the SSD and powers off. when you power it on, it restores from swap and that’s faster than cold boot and your shit is how you left it.

    naturally, alla that’s pointless until you fix issue #1, the drain when it’s supposedly off.




  • I would like nothing more (well, there’s a few things I’d like more, but for the purposes of this we’ll let it stand) than for this fucker to get hurt and for this shit business to implode.

    but nothing close to that is happening. sales that are lower than before indicate that there are still sales, nazi sled image notwithstanding. the P/E multiple is still through the roof. there aren’t liquidity issues apparent.

    this might be an indication that things might be moving the right way, but at present, nothing is “collapsing”.

    and even if alla that somehow materializes, this doesn’t even touch the fucker in the slightest, it is inconceivable how much he’s got.

    so, this is a cope article.


  • the true value is in discarded laptops, skylake or newer. a quick search in my local marketplace finds double-digits of those under $40, with busted screens and other failings, which aren’t important for e.g. headless deployment.

    they got low-power, capable CPUs to boot, you get a shitton of connectivity, storage options, etc. power brick included (gotta buy one for a raspi) and you don’t dick around with arm64 packages and SD cards. if you don’t need video decoding, you can go even older.

    woudn’t put too much trust in recommendations from dudes that rely on you constantly buying new shit, as their income depends on it.














  • so this person is someone I come across frequently on mastodon, has occasionally interesting takes and every so often I think about following them.

    but a quick glance at their frequency of posting is astounding, like if I added their output to my feed, this would be like 80% of my daily intake; “overwhelming” would be an understatement.

    along with the above, to me, this post doesn’t signal “hey here’s a healthy and balanced individual”, it’s more like a manifestation of a mental health crisis.


  • you’re fine using lineageOS with microG and utilising it for cloud messaging, i.e. notifications. the actual content of the notfication doesn’t go through google (or apple), a push message just signals the telegram client there’s activity. then the telegram client wakes up, fetches the message from telegram servers, constructs the notification in-app and then displays it.

    google doesn’t have access to the contents of it, but harvests lotsa metadata that microG (as opposed to full-featured play store services) somewhat ameliorates.

    having said that, you should make every effort to ditch telegram as well, for a buncha reasons.


  • you’re running way too old a distro for what you want. debian 12 has its merits as a server, you install it and leave it be and it just works.

    what you want - fluidity with power management, dock/undock, etc - although achievable with tweaking this and that isn’t being worked on, not on X, not on debian 12, so it’s not like those things will eventually get there. so you need a semi-modern distro, like ubuntu or fedora or even trixie.

    wayland isn’t new, it’s default on a lot of distros since 2021 or so, so you can be sure that your use case was previosly met and solved. costs you nothing to boot e.g. F42 off a USB and try it out (has to be 42 as earlier live sessions default to X11). if you have lots of RAM, add the rd.live.ram switch so it copies the image to RAM and everything is super-snappy for testing and it doesn’t touch your SSD.