Viewing profile — gavino
gavino
HN member- Joined
- Fri, Jan 29, 2016, 7:55 PM UTC
- HN karma
- 175
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About gavino
Recent public activity
- story
-
comment
Comment #48924342
Honestly, why make it complicated. Just use Rails, and actually ship things.
-
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…
-
comment
Comment #48849824
What features are you missing? That you can't add through skills?
-
comment
Comment #46158246
Of course the day I finally decide to try out Cloudflare it goes down.
- story
-
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.
-
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
- story
-
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…
- story
- story
- story
- story
- comment
-
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…
-
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…
-
comment
Comment #18718067
Troy and Abed scraping websites!! :D
-
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
- story
-
comment
Comment #16683600
That link doesn't work for me, but this one does https://www.textile.photos/ :)
-
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…
-
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.
-
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…
-
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. …