Keep it floating… other than that useful for makeshift spears/weapons for fishing?
This tip brought to you by the Tetanus and Sepsis better health council
Keep it floating… other than that useful for makeshift spears/weapons for fishing?
This tip brought to you by the Tetanus and Sepsis better health council
Speed tape. Very expensive but basically helps with drag and isn’t structural.
Journey is good.
Rime is a good (but emotional) story.
Right. And if you’re going to do it at least do it right.
At least make his tie grumpy cat, or Harambe.
They seem to excel at it.
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
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
}
Remember, always validate your inputs.
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.
Again for anybody working on their own games or who does software. Avoid this like the plague.
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.
Considering how we use it. It is absolutely fascinating. Same for magnetism