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

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

help-circle
  • What I was trying to communicate was that Wikipedia has plenty of photographs that illustrate various concepts. This is a photo that displays typical turtle behaviour, which I didn’t think I implied that I was unaware of and I don’t know how you came to that conclusion. Anyway, it’s the sort of photo you wouldn’t need to include in an article but it clearly is suitable for the purpose.

    I did post this picture and all of the rambling while drunk and I’m having a bit of a mild anxiety breakdown right now and I just don’t know what I was saying. I’m terribly ashamed of posting this if this caused anyone any confusion.









  • Rose@slrpnk.nettoMemes@sopuli.xyzBut but but
    link
    fedilink
    arrow-up
    5
    ·
    1 day 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—)


  • I must apologize to Dahir Insaat for ever mocking their 18 wheeler drone airbase attack video

    Didn’t Dahir Insaat try to pitch their stuff to Putin in a open letter video, and Putin notably didn’t respond, but was probably like “no, that’s too wacky”?

    Look who’s doing wacky shit now! Putin is going to wish he had bought a Hell Bed





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


  • For the life of me I can’t remember where this happened, but this was in one of the heavily moderated “safe space” subreddits.

    I said something sarcastic, which some powermod interpreted as being against the rules. I didn’t think it was, even if it had been taken at face value.

    Problem was, I was in middle of dealing with what I now think was a mental health episode of some description so I ended up arguing with the mod in PMs. Wasn’t fruitful, dude was also rude as hell because I asked them to chill.

    When things looked up a few days later I was like “yeah, screw them”. Left that community. Left Reddit entirely for a month.

    I now realise this is one of those moments that turned me away from socialising in general. There are dipshits out there who just don’t care.

    (Not saying heavily moderated safe space communities are bad! Just maybe not have uncaring career dipshits moderating them. Maybe have clear rules and enforce them consistently.)


  • Rose@slrpnk.nettoLemmy Shitpost@lemmy.worldIT’S THE FEDS!
    link
    fedilink
    arrow-up
    28
    arrow-down
    3
    ·
    17 days 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.