Avatar

marwwin

marwwin@suppo.fi
Joined
0 posts • 6 comments
Direct message

Sure but Russia actually winning the war also seems pretty magical imo. I mean wasn’t this whole operation supposed to last about 3 days??

permalink
report
reply

But does it support Hannah Montana Linux?

permalink
report
reply

Neovim for most things. At work I use VSCode for Java stuff

permalink
report
reply

I love HTMX ❤️

permalink
report
reply

Arrow functions should be used only for callbacks. I hate that people has started defining named functions with arrow functions in JS. Arrow functions are not hoisted and the ordering of your functions is going to get wonky, because you need to define all you functions first before composing them, when it should be the other way around. Start with the most high-level function which calls lower level functions.

permalink
report
parent
reply