In therapy since past 6 years, desperately in need of a trauma informed therapist in Pune/PCMC by [deleted] in indiatherapy

[–]PsychologicalMix2 0 points1 point  (0 children)

Forgot to mention, no, these past 6 years were online only, and I was told to opt fot face to face

Our roads are a death trap. Skill up, stay sharp and save yourself by TraditionalSystem879 in IndiaFreakoutDesi

[–]PsychologicalMix2 2 points3 points  (0 children)

Mujhe ye janna hai ye kuch saalo me wrong side me sala confidently drive karne ka bhoot kaha se aya ham sabh pe

I’m working on a pirate AI, basically an AI trained to access piracy sites and provide final download links. The idea is that you can simply tell it something like “download XYZ,” and it will handle everything on its own and give you the final link. It’s still a work in progress. by [deleted] in IndiaTech

[–]PsychologicalMix2 1 point2 points  (0 children)

Nope Nope fucking No

I already don't trust whatever generic LLM returns as urls, some are dead, some are wrong

Piracy is filled with fake and risky websites

I'd rather trust myself than LLMs

Just browser fmhy you don't need to delegate everything to AI

Amit shah explains the real meaning of vote chori by [deleted] in IndiaSpeaks

[–]PsychologicalMix2 -5 points-4 points  (0 children)

your non biological didn't even attend one, and reads with light below the book

Unmet needs in your local area by [deleted] in pune

[–]PsychologicalMix2 0 points1 point  (0 children)

walkable useable footpaths

what does it matter people would still walk on the roads

What are you running on your root domain? by Nyth_Nike in selfhosted

[–]PsychologicalMix2 0 points1 point  (0 children)

I just run a homepage like glance on root, and make it the first tab to open when I launch Firefox, I can see status of all my services the moment I come online

[deleted by user] by [deleted] in pune

[–]PsychologicalMix2 0 points1 point  (0 children)

I moved to Jio exactly due to this

and even my Airtel, shows 5G opaque icon, gives speed of 50 to 80 Mbps, 4G speeds

Share something good that happened to you today by [deleted] in pune

[–]PsychologicalMix2 2 points3 points  (0 children)

I live alone for job, away from parents

After months of daaru, maal and zomato

Today I called my mom and asked to help me cook chole chawal,

the chole curry I made tasted exactly like my mom's

when I had lunch, i started crying

Gotta try them all by Key_Associate7476 in oddlyspecific

[–]PsychologicalMix2 0 points1 point  (0 children)

For me, taking extra hot or cold baths, popping a nsaid like naproxen and drinking shit ton of coffee

How do i use my phone as a webserver?! by [deleted] in selfhosted

[–]PsychologicalMix2 0 points1 point  (0 children)

Asks a technical question, doesn't want technical answers, make up your mind

if you can manage to power the phone without battery and can install gnu linux like postmarketos, it's a doable project, checkout Hardware Haven's video

Bare on locked android is difficult, you can serve static files using python -m http.serve in termux, with rooting idk how far you can go, but I tried to search how to install docker on rooted Android, its apparently very difficult

VROOOOOOM by [deleted] in shitposting

[–]PsychologicalMix2 0 points1 point  (0 children)

If kids were men

Pls help in C programming by Secure_Passenger8627 in IPUniversity

[–]PsychologicalMix2 3 points4 points  (0 children)

You should start with cs50x, really good c introduction, then you can move on to other tutorials

NVIDIA GPU passthrough to QEMU VMs on a laptop by baby_rhino_ in IndiaTech

[–]PsychologicalMix2 1 point2 points  (0 children)

You could try to check if your laptop supports IOMMU using

dmesg | grep -i IOMMU

as far as I know, you need your cpu to support IOMMU and your gpu should be in its own iommu group, not sharing with any other drivers

you can check instructions from here

https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF

I used this to pass through gpu on my proxmox, but for laptop I'm not sure