Posted By: TommyCarlier | Jun 5th @ 11:19 AM
page 1 of 1
Comments: 11 | Views: 666
TommyCarlier
TommyCarlier
I want my scalps!

For all the people who only visit the Coffeehouse: the C9 team started posting about what they're working on, what we can expect and what they have recently added.

The most recent post shows some editor enhancements they're working on (insert code, spell checking), more share-options (Twitter, DotNetShoutout, MSDN bookmarking service) and the C9 URL-shortener.

jeffsand
jeffsand
Inch by Inch

Thanks!  We're definitely trying to improve the level of communication and the performance and reliability of the site.  As mentioned before we're planning the next major update for Channel 9 and hope to share more about that soon. 

littleguru
littleguru
<3 Seattle

I just love how fast the website has become Smiley

Sven Groot
Sven Groot
My name has 9 letters. Coincidence? I think not...

It still has inexplicable periods of extreme slowness, though much shorter and less frequent than before.

ManipUni
ManipUni
Proving QQ for 5 years!

You could replace either 0 or O in the base 36 encoding with a special character, like # for example. That way it is easier to reproduce by hand (which I assume is the purpose?).

if(s[n] == 'O' || s[n] == '0') { s[n] = '0'; }
if(s[n] == '#') { s[n] = 'O'; }

ManipUni
ManipUni
Proving QQ for 5 years!

Good point. Well replace # with any other special character.

ManipUni
ManipUni
Proving QQ for 5 years!

I hate URL shortening services just as much as you. I just assumed that the only reason someone might take the time to create one was to give to someone who isn't online, since it is easier to type in / remember. O Vs. 0 is just a common pain in the neck when typing stuff into the internet anyway and very easy to fix in a lot of cases.

They could have the URL return a HTTP 301 code as it redirects to the main Channel 9 website. That way allowing things like Google to continue to work even after the shortened URL service goes offline.

Dodo
Dodo
I'm your creativity creator™ :)

They were once invented for extremely long URLs or those with weird characters in them to not break when posted in forums, or to save plaintext space in forum signatures, if I recall correctly. Twitter came after that.

Duncanma
Duncanma
Just Coding for Fun...

I don't really expect anyone to type these in by hand, for the few URLs that fit that need (those that are run for a specific campaign for example) we use a slightly different syntax that there is at least some hope of remembering: http://ch9.ms/glimmer for example.

As to the other points, yes URL Shortening is bad and evil, but no so bad or evil if you control your own. That removes the 'what if it goes away' issue (it is under our control, so the risk is the same as for any of our C9 URLs) and makes it slightly more clear where you are going (at least you know you are going to one of our sites).

page 1 of 1
Comments: 11 | Views: 666
Microsoft Communities