Forgot your password?
typodupeerror

Comment Re: Bullshit. (Score 1) 118

Can't do it. I'm refactoring on a large code base. I eventually had to tell it to work on just one task and ignore other concerns it had to prevent it from investigating until it got stuck in a cycle of investigation.

Understood, and yeah single tasking seems like a good workaround given the situation. Or switching to an LLM with a larger context window, if possible/practical. I was able to get about 7X more context window "runway" using the AST approach, but it's a relatively small code base to begin with.

Comment Re: Bullshit. (Score 1) 118

Sounds like you're running up against the context window of whatever LLM you're using. Try converting your code to a minified abstract syntax tree first and pass that to your LLM, and ask it what full text it needs in addition to that. It should stay within the context window much better that way.

Comment Re:Feels like the U.S. is turning into a dictators (Score 2, Insightful) 279

I hate to say it like that but it feels like the U.S. is slowly turning more and more into a dictatorship. Isn't this the kind of things you have to do in a dictatorship? I feel for the U.S. people right now.

There has been erosion over many years, but Trump is doing it's best to make it one right now.

Lucky for us he's an utter fuckup.

Comment Re:I know its not an original idea (Score 2) 29

The fact that it makes a big cloud around a galaxy or cluster rather than collapsing puts a lot of constraints on what it can do.

For more info, you'll have to go to someone who knows more about it than what I've read on science-news websites.

Dark energy is a real puzzle. As I understand it, it's too weak by a factor of 10^30 or 10^60 in comparison from what we should expect the known vacuum energy would cause. You see this mentioned very occasionally, but most treatments of DE that a layman runs across just ignore it in favor of wringing their hands over some issue that is trivial in comparison.

Comment Re:I know its not an original idea (Score 1) 29

Some boffin cam up with that idea, but they rule it out because DM apparently doesn't interact with itself (very much) other than by gravity, so it can't clump up tight like a star or a planet or a living thing. (Something to do with shedding energy, IIRC.)

But it's a cool idea. If I were a novelist I'd run with it.

Slashdot Top Deals

(1) Never draw what you can copy. (2) Never copy what you can trace. (3) Never trace what you can cut out and paste down.

Working...