Hacker Newsnew | past | comments | ask | show | jobs | submit | bitsofpancake's commentslogin

No comment about the paper itself, but note that the first author is Alexander Ioannidis, not the John Ioannidis of Covid infamy.


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.



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_Next


Check 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?


As a Total Commander addict, I cannot believe some is still copying files using drag and drop, manually selecting files etc. There are some alternatives for a Mac as well.

As far as remapping goes, I've remapped my right ctrl to delete. I delete a lot, and reaching to the far right corner of the keyboard was a pain.


Preach it brother! 8)

I have been using Total Commander for YEARS and it is the first thing I load on a computer that does not already have it.


> Anyone know how I can remap the Caps Lock key this way on a Mac?

Try keyremap4macbook: https://pqrs.org/macosx/keyremap4macbook/


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: