Just your typical internet guy with questionable humor

  • 19 Posts
  • 842 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle
rss







  • Lorne Lanning, the creator of Oddworld, did something similar with 3D animation back when that required super fucking expensive computers. He “ilegally” photocopied the manual of the software he was expected to know about, spent the night reading it, then, during the interview, did some bit of animation that amazed the interviewers.

    I don’t recall the exact details, but you can get his account from his Ars Technica interview. Almost 3 hours long, but it’s a great listen


  • Moore’s law started failing in 2000, when single core speeds peaked, leading to multi core processors since. Memory and storage still had ways to go. Now, the current 5nm process is very close to the limits imposed by the laws of physics, both in how small a laser beam can be and how small a controlled chemical reaction can be done. Unless someone can figure a way to make the whole chip fabrication process in less steps, or with higher yield, or with cheaper machines or materials, even if at 50nm or larger, don’t expect prices to drop.

    Granted, if TSMC stopped working in Taiwan, we’d be looking at roughly 70% of all production going poof, so that can be considered a monopoly (it is also their main defense against China, the “Silicon Shield”, so there’s more than just capitalistic greed at play for them)

    https://www.youtube.com/watch?v=po-nlRUQkbI - How are Microchips Made? 🖥️🛠️ CPU Manufacturing Process Steps | Branch Education











  • I Cast FisttoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    -1415 days ago

    So instead of having problems getting the fucking program to run, you have problems getting docker to properly build/run when you need it to.

    At work, I have one program that fails to build an image because of a 3rd party package who forgot to update their pgp signature; one that builds and runs, but for some reason gives a 404 error when I try to access it on localhost; one that whoever the fuck made it literally never ran it, because the Dockerfile was missing some 7 packages in the apt install line.