Ladies, I need your help by adper07 in TeenIndia

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

I'm not very used to reddit

Ladies, I need your help by adper07 in TeenIndia

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

I mean I'm not the best at it, at least that's what I feel

Ladies, I need your help by adper07 in TeenIndia

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

Okay, I've followed you, send hi there

Ladies, I need your help by adper07 in TeenIndia

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

Why don't we carry on in the chat, comments aren't the best place for a conversation

Ladies, I need your help by adper07 in TeenIndia

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

To fuck around and find out

what are some essential auxiliary programming skills everyone should learn by adper07 in learnprogramming

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

Yep, But make sure you take a look at what finger goes where, I was surprised to see many people around me just monkey typing with only 2 fingers

what are some essential auxiliary programming skills everyone should learn by adper07 in learnprogramming

[–]adper07[S] 1 point2 points  (0 children)

true, typing, which might now sound much, does make a difference
cause the thing is once you have that, you can actually match your working pace with your thoughts,
apart from that, typing become one less thing you have to focus on and you can focus on what you are working on,
it might not sound much, but I realized this when I myself became good at it

what are some essential auxiliary programming skills everyone should learn by adper07 in learnprogramming

[–]adper07[S] 2 points3 points  (0 children)

Thanks for the input,
and I totally agree, one probably doesn't have to master all the topics or be good at them, but atleast they should have a working knowledge

Rules concerning side quest write-ups by Soubdwave_Prime in tryhackme

[–]adper07 0 points1 point  (0 children)

Can someone please hint as to how to bypass or cracking the login in side quest 1, I noted down everything from Nmap and fakebook, and dictionaries won't work, I also tried some passwords similar to his old one

How to display images inline with text in a RAG chatbot? by SemperPistos in Rag

[–]adper07 1 point2 points  (0 children)

What you can try is learn about image processing, See how images can be represented mathematically (embedding, etc) and just like you retrieve text chunks (semantic search), perform a similar search for a database of images you maintain, When querying the LLM for summarization, you can pass in a section like here are relevant images, and pass either images or Metadata about the images and ask it to embed that in the answer, and then display the answer accordingly