Comment by Spooky23 6 years ago Fancy web people are too cool for acronyms 16 comments Spooky23 Reply gmfawcett 6 years ago What was the acronym for "accessibility" again? jodrellblank 6 years ago PS C:\> 'accessibility' -replace '(?<=^.)(.+)(?=.$)', {$_.Length} a11y (PowerShell 7) OJFord 6 years ago That's not an acronym, GP's point is that a single word acronym contains even less information than this (apparently called a 'numeronym'). gmfawcett 6 years ago I'm resisting the urge to rewrite it in APL. :) Nicely done. 10 replies → phinnaeus 6 years ago Did you reply to the wrong person?This is a cool one-liner though!
gmfawcett 6 years ago What was the acronym for "accessibility" again? jodrellblank 6 years ago PS C:\> 'accessibility' -replace '(?<=^.)(.+)(?=.$)', {$_.Length} a11y (PowerShell 7) OJFord 6 years ago That's not an acronym, GP's point is that a single word acronym contains even less information than this (apparently called a 'numeronym'). gmfawcett 6 years ago I'm resisting the urge to rewrite it in APL. :) Nicely done. 10 replies → phinnaeus 6 years ago Did you reply to the wrong person?This is a cool one-liner though!
jodrellblank 6 years ago PS C:\> 'accessibility' -replace '(?<=^.)(.+)(?=.$)', {$_.Length} a11y (PowerShell 7) OJFord 6 years ago That's not an acronym, GP's point is that a single word acronym contains even less information than this (apparently called a 'numeronym'). gmfawcett 6 years ago I'm resisting the urge to rewrite it in APL. :) Nicely done. 10 replies → phinnaeus 6 years ago Did you reply to the wrong person?This is a cool one-liner though!
OJFord 6 years ago That's not an acronym, GP's point is that a single word acronym contains even less information than this (apparently called a 'numeronym').
What was the acronym for "accessibility" again?
(PowerShell 7)
That's not an acronym, GP's point is that a single word acronym contains even less information than this (apparently called a 'numeronym').
I'm resisting the urge to rewrite it in APL. :) Nicely done.
10 replies →
Did you reply to the wrong person?
This is a cool one-liner though!