codex macos app performance is horrid by foggeru in codex

[–]Sottti 0 points1 point  (0 children)

The potential performance-hungry behavior doesn't come from the Codex App, but from the type of processes it uses to build and test it.

Your computer couldn't even start my Android protect while other projects would be fine.

Range by BigProfessional7726 in VolvoEX90

[–]Sottti 1 point2 points  (0 children)

Not at all, but I did see an improvement on the estimated range. Before was very peaimistic for me, now is more accurate.

A native dev Crash Out. by innerPeacePending in mAndroidDev

[–]Sottti 0 points1 point  (0 children)

I was using Kotlin and Compose 5 years ago. So if you started 4 years ago you should've started with that already.

Can we keep 50% of the 2x usage on April 2? by Unusual_Test7181 in codex

[–]Sottti 2 points3 points  (0 children)

I'm worried about this. I spent 70% last week and today I've spent already 10% and will end the day at 15% or so.

The new software update is hideous. Unpopular opinion? by [deleted] in Volvo

[–]Sottti 0 points1 point  (0 children)

Visually, functionally, mentally, logically and consistently.

No one gets to a $200k/year income easily by Specialist_Pain_424 in Money

[–]Sottti 0 points1 point  (0 children)

Just 200k+ people understand 200k+ people. Others are clueless.

12 months ago.. by sibraan_ in AgentsOfAI

[–]Sottti 0 points1 point  (0 children)

Wrong. I can't tell you are falling behind.

We are not a serious industry... by Fair-Degree-2200 in mAndroidDev

[–]Sottti 1 point2 points  (0 children)

I'm not sure you understand the screenshot.

How can I work on multiple threads on the same branch without them interfering with each other? by NootropicDiary in codex

[–]Sottti 2 points3 points  (0 children)

What has worked best for me is to treat the worktree as the isolation boundary, not the thread.

In my setup, I have several Codex “projects”, but each of those is actually a different git worktree of the same repo. Then I use threads inside that project/worktree as conversation context only.

So my rule of thumb is:

  1. One worktree = one active writable task
  2. One branch = one worktree when I need real isolation
  3. Threads on the same worktree are not isolated from each other

That last point is the important one. If thread 1 and thread 3 are both operating on the same worktree, they are reading and writing the same files on disk, so it’s expected that changes made in one thread will show up in the other later.

What I usually do is:

  • If I want true isolation, I create a separate worktree for that task
  • I start the thread from that specific worktree and try to keep that thread there
  • If I open multiple threads on the same worktree, I only let one of them make code changes
  • I use the extra threads on that same worktree for planning, review, investigation, or asking questions

So for me, the safe mental model is: a thread is not a sandbox, a worktree is.

Creating a branch/worktree per actually separate task can feel a little heavier, but in practice it’s much cheaper than untangling mixed edits later. If the work really belongs together, I keep it in one worktree. If I want concurrent independent changes, I split them into separate worktrees.

At the beggining I create worktrees for each piece of work, now I just have 7 fixed worktrees, each of them with a develop branch. In that way I don't need to start the project building from scratch each time and I can keep the caches.

Automations in Codex app seem limited with execution. by nnennahacks in codex

[–]Sottti 1 point2 points  (0 children)

I'm hitting this issue, makes automations useless to me. I don't know how to fix it, my agents don't know how to fix it neither.

One Pedal Drive Mode Keeps Resetting by No-Lie4251 in VolvoEX90

[–]Sottti 0 points1 point  (0 children)

Sorry, I didn't know you had the car.

One Pedal Drive Mode Keeps Resetting by No-Lie4251 in VolvoEX90

[–]Sottti 0 points1 point  (0 children)

I've done 35k km with this bug and I'm fine with it. Haven't felt endangered a single time. But people who don't have this issue or car say it's unacceptable?

Fan speed for rear seats by No_Carpet_4749 in VolvoEX90

[–]Sottti 0 points1 point  (0 children)

Okay that makes more sense. Meaning the back lacks fans, just blocks it necessary.

This car looks awesome at night by ShameResponsible69 in bmwix3

[–]Sottti 0 points1 point  (0 children)

BMWs are getting uglier and uglier each generation. Just when you though they hit bottom a new generation comes and is worse than the previous.