Mine is Local Send which is a FOSS alternative similar to air drop that works across a variety of devices.

  • TXL
    link
    fedilink
    217 months ago

    I don’t think I’ve found amazing things recently. Things worth using and things better than the alternative and things that are promising to maybe one day be great, yes.

    But I’ll single out one little thing: dust. https://github.com/bootandy/dust

    Dust is meant to give you an instant overview of which directories are using disk space without requiring sort or head. Dust will print a maximum of one ‘Did not have permissions message’.

    Dust will list a slightly-less-than-the-terminal-height number of the biggest subdirectories or files and will smartly recurse down the tree to find the larger ones. There is no need for a ‘-d’ flag or a ‘-h’ flag. The largest subdirectories will be colored.

    It’s like a killer combination of du and sort oneliners that actually shows me what I want to know: What’s the big stuff in this dir.

  • @superkret@feddit.org
    link
    fedilink
    41
    edit-2
    7 months ago

    Termux. A Debian-based Linux system running on top of unrooted Android.
    It lets you interface with your phone’s functions (GPS, calls, etc.), and install packages to extend functionality.
    Turned my phone into a mobile network troubeshooting device, lets me grep through my sms, and I can ssh into my server on the go.

    With AnLinux you can install a full standard linux system in it, including a GUI, and connect to it with a VNC viewer. (AnLinux is just a helper script linking to some dude’s repo, so if you are at all security-minded, you can also bootstrap and install any Linux distro manually).
    So you could have a Debian with Gnome desktop running on your unrooted phone.

  • @sun_is_ra@sh.itjust.works
    link
    fedilink
    English
    1297 months ago

    Mine is kdeconnect which does what local send does plus so much more.

    • using phone to control laptop
    • getting phone notifications send to your pc
    • can browse phone’s storage directly from pc
    • find my phone function
    • Otter
      link
      fedilink
      English
      27 months ago

      I found it to be more than I needed. I still have it installed, but use localsend more often

      • @jbk@discuss.tchncs.de
        link
        fedilink
        27 months ago

        There’s also a still in-development rival for GNOME, Valent. And it’s a native program and not just a shell extension. I prefer it, and maybe it even has more features.

    • @Shape4985@lemmy.mlOP
      link
      fedilink
      15
      edit-2
      7 months ago

      Kde connect is great, iv always thought about using it but never got round to it as im current using a wm instead of a desktop environment. If i was to switch to a desktop environment kde would be my first choice as it has so many features.

      • @Cralex@lemm.ee
        link
        fedilink
        English
        17 months ago

        I tried the iOS beta until it expired. Didn’t know it ever made it to the app store.

      • jaxxed
        link
        fedilink
        17 months ago

        It used to be considered a security risk back in the day. Maybe it just a security “unknown”

    • @theshatterstone54@feddit.uk
      link
      fedilink
      87 months ago

      I’ve had issues with it for file sharing, so far that I’m sticking to LocalSend, but I really need to explore KDEConnect further, as I haven’t explored the rest of its features.

  • Captain Aggravated
    link
    fedilink
    English
    37 months ago

    I’ll take a slight tangent to this topic and talk about FOSS software I’ve recently had to give up that I really really miss: Autokey. Autokey is a rough equivalent to AutoHotKey on Windows, it can do anything from on the fly text replacement (type teh and it will correct to the, or type *date and it fills in today’s date) right up to firing whole Python scripts. it doesn’t work on Wayland (apparently there are security features that prevent it from working the same way it does on X11?), and I’ve yet to find a replacement for it that does.

    • @Scrollone@feddit.it
      link
      fedilink
      17 months ago

      Is it stable yet to use it? I’ve seen it and it looks promising, but it’s also under active development.

      • @jetsetdorito@lemm.ee
        link
        fedilink
        27 months ago

        I’ve never had anything bad happen to my library, but I do back it up regularly. The only “bad” thing might be there’s often breaking changes where you just need to update your docker compose yml when you pull a new immich update.

  • @Bronzie@sh.itjust.works
    link
    fedilink
    757 months ago

    Jellyfin and the .arr suite.

    It’s absolutely incredible and I am so greatful to anyone with the skillset and dedication to develop and maintain things like these.

    Currently playing with Proxmox and HomeAssistant too.

    Hat of to all of you legends involved in FOSS

    • @MeatsOfRage@lemmy.world
      link
      fedilink
      10
      edit-2
      7 months ago

      Same. I’m still primarily a Plex user for the player (it’s just easier for sharing libraries with everyone) but I love the arr stuff. Just got readarr setup for audio books and audiobookshelf for the player which is really nice.

      Probably my favorite feature of the arr suite is in Radarr and list subscribing. I’ve got mine connected to some good letterboxd lists along with things like tmdb popular to keep my library up to date with recent stuff. Also there’s some podcasts I listen to like The Rewatchables. I just subscribe to the lists of movies on letterboxd and I can easily keep up with the podcast.

    • SGG
      link
      fedilink
      English
      77 months ago

      Make sure you get a reputable VPN to avoid issues with any “questionably acquired” content.

  • roux [he/him, they/them]
    link
    fedilink
    English
    28
    edit-2
    7 months ago

    I’ve known about it for longer but just started using KDE Connect over the last year or so.

    It’s got some bugs, at least for me. Like sometimes my phone won’t connect to my computer or like the SMS feature takes forever to load, but having something akin to Pushbullet but free from enshitification has been really great.

    • @mage@lemmy.ml
      link
      fedilink
      English
      27 months ago

      NetNewsWire is amazing. I just wish they had a browser version I could use on a non Mac device.

    • bitwolf
      link
      fedilink
      37 months ago

      Adding to RSS.

      I use FreshRSS to sync to Readably over Fever API.

      Works very well!

    • @Shape4985@lemmy.mlOP
      link
      fedilink
      17 months ago

      RSS reader are a game changer. Ill have a look at this one. At the moment im using fluent reader

  • Boomer Humor Doomergod
    link
    fedilink
    English
    97 months ago

    My choice is screen on the CLI. It’s an old one, but I just learned about it this year and it’s been amazing helpful doing complex, long-running tasks via SSH.

    • NostraDavid
      link
      fedilink
      27 months ago

      screen is like tmux, right? So you can split your CLI, open a new window/tab to open more Bash/Vim instances?

      • Boomer Humor Doomergod
        link
        fedilink
        English
        27 months ago

        Yep! You can have multiple named screens, log them all individually, and they’ll keep processes running even if you disconnect. Never used tmux but screen is usually installed on the systems I’m working on.

    • @Shape4985@lemmy.mlOP
      link
      fedilink
      27 months ago

      Screen is great, i used it for a long time to keep my Minecraft server process running on a raspberry pi. I recently just switched from screen to tmux

    • @saplyng@lemmy.world
      link
      fedilink
      27 months ago

      In that same vein, give zellij a look! I use it pretty constantly whenever I’m sshing in a nominatim server

  • @chiliedogg@lemmy.world
    link
    fedilink
    277 months ago

    I didn’t discover it this uear, but I started using QGIS professionally when the small city that hired me to, among a lot of other duties, be the new GIS department.

    Turns out they thought ArcGIS cost the same as like Office or Acrobat, and they didn’t budget for it for the fiscal year that started 2 weeks before I started working.

    Anyway, I’ve gotten pretty good with QGIS, and we’re sticking with it. It does everything I need it to do, and I can still pull stuff from most REST servers.

    • Sʏʟᴇɴᴄᴇ
      link
      fedilink
      37 months ago

      We’ve been using QGIS at my company for almost 8 years at this point and I really love it. The python integration and deep plugin repository render it head and shoulders above ESRI. Although I admit for enterprise solutions many will still require the turn-key solutions esri offer.

    • @Knoxvomica@lemmy.ca
      link
      fedilink
      77 months ago

      As a GIS person all I can is …fuck yeah. I’m for better or worse deeply embedded in the ESRI world but I’ve started dabbling in FOSS GIS software and honestly it’s all damn good. I don’t understand how ESRI charges what they do. Also, FME is amazing if you haven’t tried it yet (not free or open source) but awesome for quick visual development and data ETL.

    • Preston Maness ☭
      link
      fedilink
      English
      37 months ago

      Turns out they thought ArcGIS cost the same as like Office or Acrobat, and they didn’t budget for it for the fiscal year that started 2 weeks before I started working.

      ESRI is in the position that Microsoft and Adobe want to be in, a de-facto monopoly.

  • Alex
    link
    fedilink
    77 months ago

    Magic Wormhole - it’s been around awhile but it’s super useful for moving files from your internet connected server to your phone without going through multiple hops copying stuff to you local machine and finding a cable.

  • Chris
    link
    fedilink
    English
    207 months ago

    Home Assistant. I only installed it to help me control my solar/battery but I ended up putting other things on it and fell down a rabbit hole.

    • Alex
      link
      fedilink
      157 months ago

      That’s how it starts. Before you know it you’ll be buying no-name smart bulbs from Ali Baba and investigating custom firmware for full local only control.

      • Chris
        link
        fedilink
        English
        37 months ago

        Not really. Only the odd thing on a brand’s app, which isn’t really comparable.