Viewing profile — vikin9
vikin9
HN member- Joined
- Tue, Dec 12, 2017, 4:06 PM UTC
- HN karma
- 6
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About vikin9
Recent public activity
-
comment
Comment #26152204
Meteo from Poland is a great source for numerical weather forecast. Website is in english, but their forecast is mainly for Poland + Border regions of the neighbours. http://www.me…
-
comment
Comment #25748696
One idea out of many (many have been mentioned by others already): I set linter to always report failure in CI when TODO or FIXME markers are found. So my PR never gets green until…
-
comment
Comment #25643379
Looks very nice to get the first impression over a person. There is usually a lot of hints and information in the Internet about how to build such first-impression CV. However, EU …
-
comment
Comment #25371707
Inability to open selected recipes in a new tab (e.g., to read later) is really annoying
-
comment
Comment #24143202
I setup Github repos to automatically delete merged branches - in this case, the remote counterpart will be gone. There might be just the following missing to sync remove `origin/*…
-
comment
Comment #24137188
Not so fancy, but a one-liner # Remove all local branches for which there is no remote git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0
-
comment
Comment #23498682
I skip reading articles with white background when in bed, because the screen light is too bright even at the lowest screen brightness setting. Fortunately HN client can display co…
-
comment
Comment #22179258
Nice try with the: "You are currently {random} in the queue."
-
comment
Comment #20164249
Please keep both versions up to date! Once you get the attention of recruiter (using your one-page Resume) then they usually ask for more information - longer CV, skills matrix, et…
-
comment
Comment #18558827
I could also open-source mine wedding page, but it would be very similar to https://motherfuckingwebsite.com/
-
comment
Comment #17423259
:norm(al) command Allows you to do some of the vim magic also on remote systems where you don't have all your plugins. Example: (1) Select block with `C-v` (2) Hit colon `:` (3) Wr…
-
comment
Comment #15906584
" (but no more than 12, because who's going to remember more than 12 characters?)" - please don't do this! What if I use a password manager and I insist to have a long password tha…