No comment about the paper itself, but note that the first author is Alexander Ioannidis, not the John Ioannidis of Covid infamy.
HN user
bitsofpancake
Translation to Python:
for i in range(100):
print((("fizz" if i % 3 == 0 else "") +
("buzz" if i % 5 == 0 else ""))
or str(i))
The "+" makes it a monoid.Link on Wikipedia: https://drive.google.com/file/d/0BxVCLS4f8Sg5MDIzMzJmZDQtZGE...
Mindset by Carol Dweck. It teaches you how to continue being bright, namely by adopting an attitude of growth and self-improvement.
I noticed this too. It works if you map to the `Media_*` keys, e.g.
F6::Media_Prev
F7::Media_Play_Pause
F8::Media_NextCheck out ShowKnow: a web app that lets you create Khan Academy-style videos, edit them, and upload them to YouTube, all completely in the browser. No users, but everything is functional. Try it!
[https://www.showknow.com/] [https://www.youtube.com/watch?v=qXz8oFOsaGE]
On my laptop, I remapped it to be the left click button, and it changed my life. I used to find dragging windows and files around and selecting text such a pain with a touchpad, but with this remapping, I can do it really, really easily. I just use my left hand to click and my right hand to move the cursor. Try it!
Anyone know how I can remap the Caps Lock key this way on a Mac?