[go: up one dir, main page]

  • 2 Posts
  • 74 Comments
Joined 3 years ago
cake
Cake day: July 8th, 2023

help-circle
  • RicaztoToday I Learned*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    2
    ·
    3 years ago

    I don’t think that’s true at all. Your middle class percentage is tiny compared to most of Europe, and while you also earn a bit more, that money goes to a much stronger social safety net in most of Europe, too (at least in our more successful countries).

    I would also wager that middle class workers are more comfortable here, because of guaranteed 5-7 weeks holiday, 37 hour work weeks (for the vast majority), guaranteed parental leave, and just generally a very unionized job market.



  • The free rental services are usually from big department stores like Ikea or storage warehouses, and it’s not always free, but like 5-20$.

    Anyway, if you have a truck you most likely also have somewhere to park a trailer. So having a normal car and using the trailer a few times per year would still greatly outweigh the costs and emissions, as I see it.

    Our cars are also at least 2-3x more expensive here, depending on its emissions, so that matters I guess.



  • RicaztolinuxmemesXFCE taking the picture
    link
    fedilink
    arrow-up
    4
    ·
    3 years ago

    When I first started out with Linux, I went full ricemode with Arch. For a while I tried running without X, using tmux heavily and browsing with lynx, only starting a specific X server for games.

    You can definitely do it, but especially web browsing is not really feasible. There are tons of curses-like applications like mutt and irssi that work really well, but alas, I ended up going back to i3.

    Still heavily riced, though, using Vim hotkeys wherever possible. For browsing, qutebrowser is fucking sweet!



  • My point is that words are part of languages which change very fluidly, and you could make the same argument for hundreds of other words.

    If the word isn’t considered bad by anyone hearing it or anyone it describes, nothing is wrong with it. Many meanings are different between your language and mine, even though they sound alike or share some etymology.










  • RicaztoSelfhosted*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    6
    ·
    3 years ago

    I would just have Postgres running statically on some solid hardware. It’s easy to configure permissions and connections, too.

    Not too hard to set up streaming replication for a hot standby if you wanna be sure (or offload some reads).

    I use Postgres btw


  • RicaztoSelfhosted*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 years ago

    Virtually all database solutions support limiting users to specific databases/schemas/tables/whatever you need.

    Persistence to NFS is also generally bad advice for most databases for performance reasons.