Imagine you want to calculate the minimum amount of time it takes to type a random code, for example, ‘3428’ in a random dialer, for example, ‘523789614’ (ASCII art is coming).
[5][2][3]
[7][8][9]
[6][1][4]
- It takes 0 seconds to move your finger to the first key, and it takes 0 seconds to press the key where you finger is located any number of times.
- You can move your finger from one location to any adjacent key in one second.
- Moving to a non-adjacent key is done as a series of moves to adjacent keys.
Quick fix to my girlfriend’s vegan food
/in Design/by GénesisCalculate moves in random dialer
/in JavaScript/by GénesisImagine you want to calculate the minimum amount of time it takes to type a random code, for example, ‘3428’ in a random dialer, for example, ‘523789614’ (ASCII art is coming).
[5][2][3]
[7][8][9]
[6][1][4]
Simulate different times/dates in your app
/in Tooling/by GénesisIf you want to test your app with different times you don’t need to change your computer time (what can lead to unexpected consequences), instead you can simple open a terminal and launch your app with faketime.
Some Web Technologies Enhancements – Proposals and Ideas
/in CSS3, HTML5, JavaScript/by GénesisPowerful enhancements that are coming to the standard and ideas that would make our lives even easier when dealing with web technologies.
Some Web Technologies Enhancements – Proposals and Ideas on Medium.
Game of Frameworks
/in Design/by GénesisOne of the nerdiest things I’ve never done mixing Adventure Time, Game of Thrones and Web Technologies 🙂