Live data from Hacker News

Viewing profile — ranyefet

ranyefet

HN member
Joined
Mon, Jul 06, 2015, 7:33 PM UTC
HN karma
30
Public activity
31 items

About ranyefet

No profile information was provided.

Recent public activity

  1. story
    Show HN: Zeroback – open-source realtime back end on Cloudflare Durable Objects

    Hey HN! I've been reading HN for ~10 years always wanted to post something. Figured I should finally ship and share. I've been building on Cloudflare. I liked the platform a lot, b…

  2. story
  3. comment
    Comment #40673747

    Honestly I don’t see it as such an issue. If I had to use OpenAI API I would pick my favorite HTTP client and just use the Rest API and write a small wrapper around it for my needs…

  4. comment
    Comment #40287501

    Just give us support for virtualization and we could install Linux on it and use it for development.

  5. comment
    Comment #39528751

    Car does not make sense to me. But I would love if Apple will make a home robot, like HomePod on wheels maybe with a projector. I would also really like if they will make an electr…

  6. comment
    Comment #32569297

    If you deploy to fly.io it should be very easy to create a cluster of elixir nodes.

  7. comment
    Comment #31756293

    I’m very excited about Neon, can’t wait to use it in production :)

  8. comment
    Comment #31086536

    My thoughts exactly. Does Postgres still make sense for append only tables or maybe elastic or other kind of database would be more suitable?

  9. comment
    Comment #27870928

    The future is here and called SolidJS

  10. comment
    Comment #25074319

    I think Solid fits the description. Similar to Svelte but more React-ish. https://github.com/ryansolid/solid

  11. story
  12. comment
    Comment #23470489

    For me it’s definitely Elixir

  13. comment
    Comment #21286170

    Of course you can throw more servers/caching/database locks, but the advantage of using Elixir & Phoenix is that you can do a lot more with less. Think how much the code would be s…

  14. comment
    Comment #19113525

    I had the exact same idea! Does something like that exists?

  15. comment
    Comment #16468325

    Looks really cool! If it actually generate nice code, it will be awesome! I’m gonna play with it this weekend! How does it work with CSS?

  16. comment
    Comment #15893639

    I just played the game for 30 mins on my iPad Pro and its really fun and addictive, great work!

  17. comment
    Comment #14905630

    I've worked with these guys and they're awesome, good luck Rotem and Shahar you're doing great!

  18. comment
    Comment #14877343

    Thanks for the hard work! Looking for to upgrade

  19. comment
    Comment #13892866

    Great idea, definitely going to try it out

  20. comment
    Comment #13071462

    Totally agree. I just can't see myself going back to templates with special DSL. I rather just use JS :)

  21. comment
    Comment #12789909

    This looks absolutely great! Looking forward to try it out soon

  22. comment
    Comment #12698828

    As a JavaScript developer I can't say how much excited I am about this new tool. Most of my problems with developing modern JavaScript apps are around npm client, long installs and…

  23. comment
    Comment #12531314

    Do yourself a favour and use RethinkDB, its so much better then MongoDB, just try it

  24. comment
    Comment #12529682

    From my understanding you can setup Horizon with your custom Node.js backend. So you're in control of your data and can manage your custom business logic

  25. comment
    Comment #12125029

    You can turn the uploaded image into base64 string in the client and then just post it as part of your JSON payload.