Viewing profile — donjaime_hn
donjaime_hn
HN member- Joined
- Wed, Dec 09, 2009, 4:06 AM UTC
- HN karma
- 69
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About donjaime_hn
No profile information was provided.
Recent public activity
-
comment
Comment #5516119
Very cool :). A few questions. What is the strategy is for concurrent modification of data? What are the consistency guarantees for the sync operation?
-
comment
Comment #4216751
I can't speak to the details of the decision. But what I can say is that aside from canning our site, Google treated us pretty darn well. We were all offered relocation options to …
-
comment
Comment #4216734
Yup! Vert.x is pretty cool :).
-
comment
Comment #4216730
We decided to have a little fun with the open sourcing and play with some cool new open source tech for a change :). I settled on vert.x (the server container that requires Java 7)…
-
comment
Comment #4216712
Collaborative cursors and selection highlighting broke during the open sourcing. What we released contains a ton of brand new code since we essentially had to build from scratch a …
-
comment
Comment #1311324
To be fair, I think the performance of that page has something to do with the embed API, and the face that it was trying to load multiple copies of wave. The actual wave client per…
-
comment
Comment #1262387
erm... sounds like you would be better off with a laptop/netbook ;) Would be a good bit cheaper too.
-
comment
Comment #1146678
I think the real selling point for them is their moderation tool for sifting through all the twitter/blog comment noise. I gave it a try and I liked it. I used it along with their …
-
comment
Comment #992935
Probably not. I sometimes get annoyed when people, faced with the choice of gaining some domain knowledge before forming an opinion, decide to instead just be loud about things the…
-
comment
Comment #992922
You should look at UiBinder (part of GWT 2.0). You write HTML and CSS, stick it into a UIBinder template. And in 5 minutes you can take a designed mock and have it bound to a Java …
-
comment
Comment #992586
You clearly didn't RTFA. I'll give you my personal reasons for liking GWT in a few short bullets. 1. Better tooling - IDE refactoring when I need to change things. Red squigglies w…
-
comment
Comment #986271
If you have a chrome window open, or a zombie chrome process, running it again will just fork a new window from the existing browser process. Make sure you shut them all down befor…
-
comment
Comment #985296
Make sure you run chrome with the flag --enable-extension-timeline-api You have to enable the instrumentation as explained in the getting started doc: http://code.google.com/webtoo…
-
comment
Comment #985280
It was developed by members of the GWT team and was released as part of the GWT 2.0 launch, but it will work with any web application.