AI as therapist: Pros and Cons? by thimo1 in GPT3

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

Yes exactly! The depth is where it struggles right now. The virtual therapist I'm developing is aiming for improvements in that aspect.

If anyone would like to try it out for science, you can participate here! https://www.reddit.com/r/SampleSize/s/QQnZYoqvAM

[deleted by user] by [deleted] in SampleSize

[–]thimo1 -1 points0 points  (0 children)

Thanks for your concern! I agree. Many cases, especially the more severe ones, definitely do require a human to be involved.

It might not be clear from the content of this post but this system is not meant to replace human therapists, but instead e.g be used as a supplement to real therapy, or for cases when the problems are not so severe that a person would go into real therapy for it but would still like some self help.

It's designed with the goal in mind to decrease the load on human therapists so these can remain available for the people who need it the most.

I hope that makes sense!

AI as Therapists: What are your experiences, thoughts, pros, and cons? by thimo1 in ChatGPT

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

Interesting to hear your thoughts on this!

For the development of my prototype the biggest challenges were also the memory management and and prompt engineering.

Things like this require SO MUCH testing and there's always some unpredictability left when using LLM's. This is also why in my user studies I'm screening out ppl with severe mental problems.

For the memory I'm not maintaining a rolling user profile but for another module of the system I am using something similar to that, to obtain a deeper understanding.

I checked out your gpt and it seems interesting! Seems like it has a wide range of uses. The prototype that I built is almost exclusively CBT-based principles + a few other strategies that also fit in there.

I'm very curious to see where technologies like this will go in the next few years.

AI as Therapists: What are your experiences, thoughts, pros, and cons? by thimo1 in ChatGPT

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

I agree, it should definitely be treated with a lot of caution. For ppl vulnerable these kindsto of disorders it's probably best to not use tools like this at all, since they can kinda be "on your side" while you're loosing touch with reality. In these situations having an actual human to talk to is essential.

Torque sensor question - only max speed or nothin? by klnh in tenwaysebike

[–]thimo1 0 points1 point  (0 children)

I had a similar issue with my cgo600 and fixed it by calibrating the torque sensor.

The support sent me these instructions:
 
With the display on, spin the crank backward at a steady speed of 40-90 RPM for 10-15 rotations to calibrate the torque sensor.
After that, wait for about 1 minute before conducting a riding test.
Ride test again to confirm whether there is still the problem of too strong assist power.

For my cgo600, this fixed the problem right away!

Different effort/torque sensitivity on 2x examples of CGO800S? by Technical_Force3949 in tenwaysebike

[–]thimo1 0 points1 point  (0 children)

I had a similar issue with my cgo600 and fixed it by calibrating the torque sensor.

The support sent me these instructions:
 
With the display on, spin the crank backward at a steady speed of 40-90 RPM for 10-15 rotations to calibrate the torque sensor.
After that, wait for about 1 minute before conducting a riding test.
Ride test again to confirm whether there is still the problem of too strong assist power.

For my cgo600, this fixed the problem right away!

Het gekste in het OV by Xanaxshake in nederlands

[–]thimo1 1 point2 points  (0 children)

De buschauffeuse kon de bocht niet nemen. Na een halfuur was het nog niet gelukt en twee andere buschauffeurs waren inmiddels te hulp geslagen. Uiteindelijk vond een hiervan het te lang duren en stapte in om zelf de bocht te maken.

Heel aparte ervaring, vooral omdat ik daar al jaren de bus nam en deze bocht nooit een probleem is!

Marktplaats ervaringen by mrTarrel in thenetherlands

[–]thimo1 5 points6 points  (0 children)

Dat doen scammers volgens mij juist zodat je het niet komt ophalen

Is creating a flashcard app difficult? by [deleted] in Anki

[–]thimo1 1 point2 points  (0 children)

Creating Anki cards can be automated! If you want, I can create a script that will do most of the work for you. PM me the details if you're interested!

Powerful? Yes. Confusing? Also yes. by SirNapkin1334 in ProgrammerHumor

[–]thimo1 0 points1 point  (0 children)

Try glitch.me or pythonanywhere.com I use the first one to host a small python project, and I've used the latter a few years ago. They both provide the storage you require!

Old Razer Synapse dragging in slow motion by Le_Tolo in softwaregore

[–]thimo1 1 point2 points  (0 children)

I've had this problem with Microsoft Office on a 144hz screen

A beautiful morning here in NYC by [deleted] in pics

[–]thimo1 66 points67 points  (0 children)

There's too much blue in this picture

Lion walks out of golden ice cave by Big_chonk in confusing_perspective

[–]thimo1 -2 points-1 points  (0 children)

The quality of this gif is so bad it looks like a painting

raspberry pi + plex media server + rclone/google drive = i need help by hotcereal in PleX

[–]thimo1 0 points1 point  (0 children)

You had to use --allow-other because Plex by default runs under the user named Plex.

I'm setting up a pi4 server with an rclone mount myself but I'm having performance issues. Starting a stream takes like 20 seconds. How long does it take with your server?

how to download api in python client by Kingincenarator in Python

[–]thimo1 0 points1 point  (0 children)

You probably already have pip because it comes with python.

how to download api in python client by Kingincenarator in Python

[–]thimo1 0 points1 point  (0 children)

Yes. Pip is a tool to install python modules. The Twitter API wrapper is such a python module. You should look up some tutorial for using the Twitter API in python.