HN user

woodall

473 karma
Posts25
Comments317
View on HN
www.asktog.com 14y ago

First Principles of Interaction Design

woodall
1pts0
chrome.google.com 14y ago

Chrome Extension That Adds Favicons Next To Links

woodall
1pts1
christopherwoodall.com 14y ago

Fun with fonts. Rendering obfuscated HTML.

woodall
22pts27
www.guardian.co.uk 14y ago

Comparing Apples to Apples. OpenStreetMap versus Google maps.

woodall
2pts0
jsfiddle.net 14y ago

Keyed Caesar Cipher using font-face

woodall
2pts0
jsfiddle.net 14y ago

Keyed Caesar Cipher using font-face

woodall
2pts1
www.youtube.com 14y ago

Alexis Ohanian defends Reddit allowing photos of underaged girls.

woodall
8pts0
www.reddit.com 14y ago

FaceBook's login hack for people who leave CAPS LOCK on.

woodall
10pts9
arxiv.org 14y ago

An Analysis of Anonymity in the Bitcoin System

woodall
2pts2
www.dyslexic.com 14y ago

Typefaces for Dyslexia

woodall
1pts0
www.cnn.com 15y ago

Phone-hacking whistle-blower found dead

woodall
2pts0
robertamsterdam.com 15y ago

"The problem with Russia is that it is a relatively easy place to make money"

woodall
2pts0
www.christopherwoodall.com 15y ago

Simple Python Gmail Password Change Dialog

woodall
1pts0
www.christopherwoodall.com 15y ago

Python Gmail Password Change Dialog

woodall
1pts0
news.ycombinator.com 15y ago

Show HN: Make Firefox competely dissappear and reappear[Linux & Mac]

woodall
5pts3
www.christopherwoodall.com 15y ago

Disappearing Firefox[Linux/Mac] Doesn't work with nightlies 5

woodall
1pts0
www.justice.gov 15y ago

United States v. American Express, MasterCard, & Visa

woodall
2pts0
bitcoinweekly.com 15y ago

Bitcoin: is worse is better

woodall
3pts1
www.quora.com 15y ago

Is Cryptocurrency a good idea?

woodall
3pts0
www.energy-daily.com 15y ago

Is There Such A Thing As Free Electricity

woodall
1pts0
www.justice.gov 15y ago

United States v. Google Inc. and ITA Software, Inc.

woodall
17pts8
christopherwoodall.com 15y ago

Show HN: My way of searching Youtube

woodall
6pts3
www.nytimes.com 15y ago

Will Zynga Become the Google of Games?

woodall
2pts1
www.volumique.com 15y ago

(i)Pirate, using the iPhone as a game piece.[French]

woodall
1pts0
mashable.com 16y ago

Venture Capital Makes a Comeback, Takes Web Startups With It

woodall
2pts1

I just tried to use the editor again; I was going to open jsfiddle but said why not. There is no way to create a new file. I remember a while back you could at least preload a bootstrap template. All in all, I still like the editor interface but there needs to be a few controls.

The only issue with a 'clunky ui' is the homepage but that might just be a side effect of bootstrap.

On that note, I'd also like to be able to load more frameworks than just BootStrap. Here are a few suggestions:

[1] http://foundation.zurb.com

[2] http://www.getskeleton.com/

[3] http://blueprintcss.org/

[4] http://960.gs/

</featurecreep>

Nope, you're experience mirrors those of mine. It's hard to convert redditors; in part due to neglecting the self-serve platform. With that said, $60 to bring in a brand new customer isn't that bad.

Maybe it would be cheaper to hook up with a subreddit mod and run a give-a-way. $50 worth of candy for a front page post sounds like a better value :D

Have you tried targeted ads on reddit? Maybe for something like /r/snackexchange? I just spent $30 on a test ad, if you're interested I can share the traffic stats with you.

This would be horrible for any one using screen readers. You could use something like longdesc but then you've ruined your obfusciation. Really not something one should apply in production.

The only saving grace for this might be in internal sites where you want to display information to the user but do not want that user copy/pasting sensitive information into emails/chat/ect.

Ideally you would store the original in an unciphered format and, say, GoogleBot hits your site you just serve it that unciphered one. If it is not a spider you can serve them the jumbled one.

As for lyric sites, they don't A) want people stealing content, B) have strict rules when publishing lyrics.

Try to copy and paste the "ciphered" text into a text editor and see what you get. You can take it a step farther and generate font files on the fly to make it even harder to predict the sequence; you can even map the harder to see unicode characters. By no means is it secure, but I thought it cute.

With an IP address(I doubt most people surf with TOR all the time), system time(Comparing time-zone data), language settings, and the myriad of other data given away a person can get ~close enough~. Even then, if you don't want to use the app don't allow it to send/recieve GeoData easy enough.