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.meteo.pl/index_en.php If you know the…
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 I fix them all. I place o lot of such…
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 companies (maybe elsewhere too?) often…
Inability to open selected recipes in a new tab (e.g., to read later) is really annoying
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/*` branches locally: `git fetch --prune`
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 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D
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 comments white on dark :)
Nice try with the: "You are currently {random} in the queue."
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, etc. I invested some time to shorten my…
I could also open-source mine wedding page, but it would be very similar to https://motherfuckingwebsite.com/
: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) Write norm and enter any sequence as you…
" (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 that I don't need to remember? Moreover,…
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.meteo.pl/index_en.php If you know the…
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 I fix them all. I place o lot of such…
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 companies (maybe elsewhere too?) often…
Inability to open selected recipes in a new tab (e.g., to read later) is really annoying
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/*` branches locally: `git fetch --prune`
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 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D
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 comments white on dark :)
Nice try with the: "You are currently {random} in the queue."
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, etc. I invested some time to shorten my…
I could also open-source mine wedding page, but it would be very similar to https://motherfuckingwebsite.com/
: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) Write norm and enter any sequence as you…
" (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 that I don't need to remember? Moreover,…