I use bing chat/copilot to help me with writing powershell scrpts
Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Please don't post about US Politics. If you need to do this, try [email protected]
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected].
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
I've had pretty good luck getting cocktail recipes out of chatgpt. They sometimes need a little tweaking but it hasn't steered me horribly wrong yet.
I'm also going to be officiating a wedding for a friend in a few months, so I've been using it to work out what I want to say for the ceremony.
I have a coworker who's been taking some college classes. He struggles a bit with writing papers, he knows all the material just doesn't quite know how to get started putting things down on paper. I told him to give it a try, with some strong warnings to rewrite and fact-check everything it spits out, and so far it's been working out great for him and he's been heeding my warnings, he pretty much punches in some prompts and bullet points and then goes through and rewords everything it spits out and fact-checks it as he goes.
Literally the only time I've used one, I was upset about something and just wanted somebody to talk to. Sooo I vented to chat gpt. ¯\(°_o)/¯
It felt sorta like talking to a therapist, except its tone was very formal/polite and every once in a while it asked you to choose between two different responses (for training or whatever), which would be pretty strange for a human to do.
I use it a lot for random memes and shit, like rewriting All Stars to be about hot dogs.
I also use it to edit my creative writing, mostly just tone and grammar
I use GPT 4 for checking Physics Problems quickly. It's much better than education forums nowadays where you have to sign up and probably pay a subscription to be able to view questions
Do you pay for the GPT-4 API or use Copilot?
I use copilot in a private Firefox container
Coding.
The other day I needed to set up a node service with an HTML front-end that allows me to upload files from a browser that end up on my machine hosted in a docker container. Something like this would take me the better part of a day to complete. Through a series of prompts I got what I needed deployed in less than an hour.
Then unit tests. Sometimes all I need is good code coverage and since it's just tests you can verify the quality of the generated code if it runs and covers the lines you want. I've saved a ton of hours of tedious code coverage work this way.
I would love a local one to use for the same things as CharGpt only I want to control the knowledge training dataset so only quality data is in it.
I do not have the resources or knowledge to pull this off but it would be really nice to not worry about garbage-in-garbage-out.
I don't.
And it's not really useful for work either, but that's not stopping my employer from blowing tons of money trying to shoehorn it into everything.
I know this is a work example, but it's pretty good at writing Excel formulas. Helpful because my brain works in Python, not spreadsheet.
Also, when I have a word on the tip of my tongue (I know someone said this already), beyond helping me get the word it can help me out context around how it is used.
Helping me break down annoyingly long/poorly formatted code segments so I can think more clearly about how to troubleshoot them.
Generating meal plan ideas (I generally do my own thing but having it pick out proteins for any given day of the week helps me to mix things up)
Assisting me as a GM in games for the reasons other people have already mentioned. I also have my hands on a module that lets an LLM pose as an NPC and give dialogue when spoken to that is absolutely fantastic when my players want to talk to some random NPC I don't give a shit about.
Those are the biggest and most every day things.
I use it as my travel agent. It planned my trip to one of a big US cities (did a really good job) and to advise me what I should know as a European driver driving on American roads for the first time.
Edit: Also, Claude by Anthropic is great at re-writing passages of generic text in the style of Donald Trump.
I use ChatGPT to tell me how to pronounce obscure words.
It's pretty nifty for software development.
It also comes in clutch when I have a word on the tip of my tongue, and a Google search isn't taking into account the nuances you know that this word has. It might take some follow-up, like "that's close, but the word I'm thinking of has negative connotations, and I know that it's used in [INSERT CONTEXT]"
Drop-in replacement for stack overflow, letting ChatGPT modify my RCode to do simple things, rephrasing text and extracting equations from PDFs as Latex code. I also used Stable Diffusion to make some absurd Christmas cards last year.
Help me make fancy html for my personal website lol 😂
I use GitHub Copilot as code completion tool
I use it for a jumping off point creating an itinerary for trips. Asking to create a 3 day itinerary with a mix of recommended restaurants, bars and cafes in between has been really helpful. The google maps links usually don't work but you need to confirm the places still exist anyway, and adjust as needed.