sluu99
|
12 years ago
|
on: IsTumblrDown hit with a Cease & Desist
"its," not "it's"
sluu99
|
12 years ago
|
on: iPhone, meet Haskell
iPhone users rejoice for bug-free code!
sluu99
|
12 years ago
|
on: A Real Keyboard for Programmers?
most i agree, except "Stupid keys like Page Up, Scroll Lock, and Insert are gone. They have no place in modern computing."
Having the default 2 x 3 insert home pgup; delete end pgdown is my #1 requirement to any keyboard.
sluu99
|
12 years ago
|
on: The Thing I Didn't Build
The same thing can be built for facebook, though.
sluu99
|
12 years ago
|
on: Simple solution to the password reuse problem
I introduced something to HN a while ago, but received almost no feed back. okay.jpeg:
http://www.longpw.com
sluu99
|
13 years ago
|
on: Father of GIFs: 'It's Pronounced JIF'
captainhindsight.jpeg
sluu99
|
13 years ago
|
on: We got hacked
sluu99
|
13 years ago
|
on: Strings – Dive Into Python 3
Are there still (many) of people using EBCDIC?
sluu99
|
13 years ago
|
on: Strings – Dive Into Python 3
TL;DR: think of string as tuple of numbers. some are bytes, some are integers. if you want to transform those numbers into a particular encoding (e.g. UTF-8, CP-1252) then that's a different story.
EDIT: I know the article went all out about character abstraction, that why i said "some are bytes, some are integers"
sluu99
|
13 years ago
|
on: Strings – Dive Into Python 3
My thought exactly too haha
sluu99
|
13 years ago
|
on: Show HN: My weekend project, del.icio.us for github projects
first thing i noticed: "log in" vs "sign in".
looks great tho!
sluu99
|
13 years ago
|
on: http://www.★.com
sluu99
|
13 years ago
|
on: How I served 100k users without breaking the server or a dollar bill
TL;DR: use Amz S3 to host static content for cheap
sluu99
|
13 years ago
|
on: "How I Explained REST to My Wife" taken down because of gender-oriented nature
Rename the article to"How to explain REST to non-techies, my wife for example?"
sluu99
|
13 years ago
|
on: Life After PHP
Source: I'm a developer. :-|
sluu99
|
13 years ago
|
on: Life After PHP
The difference is in real life, nobody has to maintain said "screw driver." Your metaphor is not sound sir!
sluu99
|
13 years ago
|
on: Life After PHP
"If your app is simple enough, you don't need an ORM. If you think your app is complex enough to use an ORM, it probably doesn't do much good."
sluu99
|
13 years ago
|
on: JSON is not as safe as people think it is
That's why google starts their json with while(1); (or something like that) so any effort attempting to evaluate the json itself as javascript code will be stuck in an infinite loop.
sluu99
|
13 years ago
|
on: Computer Science in Vietnam
This post does not describe the typical school in Vietnam. Unless it has dramatically changed over the last 6 years, last I recall, the most programming was taught in high school was some Hello world and how to use loops. Having said that, I was selected (via an MS Excel test) into a "gifted" team since 8th grade that was trained algorithmic programming to compete with other school districts. But that's not typical and is in no way the regular ciriculum.
sluu99
|
13 years ago
|
on: How We Went from 30 Servers to 2: Go