Social media addict since 1989

  • 1 Post
  • 158 Comments
Joined 1 year ago
cake
Cake day: November 3rd, 2023

help-circle







  • My first thought was “why would you ever buy it in amounts less than an 8th, that’s not much” but I guess I had heard of such a thing as a dime bag which I have only just now learned was 1g. I always thought it meant “$10 worth” or something, and was for tourists who didn’t know they were paying too much for too little.








  • The .tar.xz format decompresses more than twice as fast as .tar.bz2, allowing you to get up and running in no time

    $ time tar xjf firefox-134.0b3.tar.bz2 
    
    real    0m9.045s
    user    0m8.839s
    sys     0m0.450s
    
    $ time tar xJf firefox-135.0a1.en-US.linux-x86_64.tar.xz                                                
    
    real    0m4.903s
    user    0m4.677s
    sys     0m0.510s
    

    Nice! Presumably it’d be twice as fast if disk was infinitely fast or something. Unfortunately by testing this I’ve already used up a hundred times more time than I’ll ever save as a result of it.






  • It’s probably related to this: https://gitlab.com/relan/fennecbuild/-/merge_requests/63

    F-droid Fennec had build problems lately due to google removing big dependencies from its android package repo or whatever, so it’s well out of date for now. The latest version there has at least that one well-known security problem that was in the news a few weeks ago. I don’t know why you’re getting notified about it now, I have it installed and didn’t see that. But if you’re risk-averse then you probably shouldn’t currently be using it to visit websites that might be malicious.

    Recent comments over there suggest that progress is being made at last.