Viewing profile — notrab
notrab
HN member- Joined
- Tue, Oct 29, 2013, 9:30 PM UTC
- HN karma
- 69
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About notrab
No profile information was provided.
Recent public activity
-
comment
Comment #46910425
send me an email jamie @
-
comment
Comment #46885792
if anyone reading this would like access to S3, i can get you added.
-
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…
-
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…
-
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…
-
comment
Comment #46048549
Agreed, it looks pretty nice!
-
comment
Comment #42181890
Sinatra is beautiful!
-
comment
Comment #42181318
Yay PHP! Let me know how you get on
-
comment
Comment #42181313
Thanks Campak!
-
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…
-
comment
Comment #42174230
Is FuelPHP or CodeIgniter still going? Those were my two favourites back in the day before Laravel came on the scene.
-
comment
Comment #42174199
Appreciate the feedback, I'll work on it. I have lots to learn it seems!
-
comment
Comment #42173847
I think it looks cute
-
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 …
-
comment
Comment #42173748
That looks awesome!
-
comment
Comment #42173740
Hono is to credit for the design, really nice!
-
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…
-
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.
-
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…
-
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…
- story
- story
- story
-
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. …
-
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 …