... about the brightness() CSS Filter.
... about a music genre called "bardcore". Weird stuff.
... why "top level await" is difficult to implement in the JavaScript engine (it's because of the Microtask Queue I learned about yesterday).
... about the Microtask Queue of ECMAScript.
... that Ruby On Rails is still a thing.
... that it takes time to get used to an ergonomic office chair.
... that the TIOBE index lists JavaScript on 7th place, Visual Basic is on 6th place. Well...
... that there are many, many JavaScript libraries out there that still uses jQuery, e.g. Typeahead.js.
... that rssCloud is still alive and even a new version is in the works.
... what interfaces in TypeScript are and that I probably will never need to use them.
... that there's a script that can create a basic setup for Firefox/Chrome extensions and TypeScript.
... about the "Language Server Protocol" and its use with the Svelte IDE extension.
... that in Firefox/Chrome extensions "port.postMessage()" is great for sending many messages between the components, but not for exchanging data. "runtime.sendMessage()" is still the better choice.
... that RRP (Robert Raisch Proposal) almost became what CSS is nowadays.
... that there's a polyfill library for Promise-based WebExtension APIs in Chrome.
... that there's a thing like "recursive SQL queries".
... that node.js v14.8.0 introduces top-level async/await.
... how to natively format JavaScript numbers.
... about the difference between Javascript's Array slice and splice.
... how to create an AppPassword (access token) in Nextcloud and how to use it.
... that used iPods classic are still quite expensive. I'm afraid mine is dying soon.
... that asynchronous programming will never be my friend.
... that i need to remember that you can't use asynchronous calls inside a map() function. #javascript
... that you can have a free MongoDB in the "cloud".
... about the Google Android Nearby feature and that I can eventually use it with Chrome.
... that HackerNews is written in Arc which is written in Racket which is written in C.
... what a mutex is and how to use it.
... that SAP Cloud does not offer a free forever plan for developers.
... that Delphi Pascal is still around. In the 90's I had my first programming gig at university using it.
... that in Japan there is a lot of squishy food. I mostly don't like it, tamagoyaki is quite eatable.
... about the Ownership Concept in Rust.
... that the older I get the less I can enjoy the summer heat.
... that Svelte is supporting Typescript now.
... that del.icio.us may be back online again this summer.
... that you can query Google Trends with some Python Code.
... that you can use Prettier in JetBrain's WebStorm.
... that "Svelte" (the name of the new promising ECMAScript framework) means "attractively thin" source.
... about Non-Euclidean geometry and that the sum of angles in a trianlge need not to be 180 degrees (thanks to this German podcast).
... that there's a book about Paul Weller already written in 2005. Why haven't I read it yet?
... that I can pin tabs in VSCode. #vscode
... about the "sl" terminal command.
... that the baloo_file
process that's slowing my Linux system down,
is used by the file indexer of
KDE and can be disabled with balloctl disable
.
... that the "PageRank" was named after the Google co-founder Larry Page (Source).
... that Twitter introduced a new API.
... about a drop dead easy method to center everything.
... that David Tennants real name is "David John McDonald".
... that "Wi-Fi" has no actual meaning, it just sounds nice.
... that there might be a successor to CSS Zen Garden called stylestage.
... that soup.io is closing. That's why you should host your own blog!
... that there's a thing called LogPoints in the DevTools of Chrome and Firefox.
... that "display: none;" removes an element completely whereas with "visibility: hidden" the element takes its space but is not visible (#CSS).
... that Gary Larson has a website with daily comics.
... that Wil Wheaton has his own podcast called "Radio Free Burrito".
... that I know the name of actress Charlize Theron for a long time but never have actually seen any movie starring her until today.
... that there are even frameworks for Rust.
... that in 1932 the Big Emu War took place in western Australia.
... that beer was banned in Iceland until March 1st, 1989
... that "nada" is the Spanish word for "nothing", not the Russian word ("nichego").
... about pygooglenews, a python wrapper of the Google News RSS feed.
... that JavaScript made it into space.
... about the "Morning Writing Effect".
... about the most important new features in ECMAScript 2020.
... how to replace a switch statement with objects in ECMAScript.
... that "Gopher" is still alive.
... how I can easily add my blogs to IndieWeb with the WordPress IndieWeb Collection.
... how you can use italics in tweets (Spoiler: Unicode).
... that Twitter, Flickr, OSM and others use a thing called WOEID "Yahoo Where On Earth IDentifier" but currently there seems to be no possibility to generate your own.
.. that it's ridicously easy to create a Twitter bot using the twit package.
... that nowadays you have to register with Twitter to be able to create an App with their API.
... that WordPress' Gutenberg editor is better than I thought after I got more familiar with it.
... about "keen", a new experimental tool by Google to find interesting things.
.. that there's a Unicode character called "Word Joiner" that has zero width and prevents word breaking (props @aelurotheist).
.. about "scroll-to-text-fragment" but I'm not sure if I actually need such a thing.
... that it's not called "IndexDB" but "IndexedDB" (with an "ed").
... that IndexDB is somewhat complicated to use.
... that I have to use the web-ext package to develop a Firefox addon.
... that Bruce Sterling has a tumblr blog.
... that it's may be time to move away from strava, maybe Cyclemeter. Props to @RaddiRadditski
... that perry is an alcoholic beverage made from fermented pears, similar to cider made from apples.
... about cloudflare.tv (blog post).
... how to undo a git commit locally and remotely.
... that there's a CSS-property called "text-decoration-thickness".
... about a simple method to hide console.log() in production code.
... that HTML5 has built-in form validation.
... that people start looking for alternatives as soon as something becomes too trendy.
... that even Will Smith is into lofi hiphop.
... that "Pedelec" is an acronym for Pedal Electric Cycle.
... that it's not easy to write a good introduction for a technical blog post.
... how to deploy this site with github and netlify. Today I learned...
...how to use 11ty for this site.