Viewing profile — hyperupcall
hyperupcall
HN member- Joined
- Fri, Jul 16, 2021, 5:23 PM UTC
- HN karma
- 220
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About hyperupcall
No profile information was provided.
Recent public activity
-
comment
Comment #41090413
I've made a similar library called bash-term[1], which is similar, but only has functions for lower-level operations, like moving the cursor to the end of the line, etc. It's also …
-
comment
Comment #35953994
Glad I could help! It's too bad that my HN post didn't take off.
-
comment
Comment #35953925
This is the original post to the one[1] that blew up. [1]: https://news.ycombinator.com/item?id=35944373
-
comment
Comment #35953885
Oh, so _this_ is why I've been getting so many hits... I was the original creator and the original post[1] was from a day ago. Glad to see it is helpful! [1]: https://news.ycombina…
- story
- story
-
comment
Comment #34755978
Ctrl+K is often used to perform any kind of action. On Discord, Slack, GitHub, etc. let you perform any action with this hotkey. It's also a generic search, as website searches imp…
-
comment
Comment #34753671
This is the kind of stuff I describe in my semantic hotkeys[1] piece. There isn't a really good way to define hotkeys for web apps across websites. In lieu of a browser spec (for n…
-
comment
Comment #34735756
I'd say bashrc and profile and friends are one of the few examples in which using hardcoded paths is OK. Same with SSH, GPG, and PAM. But when people are talking about compliance, …
-
comment
Comment #34735684
What are you talking about? When people say the "XDG spec", they are usually referring to the XDG Base Directory Specification, but there are other specifications from XDG - are yo…
-
comment
Comment #33459767
yes - not all Linux distros do this
-
comment
Comment #33458819
This is excellent! Over the years, I've been pleased to see that more and more distributions are writing their disk images and the like to the ESP. (Previously, dd'd USB images for…
-
comment
Comment #33458568
Thank you - this is a basic prerequisite for any productivity app imo
-
comment
Comment #33458561
That sounds amazing - there are some similarities with Amie, but customizable views is something I'm looking forward to try out Thank you - it's quite unfortunate that there isn't …
-
comment
Comment #33455017
Just signed up and it seems it is not possible to use this on Linux. Disappointing... Is Linux support planned?
-
comment
Comment #33454736
This tool looks quite similar to Amie.so - which I use in conjunction with Todoist - do you have any major differentiating features? It seems like mainly there are more integration…
-
comment
Comment #33454655
Hey Ced!! Woahhh, I didn't know this project is sorta its own OS - that's epic It's pretty cool to see projects like this, Sinerider, and the like being developed, even if I am on …
-
comment
Comment #33397983
Safari heavily nerfs PWAs, making their use more questionable. It's possible that they also need more access to the underlying computer.
-
comment
Comment #33337849
Thanks, that is quite unfortunate
-
comment
Comment #33337827
Cool I see - I override cd, but now I'm pondering if I should change approach. But I guess what I was really asking is how you do it in non-interactive mode?
-
comment
Comment #33325990
I'm not sure how you can seriously advocate for ditching 'dd' by calling it "obscure"
-
comment
Comment #33325056
Thank you for sharing - I've written my own "version" of asdf in Bash too, and I'm getting to the point where I would like to write some portions in Rust. Does qwer support per-dir…
-
comment
Comment #33325038
What sort of compatibility issues exist with pyenv and poetry? Curious as I've never mixed the two...
-
comment
Comment #33325031
Hmm, yeah I saw that one. Still don't think the motivation is super strong
-
comment
Comment #33325003
Yeah I sympathize with you - my goal is for the Linux community to use a system - that is, a well-defined one, not one born arbitrarily out of the (`if (name[0] == ".") file_hidden…