HackerTrans
TopNewTrendsCommentsPastAskShowJobs

KORraN

no profile record

Submissions

Instabridge has acquired Nova Launcher

novalauncher.com
255 points·by KORraN·6 miesięcy temu·169 comments

comments

KORraN
·w zeszłym miesiącu·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 miesiące temu·discuss
Original announcement and discussion: https://news.ycombinator.com/item?id=47916964
KORraN
·5 miesięcy temu·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 miesięcy temu·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 miesięcy temu·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 miesięcy temu·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 miesięcy temu·discuss
I love the second part of your tip, thank you.
KORraN
·9 miesięcy temu·discuss
For the record, since version 7.82.0.
KORraN
·9 miesięcy temu·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 miesięcy temu·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 miesięcy temu·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 miesięcy temu·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 lata temu·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.