• dewritoninja@pawb.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Back the early days of computers programmers had to talk to the computers with very specific instructions, a simple thing like adding two numbers would take several punch cards on binary. Then they invented assemblers. A shorthand for machine code, now every instruction had a small keyword and the assembler made the machine code. This saved programmers hundreds of hours of coding and debugging. Then came the compilers, with them you could write something closer to normal language and the computer would translate it, this saved even more time than assemblers. After that came the interpreters, with compilers you have to compile a program for every single platform but with interpreters you can take let’s say a python script and run it on every platform that has the python interpreter saving kits of time when moving apps to other platforms

  • Classy@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I’ve always joked with my coworkers that I’m so efficient because I’m lazy as hell. Why cut one piece of trim at a time when you can build a jig that allows you to cut 5 at once?

    The upside: I look like a wizard with all the work I can get done and nobody wants to do my job, so I have plenty of security.

    The downside: I get a lot of extra work and I can feel burnt out sometimes.