• 1 Post
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle






  • I don’t think it’s fair to jump on Microsoft for this one. Windows 10 has been out for almost 10 years. Apple gives less support for systems than 10 years, they are closer to 8, which is still a while.

    If you bought a PC in 2018 or later it should support tpm in the CPU, if it doesn’t it’s on Dell or HP or whomever made the system. If you built a pc you can buy a TPM for most motherboards.

    Microsoft said you can pay for updates for windows 10 if you want. If your parents core i5-2700 with 4gb of ram from 2012 will no longer get free updates… that seems fair… or go to Linux, but we know most people won’t. Honestly it would be a great time for a “convert to chromeOS installer”











  • Historically I have used jQuery with Java servlets at work, but that is an older way to do it now. The more morderem way I have been developing is using Java Spring Boot for the backend, and React for the front end (specifically NextJS). Both of those tools have a big community and support around them. jOOQ makes working with a database very easy and when you change types, it goes through the Java code.

    I have tried Java Dropwizard in the past, but that seems to be slowly dying out with less support.