Skip Navigation

Posts
1
Comments
65
Joined
4 mo. ago

  • These are the occasions I wish death penalty was a thing, especially for those cases where the idiots have been caught in the act - there are better things to do with my tax money than making sure they have a place to live in and some nice good meals to go with it.

    I do understand how you feel about that and I do kinda feel the same, BUT ... you always have to assure that every last person has rights and gets acceptable treatment, even the ones who seemingly have no soul. Because if there's ever a category of people without rights, any government would have an easy way to get rid of eveyone critizing them.

  • Also, Terminal User Interfaces are a nice middle ground between learning terminal commands and having a GUI.

    Yes, TUIs definitely help reduce possible stress and fear of complexity for new users.

    Thanks for the git link, didn't know that, just starred it :)

  • Yeah, linux-servers without the tools installed in your PC are a hassle. That's why I learned to work with vim, as that's in nearly every distro's repo.

    I recommended atuin as I was using it before, but currently I am using ohmyzsh with the fzf plugin for zsh. This has a very atuin-like interface and handling, but as a plugin for zsh itself.

  • I also grew up with the first gameboy, nes and n64. But nowadays, especially for something like helldivers 2, the bare minimum for me is a constant 60fps.

    I was wondering because I tried to play Outward split screen on my friend's TV and, even turning resolution and graphics way down, the Deck barely got to 40 FPS.

  • You play Helldivers 2 on the deck? What's the performance like? I imagine, especially at higher level dificulties, the Deck must be struggling.

  • Degrees of Seperation - 2D puzzler with wonderful scenes and visuals

    Heavenly Bodies - 2D puzzler about astronauts and 0 gravity environments

    Unrailed - isometric 3D. A train starts driving and you need to gather resources and build tracks etc.

    Wobbly Life - 3D fun game, no real objective, just many quests and activities throughout the world

  • Yes, a backup in a different location is necessary either way, I should have worded that better.

    I still prefer selfhosting, if feasible. Having data sovereignty has it's benefits.

  • Saved! Thank you so much.

    I've used Linux full-time since late 2020 and I never knew about ctrl+y and ctrl+u.

    I'd also like to contribute some knowledge.

    aliases

    You can put these into your ~/.bashrc or ~/.zshrc or whatever shell you use.

     bash
        
    ###
    ### ls aliases
    ###
    # ls = colors
    alias ls='ls --color=auto'
    
    # ll = ls + human readable file sizes
    alias ll='ls -lh --color=auto'
    
    # lla = ll + show hidden files and folders
    alias lla='ls -lah --color=auto'
    
    ###
    ### other aliases
    ###
    # set color for different commands
    alias diff='diff --color=auto'
    alias grep='grep --color=auto'
    alias ip='ip --color=auto'
    
    # my favourite way of navigating to a far-off folder
    # this scans my home folder and presents me with a list of
    #    fuzzy-searchable folders
    #    you need fzf and fd installed for this alias to work
    alias cdd='cd "$(sudo fd -t d . ${HOME} | fzf)"'
    
      

    recommendations

    ncdu - a shell-based tool to analyze disk usage, think GNOME's baobab or KDE's filelight but in the terminal

    zellij - tmux but easy and with nice colors

    atuin - shell history but good, fuzzy-searchable. If you still have the basic shell history (when pressing ctrl+r), I cannot recommend this enough.

    ranger - a terminal file-browser (does everything I need and way more)

  • If you're thinking about cloud hosting, read up about how google accidentally deleted the whole of australias pension funds account and maybe think twice about if you can afford to lose everything you have in the cloud.

    Of course, stuff like that doesn't happen everyday or to everyone. But will knowing that you've just been fucked by random chance help you when it happens?

    If you can, do selfhosting. If you can't, at least have backups somewhere other than the cloud, because the cloud is nothing more than someone else's computer. And if it's someone else's computer, the weakest link in the chain of security is always a human, who may or may not be an idiot or who may have a bad day.

  • Permanently Deleted

    Jump
  • Maybe I am misunderstanding you, but why not update via stamdeck UI? You can change the "stable" branch in your steamos update settings page to "beta" or "preview".

    • stable - recommended
    • beta - test for new steam updates
    • preview - test for steam updates + OS updates
  • Yes it is. Though after using arch for a few years, I miss the abundance of packages.

    If a package wasn't in the official arch repos, it was probably in the AUR. If you use arch, you don't need other package managers like homebrew on linux.

  • The first one I saw was Debian 3.1 (Sarge). I was in school and our objective this time was installing debian + getting a working Xorg session. Never heard of Linux before, didn't get a working Xorg session, but wow man, there's something other than Windows and MacOS. I couldn't have imagined.

    The first one I actually used on a desktop (laptop for school, in that case) was Ubuntu 6.06 (Dapper Drake).

    I've tried oh so many different linux distributions over the years, I probably forgot most of them. Maybe some don't even exist anymore. My goal was always Arch Linux, having seen it on a schoolmates laptop. I really fell for the "here's a pretty minimum base, do whatever" thing.

    In the end, I exclusively used Arch from 2020 until this year. Actually using Arch and reading the ArchWiki were probably what taught me most of what I know about linux in general and how things work.

    I've been searching for a less DIY-solution which is still up-to-date (especially with kernels and mesa) and I landed on Fedora Workstation, which is what I'm currently using on my work latpop and desktop at home. I do miss some things from Arch, but Fedora has been pretty good to me and I, for the meantime, intend to stay here.

  • Yeah, I do daily VM-backups which include all of the data on syncthing. No matter what you have, you always gotta have a good backup-strategy.

  • I use syncthing for some of my "can-never-lose-these" files. syncthing synchronizes files between different devices. This is not an online-file-hosting thing like Google Drive or OneDrive. These files are physically present on all synchronized devices.

    My server is the "main" (you can make everyone equal) syncthing every other syncthing connects to. With an established connection, files will be synchronized on participating devices. AFAIK, syncthing is compatible with Windows, Android and Linux.

    This way, my important files are on my server, my smartphone, my PC and my laptop and every single one of these devices must simultaniously explode for me to lose my data. Also, it's on docker hub

    pi-hole is another great one. Local adblocker for the whole network, just set it as your DNS server or let the DHCP server propagate this DNS server to your clients. This too is on docker hub

  • Permanently Deleted

    Jump
  • Oh, well. I'll see how it is when we'll play barony. It's not like this game is the only choice, so we can always switch.

    Thanks for the heads-up!

  • Permanently Deleted

    Jump
  • I don't plan on playing any of these games over any kind of network anyway. I'm all for couch coop / pvp, it just hits differently :)

  • Permanently Deleted

    Jump
  • Good to know, thank you!

    We always play on someones TV anyway. These are typically 46" ore bigger and have at least FullHD resolution. Would this be manageable?

  • Permanently Deleted

    Jump
  • You're welcome, I'm glad to spread the old-school pre-internet local couch coop fun :)

    My personal favourites are

    MageQuit

    This is the most addicting of all the played games. I bought this with a "fun little magic-based pvp-only game for now and then" mindest. I thought "super smash brothers but magic". I started playing it with my friend on his TV "just for an hour" and suddenly, it was dark outside and time to go home.

    The next meeting we planned on playing MageQuit for a round or two and then move on to one of the other, yet unplayed, games. The moving on part never happened, MageQuit was just too much fun.

    Lovers in a Dangerous Spacetime

    This is the game for the whole family. You (up to 4 players) are in a spaceship. The spaceship has different buttons and levers in different places to control different things like acceleration, changing direction, aiming / firing weapon, directing partial shield or countermeasure etc. and you need to rescue your bunny-friends.

    They are scattered around the levels, sometimes hidden, sometimes locked up, sometimes guarded etc and you need to work together with your teammates to direct the spaceship. You get quite a few different weapons and shields / countermeasures, which can also be combined, you upgrades for the ship, can buy different ships etc.

    It looks and sounds adorable, but if you don't work together, it's way harder then it looks. This is a game with a campaign and story.

    Regular Human Basketball

    Think basketball, but stupid and fun. The regular humans are actually motionless robots which need to be moved by using switches and levers inside it, which is what your job is. You even have a jet-boost at some parts of your regular-human body. We laughed our asses off.

    It is similar to Lovers in a Dangerous Spacetime in the sense that, you need to work together to control a bigger machine. This is just a pvp only game, no story or campaign.

    Ultimate Chicken Horse

    Race each other to the finish of an obstacle course. After each round, everyone picks a new obstacle to place and expands the course. Seldomly have I ever seen such bullshittery as my friends and me created in this game and then had to go through.

  • Permanently Deleted

    Jump
  • I always search steam sales for local multiplayer games. I have not tested all of these yet, so I'm going to categorize them here.

    Games I already played with someone (e.g. "tested")

    • Boomerang Fu
    • Brawlhalla
    • Castle Crashers
    • Gang Beasts
    • Guacamelee - Super Turbo Championship Edition
    • Helldivers
    • Lovers in a Dangerous Spacetime
    • Regular Human Basketball
    • Just Shapes and Beats
    • Lethal League Blaze
    • MageQuit
    • Magicka / Magicka 2
    • Make Way
    • Overcooked
    • Road Redemption
    • Speedrunners
    • Towerfall Ascension
    • Tricky Towers
    • Ultimate Chicken Horse
    • Wobbly Life

    Games for future play sessions (not yet tested)

    • Barony
    • Beat Me
    • Chained Together
    • Fling to the finish
    • Geometry Wars 3
    • Goat Simulator
    • Party Club
    • Pummel Party
    • Screencheat
    • Sonic Segal All Stars Racing
    • Stick Fight the Game
    • Treadnauts
    • Unrailed

    Have fun :)

  • I don't know what stingray is, but if it needs a connection to somewhere and the protocol to connect verifies os-trusted certificates, it should be safe.