Namesilo
Namesilo
I always start my files with iso8601, except on s3 it doesn’t like the colon. Gotta replace the colons lol
The date format isn’t even human readable (at least in American). It should be Sun, Jan 14th
This person gets it
Just adding on that recursion could be problematic if used in the wrong way, like too many calls can over flow the call stack (assuming the compiler is not able to optimize that away).
Praise the Lord
A form of “self documentation” I like to do is create variables for conditions before using it in an if statement. If you break down a funky conditional into easy to read variables it becomes a lot more clear what it’s trying to do.
Idk how to write code on sync:
const isHumid = xxxx;
const isHot = yyyy;
const isSunny = zzzzz;
If (isHot && isHumid && isSunny) {
...
}
Sync for lemmy came out which was a really popular reddit client
Haha same less about reddit, more what we actually used to do on Reddit
To add to that maybe a general rule of thumb would be to defederate with any instances that go against the sustainability and self interest of the whole fediverse.
Maybe we need a system like email to flag bad actors and give them a ‘reputation’
Could be because linux is so good for server infrastructure. It’s more reliable than windows and it’s far more consistent of an environment. Why wouldn’t Microsoft want to bring .Net to Linux? So devs can embrace it. Windows ends up being more for the end user
A coworker of mine always says chipolte it boils my guts