• 2 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: February 2nd, 2024

help-circle
  • lilith267tolinuxmemes@lemmy.worldrthtrhh5yh5yh
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    Same here, I’ve only heard good things about their hardware and themselves as a company. Their computers are definitely too expensive to make sense (from hardware perspective) but other then that I don’t think there’s any major issues?



  • lilith267toLinux@lemmy.mlAny good Linux Tablet recommendations?
    link
    fedilink
    English
    arrow-up
    10
    ·
    10 months ago

    Have you taken a look at the pinetab? Its probably the most Dev oriented Linux tablet. Librem-11 might be the only Linux native x86 tabket but if you don’t mind flashing a new OS a refurbished/used microsoft surface would be cheap and powerful. (Need the linux-surface kernal for all functionality)



  • Personally I would say start with Arch and if you like it use endeavorOS. Endeavor is just easy install for arch(and the only one I’ve tried that actually achieved it well) so if you already know the inner workings it saves a lot of tedious install work and has some nice QOL defaults already set like yay colorized


  • lilith267toLinux@lemmy.mlLMDE and Alienware 17 r4
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    Can’t go wrong with just booting the live environment and seeing if it works. Just check your display is the right resolution and your speakers and brightness work before installing. I also recommend checking it’s actually running off of the 1050ti too


  • lilith267OPtoGameDevAny resources for FPS inventorys
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Sorry for the unclear-ness in my post! I’m currently using JavaScript in school working on databases and websites so my brain kinda just went to JSON as a way to track the players inventory. I was thinking of having the inventory start as an empty JSON object and have items added to it as the player collects thing, adding the benefit of being able to dump itself to a file for saves. While also being able to display itself in different menus: menu “health items” would just loop over the items with the class “health” and display them. I made this post wondering what types of ways is common for people to store/track inventory info






  • Ubuntu maintains it’s own package library which is far newer then Debians but less tested/stable. Debian only releases new version when it’s team feels their ready. However Debian does keep up to date with security patches

    If you would like a distro that keeps itself up to date try out Fedora, it’s updated every 6 months and has been super popular lately

    Note that if you use flatpacks they will be up to date no matter what distro you choose, making Debian a very stable option while still getting new features in applications

    Edit: edited to answer the question more clearly