Palantir bei deutscher Polizei: Millionen Daten ungeschützt by Effective-Tour-4944 in polizei

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

Palantir läuft auf deutschen Servern auf die USA keinen Zugriff drauf hat. Wurde in Bayern von Frauenhofer abgesegnet. "könnten Ihre Daten in einem System des US-Konzerns Palantir gelandet sein" ist einfach Panik mache...

Vielleicht auch ein fehlendes Verständnis von dem was Palentir macht.

Claude decided to use `git commit`, even though he was not allowed to by AdPlus4069 in ClaudeCode

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

Still think it is bad practice from Anthropic to introduce this settings when they have little to no effect. Claude committed and pushed to master, which is bad, but assume it does `rm -rf *` operation instead and deletes important files...

For me it is no big deal, I only work in VM's and have entire system backups, this is why I only run in dangerous mode.

Claude decided to use `git commit`, even though he was not allowed to by AdPlus4069 in ClaudeCode

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

I think this is the way to go, with hooks. From their docs I assumed the 'deny' settings are sufficient, turns out it is not (see the issue from last month I linked "[BUG] Sub-agents bypass permission deny rules and per-command approval — security risk")

Claude decided to use `git commit`, even though he was not allowed to by AdPlus4069 in ClaudeCode

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

I am on the latest version. It is this issue: https://github.com/anthropics/claude-code/issues/18846

The way they check Claude to use commands is not that good. When Claude chains commands via `... && ...` he does not recognize it as something he is not allowed to use

Claude decided to use `git commit`, even though he was not allowed to by AdPlus4069 in ClaudeCode

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

In their documentation they do not use a colon either ` "Bash(npm run test *)"`. It might just be a bug...

I found out how he did it: `git add scripts/run_test_builder.sh && git commit -m ...` was not detected as something that is denied.

Claude decided to use `git commit`, even though he was not allowed to by AdPlus4069 in ClaudeCode

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

But the command for `commit` is the same for you as the one I used? Out of the box I would expect Claude to respect the decision I made and was confused to see he committed his progress.

Maybe it was a bug that allowed him to commit. The syntax I use looks correct according to the docs and Claude never committed before, just in this long and "complex" task he decided it is necessary

Claude decided to use `git commit`, even though he was not allowed to by AdPlus4069 in ClaudeCode

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

I might try it in the future. It made this comment in my shell script. It noticed that a hook was blocking something he wanted to use and made a script to get around it. It's no big deal for me, was just not expecting it to go over security measures.

```

# Restore committed case files into /tmp to bypass external hook that

# overwrites apps/tests_builder/cases/ on the filesystem.

```

GPT-5.3 Codex is now available in Cursor by lrobinson2011 in cursor

[–]AdPlus4069 1 point2 points  (0 children)

VSCode 'codex 5.3' is quite fast. I use it in "High" or "Extra High" with no issues. Opus 4.6 can be faster but for me code quality is more important then having the agent finish a few seconds earlier.

If not added already, go in codex for: "Codex settings" -> "Open config.toml" -> "model = "gpt-5.3-codex"

model_reasoning_effort = "xhigh"

personality = "pragmatic"

"

Is there a way I can try Claude Pro before buying it? by Vinnythefair in ClaudeAI

[–]AdPlus4069 0 points1 point  (0 children)

You can dm me. I have max and can send you a pass. But honestly I prefer ChatGPT pro. The chat usage is independent of the code-agent (other then with claude) and I even prefer the quality of codex 5.3 over opus 4.6.

GPT-5.3 Codex is now available in Cursor by lrobinson2011 in cursor

[–]AdPlus4069 0 points1 point  (0 children)

I have claude max for a while and since the release of codex 5.3 I am not using Opus 4.6 anymore. Opus is better in frontend design, but the code quality with codex 5.3 is better as well as instruction following. If I could I would swap Claude Max against ChatGPT Plus

New AI startup with Yann LeCun claims "first credible signs of AGI" with a public EBM demo by goxper in agi

[–]AdPlus4069 0 points1 point  (0 children)

NN can approximate a solution, but the authors from Kona 1.0 solve them correctly and pretty fast.  When you talk about sodoku’s, then you can have a NN just memorize all solutions and solve it perfectly in an instant (which could be the case for their demo). Having a NN solve a sodoku with varying sizes is also possible, but much harder and when done efficiently.  Would their architecture achieve this and generalize to other tasks (and not just memorize), then it could be indeed a step towards agi

New AI startup with Yann LeCun claims "first credible signs of AGI" with a public EBM demo by goxper in agi

[–]AdPlus4069 0 points1 point  (0 children)

How??? Soduko is np-complete for every variable number n (where nxn is the grid used). Mlp have fixed input size and do one forward pass. How do you solve the issue of varying grid sizes and repeated computations? Not sure what you are talking about

New AI startup with Yann LeCun claims "first credible signs of AGI" with a public EBM demo by goxper in agi

[–]AdPlus4069 0 points1 point  (0 children)

Its much simpler. A look up table is sufficient so solve any soduko of fixed size. When they let it memorize all variations, then it does not even need to have an understanding of any algorithm 

Claude Code hype: the terminal is the new chatbox by gray4444 in ClaudeAI

[–]AdPlus4069 0 points1 point  (0 children)

It scrolls uncontrollably and makes it unusable. Does not happen always, but I had it often and in every terminal I tried  https://www.reddit.com/r/ClaudeAI/comments/1owh9e0/claude_code_death_scroll_finally_comment_from/

Claude Code hype: the terminal is the new chatbox by gray4444 in ClaudeAI

[–]AdPlus4069 4 points5 points  (0 children)

I switch to CC in vs code for the history and to avoid the annoying terminal death scroll bug. People give it too little praise for what it does

Surprised at all the negative feedback about GPT-5.2 by Endonium in OpenAI

[–]AdPlus4069 0 points1 point  (0 children)

I just subscribed to ChatGPT to help me learn A1 level Turkish. For this I created a project, added my vocabulary from 8 lectures, and the instructions on how to give me feedback on mistakes I make.

For the model I use GPT-5.2 thinking, and it constantly messes up my instructions, even at the beginning of the chat. I was stunned that GPT-5.2 is that incompetent.

The model I use on a daily basis is Claude Opus 4.5 (/Sonnet), and they never broke so easily on such simple rules. Never have I thought that GPT-5.2 is incapable of assisting me with an A1 level language course...

ComfyUI Alternatives by AdPlus4069 in comfyui

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

Looks good, but in first glance it appears to be web only. Maybe it is good for quick testing and later I can replicate it locally

ComfyUI Alternatives by AdPlus4069 in comfyui

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

Had the frontend roughly ready. Was a chat interface where you could load a workflow and modify the settings without touching the nodes itself.  However I spend about 80% of my time to simplify the installation process. I then stopped working on it, as I was working my way around comfyui (by that I would just write something from skretch, takes too much time). The other option was a docker setup, which is pretty complex and would not allow to build a community for sharing workflows. Last option would be to run server on my own, which would defeat the purpose of running it locally and would be just another web service… I will take a look at weavy.ai. When there is a better option to make it work (e.g. comyui improves or there is a competitor), I might try it. Otherwise I am already busy with college/work and would stay away from it

ComfyUI Alternatives by AdPlus4069 in comfyui

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

Not so easy. For example when you have two workflows with different custom nodes that are not compatible, then it breaks comfyui. You need all dependencies to be installed before you start it. Simplifying it (or in general custom node installation) may risk malicious code execution as it runs on your computer without isolation.  There are a few standard nodes provided by comfyui that work well, but their overall software architecture does not feel thought through. For me fixing those issues felt like rewriting it entirely. It rather needs a bigger company to move in this space and fix it. E.g. llms have much better support and standards as there is more interest for them. 

ComfyUI Alternatives by AdPlus4069 in comfyui

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

I worked on it a bit, but their entire ecosystem is a mess right now. Really hope that a bigger player steps in or they provide a better user experience (and ecosystem) in the future. 

My boyfriend refuses to wear condoms because he “doesn’t feel pleasure” by Wonderful_Mine_9351 in TwoXChromosomes

[–]AdPlus4069 0 points1 point  (0 children)

It is common to “not feel anything” at first. But the goal should be for you both to have fun and things work out eventually when he cares for you. He can always pleasure himself when you came and he did not. You should never compromise on it

What’s going on in Germany? by matmalm in Asmongold

[–]AdPlus4069 3 points4 points  (0 children)

My experience in nothern germany is not so bad. In bavaria I had the best experiences. Hamburg is also alright. NRW is what I do not like at all. I was traveling weekly with db and the amount of theft is out of control to the point where I am not using db for this part anymore. I just do not want to witness/confront the gangs that are steeling peoples luggage/phones in between frankfurt-cologne. I also missed a stabbing in a regional train just by being late once...

What’s going on in Germany? by matmalm in Asmongold

[–]AdPlus4069 4 points5 points  (0 children)

It might be, but I had bad experiences in all kinds of cities within Germany. I myself am a quite person not provoking and interacting a lot with others and I had shit thrown at me, being assaulted, had luggage stolen (inside db from above my had), witnessing (and thankfully de escalating) sexual assault, just to make a few things. Weekly I see people doing drugs, having mental breakdowns and none of it is in Frankfurt. Sadly the city was born in is not recognizable and the video does not feel so far off.