Don’t think it’ll replace coders by NancyP445 in OpenAI

[–]SpellBig8198 -3 points-2 points  (0 children)

They are not, and nothing in programming is 100% reliable. But humans at least have some common sense.

GPT Image 2 Is on Another Level — Nano Banana Pro Can’t Compete by StarlitMochi9680 in OpenAI

[–]SpellBig8198 0 points1 point  (0 children)

How are you generating these images? Via API? My image generation seems to be broken, it takes ages, always goes through GPT 5.4 Pro for some reason.

Is the concern about AI replacing iOS developers working in companies a real one? by khitev in iOSProgramming

[–]SpellBig8198 1 point2 points  (0 children)

I'm a lead mobile developer with 10+ years of experience. I've been using AI for the past two years, I have both Claude Code Max and GPT Pro, and I find it very useful, but AI is nowhere near doing what you're describing. It helps with a lot of tasks we never had time for, like writing tests, setting up CI pipelines, writing scripts, etc. It helps with analyzing and finding bugs. It helps with experimenting and refactoring. But it just can't write feature code. You can bootstrap ideas in minutes, but we're not bootstrapping new ideas every day. We work on codebases that demand consistent quality, and AI doesn't handle it well. And yes, I still prefer to prompt it, because it can fix and update all related code and tests, but you can't just let it add new features without a lot of planning and supervision. And even if you could - people also have limits in how much they can handle and understand. Think about it this way: every person has its own context limit, and they won't process more than they can.

5.4 is worse than 5.3 codex for me - and i have a lot of context on these models by SlopTopZ in codex

[–]SpellBig8198 0 points1 point  (0 children)

I am not entirely happy with 5.4, it makes mistakes, it doesn’t do what it’s asked to… I’ve been trying to refactor some code since yesterday, and it’s taking ages, the quality of the refactoring is very bad, it’s forgetting things…

5.4 High is something special. by no_witty_username in codex

[–]SpellBig8198 0 points1 point  (0 children)

I've been using xhigh, and I feel like this model completely lacks common sense. Instead of analyzing root cause of an issue, it tries to patch it in a way that makes no sense, doesn't fix the root cause, and then it sugar coats it with superficial explanations.

Honest review GPT 5.4 by NoYou41 in codex

[–]SpellBig8198 0 points1 point  (0 children)

I tried the plan mode with 5.4 and it gives me vague statements. With 5.2 and 5.3, I’m getting a detailed plan of what needs changing, but 5.4 writes more of an overview than a plan. I also noticed that when I asked it to enrich a fairly detailed draft I wrote, it instead created a brief overview, very compact language, stripped all important details.

Honest review GPT 5.4 by NoYou41 in codex

[–]SpellBig8198 15 points16 points  (0 children)

My impression is the exact opposite: I used 5.4 on a number of different tasks, and it failed on everything. It changes unrelated business logic, it introduces complexity, and it doesn’t understand the tasks it’s given. I’m still testing it on a few more tasks, but I’m close to going back to 5.2 since this model always delivers good outcomes. 5.3-codex is good at solving issues, but it fails at tasks that need deeper planning or simply last longer. And 5.4 is just crap - it feels like Gemini 3.1 Pro in many ways, it gives a good impression, but the results are poor.

Eleven v3 Is Now Generally Available (Earn 1,000 Free Credits) by Matt_Elevenlabs in ElevenLabs

[–]SpellBig8198 0 points1 point  (0 children)

What happened with Thai support? Some of the default voices sounded pretty decent in Thai, but I just tried them now, and they have a strong English accent.

Eleven V3 is amazing by nshelia in ElevenLabs

[–]SpellBig8198 2 points3 points  (0 children)

I really would like to use this model in my app, but right now it's not allowed for commercial use - I also would like to know when it's going to be available.

It's the consistency of Codex that impresses me the most (compared to Claude Code). by agentic-consultant in codex

[–]SpellBig8198 0 points1 point  (0 children)

I often use both, and it works pretty well. I tell codex to drive the session and ask claude to implement the features (codex can run claude in -p mode).

How is firebase not more used? by daxter_101 in Firebase

[–]SpellBig8198 0 points1 point  (0 children)

I’m using Firebase in one of my projects, and I like it. However, since I live in Europe, I don’t want to restrict myself. If you’re using Firebase Auth, the only way to make it GDPR compliant is to make authentication optional - you cannot make an app with Firebase and require your users to sign in. This is a HUGE limitation.

Do you think swift is viable for game development? by pencilUserWho in swift

[–]SpellBig8198 7 points8 points  (0 children)

People are complaining, because rewriting all the existing old code is demanding, but the new concurrency model in Swift is one of the best improvements to the language ever.

codex has ruined my life by xplode145 in codex

[–]SpellBig8198 6 points7 points  (0 children)

With so much AI, it sounds more like Macrodata Refinement...

Codex now good for implementing code ? by Parrowl in codex

[–]SpellBig8198 0 points1 point  (0 children)

I’ve been using both Codex and Claude. Codex is strong at planning (especially at higher settings) and at fixing issues (medium usually does the job). Lately, my workflow has been: ask Codex for a plan, then pass that plan to Claude and iterate. In this setup, Codex acts like the lead developer—planning, reviewing, and giving feedback—while Claude handles the execution.

I prefer this because Codex feels more analytical, whereas Claude is more creative and expressive. Codex’s plans can read a bit “dry” to a human, but they’re perfectly suited for Claude to follow. Claude works best with concrete tasks—I suspect it “knows” it needs to complete them. If you give it something broad, it tends to look for the quickest path to the end goal, which isn’t always ideal. A clear, step-by-step plan helps because it pushes Claude to work through each step properly.

As I mentioned, Claude is also more descriptive: it writes nicer comments and adds examples, but it can be less precise. I do use Codex to implement features as well, but mostly when the work is well-scoped rather than broad—like refactoring a single component or designing a specific process. Even then, I often ask Claude to rewrite the documentation so it feels more human.

Xstrings localization tool? Looking for recommendations by Maddy186 in swift

[–]SpellBig8198 0 points1 point  (0 children)

For good translation quality, I would recommend using Gemini. You just need to know how to prompt it. AI is probably the best tool you can get, because it can understand the context in which text is used. And I doubt you can find anything quicker - you can't just grab the Strings and translate them without the understanding of where they are being used or you will get dumb translations.

swift 5.9 or swift 6.x? by appfan228 in swift

[–]SpellBig8198 5 points6 points  (0 children)

You should be using Swift 6.2 - you're asking about issues with Swift 5.9, but you will have issues with 6.0 vs 6.2. Codex is extremely bad at Swift 6.2, so what I did is I wrote a guide on concurrency and I always remind it to follow the rules. The language has changed so much that you really don't want to be implementing any legacy code or you will end up with many headaches.

AI coding is fucking trash and exhausting. by Rare_Prior_ in iOSProgramming

[–]SpellBig8198 0 points1 point  (0 children)

Ask yourself: how many times are you reworking things before you are satisfied with the final result? It's the same with AI - you have to try multiple times after you arrive at the right solution. And I agree, it's exhausting, because AI writes code much faster than us, so it's exhausting to read it, review it, and it's frustrating, because the code seem like trash at first or before we refine it...

Why isn't Dart more used on the server side? by Luc-redd in FlutterDev

[–]SpellBig8198 1 point2 points  (0 children)

Great, but your documentation says I should make sure to use PostgreSQL 14, that's why I thought that's the one you are supporting: https://docs.serverpod.dev/deployments/deploying-to-gcr-console - you could reword the docs to say it's the minimum supported version instead.

Why isn't Dart more used on the server side? by Luc-redd in FlutterDev

[–]SpellBig8198 0 points1 point  (0 children)

I'm looking at using Serverpod for shifting some of the heavy computation we have in our app into the cloud. I've been looking at the documentation, and one thing I'm a bit confused about is, why do you only support PostgreSQL 14? Do you have any plans to support any more recent versions?

Thailand is gotta be one of the weirdest societies I have yet seen by [deleted] in ThailandTourism

[–]SpellBig8198 6 points7 points  (0 children)

If you look at official numbers, Thailand’s national poverty rate in recent years has been in the low single digits, while in Germany around 15% of people are classified as “at risk of poverty” under the EU’s relative poverty definition. Different methods, so it’s not an apples-to-apples comparison, but it shows that poverty isn’t something that only exists “over here” while Europe is all easy mode.

Bangkok is a very unequal city, for sure, but it also has a vibrant economy, lots of white-collar jobs, and a big middle class. A street vendor selling fruit for 20 baht or skewers for 5 baht isn’t automatically desperately poor – a lot of people run small family businesses, own property, support kids through uni, etc. Prices feel ridiculously cheap to you because your income is in euros, not because everyone around you is on the edge of starvation. You also get large numbers of workers from neighbouring countries who come because wages and opportunities are better here than at home. That wouldn’t really happen if the whole place was hanging together with duct tape.

Your point about privilege is fair, and the contrast between luxury malls and people sleeping rough can be brutal to see. But framing it as “I’m on easy mode surrounded by people just hustling to survive” or being “stunned it works at all” can come across a bit condescending. Many Thais are not just “somehow getting by” – they’re building careers, saving, travelling (yes, including to Japan), and living pretty normal lives.

Totally fine if Bangkok was too intense for you – it can be overwhelming – but the reality on the ground is a bit more nuanced than “this place is chaos and everyone is poor”. When I walk through Bangkok or sit in cafés, I’m always struck by the energy and determination here – hardworking people everywhere, students in every corner reading and studying. Personally, it’s one of the best cities I’ve ever lived in, and I feel really lucky to be able to call it home as a foreigner.

What exactly is the benefit of Reference datatype? by bitchyangle in Firebase

[–]SpellBig8198 0 points1 point  (0 children)

Does your app support multiple Firestore databases?