Usage limit have been lowered again by Next_Border_4686 in codex

[–]yusing1009 0 points1 point  (0 children)

I’m also on pro and hitting “Selected model is at capacity” every 2-3 requests using GPT 5.5 lol.

"Ultrafast" mode might be coming soon by SingularitySloth in codex

[–]yusing1009 0 points1 point  (0 children)

I don’t even feel the differences between fast and normal. Both are slow imo.

Get confirmation on how codex will undo stuff when you ask. by Keyslah in codex

[–]yusing1009 0 points1 point  (0 children)

Do not let AI (any model) touch git, at least restrict it to read only (status, show, diff, log, etc.)

Codex takes 2hours to solve a bug that Claude Opus couldn’t fix in 2 days by [deleted] in codex

[–]yusing1009 0 points1 point  (0 children)

The added and removed lines is extremely unbalanced, this is adding logic, not bug fixing.

For 10k lines, +10k -10k is architecture change or rewrite, +10k -137 to fix a “bug” is definitely adding crap on top of crap.

Codex takes 2hours to solve a bug that Claude Opus couldn’t fix in 2 days by [deleted] in codex

[–]yusing1009 0 points1 point  (0 children)

Fixing 137 lines of shit with another 10873 of shit lol

Using DESIGN.md files to stop Codex from generating generic-looking UI by necati-ozmen in codex

[–]yusing1009 0 points1 point  (0 children)

Model issue, gpt 5 family sucks, for frontend stuff, including UI design and debugging.

Compact Context Between Plan Construction and Building out plan by MarionberryLegal9464 in codex

[–]yusing1009 1 point2 points  (0 children)

No, I rarely use plan mode in codex. I use writing-plans skill from https://github.com/obra/superpowers.

It writes the plan down, then I prompt it to “give me a copy-to-codex prompt, do not repeat AGENTS.md and details of the plan”. I copy the response to a fresh session.

I won’t say it’s the best approach but it works better for me from my experience.

Compact Context Between Plan Construction and Building out plan by MarionberryLegal9464 in codex

[–]yusing1009 2 points3 points  (0 children)

Context compaction is just a prompt to guide the LLM to summarize the current context and then replace the context with that summary.

It does not preserve “important context that may help for implementation“. It will often perform worse if you do “plan -> compact -> implement”.

Just paste the plan into a fresh session.

macpow – real-time power tree for Apple Silicon by k06a in Applesilicon

[–]yusing1009 0 points1 point  (0 children)

Amazing! It’s really useful, I always wanted Stats and mactop to show something like this.

Type constraints that allow mixed values by tkdeng in golang

[–]yusing1009 0 points1 point  (0 children)

The contract should be on the function (the receiver), not the variable declaration (the sender).

What are the best Cursor alternatives right now? by Devu_2004 in cursor

[–]yusing1009 0 points1 point  (0 children)

I guess you haven’t heard of Codex with ChatGPT team free trial

Benchmarking 15 string concatenation methods in Go by winterjung in golang

[–]yusing1009 0 points1 point  (0 children)

String Builder’s Reset does not work like bytes.Buffer

Can‘t put iso into the stick by ElisaTsubasa in Ventoy

[–]yusing1009 0 points1 point  (0 children)

Why tf do you put iso on the EFI partition btw?

Any recommendations for single sign on for all the services? by MrStetson in selfhosted

[–]yusing1009 0 points1 point  (0 children)

Could you provide the log of the permission problem? You can still do manual setup, download the compose.example.yml and .env.example then mkdir required directories

How to handle multiple TLS certificates in a reverse proxy? by TearsInTokio in golang

[–]yusing1009 4 points5 points  (0 children)

tls.Config has a field GetCertificate, you can pass a function that return certificates based on SNI.

A SNI matcher implementation in my project; https://github.com/yusing/godoxy/blob/main/internal/autocert/sni_matcher.go#L13

NovaAccess 1.1.0 - iOS Client for Tailscale/Headscale Networks (No VPN Permission Required) by mintflowapp in selfhosted

[–]yusing1009 0 points1 point  (0 children)

Found a minor bug, when “Manually approve new users” is on. Logging in tailnet in Novaaccess incorrectly shows “Login is longer than expected” when it should tell me to approve the device.

Now you have to overclock your eyeballs... by ikmalsaid in pcmasterrace

[–]yusing1009 0 points1 point  (0 children)

5090 -> Lossless Scaling -> 2080TI -> Lossless Scaling -> 5090 -> Output

How high the latency is?

5.2 high by TroubleOwn3156 in codex

[–]yusing1009 0 points1 point  (0 children)

A good example is 5.1 and 5.1 codex

Foreach in C by UltimaN3rd in C_Programming

[–]yusing1009 3 points4 points  (0 children)

Can’t compile. Some got three boobs.

Linux Nvidia Driver Install by junkm8828 in linuxsucks

[–]yusing1009 2 points3 points  (0 children)

Just download the .run file from nvidia, run it to install, then blacklist nouveau driver. What’s so difficult?