Replying to @andrewnez@mastodon.social
GistReport of gems whose names differ only in case on rubygems.orgReport of gems whose names differ only in case on rubygems.org - 1_case_collisions.mdPhotographer, Rubyist, artist, author, archivist
DM for Signal handle 💬
I love you, in case I die 🖤
Replying to @andrewnez@mastodon.social
GistReport of gems whose names differ only in case on rubygems.orgReport of gems whose names differ only in case on rubygems.org - 1_case_collisions.mdWhy are gems with the same spelling but different capitalization allowed on rubygems.org
https://rubygems.org/gems/ActionTimer
https://rubygems.org/gems/actiontimer
dafuq? case-sensitivity here but not there causes problems with filesystem/downloads/uniqueness/research…
Replying to @andrewnez@mastodon.social
@andrewnez ah right. and sluggifying the string to symbol wouldn't work because it's not not roundtrippable, right?
"Shane Becker" #=> :shane_becker
"HTTP.rb" #=> :http_rb
Replying to @andrewnez@mastodon.social
@andrewnez say more about that pls?
Replying to @andrewnez@mastodon.social
@andrewnez in this wacky hypothetical… that'd not be a valid legal symbol
only symbol safe names could be symbol keys
azAZ09_
(like a hashtag)
¯\_(ツ)_/¯
Here’s a wacky #Ruby idea…
What if only symbols for hash keys?
How much code would that break?
How much of that is actually non-symbol-able?
I.e.
{ “Shane Becker” => “veganstraightedge” }