ErikD | 13 years ago | on: Visitor Tracking Without Cookies (or How To Abuse HTTP 301s)
ErikD's comments
ErikD | 13 years ago | on: Show HN: garlic.js - don't let your users lose their form data
ErikD | 13 years ago | on: Show HN: garlic.js - don't let your users lose their form data
ErikD | 13 years ago | on: Show HN: garlic.js - don't let your users lose their form data
ErikD | 13 years ago | on: Show HN: garlic.js - don't let your users lose their form data
[1] http://msdn.microsoft.com/en-us/library/ms533007%28v=vs.85%2...
ErikD | 13 years ago | on: Why Google Went Offline Today and a Bit about How the Internet Works
ErikD | 13 years ago | on: Cookie summary for minecraftforum.net
[1] http://src.chromium.org/chrome/trunk/src/net/cookies/cookie_... search for kMaxCookies
ErikD | 13 years ago | on: AntiSec leaks 1,000,001 Apple UDIDs, Device Names/Types
ErikD | 13 years ago | on: A Better Way to Store Password Hashes?
Wouldn't this just make dictionary attacks easier? Now the hacker doesn't have to find one exact password but has the option to match any of his dictionary passwords to any of the password hashes.
I know that there are hardly any collisions and that in practise this wouldn't really change a thing. But in theory the dictionary attack would be faster this way.
ErikD | 13 years ago | on: Number Script - A Little Language that compiles to JavaScript
ErikD | 14 years ago | on: I Don't Need Backups, I Use Raid1
ErikD | 14 years ago | on: *JS : Low-Level JavaScript
ErikD | 14 years ago | on: Opa replaces Javascript, HTML, CSS, PHP, and SQL with one unified language.
ErikD | 14 years ago | on: How we made our home page load faster
ErikD | 14 years ago | on: Path-finding simulator for grid based games
ErikD | 14 years ago | on: Why I hate search
ErikD | 14 years ago | on: How One Missing `var` Ruined our Launch
ErikD | 14 years ago | on: Page Speed Service
ErikD | 14 years ago | on: 1-click 'Apply With LinkedIn' Web button debuts
ErikD | 14 years ago | on: Pure CSS GUI icons (experimental)
.someIcon {
padding: 0 0 0 20px;
background: url(someIcon.png) left center no-repeat;
}