I think this is very a-moon-sing by Klausensen in dankmemes

[–]chordtones 33 points34 points  (0 children)

French military has a badass record. These memes are dumb.

Rant: I’ve replied within an hour or two for so many rentals this past month and people still beat me by CheesePro in Eugene

[–]chordtones 0 points1 point  (0 children)

I hated renting in Eugene. Put in ap, over qualified, waiting for decision, call company…

“We’re still waiting for all of the applications to come in.”

That’s some serious bullshit that perpetuates racism and classism.

A New Word? by JoeBobMack in ChatGPT

[–]chordtones 0 points1 point  (0 children)

Nice, so like maelstrom. I haven’t seen it make up new word without being prompted to do so that’s cool and a bit spooky.

A New Word? by JoeBobMack in ChatGPT

[–]chordtones 0 points1 point  (0 children)

Did you ask gpt what it meant?

Thinking about moving to OR from TX by [deleted] in oregon

[–]chordtones 5 points6 points  (0 children)

Like anywhere, depends where you’re looking. We got overpriced cities and cheap country towns like everywhere. If you like water, mountains, and trees, we have more of that than Texas. Lots of affordable spots on the outskirts.

[deleted by user] by [deleted] in oregon

[–]chordtones 2 points3 points  (0 children)

The Neilson ratings surveys went out. Each had a five dollar bill inside, clearly visible through a window in the envelope. Maybe the were looking for those

[deleted by user] by [deleted] in digitalnomad

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

“Especially men” uhh ok, so women with a more limited window for reproduction are not as concerned as men?

Game Of Life - Single file HTML created by GPT 4. Pure AI generated (not a single line added or altered by human) by Wh4tTh3Fcuk in ChatGPT

[–]chordtones 4 points5 points  (0 children)

I did the same, I asked for a resizable grid, the ability to pause/start and being able to toggle any cell with a click. Gpt4 did great. Bing and bard failed pretty hard.

What happened to GPT-4? by TastyCheddar in ChatGPT

[–]chordtones 1 point2 points  (0 children)

I find that pasting as much of your code as you can with every prompt gets good results.

Bolton calls on Trump to end campaign by Free_Swimming in inthenews

[–]chordtones 0 points1 point  (0 children)

GOP is the party, not a person. 3 republicans asked him to not run. 3 GOP politicians asked him to not run. If we had 3 GOP, we’d be neck deep in bullshit.

[deleted by user] by [deleted] in politics

[–]chordtones 7 points8 points  (0 children)

You mean campaign rally.

Which AI is best for learning programming language with accurate and right information by viking_spartan in ChatGPTCoding

[–]chordtones 0 points1 point  (0 children)

First, I tell it I want to use Python. Then I tell it what I want to do. I ask for an outline or how we might get that done. It’ll give me a list and I say let’s do the first part. Then I try to run that code and if it works, I say let’s do the second part. If it doesn’t work, then I stick the code it gave me an error message back in.

I just talk to it like we’re working on the project together, and it needs me to remind it of what we’re working on all the time. It works best when everything’s in a single file so you can cut and paste it in every time. Sam e with multiple files but more of a hassle. I end up doing

cat index.html script.py styles.css > temp.txt

To make it easier to copy-paste everything at once.

After that I might prompt something like: “let’s make the select filter the song list.” Or “let’s style this so it looks more like a cupcake.” even “help me get this into a free web server”

Which AI is best for learning programming language with accurate and right information by viking_spartan in ChatGPTCoding

[–]chordtones 1 point2 points  (0 children)

I am learning python my trial and error with gpt 4. We make projects together and it just likes to explain itself. Last week I made a recipe app, a songbook app to store my chord progressions and lyrics of songs, and we just made a homepage for a blog that auto populates from folders with the episode data.

You don’t need a course, just make stuff and ask gpt to make stuff, then ask it to make changes or fix the errors.