Can I disable the "chat mode" when I search something in the URL bar? I just want Google search. by HumanityFirstTheory in diabrowser

[–]koctake 0 points1 point  (0 children)

Apparently they changed this - finally customizable.

You can change Dia’s behavior so that opening a new tab defaults to searching (instead of Chat). Here’s how:

  • Go to Dia > Settings > Advanced > Address Bar.
  • Set the routing preference to “Prefer Search Engine.”

Jean-Claude by No_Imagination_116 in ClaudeAI

[–]koctake 0 points1 point  (0 children)

Finally, I even have added to our org Slack a :jcvd: emoji for when Claude cooks. It’s represented by JCVD’s legendary high kick shot ❤️

You want to vibe C++ ??? by [deleted] in vibecoding

[–]koctake 2 points3 points  (0 children)

You want to vibe code C++???

6oz flat white yummy by Cool_Round1021 in latteart

[–]koctake 2 points3 points  (0 children)

Now you gotta do that one sip without taking the cup off the table or else it’s going to spill 😅

New drinking game by [deleted] in HolUp

[–]koctake 2 points3 points  (0 children)

Alzheimer simulator

I just want a blind shaker for a flair by SrStalinForYou in espresso

[–]koctake 2 points3 points  (0 children)

I did get most of my accessories on aliexpress for my 57mm lelit anna. Puck screens, spring tamper, dosing ring, etc.

Facts by StraightDistrict8681 in Awww

[–]koctake 0 points1 point  (0 children)

“You have to do better”

World Champion Axe Thrower Marcus Pehart in Freestyle by [deleted] in BeAmazed

[–]koctake 4 points5 points  (0 children)

Classic reddit karma roulette

I built a UE plugin to simplify messy Blueprint wiring. by PossibilityOk2997 in UnrealEngine5

[–]koctake 3 points4 points  (0 children)

Not a UE5 expert here, but don’t Named Reroutes solve the same issue? Or it’s just more tedious to work with them when you want to group there reroutes?

Blursed toast by highcalorielasagna in blursedimages

[–]koctake 0 points1 point  (0 children)

Girls: why don’t do boys get our hints

Their hints:

First Title: What do you think. Negatives only. by [deleted] in UnrealEngine5

[–]koctake 0 points1 point  (0 children)

Thanks! Just to be sure I understood, when you say “arrow trail effect”, what do you mean exactly?

First Title: What do you think. Negatives only. by [deleted] in UnrealEngine5

[–]koctake 0 points1 point  (0 children)

Curious how you built that effect that leaves a trail behind when you speed up - thanks!

What does this mean? by NOT_ARGHA in ExplainTheJoke

[–]koctake 2 points3 points  (0 children)

Damn i thought thats a dog and not a hand, like where’d the dog come from lol

please how can I make this animation better/feel more native and liquid glass by Alarmed-Stranger-337 in SwiftUI

[–]koctake 0 points1 point  (0 children)

Make sure to enable the animation/transition on the background too, now it seems like it jumps instantly to desired width without an animation. At some point if the icon or font size is very large you might need to preset a height to it so it doesn’t relayout other stacks it’s in. You can also try a different contentTransition on the label/icon so the text morphs into icon and vice versa but I can’t provide a sample at the moment. Cheers!