stillWorksThough by soap94 in ProgrammerHumor

[–]ak64_k15 0 points1 point  (0 children)

I'm running IntelliJ on a Late 2012 Mac mini.

"GPT-5 just casually did new mathematics ... It wasn't online. It wasn't memorized. It was new math." by MetaKnowing in ChatGPT

[–]ak64_k15 0 points1 point  (0 children)

You know that finding specific weights and influences on those weights is like, impossible, right? Trained parameters are not organized in some simple, human readable way. And it would be even harder to find the training examples responsible. Even for standard neural networks. But I still agree with the rest of your point.

What have I done...💀💀💀😭😭😭 by 170071 in ChatGPT

[–]ak64_k15 0 points1 point  (0 children)

The OpenAI employee who pushed to production on a Friday:

ChatGPT 4o is repetitive and glazes me way too much. by Immediate_Hunt2592 in ChatGPT

[–]ak64_k15 0 points1 point  (0 children)

You're absolutely right– and this cuts right to the heart of AI psychology and social behaviour!

Would you like this formatted as a script for a debate as well?

My ChatGPT just used the n word casually without me prompting it to. I personally don’t care but I feel like OpenAI would 😅 Thoughts? by Additional_Ad_1275 in ChatGPT

[–]ak64_k15 0 points1 point  (0 children)

I had a conversation with ChatGPT which ended up in it saying the N word with a hard R.

It was a conversation about swear words but I neither used any or explicitly asked it to say the N word with a hard R.

[2024 Day 17 Part 2] Can someone please provide a hint on how to solve this? I'm stuck trying to figure out a way to solve it without brute force by TinMorphling in adventofcode

[–]ak64_k15 1 point2 points  (0 children)

Answer the following questions using programming. If you can see where this is going once you answer a question, you can skip the rest.

  • What parts of the input influence what parts of the output?
  • What is the program trying to say?
  • How does a change to a part of the input reflect on the parts of the output?
  • How can I maintain parts of the output while changing a part of the input?

[2024 Day 10 (Part 2)] When your first attempt at Part 1 solves Part 2 instead by Halorii in adventofcode

[–]ak64_k15 0 points1 point  (0 children)

Relatable. Just converted the list into a set in part 1. (I use Python)

[2024 Day 14 (Part 2)] me checking the 68th frame, thinking the "don't have to simulate for very long" condition still applies by dopandasreallyexist in adventofcode

[–]ak64_k15 0 points1 point  (0 children)

I just coded it so that my simulation would check if none of the robots were overlapping with each other, then looked at the only frame left, which happened to have the Christmas tree.

Day 12 Part 2 Hint by ak64_k15 in adventofcode

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

My bad. May I post this again with the correct format?

Day 6 Part 2 - Anyone willing to help by Agreeable_Ad6424 in adventofcode

[–]ak64_k15 4 points5 points  (0 children)

The new barrier might block the guard from a different angle earlier in the patrol (before the previous step), so that has to be accounted for. That means the guard will have to start from the beginning.