It's still work in progress but new posts will be published on https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use kula.blog from now on.
Get link
Facebook
X
Pinterest
Email
Other Apps
Book Review: Quiet: The Power of Introverts in a World That Can’t Stop Talking by Susan Cain
Get link
Facebook
X
Pinterest
Email
Other Apps
By
K
-
This is must read for all introverts and all who interact with them. In the world so focused on extroversion it's reassuring to hear that introversion is normal and have its own strengths.
I'm not exactly shy and introvert person all the time but I learned a lot. In my opinion, everyone can learn something from it. Solitude can be something that not only introverts can benefit from.
The most important idea for introverts is to embrace your strengths. Instead of feeling guilty you're not social and cheerful all the time you should use your observational and listening skills. Picking only a couple of close friends over many acquaintances might be better for you as well.
Even when everyone around you creates social pressure to talk it doesn't mean that you have to do it. Quiet gives you more confidence in who you are and how you can live your life your own way.
It turns out that an introvert can fake extroversion, but it's easier if it's important because of your personal goals. Don't strain yourself for every small talk with every person you meet, it might not be worth the effort. Introverts have to spend energy during social activities so choose your battles carefully.
If you don't feel you have time to read the whole book watch video of author's TED talk.
I really enjoyed the book, even when though the amount of positive information about introversion felt sometimes too good to be true. It helped to know many of the mentioned experiments and books beforehand. Introverts have a hard time in extrovert society and maybe it was just the exposure to the different way of thinking that caused me to flinch from time to time?
Update: If you use Chrome then you can use "Throttling" so simulate slow network for all your assets. This should be easier than proxy. Toggle device mode Choose Network type. Refresh the page https://developer.chrome.com/devtools/docs/device-mode Proxy: For some time I wanted to use some proxy for development and testing of eg. slow internet connection, but it was hard to find something useful and free. I know there is Charles but buy it to use it at most one in a month is not for me. I started thinking about Node.js, maybe I can write proxy for me? But fortunately I found one. https://github.com/nodejitsu/node-http-proxy With this module I can write really short code to create slow server: var http = require('http'), httpProxy = require('http-proxy'); httpProxy.createServer(function (req, res, proxy) { var buffer = httpProxy.buffer(req); setTimeout(function () { proxy.proxyRequest(req, res, { host:
Recently we have created new version of mobil.aftenposten.no but soon after serving it to some users we spot this tweet: https://twitter.com/Al3x4nd3rR/status/452047498111369216 . Basically titles were missing.... Then it started our effort to reproduce this bug. ... It was nightmare! First how to reproduce it: Open http://krzychukula.github.io/vw_bfcache/ in Mobile Safari. Click "Go to another page" link Leave phone for 60 seconds (longer is better) Click back button If you were lucky you should see some missing paragraphs and missing green boxes. How it looks: Bug: This one uses vw and vh for font-size. Both are 0 so we can see only 2 from 8 paragraphs. Those two are using only em for font-size. I was curious if it's only for font-size so I have added another test. I have added two boxes with width and height set in vw and vh with green background color. They parents have red background for contrast. Most of t
Probably this is default for cygwin (at least I think that Git Bash uses somehow cygwin). In windows to change drives You use: D: And this is done! In Git Bash drives are "mounted" in root :) cd /D
Comments
Post a Comment
Comments: