Onno (VK6FLAB)

Anything and everything Amateur Radio and beyond. Heavily into Open Source and SDR, working on a multi band monitor and transmitter.

#geek #nerd #hamradio VK6FLAB #podcaster #australia #ITProfessional #voiceover #opentowork

  • 1 Post
  • 53 Comments
Joined 7 months ago
cake
Cake day: March 4th, 2024

help-circle


  • I read that you’re manually tagging them, so your process can be whatever you want to do.

    For example, you can leave the images in their current folder structure and create a separate folder structure with symbolic links to an image, so in the character folder would be symbolic links to all the images like that. They also don’t have to be unique, an image can be in multiple categories.

    Alternatively you can use a spreadsheet and generate lists there.

    Finally there are plenty of photo album applications that allow you to tag images.



  • Your modem will likely keep connection statistics which will tell you how much data was downloaded and uploaded.

    Ookla speedtest.net will give you an indication of your network speed. I have a cron job that logs the speed with their cli client every 5 hours and I use it to keep my ISP mostly honest.

    The resulting data can also be used to map peak network congestion so you don’t end up with network buffering issues when you are watching the latest episode on your favourite streaming service.





  • I experienced this crazy onslaught of advertising to the point of reducing how much I watched YouTube. I was pretty upset and not at all inclined to pay, especially since YouTube was even putting ads on my own videos without me seeing a single cent, because my channel is too small.

    Then my partner bought me a few months of a Premium Subscription as a Christmas gift.

    It was pointed out to me that I watched more YouTube than any other streaming service which I was paying for.

    Combined with background music on mobile, it’s changed my life.

    I’m still unimpressed with the business model, but the alternative is so far worse.

    Find me a self publishing video platform with the reach of YouTube that doesn’t require self hosting and I’ll happily move my content there.









  • Onno (VK6FLAB)@lemmy.radiotoLinux@lemmy.mlBeginners Guides
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    1 month ago

    My first recommendation is to become familiar with one flavour of Linux. Debian is a solid choice and it will give you a good understanding of how a great many derivatives operate.

    The command line is a tool to get things done, it’s not an end to itself. Some things are easier to do with a GUI, many things are easier to do with the command line interface or CLI.

    Many Linux tools are tiny things that take an input, process it and produce an output. You can string these commands together to achieve things that are complex with a GUI.

    Manipulation of text is a big part of this. Converting things, extracting or filtering data, counting words

    For example, how many times do you use the words “just” and “simply” in the articles you write?

    grep -oiwE "just|simple" *.txt | sort | uniq -c

    That checks all the text files in a directory for the occurrence of either word and shows you how many occurred and what capitalisation they used.

    In other words, learning to use the CLI is about solving problems, one by one, until you don’t have to look things up before you understand why or how it works.




  • I had a Mac Mini as a media centre before I had an Apple TV.

    Purposely bought a server model that fried both its drives, never to be seen again. It was not a happy experience, or one that I’d recommend.

    The UI alone required both keyboard and mouse, you’re forever dealing with on-screen alerts, none of the software is really intended for full screen use 100% if the time, etc.

    On the plus side, you can have an on screen clock all the time if you want, something I’ve never achieved with the Apple TV.