Viewing profile — finniananderson
finniananderson
HN member- Joined
- Sat, Jan 28, 2017, 12:24 PM UTC
- HN karma
- 766
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About finniananderson
No profile information was provided.
Recent public activity
-
comment
Comment #47404386
It also makes it easier to lock and leave the place without relying on neighbours :)
-
comment
Comment #47404271
> I've been thinking about writing a blog post with the details of my fun project I'd love to read more about this!
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #30537931
> Smart and YOUNG I'm 21 :-)
-
comment
Comment #30533712
Totally agree. We built a product in ~5 months with real-time collaboration, extensive interactivity, Oauth, Stripe and Gmail integrations with a standard Ruby on Rails stack. It's…
-
comment
Comment #30432756
Thanks for the info! Super useful. I came across this Twilio support article: https://support.twilio.com/hc/en-us/articles/223181668-Can-T... Looks like you need to get the feature…
-
comment
Comment #30425786
Here's the full link: https://www.indiehackers.com/post/onetime-codes-share-your-2... I'm thinking about building a service which is capable of receiving your 2FA SMS texts from th…
-
comment
Comment #30425734
Thanks! Not sure why HN removed the path?
- comment
- story
-
comment
Comment #29647226
The naming could be revisited or clarified for sure. Stimulus is separate as it’s entirely independent of Turbo, but it doesn’t come across like that in the docs. Don’t think anyon…
- story
-
comment
Comment #28345570
Yeah that is a good point. Rails 7 is going with importmaps by default too, further moving away from the JS ecosystem (unless you want it) which would've paired nicely with merging…
-
comment
Comment #28345505
Yep. It's "experimental" but stable. It creates the .rb file at the root and then you can put the template, CSS & JS in a subfolder. `bin/rails g component Button --sidecar`
-
comment
Comment #28345477
I'm sure I read somewhere (either on viewcomponent.org or on their GitHub) that their end goal is to merge upstream into Rails core.
-
comment
Comment #28345465
Wow that's awesome, I knew GDS had a design system but didn't realise there was a Ruby implementation. Quick link for others: https://github.com/DFE-Digital/govuk-components I'm go…
-
comment
Comment #28345459
I have a Hotwire post cooking too - stay tuned ;)
-
comment
Comment #28345322
Lookbook _looks_ interesting. We use some React in some places of our app which is why I went with Storybook for now, as I figured we could render both types of components (Rails &…