Obligatory https://justfuckingusehtml.com/
- 0 Posts
- 5 Comments
Joined 1 year ago
Cake day: June 23rd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Can you even ping it?
ChaoticNeutralCzech@feddit.orgto Programmer Humor@programming.dev•average day in NPM landEnglish1·11 months agoYou may argue that writiing 2024 as “
MMXXIV
” and not “ⅯⅯⅩⅩⅣ
” is a mistake but while typists who’d use “2OlO
” for “2010
” (because they grew up using cost-reduced typewriters) are dying out, you’ll never get everyone to use the appropriate Unicode for Roman numerals.
ChaoticNeutralCzech@feddit.orgto Programmer Humor@programming.dev•average day in NPM landEnglish1·11 months agoIf you think
is-number
can be replaced with a one-liner, you don’t have the enterprise code mindset. What if the world gets more inclusive and MMXXIV, ½ and ⠼⠁ become recognized as numbers? 𒐍𓆾 were numbers in the past but what if people start assigning numeric value to other characters? Are 🖐🔟💯🆢🂵🀌🁅 numbers of the future???
/sI’m not even all kidding, Regex implementations are split on whether “٣” matches
\d
.
I coded basic games in PowerPoint using animations plus VBA. Not good.