Live data from Hacker News

Viewing profile — haxeny1

haxeny1

HN member
Joined
Thu, Jun 25, 2015, 6:23 PM UTC
HN karma
21
Public activity
20 items

About haxeny1

Feel free to reach me at dinkar.ganti@gmail.com.

Recent public activity

  1. comment
    Comment #10945809

    > hedge long bets with shorts I am curious, without sharing details obviously, have you actually been able to successfully pull it off or do you expect to see some hits due to chan…

  2. comment
    Comment #10638706

    This is an example of parallel system that i like: http://librestats.com/2012/10/16/r-at-12000-cores/ . i haven't done anything near this scale, although, that would be a goal to a…

  3. comment
    Comment #10577733

    I was about to refute your argument by proposing creating a union type. Here is a relevant reference: https://realworldocaml.org/v1/en/html/functors.html (This idiom is a bit of a …

  4. comment
    Comment #10577624

    Typesystem is not the same as syntax? I dont believe raising ugliness in syntax as an issue. Of course, I do mention the ugliness in Haskell and that is in special cases where the …

  5. comment
    Comment #10575945

    I liked the layout. The main take away for me was the in Red. It may be a trivial feature,but with so many widgets pounding my eye, it was nice to zoom in to todays date. I can see…

  6. comment
    Comment #10575885

    I was one of those folks who actually bought the personal license. Over years, SmallEiffel came along and improved the ecosystem. Of course, now Eiffel has a community/enterprise m…

  7. comment
    Comment #10575420

    I never understood the following : Eiffel had a better syntax, better support for core issues, Void type, design by contract, multiple-inheritance and an intermediate virtual machi…

  8. comment
    Comment #10170494

    I would add - Object Oriented Software Construction (2nd. Bertrand Meyer) I would recommend Eiffel if you want to elevate OO design. The issue with the GOF book that I have is that…

  9. comment
    Comment #10130257

    I would recommend Michael Snoyman's book on yesod ( http://www.yesodweb.com/ ) to get a practical understanding specially from a crud perspective. I found this book to be very help…

  10. comment
    Comment #10100175

    I am not sure if we could conclude that the demand is off. I believe that the traders who were controlling the inventories have finally closed their trades and walked away while th…

  11. comment
    Comment #10079208

    the article seems to suggest that the hackers had access to stolen data, Target comes to mind within the US. Did Target share the hacked data to the FBI so the feds can cross check…

  12. comment
    Comment #10019017

    I first started using ocaml (f# actually and then re-wrote it in ocaml) for writing a simple interpreter to generate java code from mysql schema tables to deal with hibernate boile…

  13. comment
    Comment #10017540

    Smalltalk was a great start, though, that should not have been the benchmark for implementing object oriented languages. There are some valid concerns about oo that were imo missin…

  14. comment
    Comment #10010562

    I can relate to that because it took me a while to using cabal repl actively as i code. Once i discovered cabal repl, I found that i could test my database (yesod) business logic d…

  15. comment
    Comment #9916725

    I am a cofounder of a small company that has a patented process for removing oil spills. We are not in the green yet but the only reason we could hold out against the big oil compa…

  16. comment
    Comment #9793883

    Elm was my first choice for a different side project. I went away because then elm did not have, or it was my lack of knowledge,support for crud widgets. I miss the elm signal appr…

  17. comment
    Comment #9791264

    I will have to take a look if fponticelli: https://twitter.com/jdegoes/status/471319014614892544 , thinks it is. My app is not a pure web app, it has some client components such as…

  18. comment
    Comment #9788567

    Yesod is awesome I can't see myself going back to less typesafe database schema tools. The choice I made seemed like a safer path, perhaps not ideal. The application that I am tryi…

  19. comment
    Comment #9787468

    I have been using this site for (yesod 1.4) [ http://www.yesodweb.com/book/introduction ] and I found the documentation current. Is there something that doesn't compile?

  20. comment
    Comment #9785097

    For my side project, I use yesod/websockets for the server and haxe for the client. I feel ok with that choice instead using hpaste. Though eventually I would like to see a complet…