• 0 Posts
  • 351 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle
  • That’s a good point to hit. Our system encouraged everyone to get a university degree to find work/career, but it doesn’t have to be the path.

    Lots of skilled trades out there that offer lots of opportunity to move up while earning well.

    My example, I went to Uni because that’s what you do but ran out of my own funds year one, so had to go back to work to save for next round. I started working on the shop floor at a tooling place. They had openings for designers in engineering so I got in there and learned tooling design using CAD/CAM software, they offered apprenticeships so night school was free. As tooling became more automated it led to learning hydraulics, pneumatics, electrical wiring and controls. Later into Lean philosophy for plant efficiencies, etc. Along the way you are in charge of the project and manage time.

    Now after 35+ years and changing jobs, my role is often as a consultant and includes mentoring engineers on how to use various software offerings (auto or industrial), or going into companies to conduct audits and produce reports that hilight what they can do better.

    It was an organic path, where each learning step along the way led to something new opening up. So rather than a long paragraph like above I think its important for them to not be to anxious; because you can change paths and make choices along the way and end up with something enjoyable of your own making.



  • RAM will be an issue if they want a Desktop Environment. It would be good to find out max RAM that machine supported and purchase a replacement stick.

    If you can get at least 2gig you might have an OK platform.

    If you can’t increase RAM then there is a cool project called HaikuOS that is super lightweight, they have some popular packages for it, butitd is not a Linux distro with tons of availabe apps. Its got a late 90s feel to it.










  • I have to concatenate off reports for part of work duties. The GUI tools in Adobe or other PDF editors are slow.

    The solution was add Linux WSL2 in Windows. And use qpdf

    I can now just open the Linux terminal, type qpdf --pages File1.pdf 1-z File2.off 1-z (etc) – Outputfile.pdf

    It is instantly concatenated.

    And next report time its just grabbing command from history and editing file name or page numbers needed