Viewing profile — joedoe55555
joedoe55555
HN member- Joined
- Sun, Sep 09, 2012, 6:00 PM UTC
- HN karma
- 16
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About joedoe55555
No profile information was provided.
Recent public activity
-
comment
Comment #4561767
Amen.
-
comment
Comment #4561759
Hi, I used to have a similar problem: seeing that when I do architectures they become difficult to maintain. Or difficult to talk about, to be honest, I don't understand your secon…
-
comment
Comment #4561719
Agree, fixing bad data structures is much more painful than fixing bad code. The reason is that the deployment of the refactoring has the complexity of a new deployment, or even hi…
-
comment
Comment #4545098
Ok, so how do I build a teletype that I can connect via USB to my Mac? (And will vi work? :D)
-
comment
Comment #4542480
Agree, I know two people that got owned in the last year, both were using - outdated - Firefox browsers on XP.
-
comment
Comment #4528843
Yeah yeah yeah, I might have been wrong with some details and with the sales numbers in 2012. However my main point stays the same: the traditional cell phone manufactures are in b…
-
comment
Comment #4521643
Interesting numbers... However those numbers are not everything. What counts is whether customers buy products or not. There are plenty of examples of successful mass products that…
-
comment
Comment #4521600
You have any evidence for that?
-
comment
Comment #4521005
Android has made Nokia nearly bankrupt already, Siemens/BenQ has stopped making mobile phones while Android existed. Windows CE/Mobile/whatever seems to have no chance on the marke…
-
comment
Comment #4517747
Or XSLT if you want both Oracle and IIS at the same time
-
comment
Comment #4517695
You cannot really compare Sinatra with Rails. Rails has scaffolding, DB migrations and all this ultra-highlevel stuff rendering debugging to pure guess-work. Reminds me of doing te…
-
comment
Comment #4517681
My experience is similar. Sinatra is great for one-man-shows or really simple REST apis. For the rest, forget about it... However, Rails is just too f ng complex. It's true what th…
-
comment
Comment #4496708
I think they want to move the CPU into the hard drive so Oracle is faster (IA64)
-
comment
Comment #4496471
I learned SQL with Postgres docs ;)
-
comment
Comment #4496463
+1 for that That's also my impression and a reason why MySQL is a great DB for ORM-driven Apps.
-
comment
Comment #4496434
Postgres is definitely a pain in the butt to properly setup in a network, in particular if you have never done it before. (And just talking about non-cluster use) However, once you…