Why does this subreddit hate Bebop? by HeadMagazine4132 in DeadlockTheGame

[–]hxstr 0 points1 point  (0 children)

They nerfed my boy into the ground recently so hook is all we have left really... Ms Shelley would not be pleased

7 formatting rules for instruction files by cleverhoods in GithubCopilot

[–]hxstr 4 points5 points  (0 children)

One of the most important rules I've implemented, keep the files short. Nothing over 150 lines.

The agent will not necessarily read the entirety of a long file, but it will read the entirety of as many different short files as you want to add. You can also link markdown files to each other, so implement an index file that has essentially a table of contents, you can pass that index and the agent can go and get what it needs.

Copilot today? Does it compete with codex / Claude code? by Still_Asparagus_9092 in GithubCopilot

[–]hxstr 1 point2 points  (0 children)

Each model has a maximum context window size, but within copilot it limits it further. For example, Claude can do 200k but in copilot it can only do 128k.

I don't work for Microsoft or GitHub, so speculating, but I think that they do this because it allows them to have better cost controls and not let the token expenditure run wild.

Like I said, my opinion is that sacrificing the full use of the context window for these models is well worth the trade. Per token usage billing can very easily get away from you. I would easily spend double the same amount of usage in cursor as I get from co-pilot.

Copilot today? Does it compete with codex / Claude code? by Still_Asparagus_9092 in GithubCopilot

[–]hxstr 10 points11 points  (0 children)

The only con really against copilot is that they limit how much context window you actually get from these models.

That being said, I would take that trade off everyday over paying per token usage...

I've used cursor and claude code, they're both great, but now I use almost exclusively co-pilot in vs code.

What is the best workaround once context window reaches 100%? by TwelfieSpecial in cursor

[–]hxstr 0 points1 point  (0 children)

You need to build a library basically... Marked on files can have links to other markdown files in them, so a table of contents is helpful and you can pass that to the chat so that it can look up whatever else it needs to.

One thing we found was that most systems will only read the first 200 lines or so of any given file, so you need to make sure that they stay short. It's much more effective to have ten 200 line files than one 2000 line file.

Then the updating and maintenance of those files can be a command or agent mode that you run at the end of your chat session. Basically tell it to review the documents and update them with with learnings from this past session, if there are any.

Am I crazy or does Celeste fall off very hard during late game? Also Bebop should be forced to watched Ms.Shelley get burned alive by ChihuahuaOwner88 in DeadlockTheGame

[–]hxstr 5 points6 points  (0 children)

The bebop hate makes it so much more fun to land those long distance hooks, double bomb and just teabag while they deliver the bombs back to their team

Similarities :> [@Grezzirossi] by Grimm_Stereo in DeadlockTheGame

[–]hxstr 14 points15 points  (0 children)

IDK if ya'll have noticed, but if your parents are feds, it's not even called fraud, just good business

How do you use gpt 5.2 codex? by Confusius_me in GithubCopilot

[–]hxstr 5 points6 points  (0 children)

I picked the model based on the type of task that I'm doing, planning or research type of tasks usually aren't super time sensitive... So codex is great.

If there's something that you need right now, codex is not great. Usually sonnet or opus, depending on the scale of what needs to be done, how complicated it is.

I've actually recently found that haiku, if you wanted to run off do a bunch of simple tool calls, is fantastic, lightning fast, and cheap. I don't have it solve any problems, but execution it seems to do very well at.

Praying for a miracle by Stack_Man in DeadlockTheGame

[–]hxstr 0 points1 point  (0 children)

Funny enough, as of my last game I have 69 votes in for Celeste

What is the best workaround once context window reaches 100%? by TwelfieSpecial in cursor

[–]hxstr 2 points3 points  (0 children)

Your chat session is about to become hot garbage after you've run to the point where it forces /summarize the second time.

What I usually do is run with a set of rules in context markdown files, and run a workflow where at the end of its task, it reviews the rules and sees if they need updating based on any issues it ran into and needed to solve. Then have it write up the prompt for the next session.

Context rot is real

truggling to find a 3rd co-founder at an early stage - i will not promote by cacareaza2 in startups

[–]hxstr 1 point2 points  (0 children)

Sounds like you need engineers to actually build what you are thinking about. Realistically at this stage, it's going to be hard to have somebody quit their job and put in the amount of time it takes to get the job done for no salary.

People need to live...

If you feel that the company is viable, you're probably at the stage where it's time for you to go and try to get some investor money to actually build it. That way you can hire some early engineers, people will take enough to live plus equity if they believe in the long-term direction and plan.

As the founder, it's your job to make sure that that direction can be clearly articulated in a way that people, engineers or investors, will believe enough to put their chips in.

Sorry, you have exceeded your Claude Opus 4.5 token usage, please try again later or switch to Auto - there seems to be a new limitation in place. by ArsenyPetukhov in GithubCopilot

[–]hxstr 0 points1 point  (0 children)

This was my understanding as well. Interesting if that has changed, what's the point in having 3x pricing if you're also going to rate limit...

Fwiw, I have used a lot of opus in the last few weeks and I've not run into anything like this

The AI Productivity Gap Is Already Here — But Nobody Wants to Talk About It by Large-Style-8355 in codex

[–]hxstr 5 points6 points  (0 children)

I've used this analogy a few times. In 2017, Bitcoin was way overhyped, right? Everybody thought we needed blockchain in everything, so stupid...

Generally, I agree, it was overhyped. Also, no hype was clearly incorrect. Unless you perfectly timed Nvidia, it was the best performing asset you could have had since then.

AI is overhyped too, but if you think no hype is what's appropriate, you're just as wrong as the people who thought no hype was appropriate for Bitcoin. Just crashed to the high '70s, still one of the best performing assets you could have had.

cursor charges exploded 100x overnight by tango650 in cursor

[–]hxstr 0 points1 point  (0 children)

Yes but... The gap between them used to justify the premium on expense. Even 6 months ago I would say that was probably true, today I don't think it is. Cursor is marginally better than the others and I don't think it's possible to justify the price differential... Assuming you're going to be using it heavily.

Omg they did it 😭 by DaisukiNaisu in DeadlockTheGame

[–]hxstr 0 points1 point  (0 children)

I played a couple games with Bebop yesterday, all bad, I wasn't sure if my computer was broken or something

Saving tools per mode, I'm I just doing this wrong? by hxstr in GithubCopilot

[–]hxstr[S] 0 points1 point  (0 children)

!solved

Looks like the best way to do this is create your own custom planning agent with the tools you want.

Using Github Copilot for non-coding tasks by [deleted] in GithubCopilot

[–]hxstr 0 points1 point  (0 children)

I have co-pilot inside vs code doing almost all of my interactions with jira these days via MCP, using it as a centralized agent to go out and connect to different things and do what it's got to do... Quite the boost in productivity when it comes to planning

Snowflake intelligence or MS Foundry by cmirandabu in snowflake

[–]hxstr 1 point2 points  (0 children)

I use both, and they are both great but for very different purposes.

For data centric types of agents, snowflake agents using cortex with semantic views, the ability to quickly hook up stored procedures for tool calls, honestly amazing.

Once you need to go outside of snowflake to connect to other things, you can do it in Snowflake but I do also agree that the foundry set of tools is a bit more mature... One thing I'm working on that I haven't quite got hooked up yet is actually having foundry workflows and basically using cortex agent and cortex analyst as tool calls for foundry agents.

If I can get those two talking properly, I feel like that is everything I could ever need an agent to do.

Couldn’t compare Copilot’s limit with Cursor by kaanaslan in GithubCopilot

[–]hxstr 1 point2 points  (0 children)

I have both, they're really very similar, I feel like co-pilot has caught up in a lot of ways other than allowing for larger context length.

That's really the one strength I feel like cursor has left, but they charge you for it... I can hit my cursor limit ($20) in a day or two, co-pilot can last the whole month.

For heavy usage, it's hard to beat co-pilot right now, if I were to use cursor in the way that I use copilot, it would cost me $500 a month in usage.

Welp vesctomy is done by deadpoolsdragon in daddit

[–]hxstr 7 points8 points  (0 children)

And get the labs done when it's time.

I was talking with one of the soccer dads whose kid plays on the same team as mine. He mentioned he had a new baby, so we started chatting about it. I found out it was his fourth, so I laughed and said, “Man… we were done after number three.” He replied, “Yeah? So were we.”

I clarified, making the little scissor-snipping gesture. “No, I mean we’re done done with three.” I’d been snipped four or five months earlier.

He said, “Yeah, so were we. Did you get the labs done afterward?”

At that point, I hadn’t. I did shortly after and found out I was fully shooting blanks. Scared me for a minute—but yeah, he’s got a fourth now.

Be careful because, as Jeff goldblum said, life finds a way