HackerTrans
トップ新着トレンドコメント過去質問紹介求人

KORraN

no profile record

投稿

Instabridge has acquired Nova Launcher

novalauncher.com
255 ポイント·投稿者 KORraN·6 か月前·169 コメント

コメント

KORraN
·先月·議論
pip has recently added a similar option, i.e.

`pip install --uploaded-prior-to P7D pre-commit`

https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-upl...
KORraN
·2 か月前·議論
Original announcement and discussion: https://news.ycombinator.com/item?id=47916964
KORraN
·5 か月前·議論
I'm sorry, but that's a pass for me. I can't even read the first story about Dropbox, cause at one point it just jumps to the next story.
KORraN
·5 か月前·議論
If you are subscribed to channels, I really recommend using Subscriptions instead of home page. Otherwise, you may miss videos from your favorite creators just because YT decided so.
KORraN
·5 か月前·議論
This is the way. If a user does not have YT Premium, watching 500 hours earns the creator from $0.5 to $5. Patreon/merch is way more effective in supporting your favorite authors.
KORraN
·7 か月前·議論
The comment you mention applies to source code encoding and it's obsolete for Python 3 since the beginning. This is about something else: https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-...
KORraN
·9 か月前·議論
I love the second part of your tip, thank you.
KORraN
·9 か月前·議論
For the record, since version 7.82.0.
KORraN
·9 か月前·議論
I'm not going to lie, seeing all these comments complaining about W11, people not wanting to upgrade from W10, exploring possibility to migrate to Linux and then THIS title, I laughed. Well played, Microsoft, well played...
KORraN
·9 か月前·議論
Firstly, I have not complained about Linux, did I? Even more, I'm about to switch to Linux on my desktop, thanks to Microsoft and their EOS for "the last Windows version ever". Secondly, I suspect power users hardly ever find any OS perfect for their needs, there are always some customizations.
KORraN
·9 か月前·議論
> That has terrible ergonomics for anyone using a non-US keyboard, though - the backtick is immediately above the option key so to hit together with CMD requires clawing together your thumb and little finger.

That's true, hence why I remap it to a "proper" key, above Tab with:

  $ cat ~/Scripts/keyboard_remapping.sh
  #!/bin/bash
  
  hidutil property --set '{"UserKeyMapping":
      [{"HIDKeyboardModifierMappingSrc":0x700000064,
        "HIDKeyboardModifierMappingDst":0x700000035},
       {"HIDKeyboardModifierMappingSrc":0x700000035,
        "HIDKeyboardModifierMappingDst":0x7000000E1}]
  }'
KORraN
·11 か月前·議論
Isn't this the feature of /tmp? I set my default download location in Firefox to /tmp exactly for this reason, so that all the junk gets automatically removed after some time. Also, whenever I need a temporary Python script or test a package, I create a venv under /tmp.
KORraN
·3 年前·議論
To be honest, I'm happy with the standardization of emoji. I remember cases where I sent an emoji, but the other person saw one that was expressing a different emotion or it was hard to understand what I was trying to convey.