horrorhub.club: About · Profiles directory · Privacy policy
Mastodon: About · Get the app · Keyboard shortcuts · View source code · v4.3.4
@claralistensprechen3rd @JonChevreau
It's not like #DirtbagDon has one either. While he is a bumbling #moron with #unhinged #dementia, he does have an equally dangerous team, and corporations and oligarchs are now lining up to give him money and submit to him.
So I guess that is a magic wand???
We are so #turbofucked.
I've got a lot to learn;
https://bsky.app/profile/crective.bsky.social/post/3ld6d2a6dnc2t
```python
def is_even(num):
if n < 2:
return num % 2 == 0
return is_even(num - 2)
```
... This bit of Python is a much fewer lines than my JavaScript implementation!
Tip, when asked to implement `isEven` during a code interview, you may impress them by only comparing the last digit of an input integer;
```javascript
function isEven(input) {
return Number.isInteger(input) ? (input => {
var lastDigit = input.toString().at(-1);
return [0, 2, 4, 6, 8].some(i => i == lastDigit);
})(input) : false;
}
```
@EposVox Yeah, #Musk really is #unhinged amidst bangers like #STALKER2 and nice #IndieGames like #KitsuneTails...
@europesays I'd not be shure on that.
Mastodon is the best way to keep up with what's happening.
Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
Create accountLogin