• 0 Posts
  • 169 Comments
Joined 3 years ago
cake
Cake day: January 17th, 2022

help-circle
  • DIY is difficult

    Well, arguably it’s difficult at first then become much easier BUT I understand one might not want to dedicate time to it. There are solutions though to buy hardware that is open hardware and with open-source firmware. I personally do NOT recommend reverse engineering except for the pursuit of knowledge. I do NOT recommend RE for “liberating” products because even though it is amazing, it is adversarial. The companies are making money still while NOT supporting Linux or even preventing it from being supported by the community without them spending a cent. That’s fine, that’s their strategy. I don’t approve of it but from a business standpoint I can understand it.

    What I do recommend though is spending few minutes looking for proper alternatives. I clarified that a bit in another thread about inputs, cf https://lemmy.world/comment/12550034 so please consider having a look.

    TL;DR: DIY/RE can be too much work but there are open hardware with open-source firmware projects sold on e.g https://crowdsupply.com which are “just” plug&play.


  • Tool lazy to read it all with existing comments but still want to help so :

    Recommendations for Notepad++ replacement

    vim/gvim (and derivatives, e.g. neovim) or emacs or derivatives, if you are serious about text editing, being text or otherwise, they are the foundations. They probably include most of what you need out of the box and if not they do and a lot more through their extensions

    I have an iPhone, I like to back it up and sync

    You are swimming upstream there. Apple is doing everything it legally and technically can to lock up its own ecosystem. You might managed few things with e.g libimobiledevice/ifuse or ish or even KDE Connect

    I do some gaming.

    Me too, playing both 2D and XR on a nearly daily basis. It works. Sadly, just like the previous answer some are trying to sabotage anything they can via DRM or “anticheat” and this might screw up your experience entirely. A good heuristic is if works on the SteamDeck (cf ProtonDB) it probably works on Linux.

    How do Xbox One controllers work wired with Linux?

    They work. I don’t have an Xbox controller but SteelSeries ones and I play near daily on them, either with their dongle or via BT, with Steam or anything else.

    Recommendations for GUI mpv frontend?

    VLC

    I use software called AdvancedRenamer.

    As suggested in the first answer, learn Bash or any other CLI environment, it’s made for this kind of tasks and is the de facto standard for literally.

    Keyboard shortcuts.

    They work. If you need more it takes second with your desktop environment, e.g KDE Plasma for me, to add new ones.

    I don’t understand Linux distro segmentation especially when it comes to software availability

    That’s the “cost” of freedom. You do whatever you want with your computer. It sounds trivial but it’s not. We have been trained for years if not decades to see someone else get to decide for us. It’s false. It’s amazing. It is also daunting. Now YOU get to decide. You can use you distribution package manager or a binary or… anything in between (AppImage, AM, dbin, cloning a repository and building from source, etc). It’s crazy… but it works so it’s up to you.

    Last but not least. I’m looking for suggestions for a Linux distro to use that fits my needs.

    Who cares, picks any one BUT keep your data safe! Try it for an hour, a day, a week and try another one if you feel like it. Switch whenever YOU want for whatever reason YOU care. Cf previous answer.


  • utopiah@lemmy.mltoLinux@lemmy.mlIs Pine64 dead?
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    They already sell the Pinetab RISC-V so quite feasible. I’m not sure I’d buy one as I already have a Banana-Pi (SpacemiT K1 8 so not exactly “next-gen”) so my next purchase on that would probably be something that would be relatively powerful enough to “forget” it’s not ARM/AMD64 for daily usage (which we might not be very far from, not really sure).




  • utopiah@lemmy.mltoLinux@lemmy.mlIs Pine64 dead?
    link
    fedilink
    arrow-up
    8
    ·
    4 days ago

    Both global and EU store still sell things. They are still active on social media. I have plenty of their products (PinePhone with keyboard case, PinePhone Pro with LoRA add-on, Pinecil, PineTab2, PineNote, PineTime) which I use often, some on a daily basis, other weekly basis. They just work. As others have pointers out they don’t do software, “just” hardware with some community fostering. If tomorrow they announce another product (not sure what that could be as, simply by listing now they are covering already a LOT) and if I need it, I would buy it without much hesitation.

    Now I imagine if they don’t have anything new they don’t announce much, which is reasonable. They might not need the “buzz” as long as they manage the sales in their pipelines.

    I would honestly like to see more products but arguably they already have good coverage. Let me ask you then, what do you wish they would add to their existing product line?







  • Hmmm very interesting thanks for the links and explanation!

    I’m not “ready” for it yet so I’ve bookmarked all that (by adding a file in ~/Apps ;) but that’s definitely and interesting, and arguably neater solution.

    Honestly I try to stick to the distribution package manager as much as I can (apt on Debian stable) but sometimes it’s impossible. Getting binaries myself feels a bit “wrong” but usually works. Some, like yt-dlp as I see in your list, do have their own update mechanisms. Interesting to consider stepping back and consider the trade off. Anyway now thanks to you I know there are solutions for a middle ground!



  • No “if”, no “would”, we are millions of gamers using our (portable) PC with SteamOS running on it for few years now already.

    As others have pointed out already, the SteamDeck is exactly that. I even travel with it, use desktop mode with my BT mouse&keyboard with a USB-to-HDMI adapter and work on large screen and do my presentations with video projectors.

    If they were to sell a desktop too… well I have a Corsair ONE already, naming a gaming desktop (2080Ti) with a very small footprint and relatively silent. It is not easily upgradable due to how compact it is (but can be done) so if I were to have an equivalent of it from Steam and they were to keep on contributing to FLOSS it would probably be an even easier buy because I trust their RMA and I imagine I wouldn’t pay a “Windows tax” with it as it would “only” come with SteamOS.

    TL;DR: I’d prepare my credit card.




  • I did more than 5 installs this weekend (for … reasons) and the “trick” IMHO is …

    Do NOT install things ahead of actually needing them. (of course this assume things take minutes to install and thus you will have connectivity)

    For me it meant Firefox was top of the list, VLC or Steam (thus NVIDIA driver) second, vim as I had to edit crontab, etc.

    Quite a few are important to me but NOT urgent, e.g Cura (for 3D printer) and OpenSCAD (for parametric design) or Blender. So I didn’t event install them yet.

    So IMHO as other suggested docker/docker-compose but only for backend.

    Now… if you really want a reproducible desktop install : NixOS. You declare your setup rather than apt install -y and “hope” it will work out. Honestly I was tempted but as install a fresh Debian takes me 1h and I do it maybe once a year, at most, no need for me (yet).