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

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

help-circle


  • I have been there.

    It’s not a fun place.

    In my experience the thing that gets everything else going is going for a walk. Start small. Walk to your front door and open it. Next time do it again. Perhaps take a step outside. Do it again. Then two steps, closing the door behind you - bring your keys!

    The idea is to do something slightly bigger than before, but not so much that you are exhausted or afraid to try again.

    The only one who is going to change anything is you, harness your energy and have a crack. Nobody is watching so no need to be ashamed.

    Have at it.


  • For anyone reading this.

    From personal experience, have a shower daily, go for a walk, even if it’s only to the end of your garden or street and drink plenty of water. Sleep if you need to.

    This won’t fix things, but it will give you an opportunity to give yourself a break.

    In my experience, beating yourself up about everything you suck at is the single biggest thing that made it worse for me.

    Finally, talk to someone, anyone. In the street, at the bus, at work, friends, family, online, anyone.

    This too will pass.



  • At one point, before we virtualised everything, I had a custom desk built in an L-shape. Instead of a desk and a return, I had the refurbishment team put together a desk with two desks instead. It gave me two sets of drawers, two computer cubby holes and the gap was too small for the horrible keyboard adjustable shelf that kept hitting your knees, so they replaced it with a fixed surface instead.

    People laughed.

    Colleagues sniggered.

    Then they wanted one too.

    Now I have a mobile lectern with an iMac clamped to it. Height adjustable, wheels, enough space for keyboard, trackpad and USB hub. I move around my office as the mood or light takes me.







  • Whilst I agree with your opinion, it continues to astonish me that the majority of non-technical people using a search engine have absolutely no idea just how bad the search landscape has become.

    I suppose my question did probably exclude that part of the population, but old habits die hard.

    I still use + and - to exclude search terms until I remember that Google+ broke that and I forgot just how ad infested the internet is until I accidentally click on a piece of empty space in an article that would have an ad, were it not for the pihole in my network.

    So, yeah. Point taken.



  • 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.



  • It’s a package management system in the same way that Flatpack, yum, apt-get, snap and dozens of others are.

    If you use MacOS and Linux, it’s not inconceivable that you might want to use the same package management system across both.

    I’ve used it, didn’t particularly warm to it and didn’t install it on my most recent MacOS install after it shat all over itself on a previous installation.

    I didn’t know that it was available for Linux. Not tempted to try.

    I’m a firm believer in apt-get and failing that, Docker with side journeys into podman.





  • What will it take until people get it through their thick skulls that ChatGPT isn’t intelligent, doesn’t learn and is a tool that can only generate plausible gibberish.

    Using the same tools to detect such gibberish will give you more gibberish.

    Garbage in, Garbage out has been true since the difference engine, it’s just that today the garbage smells like English words, still garbage, but not knowledge, intelligence or anything like it.

    The machine learning approach for building models, used to produce so called large language models like ChatGPT is also used to create weather forecasting models that are bigger, better and orders of magnitude faster than available until now.

    The tools have changed life, but I’m unconvinced that it’s a suitable, sustainable or realistic way to create artificial intelligence, despite claims to the contrary.



  • In my opinion, you’re solving the wrong problem with the wrong solution.

    The user base for Canonical, Red Hat and SUSE is not the general public watching traditional TV to decide that they want to install Linux across their enterprise data centre, it’s ICT professionals who talk to other ICT professionals and read white papers and implementation guidelines, then pay installation, management and subscription fees to get ongoing support across their shiny new data centre.

    Growing the user base with mums and dads is not something that Linux vendors are interested in, since it only costs money instead of generating an income stream.

    Linux as a commodity comes from rolling out Android phones and tablets, from deploying embedded Linux on network routers, security cameras, in-car entertainment systems, set top boxes, etc.

    The final hurdle for general desktop Linux is not resolved by getting more users through advertising, it’s through having a product that can be purchased. Chromebooks were promising, but missed the mark.

    System76 are trying, but the scale is too small and Linux isn’t ready as a general computing platform yet. I say that having been a Linux user for 25 years.

    If you don’t agree with that last statement, consider what all computer manufacturers would do at the drop of a hat if they thought it would be cheaper, they’d drop Windows like the hot mess it is.

    Unfortunately, it’s still cheaper to pay the Microsoft tax because the associated support network is already in place for the general public.

    That’s not there, yet, for Linux.

    It remains to be seen if ever will be.