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

  • 4 Posts
  • 93 Comments
Joined 4 months ago
cake
Cake day: March 4th, 2024

help-circle







  • I’m going to answer your points below. Not because I want to tell you to move to Linux, but because the information you state is incorrect. Linux is not for everybody. It works for millions of people and it works for me, but that doesn’t mean it will be what you’re looking for.

    In order:

    1. There are no .exe files. Neither are there any on MacOS, iOS, Android, or anything else that isn’t Windows/DOS. To start software requires that it’s on the search path in exactly the same way that Windows requires. You can see what that is with the command: echo $PATH. Most Linux distributions have a graphical user interface which features icons and menus, but if you don’t want that, you don’t need to install it.

    2. You absolutely can, but it doesn’t work the same way as Windows, because it’s not Windows. You can for example login to Linux because the login manager started at system startup. You see a desktop after logging in because there’s a startup system for your account. The printer works because the software driving the print queue is started.

    3. Wine is a tool. It’s not a replacement for Windows. It’s not intended to be. It’s intended to help users and developers make Windows software work better on Linux.

    4. LibreOffice is one of many office suites. I have been using it as my productivity software for 25 years in my company and I’m not at all disappointed to have escaped the Microsoft Clippy, Ribbons, Office365 abominations.

    5. I have used Libre Calc for most of my numerical analysis processes. I used real tools like R and gnuplot when I was analyzing terabytes of data.

    6. The terminal is a tool. I use it daily. At any time there’s a dozen of them open. Not everyone needs a terminal, but there are plenty of things that you can only do in a terminal. A random example, list all the files in your account, group them by extension, then add up how much space each extension takes. In case you’re wondering:

    find ~ -type f | egrep -o "\.[a-zA-Z0-9]+$" | sort -u | LC_ALL=C xargs -I '%' find . -type f -name "*%" -exec du -ch {} + -exec echo % \; | egrep "^\.[a-zA-Z0-9]+$|total$" | uniq | paste - -

    Source: https://unix.stackexchange.com/a/457241

    Linux is not Windows. It never was and it never will be, neither is any other operating system. The community around Linux is helpful, the ecosystem is vibrant and it’s free. If you want to pay for support, you can. If you don’t, there’s plenty of opportunity to do your own thing.

    If you want it to be like Windows, you’re going to be very disappointed.



  • I found that it didn’t all come off on the first attempt. I used a cool shower and washed it off. Soap didn’t seem to help, but if I recall, it was a few years ago, sorbolene did help wash it off.

    Ultimately it’s likely still in your pores and causing grief. I was still pulling hairs off days later.

    I didn’t need an immediate result, so not quite the perilous journey that you are experiencing.

    Good luck.






  • I had no access to or use of a car until I was around 23. Up to that point I lived in a country where you could cycle for most of your daily routine, take the bus a couple of times a month and the train sporadically.

    I moved to a country where cycling was for the poor and foolhardy, me for several years, and public transport was atrocious.

    Public transport has marginally improved, my bicycle hasn’t been used for 20+ years and our household has one car.

    Learning to drive is a process. It takes time. Just like learning to fly a plane takes time. If you have a need to drive, learning how is step one. In my country even when you pass your test, you are required to keep a logbook for at least two years and drive in a variety of conditions before you can actually upgrade your probationary licence.



  • Based on what you wrote, referencing burnout, I suspect that the issue isn’t that you need a hobby, it’s that you need to make time to do nothing at all.

    Go for walks in nature, away from technology, walk alone or with friends, laugh, tell stories, share secrets and dreams.

    The more you do, the more resilience builds up, the better you can cope with stress and work.

    Only then might you find joy in a hobby. For me it was Amateur Radio, but it might be different for you.





  • Onno (VK6FLAB)@lemmy.radiotoAsklemmy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    18
    arrow-down
    1
    ·
    1 month ago

    Start with reading Wikipedia articles.

    This won’t answer all your questions, but it will give you paths to investigate.

    Some articles will be written as if you already know the subject matter, but they should give you enough stuff to keep digging.

    This won’t give you a degree in any of this, but it will give you plenty of puzzle pieces to build on as you see fit.