• 2 Posts
  • 78 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2022

help-circle


  • To make life easier for yourself, I’d highly recommend running Linux on a separate drive. The Linux distribution installers I’ve used will install the bootloader on whatever drive you choose to install on, but the windows installer will use the storage controller’s port ordering to choose which drive to install on.

    Your best bet is to simply disconnect the Windows drive when installing Linux and to disconnect the Linux drive when installing Windows, then just use the BIOS boot selection screen to choose which OS to boot into.

    You can add your Windows drive to Grub and you might be able to add your Linux distro to your Windows bootloader, but keeping them entirely separate is probably best.




  • I just switched from Nobara to NixOS on my gaming PC. I’ve had NixOS on my laptop for almost a year and decided I’m comfortable enough with it to use it full time, and it works great for gaming.

    Before NixOS, I was a die-hard Arch user. The only reasons it would break were because I was trying a bunch of stuff from AUR to play around with Wayland + Nvidia when that was brand new, or when I would forget to update for a while.

    It breaking was primarily due to me tinkering around and not fully undoing those changes. Now I can do that with no fear on NixOS, and it’s fabulous.








  • thejevans@lemmy.mltoSelfhosted@lemmy.worldSelfhosted rss w/ push?
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    3 months ago

    Do you just use podcasts on your phone? If you have an Android phone, AntennaPod, while not self-hosted, works very well and is FOSS. There are other options to “self-host podcasts” to varying degrees:

    • PodHoarder: mentioned in another comment, which could be piped into AntennaPod, but I find that a bit redundant for me

    • AudioBookshelf: a fantastic self-hosted audiobook server, and an okay podcast server, but is focused around streaming from your server to your listening device, and I prefer to download on wifi to listen later (it was pretty clunky for that workflow).

    • GPodderSync: barely supported at this point and missing too many features to be useful in my opinion, but a neat backend for AntennaPod and other players to sync to some degree.

    Bonus: the creators of AntennaPod and other FOSS podcasting software are working on a replacement for GPodderSync here: https://github.com/OpenPodcastAPI

    EDIT: for RSS in general, I use FreshRSS, which uses the g-reader API to sync across multiple apps. It’s awesome.






  • my current usage:

    on my desktop:

    • RX 7900 XTX
    • Wifi 6 adapter
    • 10Gbit SFP+ NIC

    on my proxmox server:

    • RTX 3080 (passed through to Debian VM)
    • 16 drive HBA (passed through to TrueNAS VM)
    • GT 730
    • 10Gbit SFP+ NIC

    I’ve also used USB PCIe cards to get more USB controllers for picky USB devices like USB capture cards and audio interfaces.


  • I still find windows and tabs to be a useful way to have a nested organizational structure for web browsing. To solve the visual issue, I permanently hide the tab bar, and I use tree-style tabs with css to auto-hide the tab panel unless my cursor is all the way on the left side of the window. I also have the toolbar autohide unless my cursor is at the top of the window.