I take my shitposts very seriously.

  • 2 Posts
  • 60 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle
  • rtxn@lemmy.worldtoPrivacy@lemmy.ml"You need to try Linux"
    link
    fedilink
    arrow-up
    10
    arrow-down
    3
    ·
    1 day ago

    Stop worrying about the country of origin. It’s a FOSS project. The vast majority of Pop’s components are developed independently of the company, and by citizens of various nations. Applying the “USA bad, so product bad” rhetoric is a seriously shortsighted approach. Consider instead the amount of influence exerted by the company. Does Ubuntu still seem like the better choice just because the company is headquartered in the UK?

    Besides, if you really want to cut American software out of your life, start with Linux and GNU. Torvalds was born in Finland, but he is a naturalized US citizen, and Linux is developed on American infrastructure and includes significant amount of work from American developers.




  • I grew up with analog audio, and still have most of my dad’s late 70s “high tech” equipment, about a hundred vinyl records (mostly 33s with a few 45s), and several boxes of audio cassettes. Given the chance… I wouldn’t go back. That era had some severe issues that we just had to deal with because it was the best that contemporary technology could offer.

    • Magnetic tapes have a finite shelf life. If not stored in a dry and cool place, the polyurethane tape absorbs moisture, which ruins the binder and the ferromagnetic coating falls off. Eventually the tape itself disintegrates.
    • Magnetic tapes are susceptible to mechanical damage, they naturally stretch, and they can scratch if the rollers are dirty.
    • They are also obviously vulnerable to electromagnetic fields.
    • Playback quality is strongly dependent on the recording equipment, the magnetic medium’s quality, and the playback device.
    • Even though the compact cassette is the icon of media sharing, copying is never 1:1 and always incurs a loss in quality.
    • The best achievable audio quality can’t physically reach the quality of most digital recordings because of the granularity/resolution of the medium and the noise introduced by the pickup and amplifier circuits. The same is true for vinyl records: the superior audio quality is just a myth.

    I loved analog audio recordings when they were relevant, but there are good reasons why magnetic tapes are obsolete, and why we largely skipped the CED and LaserDisc and moved on to CDs and digital audio with their own unique issues.





  • I’ve never used the AIO image. I’ve heard it’s weird. This is my compose file for the community image:

    compose.yaml
    volumes:
      db:
    
    services:
      db:
        image: mariadb:10.6
        restart: always
        command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
        volumes:
          - db:/var/lib/mysql
        secrets:
          - mysql_root_password
          - mysql_nextcloud_password
        environment:
          - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/mysql_root_password
          - MYSQL_PASSWORD_FILE=/run/secrets/mysql_nextcloud_password
          - MYSQL_DATABASE=nextcloud
          - MYSQL_USER=nextcloud
    
      nextcloud:
        image: nextcloud
        restart: always
        ports:
          - 8080:80
        depends_on:
          - db
        links:
          - db
        volumes:
          - /var/www/html:/var/www/html
          - /srv/data:/srv/data
        secrets:
          - mysql_nextcloud_password
        environment:
          - MYSQL_PASSWORD_FILE=/run/secrets/mysql_nextcloud_password
          - MYSQL_DATABASE=nextcloud
          - MYSQL_USER=nextcloud
          - MYSQL_HOST=db
    
    secrets:
      mysql_root_password:
        file: ./secrets/mysql_root_password.txt
      mysql_nextcloud_password:
        file: ./secrets/mysql_nextcloud_password.txt
    

    You can access it on port 8080 and perform the initial setup manually. For the database server address, use the db hostname. You’ll have to use a reverse proxy for HTTPS.

    You could also try OpenCloud, which is a Go rewrite of ownCloud.






  • rtxn@lemmy.worldtoFunny: Home of the Haha@lemmy.worldModerates / Centrists
    link
    fedilink
    arrow-up
    33
    arrow-down
    12
    ·
    edit-2
    12 days ago

    I’m a CentristTM!

    • Conservative and progressive viewpoints should be given the same weight and consideration
    • Both sides have merits and flaws
    • Just Hear Them Out
    • Only stating facts, not opinions
    • Meet me in the middle
    • Quotes pseudo-intellectual shit like “only a sith deals in absolutes”
    • I’m not a transphobe, I just think–
    • Stop arguing and let The System work it out!

    (this is a joke, I’m not a centrist)