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

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

help-circle



  • I think that the missing link for the fediverse is the user interface that most users see.

    This is oxymoronic given that the original Reddit looks eerily similar to Lemmy today, but it’s not just looks I’m talking about.

    Moderation and usability tools, bots, blocks, filtering and spam control need to go through several iterations before we can actually grow this community.

    Search is another issue, as is post deletion. Right now a post vanishes, but all the stuff hanging off it is still there. This makes for a complex user experience.

    Finally, Lemmy appears to be run by developers who appear to be interested in their own issues and regularly appear to dismiss issues raised by users. This is not sustainable.

    I consider myself a user of the fediverse before I’m a Lemmy or Mastodon user. We have a way to go before this settles down.


  • I am part of the Reddit exodus. I’m here because I have no interest in promoting or supporting the atrocious policies that now govern Reddit.

    The pace here is different, but the interactions feel more measured.

    Based on being online since 1990, I’m comfortable with being an “early adopter”, even though I’ve only been here for a few months and Lemmy is five years old.

    Will Lemmy survive? Who knows. The horse and buggy didn’t, neither did Yahoo!, MySpace or Google+, but here we are nonetheless.

    I like it here.


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






  • Yes and no.

    At the frequencies that HDMI operates, the path a signal takes can interfere with that signal. It’s why sometimes a cheap HDMI cable causes issues, where one certified for 4K or 8K doesn’t - the requirements to carry more information, means higher frequencies and thus better shielding.

    A connector is a potential location where signal can be affected if the connection between two conductors is poor.

    In general, less connectors and less joins will give you a higher chance of success and less chance of interference, but it depends entirely on what type of distance and signal you’re trying to send across it.

    In general, the shorter the connection, the less loss.

    It might be that a single longer cable is worse than a connector and a short cable.

    If you already have a connector and a HDMI cable, try it. If you have issues, start by reversing the HDMI cable. It won’t make the electrons reverse or anything like that, but the connection might be slightly different.

    If you have neither, I’d get a cable without a join. Buy from people who take returns.

    Budget will be the determining factor for most people.

    TL;DR; try it.





  • Q: How do you eat an elephant?

    A: One bite at a time.

    Whilst you are faced with a multitude of issues, don’t get lost in the weeds by details when you are trying to untangle the past to move it forward.

    A simple spreadsheet to track hardware, licenses and other details like location, specs and primary contact is a perfectly reasonable starting point.

    I say that because you don’t know what you don’t know yet. You might for example discover that some shops are doing their own thing, regardless of company policy.

    Creating a ticketing system is useful to track stuff for everyone. I settled on trax with web access to people who need it, but the computer literacy levels might prevent some from using this.

    Burnout is a very distinct possibility in an environment like this, so make sure that you set aside time for you to think. Call it a meeting, call it an on-site visit, whatever you do, take time to think.

    Also, remember to backup your work. It’s not unheard of for it to vanish unexpectedly if you are perceived as a threat.

    Source, I’ve been working in this profession for 40 years.