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

help-circle
  • Doing a rough comparison: 500k KWh * 365 / 240 billion KWh= ChatGPT uses ~0.076% of the power that Crypto uses.

    Just to put Crypto into perspective.

    PS: The 500k is from the article (which states it’s per day), and the 240 billion for crypto is the first result I saw from Google, so take with a grain of salt.

    edit: I only just now saw which space (?) this is from. Please don’t bully me, I’m only here for the discussion (which so far has been civil).






  • Nonprofits can “own” for-profits.

    One of the saner reasons for this structure is that the non-profit owns the things the for-profit works on. If the for-profit goes under, all things are still owned by the non-profit, so some large tech company can’t swoop in and yoink anything available.

    This includes any and all data generated by the for-profit, which means your data is “safe”.




  • weird dude who writes raw HTML

    Eyy, that’s me! Good excercise to learn actual HTML, instead of directly trying to jump into <insert random JS framework> and getting confused on what’s what.

    Anyway, I ended up switching to Hugo as a static site generator, because it was too damn hard to keep all my <header>, <nav> and <main> aligned for all my HTML files.

    Now I can just write a markdown file as an article, or switch back to raw HTML if I so need (like rewriting Alan Turing’s paper " On computable numbers" in HTML because I can’t use TTS on the PDFs I found; I still haven’t finished writing it, because I am now reading E. F. Codd’s papers on the Relational Model, which is pretty wild how we already figured that shit out in the 1970s!)