ronvoluted | 4 years ago | on: This Pokémon Does Not Exist: Using AI models to create fake cards that look real
ronvoluted's comments
ronvoluted | 4 years ago | on: This Pokémon Does Not Exist: Using AI models to create fake cards that look real
ronvoluted | 4 years ago | on: This Pokémon Does Not Exist: Using AI models to create fake cards that look real
ronvoluted | 4 years ago | on: Rich Harris joins Vercel to work on Svelte full time
ronvoluted | 4 years ago | on: Rich Harris joins Vercel to work on Svelte full time
I know Vercel has a great developer relations team already— what would the appetite be for more Svelte DevRels in future? I've been working as a developer advocate and love Svelte enough to have even given talks on it. Would be an opportunity I could see myself in for years :)
ronvoluted | 4 years ago | on: What software engineers should know about search (2017)
> Use existing technologies first: As in most engineering problems, don’t reinvent the wheel yourself. When possible, use existing services or open source tools. If an existing SaaS (such as Algolia or managed Elasticsearch) fits your constraints and you can afford to pay for it, use it.
I work at an AI search company (Relevance AI) and even we see that InstantSearch.js is all some people need in terms of UI. We created a version of it that uses our NLP-backend but is still the same Algolia components on the frontend: https://www.npmjs.com/package/@relevanceai/instant-relevance
The reason was because those components work. Think these days you'd need to ask a lot of questions before completely rolling your own UI or NLP handling.
ronvoluted | 5 years ago | on: Svelte took #1 spot in State of JavaScript 2020 survey
ronvoluted | 5 years ago | on: Svelte took #1 spot in State of JavaScript 2020 survey
ronvoluted | 5 years ago | on: Ask HN: Show me your half baked project
https://chrome.google.com/webstore/detail/tailor/cigchnpekef...
When I say fully custom, I mean it: https://twitter.com/ronvoluted/status/1344629519638937602
The idea came from the fact that when you zoom into DevTools, the entire thing gets enlarged including Panel tabs, setting icons, etc. It would be great if you could just zoom the source code under Elements or the input under Console. Well now you can!
It's obviously out there for people to use already but it's half-baked because I want to improve the UI+UX, and I suppose this counts as DX too haha.
The thread melissalobos posted above has a lot of replies with people sharing their cards too.