Live data from Hacker News

Viewing profile — notrab

notrab

HN member
Joined
Tue, Oct 29, 2013, 9:30 PM UTC
HN karma
69
Public activity
57 items

About notrab

No profile information was provided.

Recent public activity

  1. comment
    Comment #46910425

    send me an email jamie @

  2. comment
    Comment #46885792

    if anyone reading this would like access to S3, i can get you added.

  3. comment
    Comment #46883479

    Jamie from bunny.net here. Apologies for the delay after announcing S3. Building this required deeper changes to our storage foundation than initially anticipated, while ensuring t…

  4. comment
    Comment #46882784

    turso deprecated their edge replica offering when they went all-in on rewriting sqlite so bunny fills a nice void here. while turso didn't pull the plug for existing customers, new…

  5. comment
    Comment #46874655

    S3 is currently in closed preview with some users. It's quite easy to get added for those keen to try it. More using it and providing feedback, the quicker it'll become public prev…

  6. comment
    Comment #46048549

    Agreed, it looks pretty nice!

  7. comment
    Comment #42181890

    Sinatra is beautiful!

  8. comment
    Comment #42181318

    Yay PHP! Let me know how you get on

  9. comment
    Comment #42181313

    Thanks Campak!

  10. comment
    Comment #42174719

    True true. I went back and forth so much in the early days of CodeIgniter, Rails, Fuel and Cake. Eventually discovered just building stuff was going to bring me the most joy, no ma…

  11. comment
    Comment #42174230

    Is FuelPHP or CodeIgniter still going? Those were my two favourites back in the day before Laravel came on the scene.

  12. comment
    Comment #42174199

    Appreciate the feedback, I'll work on it. I have lots to learn it seems!

  13. comment
    Comment #42173847

    I think it looks cute

  14. comment
    Comment #42173823

    Thanks! 1) When I started this, I thought could this be an HTMX-PHP framework. If you see the examples directory, I added a few HTMX examples early days. Maybe I can niche down on …

  15. comment
    Comment #42173748

    That looks awesome!

  16. comment
    Comment #42173740

    Hono is to credit for the design, really nice!

  17. comment
    Comment #42173466

    100% like every other framework. I'm primarily a JS dev, so it's in my nature to create yet another framework... But seriously, this has been a tool for me to relearn PHP, and thos…

  18. comment
    Comment #42172296

    I guess that's still to figure out... it's mostly been an experiment to relearn PHP... I guess keeping a similar DX to Hono's context->X is where I was coming from originally.

  19. story
    Show HN: Dumbo – Hono inspired framework for PHP

    Hey HN, I last PHP professionally over 15 years ago, and I loved it. I switched to Ruby on Rails, then Node/Go/React/GraphQL as there was a lot more demand for those roles. However…

  20. comment
    Comment #36874794

    I was researching effective ways to advertise the dropshipping store I had created on Shopify, I stumbled upon the fact that an old colleague was actually working on this Order Leg…

  21. story
  22. story
  23. story
  24. comment
    Comment #34405234

    I should add that using regular queries with Apollo, URQL, etc. is perfectly fine. If you're building an app that requires realtime data then `@live` queries can be really useful. …

  25. comment
    Comment #34405188

    This `@live` directive implementation uses server-sent events to send messages to the client with any changes that happen on the server in the format of https://jsonpatch.com This …