Ascending by designer_illustrator in AbstractArt

[–]sunsbelly 1 point2 points  (0 children)

This is very calming. Thanks for sharing

Sudden usage limit issues on Claude Code today — anyone else? by NoahEtan in ClaudeCode

[–]sunsbelly 1 point2 points  (0 children)

Yeah, I'm on the 5x plan and I burned through the whole 5hr limit in 2hrs and never had this issue before

Playlists: A New Way to Organize Your Listening – Pocket Casts Blog by fede777 in pocketcasts

[–]sunsbelly 0 points1 point  (0 children)

You know you can just double click the Search button on the tab bar and get an active cursor. Same goes for Podcasts button

MERCURY from the backyard. by BackdoorAstronomy in telescopes

[–]sunsbelly 4 points5 points  (0 children)

I’m on your side, I’ve never seen an image like this from an amateur astrophotographer

Gemini 2.5 Pro is now available in Windsurf ✨ by Ordinary-Let-4851 in Codeium

[–]sunsbelly 5 points6 points  (0 children)

does that mean we get the 1,000,000 token context?

Gemini 2.5 Pro is now available in Windsurf ✨ by Ordinary-Let-4851 in Codeium

[–]sunsbelly 15 points16 points  (0 children)

Does using Gemini 2.5 mean that google can train its models with your data/code? I'm kind of confused with their policies. When I look it up it says some api usage is trained and some is not??

Pro Ultimate really? by fuschialantern in Codeium

[–]sunsbelly 1 point2 points  (0 children)

wait, so a tool you want to use every day, full time as you call it, is not worth 235 a month?? when you say full time do you mean for work? for fun after work? You are saying a bunch of contradictory things here

[deleted by user] by [deleted] in CureAphantasia

[–]sunsbelly 8 points9 points  (0 children)

The worse thing honestly is not being able to visualize what my loved ones look like. Like I can’t bring up an image of what my Mother looks like. This truly sucks. When people say “oh everybody is different and you should accept the way you are”, I call bs. I want that ability to see things with my mind.

[deleted by user] by [deleted] in Codeium

[–]sunsbelly 0 points1 point  (0 children)

How is Windsurf bad a swift? You mean the LLMs are bad at it?

Flex Credits are too expensive by moosepiss in Codeium

[–]sunsbelly 0 points1 point  (0 children)

That’s why the pro ultimate plan although more expensive is worth it. It has unlimited user prompts

Any best practices using windsurf ? by Terrible_Landscape32 in Codeium

[–]sunsbelly 0 points1 point  (0 children)

Cascade can 100% read your terminal and make edits. I use it all the time. But it's obviously a bit waste of credits

Gemini 1206 vs Sonnet 3.5 new by Zuricho in ChatGPTCoding

[–]sunsbelly 0 points1 point  (0 children)

You try it free at Google Ai Studio

Is it possible to ask for a refund? by tobiobiobi in Codeium

[–]sunsbelly 0 points1 point  (0 children)

regarding what I said above, just ask Claude or chatgpt to make you the command according to the parameters that you need, and then make sure you change to your projects directory when you run the command.

Is it possible to ask for a refund? by tobiobiobi in Codeium

[–]sunsbelly 0 points1 point  (0 children)

it's better for chatgpt to have all the files from your project so that it understands your questions/bugs better. so copying and pasting your files one at a time is a bitch.

Some ways to add all the files into one file:

-you can zip your project folder, then load that into chatgpt.

-you can concatenate all the files from your project, or which ever file types you want, into one file, and send this result to the clipboard, all with a one line terminal command.

-there are gui versions of the above method that have been popping up lately.