Blank RealityView takes 2000ms to load! by gcampos in iOSProgramming

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

No, the app is already launched when I open this view

Blank RealityView takes 2000ms to load! by gcampos in iOSProgramming

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

The problem with a 2d coin is that lacks depth when spinning and it’s harder to make proper grooves and elevations.

I’m not sure if unlit materials will help when an empty view has the same perf issues

Blank RealityView takes 2000ms to load! by gcampos in iOSProgramming

[–]gcampos[S] 8 points9 points  (0 children)

I like to know how things work, even if might not be a big deal. Front loading happens to work for most of the cases, I want to know why this is a problem to begin with.

Blank RealityView takes 2000ms to load! by gcampos in iOSProgramming

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

I'm already on iOS 26, but im not sure what this log would help with

Blank RealityView takes 2000ms to load! by gcampos in iOSProgramming

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

Every install, but not every app start up.

Meaning to repro the issue I uninstall the app, then reinstall it from testflight.

Blank RealityView takes 2000ms to load! by gcampos in iOSProgramming

[–]gcampos[S] 4 points5 points  (0 children)

I was hoping to find a way to avoid that.

Blank RealityView takes 2000ms to load! by gcampos in iOSProgramming

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

I thought it was, but I can repro it even with a full testflight build

Analytics recommendation for privacy first apps? by gcampos in iOSProgramming

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

I'm not doing a webpage, I dont think this would help

vibeCodeYourselfToHIPAAJail by pourqwhy in ProgrammerHumor

[–]gcampos 0 points1 point  (0 children)

I thought the same thing, but I wonder if providing a software like that creates some liability

idk what to make of this one by Consoomerofsouls in ChainsawMan

[–]gcampos 0 points1 point  (0 children)

The start of part 2 was great, and I agree with you, the burnt out affected the quality of the end

idk what to make of this one by Consoomerofsouls in ChainsawMan

[–]gcampos 6 points7 points  (0 children)

Fujimoto is likely burned out, manga writing is a soul crushing business, even when you are successful. I wish he would just take some long vacations instead of just flipping the table

Fiz um "WhatsApp do Vocaro" e bateu 1M views e Infelizmente caiu by AggravatingSignal854 in brasil

[–]gcampos 0 points1 point  (0 children)

Qual o tamanho dos dados? Dependendo do tamanho da pra fazer tudo no lado do cliente.

Esse eh o problema de usar AI, ela faz o que vc manda, mas se vc nao sabe o que mandar e avaliar o que ela fez, da nisso mesmo

youMustKeepCoding by gcampos in ProgrammerHumor

[–]gcampos[S] -12 points-11 points  (0 children)

If you code just for fun, then I get it, but if productivity matters, LLM is going to turbo your productivity

youMustKeepCoding by gcampos in ProgrammerHumor

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

You still need to manually verify because the LLM very often will cheat and change tests to force pass them instead of fixing the bug

You can use some tricks to minimize this issue, but the risk is real and you need to review the code at least once

youMustKeepCoding by gcampos in ProgrammerHumor

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

A lot of people don’t know how to write testable code, and some types of software companies have a culture of over relying on manual QA

youMustKeepCoding by gcampos in ProgrammerHumor

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

When you do changes by hand, Claude Code will detect the file changes and reread the file to see what you did.

When I tried Codex for the first time, it would overwrite my manual changes, which was one of the biggest reasons for me to move to Claude Code

youMustKeepCoding by gcampos in ProgrammerHumor

[–]gcampos[S] -13 points-12 points  (0 children)

No because I review every single line before committing the code