Pottering about for now
To make linking internally easier, I created an Alfred app snippet ({{}}), so now
… more
To make linking internally easier, I created an Alfred app snippet ({{}}), so now
… more
With the expression //*[@class="published-at"] you will get the HTML tag that has class="published-at", and if you then want the datetime property you add /@datetime to get it.
With the expression //*[@class="published-at"] you will get the HTML tag that has class="published-at", and if you then want the datetime property you add /@datetime to get it.
The work itself was about making my “scraps,” that is this site’s tweets, be sent out
… more
The work itself was about making my “scraps,” that is this site’s tweets, be sent out
… more
Went over. Applied pressure. click “oh, that’s all?”
Went over. Applied pressure. click “oh, that’s all?”
But, I discovered that despite being within the character limit, one of my URLs were truncated when posting
… more
But, I discovered that despite being within the character limit, one of my URLs were truncated when posting
… more
I realized this while trying to calculate what height TV bench I should get:
The center of the TV should be
… more
I realized this while trying to calculate what height TV bench I should get:
The center of the TV should be
… more
The twist compared to straight up “the opposite of this” is that there are “forbidden words” that you’re not allowed to use, and only 100 characters.
Luckily for
… more
The twist compared to straight up “the opposite of this” is that there are “forbidden words” that you’re not allowed to use, and only 100 characters.
Luckily for
… more
I like the distinction between disposable and durable code: it’s about whether you try to make the code maintainable or not. Most code when working at a company is durable code, because the outcome when we get it wrong is so high (even if
… more
I like the distinction between disposable and durable code: it’s about whether you try to make the code maintainable or not. Most code when working at a company is durable code, because the outcome when we get it wrong is so high (even if
… more
I love the transparency and setup of their page explaining how long it should take to process my application, there’s a goal (7 working days), and which applications they’re aiming to process this week
I love the transparency and setup of their page explaining how long it should take to process my application, there’s a goal (7 working days), and which applications they’re aiming to process this week
also TIL, in Singapore you only need $1 as starting share capital and in SE it’s a minimum of 25,000 SEK (~3,500SGD)
also TIL, in Singapore you only need $1 as starting share capital and in SE it’s a minimum of 25,000 SEK (~3,500SGD)
So the below won’t match because it’s looking for a literal $ in the string, instead of matching at the end of the string:
Copy Copied! file="https://example.com/blog-post/index.html" [[ "$file" =~ "/index.html$"
… more
So the below won’t match because it’s looking for a literal $ in the string, instead of matching at the end of the string:
Copy Copied! file="https://example.com/blog-post/index.html" [[ "$file" =~ "/index.html$"
… more
I used to think there was some magic rule about how | decided where to split,
… more
I used to think there was some magic rule about how | decided where to split,
… more
… more
… more