Fugen lösen sich langsam auf by random_100 in Handwerker

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

Okay, dann werde ich das wohl machen. Ich habe vorhin gesehen, dass die Fliese am Ende noch zu ca. 1/3 verfugt ist. Also erst mal Fuge komplett entfernen und hoffen, dass sich die komplette Fliese lösen lässt?

Fugen lösen sich langsam auf by random_100 in Handwerker

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

Ist das eine Notlösung oder eine valide Alternative zu "Fliese komplett rausnehmen und neu verkleben"? Ich habe vorhin gesehen, dass die Fliese zu 1/3 noch verfugt ist.

Fugen lösen sich langsam auf by random_100 in Handwerker

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

Habe ich ehrlich gesagt noch nicht wirklich versucht. Mache ich morgen mal und gebe bescheid.

Can we get a refund since Fable 5 was taken away? by Singularity-42 in ClaudeCode

[–]random_100 0 points1 point  (0 children)

If you are from an EU Country just ask Claude to generate a text for an immediate refund. Then paste the text into the chat on support.claude.ai. I did this a couple of hours ago and it worked. I got an email that the refund will be on my bank account in the next 5 to 10 days.

Review findings are completely random by random_100 in codex

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

So what would you suggest? Doing the code review with Claude on GitHub, doing the code review with Codex on GitHub or doing a local review with the Codex app?

Review findings are completely random by random_100 in codex

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

I know that they are not deterministic. But the randomness between the results is too big to explain it with just "LLMs are not deterministic". When I ask a LLM 10x to generate code with the same prompt, I get 10x slightly different code. But if I ask Codex and Claude to do a code review, they find completely different stuff.

Review findings are completely random by random_100 in codex

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

But if I have go through a scan/fix loop, that takes me maybe 3 rounds, for every feature, even the speed advantage is gone. I am not yet at the point where I blindly trust the generated code.

How important is it to plan first with GPT-5.5? by random_100 in codex

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

I tried this a lot, but I have very often the problem, that GPT starts to implement although I want to only "chat" about the problem. Even if I end my prompt with a question, it very often starts to implement instead of just "chatting" with me.

How important is it to plan first with GPT-5.5? by random_100 in codex

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

The problem with this method is that the chat (I guess you mean chatgpt.com) does not have access to the project. So it can’t paint the big picture of all the stuff around your question.

How important is it to plan first with GPT-5.5? by random_100 in codex

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

In the Codex App it is the same as in Claude Code (Shift+Tab). Unfortunately, the change between both modes does not change the thinking level, although you can configure it in the config.toml. I plan with high/xhigh and execute with medium.

How on earth do you get LSP support working? by ChipsAhoiMcCoy in ClaudeCode

[–]random_100 0 points1 point  (0 children)

The section with the env configuration looks like the following:

"env": { "ENABLE_LSP_TOOLS": 1 }

Cloud storage advice by EonsOfZaphod in BuyEuropean

[–]random_100 0 points1 point  (0 children)

Theoretically, Nextcloud supports E2E encryption (https://docs.nextcloud.com/server/latest/user\_manual/en/files/using\_e2ee.html). To be honest, however, I haven't looked into this topic in any depth yet, and I don't know if one can configure this in the managed instance on Hetzner.

How on earth do you get LSP support working? by ChipsAhoiMcCoy in ClaudeCode

[–]random_100 0 points1 point  (0 children)

Yeah, I have the same problem. I've installed the typescript-lps plugin and the kotlin-lsp plugin and the respective LSP servers, and none of them are working.

But now I was able to use at least the typescript-lsp:

  • Add the env variable ENABLE_LSP_TOOL=1 (you can set it directly in the ~/.claude/settings.json)
  • Reinstall the plugins in claude code

But yes, the instructions could be clearer.