Live data from Hacker News

Viewing profile — gavino

gavino

HN member
Joined
Fri, Jan 29, 2016, 7:55 PM UTC
HN karma
175
Public activity
28 items

About gavino

https://gavin.wtf

Recent public activity

  1. story
  2. comment
    Comment #48924342

    Honestly, why make it complicated. Just use Rails, and actually ship things.

  3. comment
    Comment #48896888

    Working on https://metner.app to give micro-preneurs (people with side-hustles) a dedicated web presence to grow businesses focused on local communities. Goal is to help people mov…

  4. comment
    Comment #48849824

    What features are you missing? That you can't add through skills?

  5. comment
    Comment #46158246

    Of course the day I finally decide to try out Cloudflare it goes down.

  6. story
  7. story
    Ask HN: How do you find early stage startups to join

    Curious how others find early stage startups to join. Thinking first engineer that a startup is hiring to maybe first 20 employees.

  8. story
    Show HN: Spectre, a coding agent for llama.cpp servers

    I also wrote a blog post detailing my time building this project here: https://gavin.wtf/blog/building-spectre

  9. story
  10. comment
    Comment #43245779

    Location: Reno, Nevada Remote: yes Willing to relocate: no Technologies: Rails, Javascript, React, Typescript Resume: https://www.linkedin.com/in/dinubs/ Email: gavincodes@gmail.co…

  11. story
  12. story
  13. story
  14. story
  15. comment
  16. comment
    Comment #18718185

    Sure! The backend is actually pretty straight forward, it's a NextJS app deployed on Now with a few added endpoints to handle the incoming GraphQL queries. Then for actually turnin…

  17. comment
    Comment #18718084

    I remember seeing GDOM a while back when I first started this project, but forgot to write it down as a source of inspiration. I'm gonna add all of these as alternatives, because t…

  18. comment
    Comment #18718067

    Troy and Abed scraping websites!! :D

  19. comment
    Comment #18718064

    Nah, I don't really plan on turning it into a company. I'd gladly accept any PR to swap out cheerio, I haven't touched that part in close to a year :D

  20. story
  21. comment
    Comment #16683600

    That link doesn't work for me, but this one does https://www.textile.photos/ :)

  22. comment
    Comment #11815785

    Location: Reno, NV Remote: Yes (tentatively) Willing to relocate: Yes Technologies: javascript, react.js, angular, node.js, rails, html, css (scss, less), react native Résumé/CV: O…

  23. comment
    Comment #11587849

    It doesn't currently do that, I think it'd be an interesting challenge to try and do that though. It's definitely possible to do.

  24. comment
    Comment #11587777

    I had been trying to figure out what would be causing this issue, thanks for pointing it out, I've pushed a fix real quick that will respond whether JSON is invalid or a CSS select…

  25. comment
    Comment #11587624

    Regarding the "index" key, there are some JSON parsers for languages like Swift that will rearrange your JSON. By adding the index key, you'll still be able to sort after parsing. …