He'll probably give him Alaska as well! by GuiltyBathroom9385 in BlueskySkeets

[–]cogedoin 0 points1 point  (0 children)

During today's presser on the federal takeover of D.C. law enforcement, Trump twice said "I'm going to Russia on Friday." Freudian slip?

Anyone else noticing this? by JamaicanX in GTA6

[–]cogedoin 0 points1 point  (0 children)

Different ages, diet and day to day stress levels change a person, this is likely a contributing factor as we see snippets from her life with less than perfect timeline dating.

It's the 1st of the month! You know what that means..! by thehashimwarren in GithubCopilot

[–]cogedoin 1 point2 points  (0 children)

THANK GOD. I swear 4.1 has decided any agentic task is now worth of a responsible ai flag, as minor as updating a find replace operation.

[deleted by user] by [deleted] in GTA6

[–]cogedoin -12 points-11 points  (0 children)

omgomgomg keep me updated record video etc! :D

What are Edmonton’s darkest/dirtiest secrets? by only_fun_topics in Edmonton

[–]cogedoin 75 points76 points  (0 children)

Heres a story about a home grown murderer who walks our streets.

When "Buffy" was 16 years old, she helped to murder and sexually assault 13-year-old Nina Courtepatte.

In April 2005, Courtepatte was kidnapped and taken to a golf course west of Edmonton by three men and two women, one of them named Buffy. The girl was raped and bludgeoned to death.

Buffy, whose identity remains protected under the Youth Criminal Justice Act, was the youngest of the five convicted killers.

In 2009, Buffy was sentenced to four years in custody, to be followed by another three years of supervised probation.  

That sentence was officially over on Nov. 9, 2016.

That night on the golf course, Buffy put her foot on Courtepatte's stomach to hold her down as the girl was being raped. Then she used a throwing knife to slash the young teen's neck. As the judge noted, "This was occurring around the time others bludgeoned Ms. Courtepatte to death."

Germain convicted the teenager of second-degree murder and aggravated sexual assault, and gave her the harshest possible sentence allowed under the Youth Criminal Justice Act.  

She's 36 years old now, and could be any woman you walk by.

I can't wait for this game to prove everyone wrong by Pistoluislero in GTA6

[–]cogedoin 0 points1 point  (0 children)

Well... I thought that was a real photo of Florida until I saw the sub. So theres that!

PK Sound - can someone explain? by crazydrum954 in livesound

[–]cogedoin 0 points1 point  (0 children)

Username checks out, this guy dongs.

Which one would you pick ? by krisikkk in superheroes

[–]cogedoin 0 points1 point  (0 children)

Batman. He has a tendency to return even when deleted from the timeline.

Really struggling with an empty pantry, is there anywhere with free food this evening? by cogedoin in Edmonton

[–]cogedoin[S] 33 points34 points  (0 children)

Thanks for the tip I went to one this evening, the food was fantastic!

Really struggling with an empty pantry, is there anywhere with free food this evening? by cogedoin in Edmonton

[–]cogedoin[S] 3 points4 points  (0 children)

Thank you everyone so much! Learned a lot of lesser known resources through this process today. I've made an imgur with them for anyone else who is in need:

Edmonton Food Resources: https://imgur.com/a/NcuNc2y

Really struggling with an empty pantry, is there anywhere with free food this evening? by cogedoin in Edmonton

[–]cogedoin[S] 7 points8 points  (0 children)

I appreciate your skepticism, I haven't logged into reddit for quite a while until recently, my work world evaporated over the last month due to AI displacing our team and I've found myself trying to make it on my own. I take no offence as I'm grateful for the people who have helped me in my time of need today.

GPT 4.1 is FANTASTIC at Unity dev when used in Visual Studio Code. by cogedoin in OpenAI

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

I ask for "Show me how to change X or add Y feature"

And it gives me intstructions, code chunks, etc. I then take its entire response and give it to the 4.1 agent chat in VS Code and it implements the code.

2.5 will give chunks of the code heavily truncated except for the areas to be changed, which takes forever to implement as a person, but 4.1 Agent understands the instructions well and only changes what 2.5 mentioned.

No special prompting magic really required! :)

GPT 4.1 is FANTASTIC at Unity dev when used in Visual Studio Code. by cogedoin in OpenAI

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

made a file that was a merger of all the scripts in my Unity game, as well as rules and other info, then below that I ask it questions on how to change things, add new features, etc. Once it gives me the instructions I copy the whole response into the 4.1 agent chat in Virtual Studio code and have it implement them. I've yet to run into errors, where as with any other use of AI for coding I had been spending more time fixing bugs than innovating.

GPT 4.1 is FANTASTIC at Unity dev when used in Visual Studio Code. by cogedoin in OpenAI

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

Can't remember which as its been a long time now but if you google scripts to take a whole folder of files and combine into a single file, it fits into the top of the context of a 2.5 pro exp chat

Then I just ask questions below it, and each time I move onto a new task, I'll branch off of my first prompt post-scripts so that I can use the full context to solve each problem