• 4 Posts
  • 150 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • Why not just stick to what we’ve always been doing?

    1. wget something.tar.gz
    2. tar something.tar.gz
    3. man tar
    4. tar xzf something.tar.gz
    5. cd something
    6. ls -al
    7. ./config.sh
    8. chmod +x config.sh
    9. ./config.sh
    10. make config
    11. Try to figure out where to get some obscure dependency, with the right version number. Discover that the last depency was hosted on the dev’s website that the dev self-hosted when it went belly up 5 years ago. Finally find the lib on some weird site with a TLD you could have sworn wasn’t even in latin characters.
    12. make config
    13. make
    14. Go for coffee
    15. make install
    16. SU root
    17. make install










  • From what I can gather, the proposed battery will have a capacity of 8.5GWh with a nominal output of 85MW. But it can store 85MW (not MWh) for 100 hours? Either that article is written by someone who doesn’t really know what they’re relaying, or that’s some serious standby power dissipation.

    Anybody here who passed high school physics and have some insights?







  • But of course, how else could you describe yourself as having experience with TeX? /s

    I think our TeX savvy lemming here confuses a knowledge level in the expert/consultant sphere with “having experience”.

    Having worked with LaTeX on and off for 15 years, and on occasions developing TeX macros (ie copy pasting stuff from stackoverflow and shotgun debugging it until it sorta works) and creating various graphics with PGF/TikZ, I would describe myself as having extended experience with the TeX environment. But I still can’t tell you exactly what causes \hbox underfull without looking it up… Probably because it’s never caused a failure to output my documents.