Viewing profile — rozza
rozza
HN member- Joined
- Wed, Jul 27, 2011, 2:04 PM UTC
- HN karma
- 170
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About rozza
No profile information was provided.
Recent public activity
-
comment
Comment #44735844
citation needed
-
comment
Comment #38877344
I'm a fan of Gradle, it is super powerful and ultimately flexible and I can code my way into and out of trouble with it. I like maven for its simplicity, although I do dislike XML …
-
comment
Comment #31944097
What a fantastic video and introduction :) thanks for sharing.
-
comment
Comment #31435221
Confirmed not a bug in MongoDB or the Go Driver.
-
comment
Comment #31435205
The post got updated: > Final Edit: False Alarm > > It’s not MongoDB, It’s not the MongoDB Go driver, it’s something I did. > I was especially careful to double and triple check Lo…
-
comment
Comment #31433955
The world is used to x,y for coordinates which sets the convention.
-
comment
Comment #25789600
My wife has chronic cancer* and one day when talking to the doctor at the hospice after a period of grueling treatment she talked about only having so many "spoons" in a day. The d…
-
comment
Comment #24233053
Congrats gravypod! The codec system in the Java driver is pretty low level and its great to see it could be adapted to this usecase. Thats pretty cool.
-
comment
Comment #19963900
Breast Cancer HER2+ Currently being treated with Trastuzumab and Pertuzumab every 3 weeks. Seems to be doing its job keeping down the cancer growth rate. She also used to have Zole…
-
comment
Comment #19963387
My wife has had full body scans every 3 months for the past 3 years. She currently has multiple active sites of bone mets, from the spine to shoulders and hips. A single scan is mu…
- story
-
comment
Comment #9804215
Amazing, really tells more about keeping up with the Joneses and the societal pressure to conform to their expectations. As you earn more money, your social circles change and ther…
-
comment
Comment #9504780
Looks like theres strong interest for a similar improvements coming in C#7 (Async streams and disposal https://github.com/dotnet/roslyn/issues/2136 )
-
comment
Comment #9504434
For evidence of people in production now, you will find more users of RxJava which has been providing similar functionality for a while (including backpressure support). I think th…
- story
-
comment
Comment #9228833
My wife was offered it by insurance in the UK and she refused it. She hates being cold, so when she read that its not always effective she decided against it. Some hospitals also o…
-
comment
Comment #8196239
For folks in the UK theres http://streetlife.com which also is a local social network. You can verify your address to prove you are local and subscribe to local area conversations …
-
comment
Comment #5980570
MongoEngine prefers ODM but documents often have relationships. That comes at some cost in MongoDB and document databases in general. Often it is best to start with the opposite of…
-
comment
Comment #5980534
Schematics was an early fork of MongoEngine - focusing on data modelling and validation of various data formats, dicts, json & bson documents.
-
comment
Comment #5979621
Really pleased to have these improvements and look forward to getting them into MongoEngine 0.9 :)
- story
-
comment
Comment #4037963
I ended up sharding my mug :(
- story
-
comment
Comment #3047821
Any more screenshots available?
-
comment
Comment #2982029
Yes me, we use it to formalise documents and explicitly declare what data we store. For total flexibility dictionary fields are best, they will handle any complex type eg: embedded…