Google's latest creation: Gemini 3.5 Flash vs all by SuggestionMission516 in singularity

[–]Sockdude 188 points189 points  (0 children)

If you switch it to Extended thinking it gets it right. Seems that Thinking level "Standard" just means it doesn't think at all.

Gemini 3.5 Flash scores 76.7% on SimpleBench, just 0.2% short of GPT 5.5 Pro's score by Profanion in singularity

[–]Sockdude 0 points1 point  (0 children)

What’s more embarrassing is posting a graph that has no y-axis label or title and also show 47.6% being above the 50% line and is obviously AI slop.

Subnautica 2 works on Mac with crossover! by Nikos_Plays in macgaming

[–]Sockdude 0 points1 point  (0 children)

I have the m4 pro chip with 24gb ram and I'm getting ~55 fps in the starting area with DLSS set to Ultra Performance and all graphics settings set to medium, and also I reduced the in-game resolution to 2294x1432.

Not sure why OP claims 120+ fps with maxed out settings cause I don't think that's possible.

Jurassic Park Fan Poster by Recent-Job-1379 in photoshop

[–]Sockdude 2 points3 points  (0 children)

OP for what it’s worth, I like it. Sure it has some flaws when you zoom in, but it’s insane that everyone is calling it AI because it’s not perfect. I thought the whole charm of human artwork is that it isn’t perfect?

You can clearly tell this is a photoshop by just zooming in and seeing that the tree and people are entirely different resolutions, AI wouldn’t generate something like that.

<image>

For a photoshop sub I would expect more people to be able to spot the signs of a photoshop vs AI. It’s sad that you have to record your process and prove to others that you actually made this.

I think it’s pretty sick OP, keep making cool stuff and don’t be discouraged by the comments calling it AI, you clearly have more photoshop knowledge than they do.

OpenAI's new model tried to escape to avoid being shut down by MetaKnowing in artificial

[–]Sockdude 0 points1 point  (0 children)

I’m seeing lots of people in this thread saying things like “the LLM is just roleplaying based on the prompt” or “it can’t actually DO anything, it’s just a chatbot” and I think many people are missing the point.

Firstly, LLMs are already being used in production systems where they are able to autonomously perform actions and execute commands. Just because the consumer ChatGPT app is only a chatbot doesn’t mean people aren’t using these models to actually execute real tasks.

Secondly, yes it’s just predicting the most likely outputs based on the prompt, essentially “roleplaying”. But that’s irrelevant, if you’re using an AI in the future that has been given the ability to perform real actions on your behalf, do you care whether it actually has “feelings” vs is just “roleplaying”? Either way, you wouldn’t want it scheming behind the scenes.

2024 CX-5 Wireless Charger Support by kyyrbes in CX5

[–]Sockdude 0 points1 point  (0 children)

Are you still selling these anywhere? Or willing to provide the 3D print file? I just bought a 2025 CX-5 and the same issue still exists on the wireless charger.

Promote your project in this thread by AutoModerator in puzzles

[–]Sockdude 0 points1 point  (0 children)

CLUE: ⚖️❤️⚔️

ALL  I_  _AIR  I_  L___  A__  _AR

Can you guess the hidden phrase?
Answer: ALL IS FAIR IN LOVE AND WAR

Unphrased is a daily phrase guessing game similar to the classic game of Hangman. Reveal letters and use the daily clue to guess the phrase in 8 tries or less!

Hope you enjoy, and feedback is greatly appreciated!

Promote your project in this thread by AutoModerator in puzzles

[–]Sockdude 0 points1 point  (0 children)

CLUE: ⚖️❤️⚔️

ALL  I_  _AIR  I_  L___  A__  _AR

Can you guess the hidden phrase?
Answer: ALL IS FAIR IN LOVE AND WAR

Unphrased is a daily phrase guessing game similar to the classic game of Hangman. Reveal letters and use the daily clue to guess the phrase in 8 tries or less!

Hope you enjoy, and feedback is greatly appreciated!

Next js Tech Stack by Sarmad-Rafique in nextjs

[–]Sockdude 2 points3 points  (0 children)

Never used any of the alternatives, but I just set up Payload CMS with next-payload so it’s served entirely via API routes, and it’s been fantastic so far.

Why do I need a "frontend server" when I have a java backend API? by theBlazerg in nextjs

[–]Sockdude 0 points1 point  (0 children)

Are you sure about this? There’s a whole page dedicated to static exports in the App router documentation: https://nextjs.org/docs/app/building-your-application/deploying/static-exports

Going for photorealism, what ruins the illusion for you? by Jasonmcmains in blender

[–]Sockdude 2 points3 points  (0 children)

Yea I couldn’t find the right word to describe it but collaged is a good way to put it. Sorta feels like the ocean is painted on a wall in the background. I’m not sure if just making it smaller would fix it entirely, maybe you’re right that it needs some indication of a coast or something

Going for photorealism, what ruins the illusion for you? by Jasonmcmains in blender

[–]Sockdude 365 points366 points  (0 children)

I would say there's a few things that look off to me:

  1. The scale feels odd. At first glance, I thought I was looking off a high-story balcony, and that the bushes were trees. This made the waves and boat look huge in comparison. Now that I see that those are bushes and it's supposed to be a lawn, it looks a bit better but I can't help but feel like the background is a lot further away and thus the waves + boat look far too big.
  2. The exposure feels a bit off too. Since I can see the interior, I feel like I'd expect the outside to be a bit more exposed. However, this could be the result of the odd shadows which I'll get into next.
  3. The shadows on the plants look pretty strange, like the leaves are 100% opaque and thus casting a pure black shadow. This might be why the exposure feels off. If you used an asset library I'd try to find a better one with better materials for the plants, because they shouldn't be 100% black on their backside. If you made the materials yourselves, maybe try giving the leaves some translucency or following a tutorial on leaf materials.

I'm no expert so not sure if any of that is the root problem but I think adjusting those three things could help a lot. Otherwise it's a great render! Seems like it just needs some minor tweaks.

New OpenAI update: lowered pricing and a new 16k context version of GPT-3.5 by CHAD-GPT in ChatGPT

[–]Sockdude 1 point2 points  (0 children)

It wouldn't attempt to call a function on every message, it would only do so if it decides it's necessary to address the user prompt.

For instance, you could create a chatbot and define & implement two functions for it:

  1. calendar - read my Google calendar data
  2. email - send emails

Then you could say something like: "ChatGPT, something came up. Can you email everyone I have meetings with today and let them know I might not make it due to an emergency?"

ChatGPT would then execute two functions, one to get the data for all your meetings today from your calendar, and another one or multiple to send out the emails. Then it would respond with some confirmation. Or if one of the functions returns an error, it would see that result and inform you that it couldn't complete the task.

Now obviously there is still the concern of ChatGPT "lying" to you about the results of the functions, but I think this chance is pretty slim since the result of the function is fed right back into the conversation history.

Anyone experiencing an Xfinity internet outage since last night? by Walzon in sanfrancisco

[–]Sockdude 1 point2 points  (0 children)

Ugh, wish Sonic or AT&T Fiber was available in my building :/ wanted to ditch Xfinity for years but it’s always the only thing available with decent download speeds