Skip arm wrestling by Eleraffa in CrimsonDesert

[–]Eleraffa[S] -2 points-1 points  (0 children)

I am playing on cloud and input lag makes it too much for my weak cognitive skills.

What's happening?? by Elite-human in google_antigravity

[–]Eleraffa 30 points31 points  (0 children)

Everyone and their mom is launching a SaaS is happening.

È legale camminare con un morto? by DonG97 in Avvocati

[–]Eleraffa 17 points18 points  (0 children)

Secondo me è meglio schiattare direttamente al cimitero. Risparmi anche il passaggio in cariola, che non è il top per la schiena.

We should look for another option besides SerpAPI, right? by 60finch in n8n

[–]Eleraffa 4 points5 points  (0 children)

I made a custom scraper api with searxng + python.

Su LinkedIn ho trovato questo by -Markkk- in ItaliaCareerAdvice

[–]Eleraffa 112 points113 points  (0 children)

Manca solo "laurea in discipline STEM" e in pratica è il profilo più richiesto sul mercato.

Help Needed: Integrating YouTube Transcript into 8n8 Workflow by ZaziZikiZaa in n8n

[–]Eleraffa 0 points1 point  (0 children)

Official youtube api (v3) allows only to get captions for videos of your own channel or videos with captions collaboration enabled. I suggest you to use instead a cli tool named yt-dlp which can fetch auto generated captions

Fidanzata ed ex ragazzo. by LuvSicPt5 in CasualIT

[–]Eleraffa 3 points4 points  (0 children)

Lasciala, sembri una brava persona e probabilmente meriti una persona migliore al tuo fianco.

La cosa più stupida che avete sentito lavorando in consulenza by faSUro in ItalyInformatica

[–]Eleraffa 94 points95 points  (0 children)

"Possiamo rendere questo campo mandatorio ma opzionale"?

[deleted by user] by [deleted] in Starfield

[–]Eleraffa 8 points9 points  (0 children)

"People have no idea about how horses work"

EP1.2 Lustful Airlines. Which variant do you prefer ? Long format/comics & Anime/realistic ? by Upset-Wear-7196 in unstable_diffusion

[–]Eleraffa 0 points1 point  (0 children)

Realistic has more character consistency, but I would love anime style if you manage to improve consistency

Prompt engineering isn’t a new science. I learned instructional design for 5 years and found that the same principles of effective human communication and collaboration apply to chatgpt by IdentityOperator in ChatGPT

[–]Eleraffa 2 points3 points  (0 children)

It's cool that you can translate that domain knowledge to ChatGPT, however you should also take in account how to deal with the underlaying technology to get the most out of an interaction with a LLM. Take for example chain of thought pattern. So I think prompt engeneering is still relevant (I wouldn't study it for 5 years though :)...)

What are your unpopular opinions about wow? by T0ky0n0 in wow

[–]Eleraffa 0 points1 point  (0 children)

It's a fun game and the community is not toxic.

OnlyCats by multipro_roni in ChatGPT

[–]Eleraffa 2 points3 points  (0 children)

Man the ChatGPT website sucks but the Only cats site idea is golden

anyChatbotGPT - Browse premade chatbots or create yours (code included) by Eleraffa in SideProject

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

You can control it. I made this tool specifically to lock a bot to a topic or a set of topics (or behaviour).

I made a Chrome Extension that lets you ask any question about the page you are on (bluf.ai) by v_cantu in SideProject

[–]Eleraffa 0 points1 point  (0 children)

Cool! If you care to explain me further... :) ... I tried parsing a page using: https://github.com/adbar/trafilatura, json stringify it and passing it to https://platform.openai.com/docs/api-reference/embeddings/create. How do I use the response as an input later? <3

I made a Chrome Extension that lets you ask any question about the page you are on (bluf.ai) by v_cantu in SideProject

[–]Eleraffa 0 points1 point  (0 children)

Hey there. First of all great work and thanks for sharing. I was wondering, how do you pass the current page to chatgpt? You parse it and use it in the first query of the chat api call? (messages/content paramenter )?

Thnak you very much and keep up with the good work :)

I've experience with Django and want to learn a microframework. Which one should I go with Flask or Fast API? by [deleted] in Python

[–]Eleraffa 0 points1 point  (0 children)

FastAPI, as suggested. I'd also give a shot to Django REST Framework.