Viewing profile — ryanashcraft
ryanashcraft
HN member- Joined
- Thu, Nov 01, 2012, 4:17 AM UTC
- HN karma
- 221
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About ryanashcraft
https://twitter.com/ryanashcraft
Recent public activity
- story
-
comment
Comment #32595597
Haha that's awesome! It was such a good idea – I personally use that feature all the time.
-
comment
Comment #32595328
One of my main motivators for building FoodNoms (I'm the indie app creator) is to offer something that allows people to not have to worry about how their data is being used or shar…
-
comment
Comment #32595184
I'm the independent app developer building FoodNoms. Thanks for the shout out and I'm really glad you're enjoying the app. The app is truly a labor of love and it means a lot when …
-
comment
Comment #23673256
I made something similar several months ago. Here’s the HN front page in the style of digg.com: https://rigg.now.sh/
- story
- story
-
comment
Comment #17815853
I absolutely <3 CodeSandbox. I’ve been using CodeSandbox for the past six months or so and it’s been a game changer for two things: (1) onsite frontend interviews - no more waiting…
- story
- story
- story
-
comment
Comment #14940044
Thanks! Great questions. I’m not 100% confident about supporting static generation and Discus integration with Ghost 1.0, although I imagine it’s feasible. That said, I’m personall…
-
comment
Comment #14938969
I definitely think there's demand for solutions like this. I probably would like this even better if it worked on top of an existing static-site generator platform like Jekyll or G…
- story
-
comment
Comment #13648241
Yeah server-side rendering hasn't been a focus for us. Currently, I don't think it is a great solution for server-side-rendered apps. I'm not exactly sure how much it would take to…
-
comment
Comment #13647362
Awesome resource! And thanks!
-
comment
Comment #13646564
Author here. Thanks! That's what we do. It's an OK workaround but ideally `connectRequest` would support multiple queries. Another workaround is to manually dispatch `requestAsync`…
-
comment
Comment #13645931
Global state vs. local state is a problem with several tradeoffs that I don't think anyone has nailed. You might be interested in the discussions and solutions people are developin…
-
comment
Comment #13645878
Author here. I totally agree if you're starting a new project or have the bandwidth to migrate to GraphQL – definitely consider it! However, I still think we'll need solutions that…
- story
-
comment
Comment #10153469
Amplitude | Full Time | San Francisco | ONSITE Front-End Engineer We're looking for talented front end engineers to help build out our analytics offering, engineers who aren't afra…
-
comment
Comment #4961701
I've found the best way of equalizing heights/widths is just using display:table/table-row/table-cell. It handles resizing (responsiveness) and doesn't require any JavaScript.
-
comment
Comment #4726168
I was working a similar project a few months ago. Wish I hade more time to complete. Mine was a bit more of a ripoff of Obj-C than anything. https://github.com/ryanashcraft/Classif…