I’m a software engineering developer from Ottawa, Ontario, Canada.

  • 1 Post
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle


  • Lambda@lemmy.catoScience Memes@mander.xyzColours of Blood
    link
    fedilink
    English
    arrow-up
    15
    ·
    9 days ago

    Whenever I see this image I always wonder 2 things:

    1. What makes hemoglobin more efficient?
    2. Why do we even need these fancy molecules to transport oxygen? Can’t we produce some kind of biological ampule that holds some pure O2 for consumption by the various processes that need it? We have dedicated organelle structures for similar tasks (i.e. mitochondria)





  • Lambda@lemmy.catoLinux Gaming@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    25
    ·
    4 months ago

    Sadly front end, like “High Level” is a very relative term. For example, in compiler design, the bit that parses code is called the “front end” since the “back end” is what emits machine code. I think that’s what they mean here, the “front end” that understands D3D8 code has been added, presumably there is also a “back end” that converts the parsed/analyzed D3D8 code into valid opcodes for consumption by GPU/CPUs.

    In the other direction, a UI/UX is sometimes called a “back end” when it is part of a more complex embedded project where physical controls are the “front end”.