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

  • 4 Posts
  • 38 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
    14
    ·
    17 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)






  • 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”.





  • If you read the readme, this looks like it’s specifically for when you don’t know the correct tld or spelling of the site you’re looking for. Google searches often censor sites of borderline legality, but they’ll usually still have Wikipedia articles with accurate links.

    This specifically only redirects .idk domains as a search helper. Could it possibly work better as a browser extension? Maybe. :)



  • Lambda@lemmy.catoC Programming Language@programming.devOde to C
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    10 months ago

    My question when I see responses like this is: what genuinely useful new safety features have been added since Ada? It’s ancient and has distinct types, borrow checking (via limited types), range types, and even fixed point types. I’ve always wondered what niche Rust is targeting that Ada hasn’t occupied already. It feels like devs decided that safety was important, c/c++ are too unsafe, need a new language; without ever having looked to see if such a language exists?