Born a sconie right on Lake Michigan, lived in Iowa for a handleful of years for college, then moved to Sota where I live currently. Software Engineer for 20+ years, Ham Radio Operator, lover of retro gaming, old time radio and the outdoors.

Mastodon: jecxjo@mastodon.sdf.org

  • 0 Posts
  • 23 Comments
Joined 3 years ago
cake
Cake day: September 9th, 2022

help-circle

  • I’ve got a few pocket nodes, got a solar node on my roof and just outside the range to transmit into a massive mesh we have around the city. But i hear all the chatter.

    Honestly its far more boring than anything I’ve done with ham radio. No one is having conversations, there are no nets, no socializing using the technology. Just people pinging from random locations.

    Where as with my ham license I have local repeaters where we have nets on different topics, including one at midnight for anyone who is up. I chat with people using DMR, EchoLink and Allstar to get out to places all over thw world with just an HT. I do HF work for contests, rag chewing SSB, CW and digital modes. I build hardware and antenna, work from parks, collect QSL cards.

    And i also bought a $30 meahtastic radio that i occasionally get a “Ping from downtown, anyone hear me?”


  • Oddly I think the only cases I ever used it where I was connecting to my home computer from outside my house was when I needed to connect to my router’s webpage. SSH to my home computer and then pull up the browser to open a port on my DMZ or other such nonsense.

    When at home and just using LAN bandwidth it was to run lesser programs.



  • jecxjo@midwest.socialtoLinux@lemmy.mlReassessing Wayland
    link
    fedilink
    English
    arrow-up
    6
    ·
    6 months ago

    I finally got an “upgrade” going from a super slow 25 year old system to a kinda slow 10 year old system. Went with wayland to try it out and it works well enough so far.

    The only thing I’m missing, and I haven’t had a need since the upgrade is to be able to run remote X applications locally. Relied on a netbook with X client and had my desktop downstairs. Now my new laptop can run all I meed so no remote X tunnels over SSH.


  • One thing to note with X11’s design, having a server and client, there was nothing requiring both to be on the same machine. You could run an X11 client on your local machine, ssh into a remote machine and use its X11 server.

    Lets say you are home and can ssh into a work server. You could run Firefox on the work machine, using it’s network and have the visual parts show up on your home computer.

    This was very much a Unix, shared resource style design. Servers and thin clients. Put all your horse power in the big machine and connect using your crappy low power system to it.






  • I don’t think it matters what tools you use as long as it works.

    That would be true if other systems and services depend on them. Would have been nice to come out with a standard and designed systemd around that standard. Then you pick the tool you want that follows the standard rather than be tied into systemd.

    Worth noting is that a process not managed by pid 1 isn’t really a thing you want generally

    I would disagree. A compromised Docker doesn’t mean i have access to things managed by PID1. The entire control model is based around moving your publicly available services further away from something with the highest level of access. Be it users or processes.