HackerTrans
TopNewTrendsCommentsPastAskShowJobs

KORraN

no profile record

Submissions

Instabridge has acquired Nova Launcher

novalauncher.com
255 points·by KORraN·6 maanden geleden·169 comments

comments

KORraN
·vorige maand·discuss
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 maanden geleden·discuss
Original announcement and discussion: https://news.ycombinator.com/item?id=47916964
KORraN
·5 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
I love the second part of your tip, thank you.
KORraN
·9 maanden geleden·discuss
For the record, since version 7.82.0.
KORraN
·9 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
> 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 maanden geleden·discuss
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 jaar geleden·discuss
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.