Why software do you use in your day-to-day computing which might not be well-known?

For me, there are two three things for personal information management:

  • for shopping receipts, notes and such, I write them down using vim on a small Gemini PDA with a keyboard. I transfer them via scp to a Raspberry Pi home server on from there to my main PC. Because it runs on Sailfish OS, it also runs calendar (via CalDav) and mail nicely - and without any FAANG server.

  • for things like manuals and stuff that is needed every few months (“what was just the number of our gas meter?” “what is the process to clean the dishwasher?”) , I have a Gollum Wiki which I have running on my Laptop and the home Raspi server. This is a very simple web wiki which supports several markup languages (like Markdown, MediaWiki, reStructuredText, and Creole), and stores them via git. For me, it is perfect to organize personal information around the home.

  • for work, I use Zim wiki. It is very nice for collecting and organizing snippets of information.

  • oh, and I love Inkscape(a powerful vector drawing program), Xournal (a program you can write with a tablet on and annotate PDFs), and Shotwell (a simple photo manager). The great thing about Shotwell is that it supports nicely to filter your photos by quality - and doing that again and again with a critical eye makes you a better photographer.

  • silly goose meekah@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    37 minutes ago

    Steam added an excellent screen capture feature to their overlay, but I like being able to capture my screen anytime, not just when playing games with the steam overlay.

    gpu-screen-recorder is the perfect tool for this, you set up a command to run at startup and the software records the last X minutes in the background, with barely any hardware utilization. Add a hotkey for another command that saves the recorded clip to a file, and boom, simple and efficient replay recorder. I’m honestly surprised this app wasn’t mentioned yet.

  • Nemoder@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    18 minutes ago

    Ocenaudio for audio editing. It’s not FOSS but it’s native, simple to use, and doesn’t have backend library issues I kept having with audacity.

  • arsCynic@beehaw.org
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    51 minutes ago

    AutoKey automation / word expander tool.

    • I reconfigure ALT + i/j/k/l to ↑←↓→ globally, and more similar shortcuts.
    • It expands abbreviations of one’s choice like “gCo” to git commit -m '
    • One can assign scripts to abbreviations and hotkeys. E.g., when I press CTRL + Shift + [ it surrounds the selected text with a tag:
    text_selected = clipboard.get_selection()
    text_input = dialog.input_dialog(title="Wrap with a tag.", message="E.g., type cite to get <cite>x</cite>.", default="")
    keyboard.send_key("<delete>")
    clipboard.fill_clipboard(f"<{text_input[1]}>{text_selected}</{text_input[1]}>")
    keyboard.send_keys("<ctrl>+v")
    

    I’m likely not even harnessing AutoKey’s full capabilities and it’s already absolutely indispensable for being a huge time-saver and annoyance reducer.

    - -
    ✍︎ arscyni.cc: modernity ∝ nature.

  • Gelik@feddit.dk
    link
    fedilink
    arrow-up
    2
    ·
    56 minutes ago

    auto-cpufreq to automatic CPU speed & power optimizer to improve battery life for Laptops.

    Syncthing for syncing folders and files directly between your devices.

    Also whatever software or driver I loaded to make this HP Thunderbolt Docking Station work with Linux.

  • minibyte@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    2 hours ago

    You’ve heard of it for sure, but shout out to Audacity. I used Cool Edit Pro for years before having to switch to Adobe Audition. The UI in Audacity feels surprisingly familiar and it does what I need it to do.

  • Manifish_Destiny@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    2 hours ago

    I do a fair amount of pentesting and I’m on mobile, so I’ll just list software.

    Trufflehog & nosey parker (both kinda suck, but there’s nothing better)

    Subfinder

    Nuclei

    Credmaster

    To name a few.

  • Not a replicant@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    5 hours ago

    ffmpeg - www.deb-multimedia.org . I edit podcast videos for distribution to subscribers. High-quality video produces very large files but if they’re only going to be watched on laptops, tablets, and phones, I can throw away a lot of bits without noticeably affecting quality on a phone screen.

    And nothing does that better or faster than ffmpeg.

  • Jg1@lemmy.zip
    link
    fedilink
    arrow-up
    3
    ·
    5 hours ago

    I’m trying Linux for the first time as soon as a serving hard drive arrives, bookmarking this thread!

  • Libra00@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    5 hours ago

    UpNote. I use it like a combination of the gollum wiki described by OP, but I just put everything in there. I have watch and reading lists for things I want to check out, writing projects, notes for TTRPG games, I keep extensive notes on healthcare-related stuff, and so on. I like UpNote because it’s lightweight, has windows, linux, and android apps, and because it has a one-time $25 lifetime membership that does free syncing forever instead of a monthly subscription like most other things seem to. I’ve tried OneNote, Evernote, Obsidian, Joplin, AnyType, and a bunch of others and didn’t like them for various reasons, but UpNote is both pretty small and also has a pretty full-featured editor that can do rich text, all kinds of formatting, media files, etc.

    The only thing I’ve run into that UpNote wasn’t ideal for is I started writing a novel a couple months ago and managing the structure and notes and all that got a little unwieldy so I picked up Scrivener. Still wish they had an updated linux client or there was some good, complete, feature-rich linux-native equivalent, but it runs pretty good under wine, so.

    • HaraldvonBlauzahn@feddit.orgOP
      link
      fedilink
      arrow-up
      2
      ·
      2 hours ago

      Well, my main reason to use Zim Wiki and Gollum is that all the information stays on my computers -no sync service is needed, I sync via git + ssh to a Raspberry Pi that runs in my home. And this is a critical requirement for me since as a result of many experiences, my trust in commercial companies that collect data to respect data privacy has reached zero.

      The differences between Zim and Gollum are gradual: Zim is tailored as a Desktop Wiki, so each page is already in editing mode which is slightly quicker, while Gollum is more like a classical server-based wiki, which is normally accessed over the browser (but by default, without user authentication). The difference is a bit blurry since both just modify a git repo, and Gollum can be run in localhost, so it is good for capturing changes on a laptop while on the road, and syncing them later. A further difference is that Zim is a but better for the “quick but not (yet) organized” style of work, while Gollum is better for a designed and maintained structure.

      Both can capture media files and support different kinds of markup, while always storing in plain text. Gollum can also handle well things like PDFs which are displayed in the browser, and supports syntax highlighthing in many programming langages, which makes it nice for programming projects - it is perfect for writing outlines and documentation of software, and I often work by writing documentation first.

    • HaraldvonBlauzahn@feddit.orgOP
      link
      fedilink
      arrow-up
      2
      ·
      2 hours ago

      It could be helpful if you explain what they do and how they relate to your computing needs. For example, I have been using Linux for over 25 years, and the only name in yor list which I have an idea about what it does is Deja Dup (personally, I use tar for backups, in a simple incremental setup).

  • DragonofKnowledge@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    13
    ·
    8 hours ago

    Pinta is the main one that comes to mind. I don’t use it every day, far from it, and that’s a part of why I love it. On the rare occasion that I have to do some image editing, I load up Gimp and then proceed to fight against it for at least a whole day to make it do the simplest of things before finally ragequitting. Then I load up Pinta and actually get the task done in either minutes or hours at most.

    It’s like old school MS Paint, but better. Simple, intuitive, no huge learning curve, just enough features to get my nonprofessional tasks done. It should be a distro default.

  • MachineFab812@discuss.tchncs.de
    link
    fedilink
    arrow-up
    6
    ·
    8 hours ago

    digiKam was the first Linux application I encountered that was so polished and useful for what it does that I tried to shoe-horn it into any and every DE I experimented with, as well as installing it onto my windows machines under KDE4Win.

  • fossilesque@mander.xyz
    link
    fedilink
    English
    arrow-up
    38
    ·
    edit-2
    13 hours ago

    Aside from ones listed here:

    System Tools

    • WinApps - Run Windows applications seamlessly integrated into your Linux desktop environment, like native including Adobe products.
    • Waydroid - Run Android applications in a container on Linux with full hardware access.
    • Topgrade - Upgrade all your system packages and dependencies in one command.
    • AM (AppImage Manager) - Easy AppImage management for installing, updating, and organizing portable applications.
    • Starship - Fast, customizable cross-platform shell prompt with Git integration and status indicators.
    • InShellisense - IDE-style IntelliSense autocomplete and suggestions for your terminal.
    • Tabby - Modern terminal emulator with tabs, split panes, and extensive customization options.
    • Zeit - Qt GUI frontend for scheduling tasks using at and crontab utilities.
    • KWin Minimize2Tray - KDE extension that allows minimizing windows to the system tray instead of taskbar.
    • Flameshot - Feature-rich screenshot tool with built-in annotation and editing capabilities.
    • CopyQ - Advanced clipboard manager with searchable history and custom scripting support.
    • Safing Portmaster - Free open-source application firewall with per-app network control, DNS-over-TLS, and system-wide ad/tracker blocking.

    Productivity Tools

    • DSNote - Offline speech-to-text, text-to-speech and translation app for note-taking.
    • NAPS2 - User-friendly document scanning application with OCR and PDF creation capabilities.
    • Morphosis - Simple document converter supporting PDF, Markdown, HTML, DOCX and more formats.
    • Obsidian - Powerful knowledge management app with bidirectional linking and graph visualization.
    • BeeRef - Minimalist reference image viewer designed for artists and designers.

    Media & Entertainment

    • Popcorn Time - Stream movies and TV shows via torrent with built-in media player.
    • Nicotine+ - Modern Soulseek P2P client for sharing and discovering music files.
    • XnView - Versatile image viewer, organizer, and converter supporting hundreds of formats.

    Happy to list out the self hosted stuff too if there is interest.

    • GFGJewbacca@midwest.social
      link
      fedilink
      arrow-up
      4
      ·
      13 hours ago

      I’d love your list of selfhosted stuff. I’m running a little server with TrueNAS Scale and it’s working really well.

      • fossilesque@mander.xyz
        link
        fedilink
        English
        arrow-up
        17
        ·
        edit-2
        13 hours ago

        Media & Content Management

        • FreshRSS - Self-hosted RSS feed aggregator with multi-user support, mobile API, and custom tags.
        • AudioBookShelf - Self-hosted audiobook and podcast server with mobile apps and progress syncing across devices.
        • PhotoPrism - AI-powered photo management platform with facial recognition, geo-tagging, and automatic organization.
        • Jellyfin - Free media server for streaming movies, TV shows, music, and photos with no licensing restrictions.
        • Karakeep - Personal data backup and synchronization tool for maintaining local copies of online content. AI tagging, lists, easy to use interface. Really good stuff, especially combined with a browser plugin.

        Productivity, Documents & Task Management

        • Vikunja - Task management app with Kanban boards, Gantt charts, multiple views, and team collaboration features.
        • Memos - Self-hosted memo hub for capturing and sharing thoughts with markdown support.
        • Docker Obsidian - Containerized version of Obsidian knowledge management app for browser access.
        • Stirling PDF - Comprehensive PDF manipulation tool with 50+ operations including merge, split, convert, and OCR.
        • Paperless-ngx - Document management system with OCR, tagging, and full-text search capabilities.
        • LanguageTool - Grammar and spell checking service with support for multiple languages and integration APIs.

        Good Deeds

        • Archive Team Warrior - Docker container for contributing computing power to internet archiving projects.
        • Kangy@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 hours ago

          I currently use Immich for photo backup and whatnot. Would you say PhotoPrism is better than Immich?

          • fossilesque@mander.xyz
            link
            fedilink
            English
            arrow-up
            1
            ·
            28 minutes ago

            I was using it for auto tagging of categories. I haven’t tried immich but I just moved my photos to my snapraid, so I might give it a shot. It looks like it’s come far since I looked last.

        • GFGJewbacca@midwest.social
          link
          fedilink
          arrow-up
          4
          ·
          9 hours ago

          I have been running Jellyfin for a while now with great success, and prefer Immich over Photoprism. The rest look real interesting, especially Sterling PDF.

      • deadcatbounce@reddthat.com
        link
        fedilink
        arrow-up
        2
        ·
        3 hours ago

        I started on Logseq, because I’m a contributing open source advocate. I fully intended to stay with Logseq.

        However, it seems to indent everything in the markdown including headings, bullet points and so on. When one loads a document into a markdown editor, one ends up removing all these indents before the document becomes ‘valid’. They’ve made some other unusual design choices that mean the markdown doesn’t read very well in plain text. I used Logseq for a year.

        There’s also a difficulty for me with getting help. For some reason Logseq help community seems to be based around the Discuss (sp?). It’s not easy to read because the lines are very short as it’s a messaging platform. The community is very very active though.

        I eventually got frustrated with trying to debug my Markdown outside Logseq, and went looking for another vehicle.

        Rather distressed, I installed Obsidian. It’s been designed with a more logical approach. To link to a heading in another document, the document is linked in a Wiki-like way (if you’ve chosen that format) with the heading separated by a hash symbol; in Logseq you get an unintelligible UUID plus all that indenting.

        There’s a lot of help within the Obsidian community but some of it is locked down in medium paid-for content. However, the hundreds of Obsidian YouTube channels and videos, obsidianrocks and obsidian.md sites are very well authored. AI searches augment the rest, TBF I don’t really use Google proxies anymore.

        Even though I’m a personal user, it’s worth it to me to buy a commercial licence to show my appreciation for the work that the two(?) developers have put in.

        The plugins use the published API and are all (?) open source AFAICT.

        Most of the issues I have with Obsidian are just related to my workflow. I think that there are probably plugins that will solve them.

        I don’t expect to be looking for another note-taking app anytime soon and it’s been over a year since I started with Obsidian. Understanding templates opened my world up enormously. I haven’t started data-mining in any meaningful sense yet.

        Just my tuppence.