[-] SzethFriendOfNimi@lemmy.world 138 points 5 months ago* (last edited 5 months ago)

Unfortunately due to other matters I don’t have the bandwidth today.

Let’s schedule a follow-up to discuss for a later date so I can give this the focus it warrants.

[-] SzethFriendOfNimi@lemmy.world 100 points 7 months ago

Speed tape. Very expensive but basically helps with drag and isn’t structural.

12
submitted 8 months ago* (last edited 8 months ago) by SzethFriendOfNimi@lemmy.world to c/mlemapp@lemmy.ml

I just updated yesterday to the 1.3.5 release.

Unfortunately now when I use my thumb to quickly scroll posts and comments it doesn’t respond.

But if I stop, and move very slowly it does register the scroll. After it finally does scroll then for about 10 seconds or so it behaves normally.

This doesn’t happen, however, in the top half of the screen. Just the bottom half.

Thank you again for all the hard work you do on the app.

[-] SzethFriendOfNimi@lemmy.world 133 points 9 months ago

They seem to excel at it.

[-] SzethFriendOfNimi@lemmy.world 105 points 10 months ago* (last edited 10 months ago)

A two panel meme with Candace and her mom from the cartoon Phineas and Ferb. They are alone in the car with Candace’s mom driving.

In the top panel sits Candace in the passenger seat, smiling and gesturing with her hands to show excitement and she’s speaking.

Text at the bottom of this panel says “they are so nice to put alt-text under their memes just for people like me to get the joke.”

In the bottom panel the same scene but this time her hands are at rest together while Candace’s mom looks at her and is speaking.

Text at the bottom of this panel says “I worry about you sometimes Candace.”

90
[-] SzethFriendOfNimi@lemmy.world 97 points 1 year ago

C. Since it just wants one and I would think the immediate safety of people involves moving it away and then tending to the patient.

Messing with the weapon, checking whether it’s empty, isn’t necessary and you’d still have to move it anyway

[-] SzethFriendOfNimi@lemmy.world 214 points 1 year ago* (last edited 1 year ago)

I know it’s a joke but I prefer the tab option. It’s easy to convert tabs to any particular spacing or code point width. It can also vary, if wanted, based on terminal or editor type.

People with worse eyesight can have a wider indentation while those who choose can opt for something more compact

[-] SzethFriendOfNimi@lemmy.world 129 points 1 year ago* (last edited 1 year ago)

So in JavaScript there’s the assignment

=

and the comparator is

==

Since there’s no types JS will do implicit conversion before comparison when using == in a case like this

if(false == '0'){
    //this is true
}

But with === it doesn’t. It means literally compare these

if(false === '0'){
    //this is false
}else{
    //so this will execute instead 
}

But this, however, will

var someState = false;
 if(someState === false){
    //this is true
}
[-] SzethFriendOfNimi@lemmy.world 105 points 1 year ago

A library card and library resources such as Libby

[-] SzethFriendOfNimi@lemmy.world 194 points 1 year ago

Remember, always validate your inputs.

[-] SzethFriendOfNimi@lemmy.world 131 points 1 year ago

Because even the possibility that you implemented somebody else’s proprietary code from memory or inspiration opens up a lot of legal issues.

And while you may win there’s no winners when you or your employer has to pay your side of legal fees. It’s best to just avoid it to make that process easier.

[-] SzethFriendOfNimi@lemmy.world 147 points 1 year ago

Again for anybody working on their own games or who does software. Avoid this like the plague.

4
[-] SzethFriendOfNimi@lemmy.world 151 points 2 years ago* (last edited 2 years ago)

Mercator Projection. So many ways to try to represent a sphere on a flat 2D plane but none are perfect

https://theconversation.com/five-maps-that-will-change-how-you-see-the-world-74967

And this “True Size” map is fun to play with.

TheTrueSize

14
32

I found this interesting and was wondering how some of the larger instances handle the issues they outline such as

Copyright/DMCA Safe Harbor CSAM Law enforcement/warrants/info inquiries

And not included (since it’s focus is on US legal issues) but I’m curious about would be other regulations such as EU user data retention

view more: next ›

SzethFriendOfNimi

joined 2 years ago