Live data from Hacker News

Viewing profile — rozza

rozza

HN member
Joined
Wed, Jul 27, 2011, 2:04 PM UTC
HN karma
170
Public activity
26 items

About rozza

No profile information was provided.

Recent public activity

  1. comment
    Comment #44735844

    citation needed

  2. 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 …

  3. comment
    Comment #31944097

    What a fantastic video and introduction :) thanks for sharing.

  4. comment
    Comment #31435221

    Confirmed not a bug in MongoDB or the Go Driver.

  5. 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…

  6. comment
    Comment #31433955

    The world is used to x,y for coordinates which sets the convention.

  7. 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…

  8. 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.

  9. 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…

  10. 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…

  11. story
  12. 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…

  13. 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 )

  14. 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…

  15. story
  16. 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…

  17. 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 …

  18. 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…

  19. comment
    Comment #5980534

    Schematics was an early fork of MongoEngine - focusing on data modelling and validation of various data formats, dicts, json & bson documents.

  20. comment
    Comment #5979621

    Really pleased to have these improvements and look forward to getting them into MongoEngine 0.9 :)

  21. story
  22. comment
    Comment #4037963

    I ended up sharding my mug :(

  23. story
  24. comment
    Comment #3047821

    Any more screenshots available?

  25. 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…