• 5 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle

  • Currently, and I could be wrong, the alternative to a Pi 4 from Pine64 now would be a Pine64’s Quartz64 Model B. A Star64 might be interesting, but that’s RISC-V so who knows what OS you could boot on it currently and if it would even be stable.

    Plus with the Quartz64 Model B, who knows if you’ll able to get a good case for it. There’s the $28 “Model B” ALUMINUM WATERPROOF ENCLOSURE, but, eh, no thanks. There’s the open enclosure, but that’s also a no for me. I want a case I can hide the device itself, the cables, put a heatsink and fan on, be able to use an SSD with USB connect and connect a power supply all stuffed in a case. Which you can find plenty of for Raspberry Pi’s.

    Not to mention the Pi 5 isn’t even out yet, and it’s entirely possible it’ll be better than the Quartz64 Model B, on top of having a ton of accessories. Plus, I can Pi up practically any Pi at the Microcenter or similar store near me as opposed to having to pay for good shipping.

    I’m totally for having alternatives to the Pi, heck I might pick up a Quartz64 Model B if I can find a case, but a lot of alternatives don’t have the same support and accessories the Pis do.













  • If you are not trusting Proton, you should not trust Tailscale as well, in my opinion.

    True, although I don’t know if I say I don’t trust them. It’s more of a sense of skepticism that’s always in the back of my mind when it comes to any service.

    Another question is that why are you paying $19 for that? They have $10-12 plans that come with 500 GB storage, emails with 3 custom domains and high-speed VPN.

    I have a business account with them. I’m trying to remember why I upgraded…

    Another question that pops in my mind is, why do you need a VPN? Do you need to connect to your services privately, or do you just need to change your IP for (relatively) better privacy?

    At this point, if I’m going to do be doing more self-hosting I’d want the ability to connect to services privately. The other thing is that with Tailscale I can set my PiHole as my DNS server. That way any device on the tailnet gets the ad blocking as well. Plus, if I can get unbound with DNS-over-HTTPS (via stubby) setup on it then I have a pretty secure and fairly private setup. That’s kind of what’s got me thinking about moving to Tailscale.



  • AlecStewart1st@lemmy.worldtoFediverse@lemmy.worldLemmy is losing users
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    6
    ·
    edit-2
    10 months ago

    because these topics are de facto censored on most of the internet

    Complaining about capitalism, landlords and US Politics are censored on most of the internet? Have you been to Reddit or Twitter?

    Also aren’t a bunch of other websites specifically dedicated for discussing specific topics? I.e. modding video games, agriculture/horticulture, etc?

    Are there like a bunch of bloggers complaining about living in the West that are being censored, or are they just not popular because they’re terrible writers and have 0 reach?

    Also no one talks about Linux besides weird and niche communities. It’s not censored either. I say this as a Linux user.





  • Hate to jump in 4-5 days after you posting, but what are your Steam launch options?

    I see on ProtonDB a lot of people are having to fidget with some Vulkan settings, and I myself can’t even get the game to launch as I get the “Graphics card does not meet minimum requirement” message when I have a RX 6700XT. Granted I’m not running the game through Steam and I’m trying to play via Lutris with wine-ge. If you’re wondering how I’m “not running the game through Steam”, let’s just say the waves were rough last night and creating a lot of torrents.

    One thing I tried was editing the current build of Windows to be 11 and not 10, but that doesn’t seem to work. Looking at the ProtonDB page, there’s these following environment variables people here can try adding to their launch options (though don’t add all of them):

    ENABLE_VKBASALT=1
    AMD_VULKAN_ICD=RADV
    PROTON_HIDE_NVIDIA_GPU=0 PROTON_ENABLE_NAVPI=1 # note the user who supplied this said they had to downgrade their NVIDIA drivers to 525.x
    VKD3D_CONFIG=force_compute_root_parameters_push_ubo # the user who supplied this said nothing worked for them
    DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1  VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.i686.json:/usr/share/vulkan/icd.d/radeon_icd.x86_64.json # if you have an AMD GPU
    DXVK_CONFIG_PATH=/home/niko/.local/share/Steam/steamapps/common/Starfield/dxvk.conf
    

    EDIT: It seems like the following options get rid of the “minimum requirements” message, however now I get “your graphics drivers are out of date.”

    # Launch options if you're running the game in Steam
    DXVK_ASYNC=1 WINE_FULLSCREEN_FSR=1 WINE_FULLSCREEN_FSR_STRENGTH=1 AMD_VULKAN_ICD=RADV VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json gamemoderun %command% --skip-launcher
    

    This is with wine-ge-proton8-14, don’t know if GE-Proton8-14 would make a difference.


  • Interesting, thank you for your response!

    I don’t know why I didn’t think about the fact of having network specific ACLs is probably something we’ve developed since the dawn of the internet.

    Also it makes sense that the configurations would be hosted in one place, and I see what Headscale is for now.

    Maybe I’ll dump my VPN provider for Tailscale or setup a Headscale instance on a VPS some day. I also saw Netbird, which their $8/month plan gives unlimited users. Seems slightly similar to Tailscale.


  • Hmm, I guess my question would be how does this all work? I mean, is it not possible to configure STUN/DERP services yourself? Or add control lists yourself?

    I’m curious as to how all of this is done, not just to see if it’s possible (even if it’d be a headache) but for confirmation. Granted, networking is my worse subject when it comes to any related to computers. For ACLs, I guess Apparmor and/or SELinux profiles would be configured? The removing a key I can understand why it’s be a nightmare yourself, but how does Tailscale do it where it’s just so simple?

    EDIT: Another question I have is how does Tailscale work when I have a VPN for securing network traffic when browsing the internet etc.? Or is that just seamless?