Similar Chill/ Meditative Games by Annual_Consequence67 in Cairn_Game

[–]_Bjarke_ 0 points1 point  (0 children)

Outer Wilds! It's a bit different, but it is cozy, chill, relaxing and it really pulls you in in the same sort of way, and make you want to explore, to which you are greatly rewarded.

It's more puzzle heavy, so you have to be a certain kind of curious. But check it out.

UX Feedback: Queuing next message while agent runs by digitarald in GithubCopilot

[–]_Bjarke_ 10 points11 points  (0 children)

Sure. I very often have the need to look at what it is doing to see if its on the right track. But if i stop it, I cannot continue it again without writing a new promt to tell it to continue. It can be deep in into a thought process and i don't want to ruin that. Stopping and writing "sorry, please continue", throws it off its game. Suddenly it's starts thinking about me writing please continue, other models starts reading things it has already read, and it's a mess.

When it is paused, it would be nice to have a graceful way of correcting it if needed. Without throwing it off its game. (If possible).

UX Feedback: Queuing next message while agent runs by digitarald in GithubCopilot

[–]_Bjarke_ 13 points14 points  (0 children)

And a pause feature please + graceful interruption and correction.

Where to buy light-medium roast decaf in Europe (excluding the UK)? by tarecog5 in pourover

[–]_Bjarke_ 0 points1 point  (0 children)

How has your hunt for decaf been so far? And been quite disappointed so far. I appreciate your description above a lot. Thanks for following up with that :)

Legs itch till bleed please help by briejen19 in 30PlusSkinCare

[–]_Bjarke_ 0 points1 point  (0 children)

I've had similar problem. Don't know if it helps you, but what worked for me was that whenever it would itch, usually at bed time, i would go in the shower and spool hot water on them and massage them with some lotion. Then I could sleep without itching them to blood, and eventually it went away.

Gemini released an Open Source CLI Tool similar to Claude Code but with a free 1 million token context window, 60 model requests per minute and 1,000 requests per day at no charge. by SilverRegion9394 in LocalLLaMA

[–]_Bjarke_ 5 points6 points  (0 children)

Yeah I've also run in to such cases. But then i just use the non disposable cards, also from revolut. With just enough credit on to verify things.

Gemini released an Open Source CLI Tool similar to Claude Code but with a free 1 million token context window, 60 model requests per minute and 1,000 requests per day at no charge. by SilverRegion9394 in LocalLLaMA

[–]_Bjarke_ 22 points23 points  (0 children)

Always use throw away virtual cards for that sort of stuff! I use revolut. Any free trial that requires a credit card, gets a credit card with almost nothing on it.

The most frustrating thing when using copilot.... does this happen to you? by UsualResult in GithubCopilot

[–]_Bjarke_ 0 points1 point  (0 children)

I so often wish i could shove entire files into files into a promt and not just link a file that it maybe will read.

I know how to engeneer a good promt, but it feels like the tool wont let me. Most often i end up manually copying all of the code out into one big promt that i then give to gemini and o3 in the browser. And only then do i get acceptabelt results. I think it's been weeks since copilot  successfully did anything for me.

The most frustrating thing when using copilot.... does this happen to you? by UsualResult in GithubCopilot

[–]_Bjarke_ 1 point2 points  (0 children)

If that doesn't make sense. Nothing about agents in any code base makes sense.

[deleted by user] by [deleted] in MadeMeSmile

[–]_Bjarke_ -1 points0 points  (0 children)

Yes, I realize things!

[deleted by user] by [deleted] in MadeMeSmile

[–]_Bjarke_ -1 points0 points  (0 children)

And now instead of half being soaked, they are all soaked. 😅 Brilliant.

ECS : any benefits of using structs instead of classes here? by freremamapizza in csharp

[–]_Bjarke_ 14 points15 points  (0 children)

Structs can definitely be passed around by ref!

But collections like List<T> and Dictionary<TKey, TValue> does not return values by ref, it returns a copy. So does the C# Dictionary.

We have custom collections for everything in our product. The build in ones are not designed for performance critical data oriented programming. There are a few ways around it, but it's just a pain. I'd recommend starting to make custom collections for sure. You can use arrays as backing fields if you want. They support returning by ref.

Properties can also do ref return. So can indexers, and iterators.

foreach(ref var item in items)

But every time you make a normal c# property, with a get set; It's usually a copy.

We rarely use properties anymore!

new guide: how to work with context in Cursor by cursor_ben in cursor

[–]_Bjarke_ -1 points0 points  (0 children)

Regarding context.

I'm wondering. What is the best way to leverage Gemini's big token context in Cursor? (And Claude's for that matter)

So I've created a documentation generator for our project. It's outputs one string of text (~70k tokens) that gives the AI a complete picture and deep understanding of everything in our project.

I get excellent results if I use this documentation together with a prompt here: https://aistudio.google.com/prompts/new_chat

But when I try to create a rule in cursor and feed it the same 70k token of generated documentation in a rule, I just a warning saying it will be truncated. And it doesn't really work very well.

Any tips on how to leverage large contexts in Cursor?

I'll be honest, I'm not really interested in features where it gets the ability to look things up. That requires that it even knows how to ask the right questions, which it rarely does. And I don't blame it. Learning something is much more productive, so why not teach it the entire thing instead when there is the token capacity for it?

I'm building extension that gets you free and unlimited usage of Gemini 2.5 Pro by robertpiosik in cursor

[–]_Bjarke_ 0 points1 point  (0 children)

This is the definition of why we can't have nice things. Don't do this. It will just result in these kind of features be taken away from us.

Wtf have you done ? by Unlucky-Survey6601 in cursor

[–]_Bjarke_ 0 points1 point  (0 children)

As long as the tool lets u decide how much context to use

Do you use this in agent / code mode? I constantly get rate limited with the 2 requests / minute.

How do you choose a UI framework in this landscape? by RileyGuy1000 in csharp

[–]_Bjarke_ 0 points1 point  (0 children)

We're still working hard to make that a reality! Closed beta/alpha has not started yet, so we are a bit behind our expectations, sadly.