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 graming, old time radio and the outdoors.

Mastodon: jecxjo@mastodon.sdf.org

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

help-circle

  • Think less about time sharing and more about using all the computers you own together.

    You would have a netbook with no compute power as your UI sitting on your couch. You could connect to your beefy desktop to do all the computations for your video editor or playing a game and never have to be sitting at your desk.

    You could also have a big file store device with lots of drives to store stuff.

    We can do some of this now, I ssh into my desktop from my couch and have a NFS in the basement. But they all operate as separate devices that i have to really work at getting to operate together. Plan9 was designed where you’d just pick devices off of the network and the tasks operated normally. Pick your video card, local or over the network to the beefier GPU.









  • I’m from Wisconsin, family from Michigan as well and traveled there a lot. Went to college in Iowa and dated girls in college who all were from Illinois. Now i live in Minnesota.

    One thing i find odd is that Minnesotans don’t do a lot of the Midwest stuff. No midwest goodbyes, no chatting up strangers as if they were your BFF, doing all the obligation events we never want to do but say “o yah we should get together”, etc. The whole Minnesota Nice, aka being passive aggressive, isn’t really that Midwest. Of all the Midwest I’ve lived in, the highest ranking one is definitely the least Midwest in my eyes.


  • Yeah yeah the standard pedantic response to web services who use ads.

    But how about a real response? People want to block ads and still consume content. If you feel the cost is too high then shouldn’t people watch some ads and block others to only “pay what you want.” Everyone seems to want the service for free and then cry that when you don’t pay your get your videos.

    Explain how this is different than going to a grocery store and then being pissed they wont let you just walk away with food without paying?







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





  • You don’t have to actually do a real project. It’s more about doing a task that requires you to create outside the hand holding.

    After 15 years of OS and embedded systems development I learned web dev by creating a SaaS for my HOA’s property manager to communicate with tenants. Node, React, MongoDB, docker, iOS and Android apps. Did the project look good? Nope. Did I have to dig into manuals and debug for weeks, yep. But I easily stepped into a new role in an industry I had never worked in because I really learned the tech stack. Actually using the app wasn’t necessary, just that I actually had to create things requiring me to design around the technology I was learning.

    Pick a problem in your life and solve it. Doesn’t need to become something you sell or publish or even use after you’re done learning. But the point is to actually use your skills.


  • I’m saying that the work they would be doing in two days isn’t the same as solving an actual problem. The way to really learn a language/framework/library is to actually use it in a real project. You run into pitfalls, you get compile errors and have to figure out how to debug in said tech, you find out how extentions to the tech work so you can create your own. Making a Todo Front End isn’t going to cover the vast majority of the stuff I’d expect one to know or experience when you say you “know” a language/framework/library/etc.