Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)UN
Posts
19
Comments
695
Joined
2 yr. ago

  • if your that passionate about NASs, may I ask how does one negate data loss if a lighting were to strike? or fire?

    I get Raid an all that, but I don't care how many times my data got burnt if it ever will.

    Same with lightning, lightning rods are a thing, so maybe that? Idk what would be dmged if an entire lightning passes thru your house in a wire or not, like electromagnetic fields are a thing.

  • how OW is nowadays perceived from outside

    Bad, just check steam lol. I myself even prefer tf2 over OW anyday. tried it, it's really not that fun tbh. At least for me fun in a multiplayer game needs to have a layer of communication, and likeable devs as it's most likely a live service. OW had the most unfun players I've ever met, and I have a friend added on Discord from League for crying out loud (my bar isn't that high). Don't even get me started the fun I had in tf2, we roleplayed once that my love interest (who was a nother player, in rp) cheated on me, because he got auto balanced. Another time in tf2 we talked about periods (and maybe drinking it? I can't remember).

    In OW my greatest memory was we idolized someone called Dave. Even that was half assed, as only 1 guy from the enemy joined in on the fun and he even quit half way thru. It wasn't that good of a match, but it was the best that I can recall.

    I get that some ppl enjoy these games, but it housing the worst collection of users I've ever seen (and I played league, saying it again)

    sorry ranted a bit TL;DR: OW's community is bad imo.

  • what SomeBoyo said, but also because of stereotypes. You can kinda assume someone's personality by what a they like, and this is not a very joy sparking track record.

    I feel like I have to note: I have nothing aginst you.

  • agree, I tried advertising Lemmy to my friends, but when they are showing very little interest in the idea of digital freedom or privacy I just stop trying.

    It also doesn't help that one person in question jumped the (reddit) ship to Twitter.

    Someone else I tried playes League and OW2.

    I made the decision that maybe lemmy isn't for everyone. please stay unpopular/hidden and fun.

  • I could tell you my recent cenario, but it wouldn't get us anywhere. because I know that it's avoidable, but it'd take for me to run a different logic for only first element of my array. which is doable, but it'd make the code like 5 extra lines longer, harder to read/follow. But I just simply choose to put -1 and boom it's fixed, just works.

    another solution would be (without context) is to add one more variable and one more check to my foreach, but that takes more memory and cpu, I usually choose the i = -1, it's ugly but not as ugly as other solutions would be

  • sometimes i start my iterator with = -1. As I only +=1 it with a condition and I know that it will return true on the first cycle. I'll chuck array[iterator] and need it to be 0 to start with ofc.

    I just have no idea how to not do this, but it looks so bad, i need a i8 instead of a u8 at least because of this