19 puntos por xguru 2022-12-06 | 5 comentarios | Compartir por WhatsApp
  • Toma la misma frase que ingresaste en la búsqueda de Google, se la pregunta a ChatGPT y muestra esa respuesta junto con la página de resultados
  • Es necesario iniciar sesión en ChatGPT con tu propia cuenta
  • Se puede compilar directamente desde el código fuente o instalar en Chrome/Edge/Firefox desde la tienda web
  • También ya hay un PR con soporte para Kagi / DuckDuckGo, así que parece que se agregará pronto

5 comentarios

 
hwiilee 2022-12-08

Neeva está desarrollando una función para mostrar respuestas basadas en AI/LLM en tiempo real dentro de los resultados de búsqueda a través de su propio motor de búsqueda. Este es un post en X de los cofundadores Sridhar Ramaswamy y Vivek Raghunathan, quienes trabajaron en el desarrollo y la operación de Google Search/Ads/YouTube antes de fundar Neeva, un buscador sin anuncios: https://twitter.com/RamaswmySridhar/status/1600209221458399233
https://twitter.com/vivek7ue/status/1600266991121575937

 
signup1179 2022-12-07

¿qué planeas hacer mañana?

 
signup1179 2022-12-07

Lo que haré mañana

 
254jcyo 2022-12-07

El almuerzo que comerá mañana un coreano

 
xguru 2022-12-06

Me acordé del post que acaban de subir, Migrar de Vue 2 a Svelte,
y le pregunté "how to migrate from vue 2 to svelte", y me respondió así:

"To migrate from Vue 2 to Svelte, you will need to do the following:

  1. Install the Svelte compiler and related dependencies. This can be done by running the following command:
npm install --save-dev svelte  
  1. Create a new Svelte project using the svelte-init command. This will create a new project with the necessary files and configuration for Svelte.
npx svelte-init my-svelte-project  
  1. Once your new Svelte project has been created, you can start migrating your existing Vue code to Svelte. This will involve replacing any Vue-specific syntax with the equivalent Svelte syntax.

  2. After you have migrated your code to Svelte, you will need to test your application to make sure everything is working as expected. This may involve fixing any bugs or issues that arise during the migration process.

  3. Once you have completed the migration and tested your application, you can deploy it to a production environment and start using Svelte in your project.

Overall, migrating from Vue to Svelte will require some effort, but it can be a worthwhile process if you want to take advantage of the benefits offered by Svelte.
"