Viewing profile — cloverr20
cloverr20
HN member- Joined
- Mon, Sep 14, 2020, 7:00 AM UTC
- HN karma
- 21
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About cloverr20
No profile information was provided.
Recent public activity
-
comment
Comment #47668830
I am like a fan of these ligature, and have been using fira code for a long time now. When i am writing equations on my own, this is how i would write, so it helps a lot. Without l…
-
comment
Comment #42149164
This could possibly endanger someone who is isolated or not in a good mental state.
-
comment
Comment #37693864
If you are using vim, you could try this one https://github.com/aquach/vim-http-client . I have been using it for some time and it has worked well. Use in your local file system, i…
-
comment
Comment #37140368
One point i am curious about is the way you described you intend to make money, by providing a managed service. I am just thinking that if this service gets really liked by people,…
-
comment
Comment #37138990
Developers waiting on the dev/sandbox environment for their turn, is such a frequent issue within our team specially when the sprint is about to end. This solution really looks coo…
-
comment
Comment #33296306
I have moved from postman to https://github.com/aquach/vim-http-client and have never looked back ever since, its opens in vim and has variables to store values and can store comme…
-
comment
Comment #33149608
See I am not against newer tools, I am using a lot of newer tools myself like fd/rg. What I am against is claims like "Ths new tool will replace everything else that has been made"…
-
comment
Comment #33149555
I have tried using it few times but I didn't see much benefit of using it, I am mostly working with python/django/javascript/react and by now most of the common functions I already…
-
comment
Comment #33149073
I have not tried the editor itself, but one thing that puts me off is how some people are claiming its going to replace vim/nevoim and others by the virtue of its great LSP and tre…
-
comment
Comment #33047868
I think you are not seeing from the other side, many times the information conveyed for a certain duration is not relevant for some members of the team, instead of always saying i …
-
comment
Comment #32847300
I have recently started using kinopio and did like it. It has been getting more and more features recently, you could give that a try.
-
comment
Comment #32792164
Vimwiki does supports tags, and allows multiple tags too. I added a request around 2 years ago to add support for custom delimiters for tags which too was added in the dev branch. …
-
comment
Comment #30466182
The ability to expand and collapse keys and moving around the sibling keys is great, the help was at the place where I expected it to be, ":h". I love this!
-
comment
Comment #30137212
Have been a long time user of yapf along with isort, yapf is way less opionated and its been good till now. https://github.com/google/yapf
-
comment
Comment #28485391
I tried it on kali too with the deb file, I get a blank screen with the following error, (node:22346) electron: Failed to load URL: https://localhost:8001/#noverify=true&state={%22…
-
comment
Comment #28024833
I find many of the behaviors of google anti-competitive too, and slowly moved away from most of the things related to it. Using a different email provider, storage service, firefox…
-
comment
Comment #27780529
All the mapping worked fine for me as well in vim, and I found gB to be super useful, earlier I had to go first in tree view and then select the file and then use the blame view.
-
comment
Comment #27286548
You could give tig a try, for anything git related i use that, its an tui with vim like mappings, and very customizable
-
comment
Comment #27087496
Audio transcription would mean speech to text. Once I get the json I need to do some modifications on it and store it in cloud as a json file. However to do that, I need to load it…
-
comment
Comment #27085185
This is the exact problem I have been referring to. Parsing json without loading it entirely is difficult, will look into the xml (sax parser). Can the yaml format be considered fo…
-
comment
Comment #27084042
Hi, I have updated it with some additional stackoverflow links, you can see many people have struggled with similar issues over time.
-
story
Ask HN: How to return large response over an API?
I am using a third party service which would transcribe an audio file and give me the entire transcription in a json format, I would read this and make a new json file by transform…
-
comment
Comment #26319544
The search ability is one thing you will definitely want as your collection gets big. I got to know about stork-search from a post in hn and it worked very well for me, https://sto…
-
comment
Comment #26319190
I have been using vimwiki for around a year now, using pandoc to convert into html with a simple custom template, stork-search to search the files and syncing the collection weekly…
-
comment
Comment #24467631
I feel this is a great initiative, in the mobile OS android and ios goes unchallenged, similar to how it was when windows/mac were ruling earlier, and then linux came and became po…