• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle








  • Make things!

    Whether you’re working on FOSS project or your own personal projects, building cool and diverse stuff that you’re passionate about is the best way to get experience quick.

    Regarding your personal project, starting over is usually not a bad idea. Especially if your own skills have grown a bunch since starting. Make sure you keep old versions around for reference!

    I’ve personally never gotten much out of freelancing or coding challenges. I think it depends on if you see CS more as a career or more as a passion (both of those are perfectly legitimate). I should also mention, a lot of professionals don’t do any programming outside of work. You don’t need to dedicate time outside of work to be good at this job.

    The most important thing is to have fun and not to burn yourself out. Take care of your body and mind!










  • Oh boy!

    Yes there are a lot of factors that make the M series chips so impressive and their incredibly small node size (which is what they get from tsmc) is one of them. The choice of arm is another huge one.

    And of course the kicker is that none of these cpus actually run x86 or arm. Haven’t done for decades, the machine code is compiled down to a chip specific bytecode at execution time. Bloat isn’t a problem because the cpu doesn’t run x86.

    Are you talking about microcode? Because that is not at all analogous to compilation. I don’t think you have a good grasp of the hardware that you’re talking about.

    At the end of the day, the processor does still “run x86”. The implementation detail of most instructions being microcoded doesn’t change that. The x86 isa is large, complex, and old. It has compatibility decisions that date back all the way to the Datapoint 2200.