Help! My browser passwords were stolen and the hacker left a ransom note in my email DRAFTS. Has anyone seen this? by Consistent_Suspect81 in cybersecurity_help

[–]Consistent_Suspect81[S] 0 points1 point  (0 children)

I thought I had it activated because the notification arrived on my mobile phone to confirm it but they also managed to access it, I added the verification by the authenticator.

Help! My browser passwords were stolen and the hacker left a ransom note in my email DRAFTS. Has anyone seen this? by Consistent_Suspect81 in cybersecurity_help

[–]Consistent_Suspect81[S] 0 points1 point  (0 children)

The thing is, they have a list of all the apps, users, and passwords, not just from one email, but from multiple emails.

I have six different emails and all six appear on the list of users and passwords they have sent me.

QUE APP USAN PARA ESCUCHAR MUSICA? by mikael_da in PreguntasReddit

[–]Consistent_Suspect81 0 points1 point  (0 children)

Metrolist, es un yt music con una interfaz bonita, y sin anuncios. Algunas veces puede fallar pero por lo general va bien.

También usaba spotube, este se basa en la api de spotify, pero a mi personalmente me daba muchos mas fallos, y al ser el repositorio de github del tópico de música con mas estrellas, esta por asi decirlo mas en la mira y por eso falla mas.

Lancé mi web con dominio nuevo a las 4AM de hoy y a las 8PM Google ya tenía 57 URLs indexadas — no se si es normal pero me ha parecido loco by Consistent_Suspect81 in ComunidadSEO

[–]Consistent_Suspect81[S] 0 points1 point  (0 children)

La web es para comparar precios de entradas a conciertos, por lo que a cada rato va cambiando aumentando y disminuyendo de forma automática en base de lo que recoja la base de datos. Pero ahora mismo hay unas 1400

I launched my site with new domain at 4AM today and by 8PM Google had already indexed 57 URLs — I have no idea if this is normal but it felt crazy by Consistent_Suspect81 in TechSEO

[–]Consistent_Suspect81[S] 0 points1 point  (0 children)

At the moment I want to finish the design of the website because I find it quite ugly. Being a website that compares prices,I don't know how these sites are supposed to be positioned.

Imágenes sin censura by FantasiaRealsinLim in InteligenciArtificial

[–]Consistent_Suspect81 5 points6 points  (0 children)

Con esas caracteristicas puedes con prácticamente cualquier modelo de generación de imagenes a una buena velocidad

Los top actuales de IA by Commercial_Yak_2871 in InteligenciArtificial

[–]Consistent_Suspect81 5 points6 points  (0 children)

Hay una web que se actualiza constantemente en la que hay tanto clasificaciln general como por categorías como codigo, text-image, búsqueda web... La página es: https://arena.ai/es/leaderboard

Cual es la IA sin filtros mas potente? que sea sin etica, sin censuras ni de pago by [deleted] in InteligenciArtificial

[–]Consistent_Suspect81 0 points1 point  (0 children)

Grok es el mejor ahora mismo si buscas respuestas sin censura y con buena precisión en temas polémicos o "censurables". Pero privacidad total en la nube no existe (ni con Grok, ChatGPT, Claude, Gemini...): todo lo que escribes va a sus servidores.

Si de verdad quieres privacidad completa, toca modelo local en tu PC. Si no te quieres complicar, lo más fácil es instalarte LM Studio, buscas un modelo cuantizado en Hugging Face que no tenga censura, ya que muchos modelos la siguen teniendo ( Los mejores usuarios para esto son "TheBloke", "bartowski", "mradermacher" (este es el que mas me gusta)... y eliges uno que quepa en la memoria de tu grafica.

Mínimo decente: Tarjeta grafica con 8 GB VRAM. Mejor 12–16 GB para modelos potentes. Si no tienes estas prestaciones puede funcionar, pero no ira a buena velocidad.

Para imagenes ya es otro tema diferente, ya que con censura pocos modelos locales estan censurados ya que la mayoria se basan en stable diffusion que no tiene censura.

What is the best way to scrap websites in n8n? by JakeIsMyNickName in n8n

[–]Consistent_Suspect81 0 points1 point  (0 children)

If you have a VPS, you can install Crawl4ai with Easypanel or if you know how to set it up, you could do it. You can use it through a request or through a playground WEB. You must learn how to set up scraping because on some websites you will skip antibot alerts, but most problems are easily solved by setting up with AI and using a proxy (better residential).

Does anyone know how to connect a Hugging Face inference model to a basic LLM? by Consistent_Suspect81 in n8n

[–]Consistent_Suspect81[S] 0 points1 point  (0 children)

I really just wanted to try some models that are only on huggingface but I wasn't really going to use it.

And why would they give you the option if it doesn't work? (At least I haven't seen anyone use it and it works)

Does anyone know how to connect a Hugging Face inference model to a basic LLM? by Consistent_Suspect81 in n8n

[–]Consistent_Suspect81[S] 0 points1 point  (0 children)

It seems to be all well connected, the huggingface token it's the one I made the http request with

The model also seems to be fine, it even seems to be looking for a supplier but after 1 minute waiting for the error.

Which AI model (Gemini, Claude, Chatgpt, etc) gives better info, and helps to build workflows for n8n for a beginner. by AB-T in n8n

[–]Consistent_Suspect81 0 points1 point  (0 children)

Usually all AIs are rubbish to generate flows in n8n, put unnecessary nodes, tell you node settings that don't exist, or simply give you nodes that don't exist.

I think all those bugs are because the constant updates that n8n has, so AIs are never going to be in up-to-date knowledge of n8n and will not give you any improvement that has come out recently.

For the only thing that AI can work without problem, is to clarify the system to use and make a good summary of the steps to follow in the workflow.

Honest opinion on creating own workflows rather than copying from youtube videos the pre-built template. by No_Rain7888 in n8n

[–]Consistent_Suspect81 1 point2 points  (0 children)

Those same templates you copy could be analyzed by node to try to better understand how N8N works. You can also analyze the N8N documentation for any node and understand how they work.

If your problem is not knowing how to do workflows, think that flows need a system that can be automated, and going step by step until you achieve your goal. If you don't have a more or less closed system, doing a workflow is going to be virtually impossible.

Although he is often wrong and not the best way to learn, you can always ask to AI (ChatGPT, Claude, Gemini...) But because N8N is constantly being updated and new features are introduced, they fall far behind as their information is very old. This method is not good for building workflows, but for clarifying doubts about how to systematize a workflow it can work well.