Live data from Hacker News

Viewing profile — finniananderson

finniananderson

HN member
Joined
Sat, Jan 28, 2017, 12:24 PM UTC
HN karma
766
Public activity
55 items

About finniananderson

No profile information was provided.

Recent public activity

  1. comment
    Comment #47404386

    It also makes it easier to lock and leave the place without relying on neighbours :)

  2. 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!

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #30537931

    > Smart and YOUNG I'm 21 :-)

  12. 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…

  13. 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…

  14. 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…

  15. comment
    Comment #30425734

    Thanks! Not sure why HN removed the path?

  16. comment
  17. story
  18. 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…

  19. story
  20. 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…

  21. 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`

  22. 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.

  23. 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…

  24. comment
    Comment #28345459

    I have a Hotwire post cooking too - stay tuned ;)

  25. 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 &…