🏞 ISO 8601: Date format

“xkcd: ISO 8601” by Randall Munroe (xkcd) Public service announcement: Our different ways of writing dates as numbers can lead to online confusion. that’s why in 1988 iso set a global standard numeric date format. This is the correct way to write numeric dates: 2013-02-27

September 17, 2023 Â· 1 min Â· 45 words

🔗 Google Style Guides

Google Style Guides This project (google/styleguide) links to the style guidelines we use for Google code. AngularJS Style Guide Common Lisp Style Guide C++ Style Guide C# Style Guide Go Style Guide HTML/CSS Style Guide JavaScript Style Guide Java Style Guide Objective-C Style Guide Python Style Guide R Style Guide Shell Style Guide Swift Style Guide TypeScript Style Guide Vim script Style Guide

September 17, 2023 Â· 1 min Â· 63 words

📋 Google Chrome issue rendering emoji as unicode

Chrome does not render emoji in color when using sans-serif font-face There could be a workaround… UTF has special characters to control the rendering. U+FE0E asks OS and browser to render the previous glyph as text, U+FE0F asks to render the previous glyph as emoji. — Nikita Dubko in Prevent text glyphs from turning into emojis … but another bug in Chrome prevent is from working 964527 - Chrome often ignores emoji and text variation selectors U+FE0F and U+FE0E - chromium...

September 17, 2023 Â· 1 min Â· 98 words

🔗 The Tyranny of the Marginal User

The Tyranny of the Marginal User - by Ivan Vendrov How is it possible that software gets worse, not better, over time, despite billions of dollars of R&D and rapid progress in tooling and AI? What evil force, more powerful than Innovation and Progress, is at work here? … I call this force the Tyranny of the Marginal User. … a company with a billion-user product doesn’t actually care about its billion existing users....

September 15, 2023 Â· 1 min Â· 155 words

🔗 The exponential horn of testing

The exponential horn of testing · GitHub The actual model that more closely resembles what we need should have the bare minimum of E2E tests, quite a number of service tests and the vast majority should be unit tests. Exponential model: x = 10^hy So if the height h goes from 1 to 2 to 3 then we have 1 E2E test to 100 service tests to 10,000 unit tests....

September 14, 2023 Â· 1 min Â· 85 words

🔗 Energy makes time

Energy makes time | everything changes Even the most progressive and thoughtful organizations regularly cultivate situations where the amount of work outstrips the capacity of the people in place to do it. There are tactics, of course, and by the time people have come to me, they’ve usually tried them all. … It hasn’t worked. What differentiates these experiences isn’t the number of hours in the day but the energy we get from the work....

September 10, 2023 Â· 1 min Â· 191 words

📜 Software companies

Your company may not be in the software business, but eventually, a software company will be in your business. — Naval on Twitter

September 10, 2023 Â· 1 min Â· 23 words

🔗 PNGme: An Intermediate Rust Project

Introduction - PNGme: An Intermediate Rust Project This guide is intended to fill the gap between heavily directed beginner tutorials and working on your own projects. The primary goal here is to get you writing code. The secondary goal is to get you reading documentation. If you haven’t read The Rust Programming Language yet, I highly encourage you to do so before attempting this project. This guide does not cover any language features....

September 7, 2023 Â· 1 min Â· 73 words

🏞 SQL Iceberg Meme Explanation

“SQL Iceberg Meme” (Avestura’s Blog) Explaining The Postgres Meme One of the best ways to learn something is to explain it, and this blog post aims to do exactly that. Let’s review and explain every part of this meme, while unraveling its meaning and secrets.

September 6, 2023 Â· 1 min Â· 45 words

🔗 IPA Reader

IPA Reader This is a tool for reading International Phonetic Alphabet (IPA) notation aloud. It makes it easy to actually hear how words are pronounced based on their phonetic spelling, without having to look up each character in the IPA chartand string the sounds together yourself.

September 6, 2023 Â· 1 min Â· 46 words