Viewing profile — jjrumi
jjrumi
HN member- Joined
- Thu, Mar 12, 2009, 10:57 AM UTC
- HN karma
- 1
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About jjrumi
Recent public activity
-
comment
Comment #15834620
Xing | Multiple positions | Barcelona | onsite | full-time | https://www.xing.com/ Xing's Barcelona office offers a great, multicultural and diverse environment. The sunny office i…
-
comment
Comment #13435004
Wow, thanks guys! You made my day with these easy tips.
-
comment
Comment #12786636
Thanks for the tips and insights, man! You were lucky to be in a project willing to rewrite the monolith with different technologies. By the way, looks like you're living in Barcel…
-
comment
Comment #12786352
"I had to study so much in these last 2 years" --> Could you give a glimpse on what have you studied/read? I'm very interested. Thanks!
-
comment
Comment #9339598
This is going to sound cheesy, but you need to find an internal peace with yourself, and realise that you are enough . Once you get there, what you'll actually feel is that it does…
-
comment
Comment #8873383
How could a javascript timer be an expensive service?
-
comment
Comment #7105655
I don't want to ask too much but, could you elaborate more on the ablocal.com site? It's hard to see the value against other services: Google's, Yelp, etc.
-
comment
Comment #5445635
Hopefully though, not more retarded than you. Man...
-
comment
Comment #4532719
Could you elaborate on the c10k-equivalent problem for massively multiplayer games ?
-
comment
Comment #4250986
I'd recommend you to take a look at Softonic: http://careers.softonic.com/en Maybe they're not cutting edge, but the change may feel good to you.
- comment
-
comment
Comment #2360058
For instance, you can have a test result of 100% line coverage but if you have composed conditionals and you only check the first part of them... you are NOT checking all the paths…
-
comment
Comment #2360004
It's not a "safe" copy, it's a set of known data in memory that fakes the DB connection and reacts as it will with a real DB connection. And yes, I have 500+ UTs.
-
comment
Comment #2359763
I think tests should not go for code coverage, but for "Cyclomatic Complexity" coverage.
-
comment
Comment #2359756
I don't know if ephemeral_response solves this, but the first thing that comes into my mind is caching an error (webservice doesn't respond in time or whatever). This happened to m…
-
comment
Comment #2359728
In my case, most of the time mocks are used to avoid Database interactions: They are dangerous for writing and slow for reading. The best thing I've run into lately have been "mock…
-
comment
Comment #1801335
Never tried to have a nap before continuing, although now that I read you it sounds like a natural thing to try. Thanks.
-
comment
Comment #1801272
I'm somehow in the same situation Michael was in the 80s. I'm young, my couple has to wake up at 6 and I can stay in bed easily till 8. I've been trying to be productive in my pers…