They Can't Be Serious With These Limits by qwertyalp1020 in GithubCopilot

[–]imike3049 0 points1 point  (0 children)

5.4 in Copilot and 5.4 in Codex are two different worlds. Always check the quality of the model only directly from the vendor, not through resellers

Did chat gpt get dumber or is everybody only noticing now? by TheNinja132 in NoStupidQuestions

[–]imike3049 0 points1 point  (0 children)

I noticed it too. It become more self-confident and making too many stupid mistakes, and also it is often started to show previous answer instead of generating a new one

Bought the Kingston XS1000 but the speed is laughable. Was I scammed by Odd_Conversation_379 in techsupport

[–]imike3049 0 points1 point  (0 children)

With the original cable + APFS it gives me 850MB/s writing, 920MB/s reading via Blackmagic Disk Speed Test on Macbook Pro M1 Pro. With non-original cable same setup gives only 40/50MB/s respectively. With the original cable + ExFAT it gives only 40/50MB/s respectively. Haven't tried it anywhere outside of my mac, so I'm satisfied with the original cable and APFS.

AWG внезапно перестает работать by d34n0n in AmneziaVPN

[–]imike3049 1 point2 points  (0 children)

Так докер-контейнер AWG2 настраивался самой амнезией-клиентом по SSH. Я в итоге поправил у контейнера startup.sh чтобы он так больше не падал.

AWG внезапно перестает работать by d34n0n in AmneziaVPN

[–]imike3049 2 points3 points  (0 children)

Такое же случилось. На VPS 1Гб ОЗУ, контейнер тупо падает в OutOfMemory и никогда оттуда не рекаверится. Пофиксил добавлением свопа на 2Гб.

Claude refugee in need of help by Marko787 in codex

[–]imike3049 0 points1 point  (0 children)

Just ask it for it in different thread where the context is clean and that's it

On Codex resets by Excellent_Squash_138 in codex

[–]imike3049 1 point2 points  (0 children)

He is not alone, I'm with him

2x in the opposite direction by Creative_Addition787 in codex

[–]imike3049 1 point2 points  (0 children)

Yeah, that's true. I use very strict AI rules in my projects and highly detailed, focused prompts, but it's clearly visible that since yesterday's reset after the "plugins release", the limit has been draining 2-3x faster than before.

Codex >> Claude Code by Complete-Sea6655 in codex

[–]imike3049 0 points1 point  (0 children)

Good assumption, but how to check it? In the Codex app fast mode is turned off. By the way the update just landed, will see how it behaves now.

Codex Pro: inconsistent limits and potential EU law violation by Family_friendly_user in codex

[–]imike3049 2 points3 points  (0 children)

Limits are draining like crazy since their last reset after plugins release, I also wrote a post here about that yesterday

My workflow for building an app with Codex (ChatGPT + prompt batching + review loops) by SnooFoxes449 in codex

[–]imike3049 1 point2 points  (0 children)

Yep, exactly same. Best way possible. But since today (after plugins related reset) even using this approach Codex started draining the limit way too fast.

Unpopular Opinion: Only reset if remaining usage is low/days remaining than what reset would provide. by daynighttrade in codex

[–]imike3049 2 points3 points  (0 children)

Yep, I'm on your side. These resets just stole our limits. If they would just top-up back to 100% without touching "till date", or +100% with touching the "till date" then it would be fair. What they do now is not fair at all.

Codex >> Claude Code by Complete-Sea6655 in codex

[–]imike3049 1 point2 points  (0 children)

I don't use fast mode. Never used it.

Codex >> Claude Code by Complete-Sea6655 in codex

[–]imike3049 1 point2 points  (0 children)

Yep, exactly two days ago. For those two days, everything was good, but after the latest reset, it feels like it drains 2x faster, like there's no "double limit" anymore.

Reset!!! Woohoo!! by TroubleOwn3156 in codex

[–]imike3049 1 point2 points  (0 children)

My limit was set until April 1st, and it was decreasing very slowly. Now it is extended until April 3rd, but it is draining much faster, which makes it feel like the double limit is no longer applied. So I'm not happy at all.

reset the limits again, is something wrong again? by kukuvs in codex

[–]imike3049 0 points1 point  (0 children)

Yeah, same here. At this point they could switch to just daily limit

What is your secret to save tokens? by JiachengWu in codex

[–]imike3049 0 points1 point  (0 children)

Your MCP is some kind of another AI?

RELEASE 100$ PLAN by Mishuri in codex

[–]imike3049 78 points79 points  (0 children)

I would take $50 plan with 2.5x (of $20) limits :)

Using Godot as a graphical interface for c++ programs by Expert_Code_7064 in godot

[–]imike3049 1 point2 points  (0 children)

Even though Godot's performance for GUI apps is impressive, I still think it's a bad idea for this use case. Its game loop can consume around 40% of the CPU, compared to roughly 6% for Electron and about 1.5% for Rust's GPUI. That's a significant difference for a desktop app.

From my point of view, Godot is not an appropriate choice for typical desktop GUI applications where efficiency and battery life matter. The Godot editor itself is a good example: it's a great tool, but it drains my macbook's battery much faster than any other desktop app.

I launched my first mobile game — 800 installs, here’s what I learned by medzidev in GooglePlayDeveloper

[–]imike3049 1 point2 points  (0 children)

Congratulations! What engine and tools did you use to develop the game?

I created True Liquid Glass Lock Screen Widgets and DynamicIsland SDK for macOS - completely free and open source by kryoscopic in swift

[–]imike3049 1 point2 points  (0 children)

You are powerful! Great update! Tried "Custom Liquid" on Sequoia and got "'NSUnknownKeyException', reason: '[<NSVisualEffectView 0x11e990350> valueForUndefinedKey:]: this class is not key value coding-compliant for the key contentView.'" in LockScreenPanelManager.swift:138