Live data from Hacker News

Viewing profile — robertsosinski

robertsosinski

HN member
Joined
Mon, Dec 22, 2008, 3:28 PM UTC
HN karma
93
Public activity
19 items

About robertsosinski

Building the next generation of federal government.

robert.sosinski@reactive.io

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #8037668

    I think one of the most important points of Reactive Programming Jafar brings up is that data can be pushed to a consumer and operated on when it is ready, instead of being stored …

  6. comment
    Comment #7696385

    Have you looked at Knockout.js " rel="nofollow">http://knockoutjs.com/> ? I find it has just that mentality.

  7. comment
    Comment #7604962

    "Dont forget that SQL database still send raw text as request and get raw text in return!" Depending on your database adapter, this is not the case. With Postgres, you have the Sim…

  8. story
  9. story
  10. story
    Life After Pi

    Interesting look at how the visual effects industry struggles with payment terms, cash flow, and government regulations/subsidies. Lots to take into consideration, especially for n…

  11. comment
    Comment #7325642

    SEEKING WORK - NYC I am an experienced software engineer that has a proven track record of successfully leading complex, highly scalable application build outs. Right now, I am gro…

  12. comment
    Comment #6476026

    Ticket Evolution Location: New York City, New York; Postion: Ruby/JavaScript Engineers; Email: rsosinski@ticketevolution.com Ticket Evolution builds software and services that hand…

  13. comment
    Comment #5407487

    For quite some time, I have been using Sequel ( http://sequel.rubyforge.org ) as an ORM with Postgres instead of ActiveRecord, and have never been happier. Overall, Rails has been …

  14. comment
    Comment #4597345

    Ticket Evolution Location: Jersey City, New Jersey; Postion: Ruby/JavaScript/Erlang Engineers; Email: rsosinski@ticketevolution.com Ticket Evolution builds software and services th…

  15. comment
    Comment #4464088

    Ticket Evolution Location: Jersey City, New Jersey; Postion: Ruby/JavaScript/Erlang Engineers; Email: rsosinski@ticketevolution.com Ticket Evolution builds software and services th…

  16. comment
    Comment #3653716

    Jersey City, NJ - Full Time Engineers Ticket Evolution (ticketevolution.com) is the engineering backbone of the open ticket market. We build tools and an API that helps ticket brok…

  17. story
  18. story
    The Difference Between Ruby Symbols and Strings

    Learn about what Ruby Symbols really are, how flexible they can be and how they make your program run faster with this tutorial.

  19. story
    Understanding Ruby Blocks, Procs and Lambdas

    Learn the subtle differences between Blocks, Procs and Lambdas with Ruby and how to use each effectively in your methods.