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

help-circle

  • bastian_5@sh.itjust.workstolinuxmemes@lemmy.worldDistros bad
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 months ago

    The problem was more that I didn’t even know what I was looking at. It just stopped at a screen with terminal output from it booting up, so I thought it was just stuck… After a bit I found something on an arch forum that mentioned opening up a new terminal instance (or something like that), and how to do it, which led me to realize that gnome got uninstalled.

    Once I figured that out it only took 5 minutes to fix, but I only found that after an hour of assuming that it was frozen and trying to fix that.


  • bastian_5@sh.itjust.workstolinuxmemes@lemmy.worldDistros bad
    link
    fedilink
    English
    arrow-up
    14
    ·
    8 months ago

    I use Ubuntu and that is literally the coffee machine I use… Except I don’t use the actual cups, I’m basically only using it as a source of hot water, and instead I use different cups that are reusable, and just are there to hold the coffee grounds. And similarly, I got flathub on Ubuntu, installed shit to get appimages working, and accidentally uninstalled gnome at one point, which took me an hour to fix mostly because it just stopped at a terminal I couldn’t input anything on, so I had to figure out that I could open up a new one that would actually let me log in and reinstall gnome.



  • bastian_5@sh.itjust.workstolinuxmemes@lemmy.worldbest age
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    9 months ago

    I’m using an SD card as a temporary main storage. I could technically put in an ssd, but I lost/broke the part where a screw would go to hold it in place (it’s a strange laptop…), so the only option I would have is to tape it, and I don’t feel comfortable letting it potentially flop around in there… As for what a swap file is (that’s the name I found for it), it is virtual memory. It was reserving that space to use as RAM if need be, when I already have 2/3rds as much ram as storage.





  • Depends on if you’re using lossless or lossy compression. Lossless compression will usually make it bigger, because it relies entirely on data being formatted so their are common patterns or elements that can be described with fewer parts. Like, an ok compression algorithm for a book written in English and stored as Unicode would be to convert it to ASCII and have a thing that will denote Unicode if there happens to be anything that can’t convert. An encrypted version of that book would look indestinguishable from random characters, so compressing it at that point would just put that Unicode denoter before every single character, making the book end up taking more space.



  • And the fact that it can grow data means you should really put a test to make sure that the compressed data is actually smaller… I once had something refuse to allow me to upload a file that was well below their 8Mb file limit while it was claiming it was above the limit, and I’m assuming it was because they were testing the size after compression and that file grew from 6Mb to above the limit.