I’m just one random nerdy trans girl. …Oh come on, you’ve been around fediverse, surely you’ve seen us around?

Mastodon: @umbraroze@tech.lgbt

  • 2 Posts
  • 77 Comments
Joined 2 years ago
cake
Cake day: September 18th, 2023

help-circle















  • Rose@slrpnk.nettoMemes@sopuli.xyzBut but but
    link
    fedilink
    arrow-up
    5
    ·
    24 days ago

    As a young nerd, I was happy that the national broadcaster decided to show history documentaries every week.

    I was kind of disappointed that it devolved into a World War 2 Hour. But I guess it was inevitable.

    (At least we don’t have the History Channel, otherwise known as the H—)


  • Can someone still developing tell me what I should use for the backend today?

    I recommend checking out Python (Django) and Ruby (Ruby on Rails) if you want nice and easy modern Web frameworks that also aren’t that weird if you have PHP experience.

    Also I can never understand GIT as a single developer. The fuck is that? I’ve tried everything to understand.

    Versioning your code with Git makes it much easier to experiment with new ideas. Cocked up a file? Pull it from the previous version. Create new branches for experiments, merge them in if they work, toss them if they don’t, or keep them around just in case, without them ever getting in your way in the “real” version.

    And if you keep the code in a server (GitHub etc), that gives you a backup location and makes it easier to work on code on multiple systems.


  • Rose@slrpnk.nettoLemmy Shitpost@lemmy.worldIT’S THE FEDS!
    link
    fedilink
    arrow-up
    28
    arrow-down
    3
    ·
    1 month ago

    There definitely have been a case where the police, observing things with thermal cameras from a helicopter (for it is in the US where this tale happened), observed some house with a highly suspicious heat signature. …Some dude’s crypto mining operation.

    Well, that was definitely indirectly drug related.


  • Reminds me of how in some old Unix system, /bin/true was a shell script.

    …well, if it needs to just be a program that returns 0, that’s a reasonable thing to do. An empty shell script returns 0.

    Of course, since this was an old proprietary Unix system, the shell script had a giant header comment that said this is proprietary information and if you disclose this the lawyers will come at ya like a ton of bricks. …never mind that this was a program that literally does nothing.