Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cdsanchez
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
cdsanchez
12y ago
I'd be really interested in knowing how it compares against lazy.js: http://danieltao.com/lazy.js/
2.
▲
by
cdsanchez
15y ago
That only applies to parseInt because it tries to guess the radix if one isn't supplied. parseFloat assumes base 10 and doesn't accept a radix argument.
3.
▲
by
cdsanchez
15y ago
I don't agree that using the unary plus operator is a best practice for string->number conversions. Best practices should advocate maintainability and clarity - in this case parseFloat is the better choice for obvious reasons. Just be a
4.
▲
by
cdsanchez
15y ago
I imagine they require the developer account type for the device program, right? That's what the vocabulary on the page seems to imply -- I'm going to try to get the coupon with with a basic account first, but I expect they'll just tell me
5.
▲
by
cdsanchez
15y ago
Have you thought about adding support for boolean operators in the rule declarations? For example, "empty||valid_email" => "empty or a valid email", or "valid_email&&matches[email]" => "valid email and matches the 'email' fi
6.
▲
by
cdsanchez
15y ago
I think it'd also be useful if you included an enumeration of the common currency symbols. For example, accounting.DOLLAR, accounting.EURO, etc.
7.
▲
by
cdsanchez
15y ago
His example has an error. He forgot to return newObject at the end of the fromPrototype function. The fromPrototype function returns an instance (an object) that inherits from the given prototype and with the same properties you passed in w
8.
▲
by
cdsanchez
15y ago
`return` may be a valid statement but an object literal is not. A standalone object literal would likely be interpreted as a block and would throw a syntax error unless it were a simple identifier and a statement `{ foo: <statement>
9.
▲
by
cdsanchez
15y ago
It seems a little pricey to me. 10,000 page views (for $30) isn't all that much. It's not convenient enough (for me) to justify $99 per month for the next tier of 100K page views.
10.
▲
by
cdsanchez
15y ago
There will be four variants of the GSII in the US, one for each of the big carriers. "Attain" (AT&T), "Within" (Sprint), "Function" (Verizon), and "Hercules" (T-Mobile). This article ( http://www.infosyncworld.com/reviews/cell-phones/sa
11.
▲
by
cdsanchez
15y ago
Lately, instead of using the module pattern by invoking a function immediately and returning an object, I've taken to just using an anonymous function/constructor with the new operator -- properties defined under "this" will be public and a
12.
▲
by
cdsanchez
15y ago
Not really directed to you (unless you have the answer): Is there any way for regular people (i.e not large corporations or Kevin Rose) to request a screen name from twitter, assuming that they have a registered business with the same name?
13.
▲
by
cdsanchez
16y ago
Although I've been tempted to use jQuery Mobile or Sencha Touch for a mobile application I've begun working on, I've decided to just start it from scratch. The main thing that's kept me away from these frameworks is speed. For example, many
14.
▲
by
cdsanchez
16y ago
I'll echo some of the sentiments already put forth: do you actually need funding at this stage? How much do you think you will need? Have you and your co-founder thought about asking your respective parents for seed money? I think the ans
15.
▲
by
cdsanchez
16y ago
I'm sorry, but that's probably the least enjoyable experience that I've had on a website in recent times. It uses tons of fonts, few of which are actually readable. It doesn't degrade gracefully when JavaScript is disabled. It doesn't perf
16.
▲
by
cdsanchez
16y ago
How's their service in the US (specifically CA)? My contract with T-Mobile is up in April and I'm paying $70 for 300minutes + 5 unlimited contacts + unlimited web and 400 incl. text messages.
17.
▲
by
cdsanchez
16y ago
Interesting - I'm about to start working on a mobile site and I noticed there weren't many mobile frameworks that also used the MVC pattern. However, at first glance, I don't like that it requires node.js since I'm mostly on Windows. This i
18.
▲
by
cdsanchez
16y ago
Not always. Students get 1 year free.
19.
▲
by
cdsanchez
16y ago
Maybe I'm just blind but I can't seem to find it in your profile. I'll add my AIM screenname to my profile just in case you would rather IM me your email address. I have class for few hours in a bit but I'll try to give you a proposal eithe
20.
▲
by
cdsanchez
16y ago
I did SEO consulting for about a year and a half up until a few months ago. My employer was pretty happy with the results -- though I haven't kept up with the field recently as I've been trying to focus more on software & web developmen
21.
▲
by
cdsanchez
16y ago
I wish I could work for justin.tv! But I live way too far even if they were interested in me. I live in Riverside county - it's not a tech hub by any means. Most internships I've been able to find so far are either in the SF area or the LA/
22.
▲
by
cdsanchez
16y ago
Any internships available that allow for telecommuting? The internship job market has been pretty dismal down here in southern California (specifically the Inland Empire).