pewpew
|
14 years ago
|
on: IE10 preview 3 supports HTML5 history API, CSS animations and 3D transforms
When will IE allow decent plugin development? Right now you need to jump through hoops, mess with c++ code, compile dll(s) and hope the user will actually install external exe. Insane.
pewpew
|
14 years ago
|
on: Startups should not use GoDaddy. Ever
Be incompetent, blame others, profit.
Host your site on a shared hosting, with another 1000 users, blame godaddy when it goes down.
Don't understand ssl, blame godaddy when you make mistakes.
GoDaddy are freaking excellent! for domains that is. All other services are crap, and if you bothered to actually check your facts, read some reviews, you would know that.
pewpew
|
14 years ago
|
on: Design patterns explained in Javascript
This is really awesome, even though i never bothered to follow any official design pattern yet still survived, and my code was efficient and easy to read. Memorizing 13 design patterns looks like an over kill unless you are developing the next OS and working in a 5000 developers team.
pewpew
|
14 years ago
|
on: Remote Mobile web app debugging with Socketbug
pewpew
|
14 years ago
|
on: Yes, I know how to write programs. How do I *run* them?
you fail to understand that javascript was meant to run inside a browser. inside any html page just add script tags and execute your script. you don't need a webserver to run javascript.
pewpew
|
14 years ago
|
on: Show HN: Please review my startup - www.webieu.com
pewpew
|
14 years ago
|
on: Ask HN: How to deal with likely future-compromise of your passwords?
instead of remembering passwords, remember usernames. That way if one account is hacked, they won't know the password can be used in some other service...
pewpew
|
14 years ago
|
on: Ask HN: Is their any large scale, real life Node.js app?
pewpew
|
14 years ago
|
on: Ask HN: is it possible to build large scale systems that are secure?
false.
don't hire incompetent coders who don't know what they are doing. Security is easy, don't assume any input is safe, clean and verify before doing anything with it. Be aware of security issues and best practices. Ah yeah, don't let untrusted people access your db.
pewpew
|
14 years ago
|
on: Ask HN: How do you manage passwords?
i write em down on paper, hack that!
pewpew
|
14 years ago
|
on: Ask HN: Best Approaches to Prevent Session Hijacking?
You need to consider that many users toady have iphones/ipads. session store will work only once and will require the user to relog each time.
pewpew
|
14 years ago
|
on: Ask HN: Please review my startup, www.cloudorado.com
looks cool, for price comparison this is awesome.
But, me and probably most serious people will prefer actual users reviews & benchmarks over prices comparison.
- where is slicehost?
- not working on opera.
pewpew
|
14 years ago
|
on: Show HN: My open-source liquid handler ( biohacking )
I think it's a time machine.
pewpew
|
14 years ago
|
on: $10K for solving a math equation
pewpew
|
15 years ago
|
on: Ask HN: How do you handle more than one free account per person?
just block duplicate accounts, whoever is going through the trouble setting 10 fake accounts, won't be paying you any time soon.
pewpew
|
15 years ago
|
on: Show HN: Review my app: Slector, find your favorite graphic illustrators
you should use fluid layout for such a website, and not limit to 960.
pewpew
|
15 years ago
|
on: Start a startup? I am an undergrad student.
usually student projects are of low technical quality (eg, what they teach you is useless in real world). So unless you got some other real life experience i would not bother.