Skip Navigation

User banner
buh [she/her, any]
buh [she/her, any] @ buh @hexbear.net
Posts
3
Comments
109
Joined
5 yr. ago

  • They’re tell you to

  • NO BURGER LITERALLY COMMUNISM 😡

  • Hurricane tip

    Jump
  • IT'S FACKING RAUGH :gordon-ramsay:

  • I had a job where for whatever reason their codebase that was started in 2010 was mostly assembly

    whenever I was upset with them, I would write the most esoteric assembly with zero comments explaining how whatever I was making worked

    this is neither an endorsement nor a rebuke of assembly, just my (technically) professional experience with it

  • I'm just pirating it ahead of time to make sure my PC can run it

    gotta make sure every part until the end works properly btw

  • Ruby does that (well you use the keyword "end" instead of a bracket) but it fell out of favor before it got as big as python, to my knowledge, because of worse multithreaded performance in comparison (which I think has been fixed) and a bias towards unix systems over windows

  • I like C# and Visual Studio

  • I don’t use it because the UI and logo are ugly

  • Chin up King ;)

    Jump
  • Good guy greg for zoomers

  • Pokemon games and older 2D Zelda games. I really got into it when I found Halo

  • never get in a helicopter (or other small aircraft)

  • guantanamo bay has the torture number

  • That’ll be fine. Just make sure you get a separate mouse no matter what your setup is to begin with. also you can get a laptop stand instead of a separate monitor, which will be cheaper while still improving ergonomics, though you will need to also get a keyboard

  • this is the right answer for the question, the only thing I would suggest is in step 4, to use realloc instead of doing malloc/memcpy/free cycles, since realloc does all that and will simply extend the allocated space so it can skip the memcpy and free steps if possible, which is a little faster