ansman | 13 years ago | on: Change http://localhost:3000 to myapp.dev with marathon-dns
ansman's comments
ansman | 13 years ago | on: Genome complexity puts origin of life 9.7B years ago
ansman | 13 years ago | on: I Can Detect Your Facebook Username, Using W3C Standard
ansman | 13 years ago | on: Discourse ditches CoffeeScript
I've been coding CS for over a year now and I like it, I've never found it hard to debug and it's just easier to read.
ansman | 13 years ago | on: Nitpicker - an overly picky language style checker
ansman | 13 years ago | on: Delhi gang-rape victim dies in hospital in Singapore
ansman | 13 years ago | on: Google Nexus 4: Nearly flawless
And I hate interruptions in my music just because I happened to go into a house without wifi.
ansman | 13 years ago | on: Google Nexus 4: Nearly flawless
I don't see why they couldn't make a 32GB version.
ansman | 13 years ago | on: This Website did cost 4.390.000 EUR
ansman | 13 years ago | on: Show HN: How secure is your passphrase?
ansman | 13 years ago | on: BitTorrent study finds most file-sharers are monitored
ansman | 13 years ago | on: The retina macbook appears to have problems with image retention
Given a full minute I can easily read the entire page on a #444 background.
ansman | 13 years ago | on: Facebook Timeline with HTML and CSS
Seeing as FB is built using HTML and CSS I don't see this as especially hard.
Also, the <article> and <section> tags would fit nicely in your markup.
ansman | 13 years ago | on: Rivets.js - Binding data to views
I'm really curious, is there a better way?
ansman | 13 years ago | on: Rivets.js - Binding data to views
ansman | 13 years ago | on: Rivets.js - Binding data to views
ansman | 13 years ago | on: Rivets.js - Binding data to views
Change a tag name or class name (which I think is far more common than attribute names) would then break the relationship.
ansman | 13 years ago | on: Rivets.js - Binding data to views
It just updates the specified part (data-value updates the value, data-html updates the innerHTML etc)
ansman | 13 years ago | on: Rivets.js - Binding data to views
Rendering the whole view again can be expensive. As well as this the user might have interacted with the page in which would probably make the user loose his changes.
ansman | 13 years ago | on: Rivets.js - Binding data to views
One big upside to knockout is that the lib is a little under 3KB minified while knockout is 40KB minified.
I prefer having smaller libraries that are really good at what they do.