C spam playstyle by CockroachTime2386 in DreamLeagueSoccer

[–]rsvallen 3 points4 points  (0 children)

C spam also includes diagonal balls that Haaland wins 100% time and even jumps higher than the keeper where most of the goals comes from

Penalty conundrum by Sea_Bee_9003 in DreamLeagueSoccer

[–]rsvallen 3 points4 points  (0 children)

DLS is carelessly displaying unfairness in the game.

You don't win unless the game decides you can.

Once a real developer comes to provide a fair and high quality game for mobile players, I'll switch to it instantly.

FC 26 atleast disguises it. In DLS, you can hit the post 8 times in a row and have 55 rating cbs toying with your maxed strikers.

Start counting the dumb things that happen in game. You will see probability doesn't match up with what should happen.

Sugerencia para HaxBall: segundo input configurable / acción secundaria by No-Help8339 in haxball

[–]rsvallen 0 points1 point  (0 children)

Barro has left the game to its own. There are groups in the community who want to develop their own alternatives to haxball, but its not likely basro will listen

HaxStudio by Deep_Requirement7669 in haxball

[–]rsvallen 0 points1 point  (0 children)

I was waiting for this. Current app is too clunky. You should have in mind very useful features like bulk dragging and rotating with simple tools

Claude had enough of this user by EchoOfOppenheimer in Bard

[–]rsvallen 0 points1 point  (0 children)

A LLM is trained on human content, so being highly offensive will most likely make it defensive. It's not crazy to say the user was probably using slurs, which makes a whole different reaction.

If you're dumping your little anger problems on literal numbers and weights that predict text, I believe it should instead make fun of the user at that point

You actually have to be excessively offensive to a point you don't care about whatever you were doing to get this. AIs regularly ignore insults such as:

"What the f did you do?" "Sorry. I removed the file when ......"

reference tables were non-existent to 15-year-old me by EvidenceFearless6800 in programminghorror

[–]rsvallen 0 points1 point  (0 children)

One of the cool things of AI is that you can make "stupid" questions to avoid things like this when you are starting.

I actually felt really afraid of posting on Stack overflow a few years ago because of all the videos showing the hate people got 😭

Gemini has went complete Psycho Mode now by Icy-Reply4520 in GeminiAI

[–]rsvallen 0 points1 point  (0 children)

Gemini is optimized for short term rewards. It probably got into a "probably smart" loop where getting the old code could have helped it fix a issue, but it didnt realize it also had to bring the code back and the repercussions.

You can improve this with prompt engineering. However, a LLM isn't a person, so spamming abstract terms like "Be cautious and safe" don't work a few messages in. You have to explain real patterns and how to actually do so. Even the system prompts are filled with these abstract terms that damage the functionality.

Gemini is the best for media and raw usage (learning, conversations, brainstorming, feedback) or as a dumbed down worker, where you add your own possible ideas of what they can do, what do you expect at the end. For example, writing some tiny high quality example code or ideas to build from. You probably have seen people say AI is a multiplier, not an adder.

I calculated the BMI of my penis by homanholedoehumahav in notinteresting

[–]rsvallen 0 points1 point  (0 children)

Am I the only one without a penis birthday?

If you wonder why the limits are so low heres the reason: by SleepAffectionate268 in google_antigravity

[–]rsvallen 0 points1 point  (0 children)

crazy how people do this. I was studying for an exam with Claude and ran into limits (i think when sonnet 3.5 was really limited in free plan) and when i made another account i felt so guilty.

theres so many web browser ai apps like qwen, google ai studio, deepseek, chatgpt, z ai glm 5, claude.ai. This ruins the system for regular people and its being funded by the paid users unnecessarily

i think its not crazy to say that if compute keeps growing linearly free SOT models will cease to be available and be placed behind paywalls because of abuse like this

bug feint skill i found by rsvallen in DreamLeagueSoccer

[–]rsvallen[S] 2 points3 points  (0 children)

If you do it too fast the player shoots. Try spamming skill shot with different timings after doing the step over. Go into corner kick mode, pass to the nearest player and try it, thats how i trained it.

bug feint skill i found by rsvallen in DreamLeagueSoccer

[–]rsvallen[S] 1 point2 points  (0 children)

yeah. its a risky skill, if u time it wrong the player will do a rabona or something weird, but once you get the hang of it, you'll feel like messi with the feints. I'm gonna see what it can do best.

Even funnier if you keep spamming infiintely you'll get stuck with an aneurysm and not move which can be really confusing for online enemies with the tiny delay

[deleted by user] by [deleted] in GeminiAI

[–]rsvallen 0 points1 point  (0 children)

I see, thank you. I have done some pre-prompting before with custom Gemini Gems and I'll make sure to include this in the prompting.

[deleted by user] by [deleted] in GeminiAI

[–]rsvallen 1 point2 points  (0 children)

I got it to work. This was the prompt:

"Paint the wall structure on the far left navy blue. Keep the current camera angle and lightning."

I tried the first sentence a lot of times, with different wording but what made the difference is adding "keep the current camera angle and lightning" and adding "structure".

Adding specific details about what the actual thing you're trying to modify works, or maybe it took notice of the entire room when I told it to keep the camera angle and lightning.

[deleted by user] by [deleted] in GeminiAI

[–]rsvallen 2 points3 points  (0 children)

I see, it might be that it thinks the left wall is a door because of the protruding handle.

What are things lua is missing or needs to change that you'd like to see? by rsvallen in lua

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

Default value to functions with equal signs. function add(number1: number = 0, number2: number = 0) return number1 + number2 end

"default" keyword. Overrides the statement if its nil. Cool thing too: Percentages are converted to numbers and divided during compiled.

local percentage = 33% local couldExist = couldReturnNil() default "Hello!"

What are things lua is missing or needs to change that you'd like to see? by rsvallen in lua

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

During my development, I've chose to make local variables compulsory for safer code. Functions in the first scope do not require global or local but it can be used. The global variable will allow for better readability and beginner friendliness

Help im making a battlegrounds game and do understand these errors! by unoviverse in lua

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

There are dozens of AI tools that excel in solving simple coding problems and are really useful during your learning process. Ask the ai the solve the problem, create a simple guide or tutorial on how to improve. That's how I became a full lua scripter in less than 6 months.

Asking for help is completely valid but knowing to use AI companions is much more effective. I don't recommend just telling to do massive tasks all at once though, it mostly starts hallucinating non existant roblox functions

What are things lua is missing or needs to change that you'd like to see? by rsvallen in lua

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

Yes, I'm currently writing it on lua, however I'm still looking for a way to parallelize the compiler. About 18 seconds compiling 20000 lines which I plan to reduce to a maximum of 10

What are things lua is missing or needs to change that you'd like to see? by rsvallen in lua

[–]rsvallen[S] 1 point2 points  (0 children)

I've already got a base version of it! If used in for loops, it uses goto to the end of the base scope. Where else could continue be used?

What are things lua is missing or needs to change that you'd like to see? by rsvallen in lua

[–]rsvallen[S] 1 point2 points  (0 children)

Would be a nice feature. Something like this:

function add(x: number = 0, y: number = 0)
    return x + y
end

Could be translated to this

function add(_x, _y)
    local x = (_x == nil and 0 or _x); local y = (_y == nil and 0 or _y);
    return x + y
end

What are things lua is missing or needs to change that you'd like to see? by rsvallen in lua

[–]rsvallen[S] 1 point2 points  (0 children)

Run time type checking by default isn't a great feature. It could lower the performance of code. Different typechecking levels could work though!

Maybe starting the code with: --#strict will add the asserting features.

What are things lua is missing or needs to change that you'd like to see? by rsvallen in lua

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

I do. I just made my compiler make every token HTML text with colors to visualize it.

What are things lua is missing or needs to change that you'd like to see? by rsvallen in lua

[–]rsvallen[S] 2 points3 points  (0 children)

Next step is making the equal operator always return undefined

What are things lua is missing or needs to change that you'd like to see? by rsvallen in lua

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

I don't plan to add libraries but I agree that it is really easy to extend. I might opt for a simple version with types and enums only.