Live data from Hacker News

Viewing profile — RyanGoosling

RyanGoosling

HN member
Joined
Wed, May 13, 2020, 1:18 AM UTC
HN karma
-4
Public activity
78 items

About RyanGoosling

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #32152251

    EU countries are banning Google already. Never say never

  3. comment
    Comment #32060456

    Hey dude, get into construction as a hobby and build a DIY, permitted home addition or ADU. I think you will find fulfillment there.

  4. comment
  5. comment
    Comment #31766435

    Bro I’m still rockin’ jQuery. I did some projects using React, then stepped back for a bit and asked why, then never used it again.

  6. comment
    Comment #31693869

    I wonder if this new element is compatible with a blind person’s screen reader. Any input?

  7. comment
    Comment #31693848

    I use Bootstrap components. I’ll use Bootstrap utility classes (essentially what TailwindCSS is) for some one-off margin bottom (“mb-3”). Using TailwindCSS alone seems bad to me. U…

  8. comment
  9. comment
    Comment #31006904

    Thanks for the advice. I had an internship at medium-sized manufacturer in California, above SF a bit. Was really cool to be next to a bunch of CNC machines while writing some code…

  10. comment
    Comment #30998943

    The purpose of a business is to generate profit. Giving out goodwill raises goes against this fundamental purpose unless you need to retain SF tech talent to maintain the business.…

  11. comment
    Comment #30742897

    China doesn’t seem to have a problem.

  12. comment
    Comment #30208094

    Have any of you tried .NET?

  13. comment
    Comment #29641353

    Try any Bootstrap site

  14. comment
    Comment #29641324

    SVG is great. CSS is great. Both are not difficult to understand, relatively. There are existing libraries. Why reinvent the wheel? Does this reinvent CSS too?

  15. comment
    Comment #29464527

    why does a different set of CSS make it _fast_?

  16. comment
    Comment #28574079

    No you’re right. This guy is blowing gas

  17. comment
    Comment #28322903

    Buy a $5 house in Detroit? Live off Costco rice bags?

  18. comment
    Comment #28270715

    Bigger cars are safer for the occupants

  19. comment
    Comment #27888883

    California to New York? I would’ve gone to a place with more nature and less concrete

  20. comment
    Comment #27656020

    Guys, maybe you can help me. Should I buy a house in California in this market? Or will it all crash when the foreclosure ban ends at the end of July???

  21. comment
    Comment #27636975

    It's cool in a technical way, but is it practical? I think drip irrigation is more practical. Or other irrigation methods other than water over canopy.

  22. comment
    Comment #27596215

    Bitcoin is taking up all the water

  23. comment
    Comment #27202091

    What do your queries look like? Are you using an ORM?

  24. comment
    Comment #27202063

    A block has many properties. A property has a name, and a value. The underlying persisted data doesn't necessarily have to be a bag of KV pairs. A block is related to its parent an…

  25. comment
    Comment #27201441

    Why not extend this to create forms/surveys as well in your application? You can render a checkboxInput block type as a in a form. Your backend would match up the form POST paramet…