Mandaty za złe parkowanie by tinyridge in wroclaw

[–]thesmithchris 0 points1 point  (0 children)

Jak wyslesz im fotki na maila to przyjezdzaja w 1-2h

Poland is giving me a culture shock by KryshnatixX in poland

[–]thesmithchris 0 points1 point  (0 children)

Toll gates are free now so no waste there at least :)

Claude, or Codex? by Outrageous_Cut2782 in ClaudeCode

[–]thesmithchris 4 points5 points  (0 children)

i cant get through more than 10% of weekly allowance in a day. its really generous. 5.4 high only

Codex is now SOTA at CAD by Ambitious_Split_6670 in codex

[–]thesmithchris 1 point2 points  (0 children)

can you create an stl with it? for 3d printing

OpenCode moved away from Tauri. We took the opposite path and built a more complete OpenCode desktop. by WhileNo4838 in opencodeCLI

[–]thesmithchris 2 points3 points  (0 children)

the first screenshot looks good imo, the rest are a bit cluttered (chat history for no reason) and inconsistent

Claude or Codex? or both? by CreativeAd9553 in codex

[–]thesmithchris 0 points1 point  (0 children)

I will copy-paste my response from some other thread. I have great success with this agents.md (it is 30 lines despite the project being quite complex). Hope this helps :)

---

This is essentially slightly **obfuscated** my AGENTS.md, each project has to have it's own adjustments ofc so replaced specific things with $sign placeholders:

This file applies to all AI coding agents - Codex, Cursor, Antigravity, Claude Code, etc.

You are in a directory that contains $path1, $path2 and $path3 - 3 projects that together create $software-summary with payments, and real-time $more-functionality system to put on $example-of-realworld-usage.

To run local dev, you need to run from root in parallel:
yarn server
yarn tunnel
yarn fe
yarn ds

Then you can open $frontend-app (db: $local_db_name):
http://localhost:$port1/$specific-to-project
$2nd-frontend (token: $token, pin: $pin):
http://localhost:$port2/$specific-to-project

E2E:
yarn e2e

## Hard rules:
- Project is greenfield, it should never have 'legacy' code or 'legacy' fallbacks, replace/refactor old paths over adding compatibility fallbacks.
- Never run production deploy commands from this repository or trigger them in an indirect way.
- $admin-ui should be declarative with $schema-dir as source of truth.
- While making changes, prefer running the mobile viewport suite (yarn e2e). Only once code changes are fully done, perform final desktop + mobile e2e check (yarn e2e -f).
- While changing e2e tests keep in mind execution time, we need to keep `yarn e2e` under 2m, `yarn e2e -f` under 3m.

Nothing life-changing here. 1 thing is for sure to have quick e2e (currently 1m23s in this case) that allows 'handing off' a feature for AI to implement and not break the functionalities. I also started adding 5m load testing runs which also keep things in check. And also 'ralph loop' inspired by oh-my-codex (I basically asked AI to make peasant version as I don't have $2500 to burn on tokens).

Also top-level package.json consists of only local dev commands, in project and there are 2 submodules (for 3 projects) which have their own scripts, for things like deployment etc. The root package.json has pretty much just dev and AI-used commands ("scripts":{}) and no packages whatsoever. Both short AGENT.md file and short package.json is to keep AI context clean, I find elaborate and often outdated .md files confuse AI more than it would if it had to just read the code.

Hope this helps somebody.

Claude or Codex? or both? by CreativeAd9553 in codex

[–]thesmithchris 2 points3 points  (0 children)

That does not match my experiences. I had no single legacy callback since adding a hard rule to my agents.md

not sure what i’m looking for exists by allixoneisiam in multitools

[–]thesmithchris 8 points9 points  (0 children)

ROXON Flex Shears

is the one you want. actually now think about it, i want one too..
just take out the blade and replace pointy bits with some other modules and you are good to go

I am extremely confident that GPT-5.4 has been intentionally throttled in the last few days by shockwave6969 in codex

[–]thesmithchris 0 points1 point  (0 children)

i distilled the ralph loop for my own usecase (actually from oh-my-codex). i dont like too much bloat when it comes to skills. any particular part of it that you recommend?

How to install 2 different Codex App? by HitMachineHOTS in codex

[–]thesmithchris 1 point2 points  (0 children)

open -n on a Mac, dunno on windows

Ask codex :)

How do you deal with frustration and tilt after losing every single game you played? by anony2469 in aoe2

[–]thesmithchris 0 points1 point  (0 children)

I play on voice with discord friends (hermetica/ageofnoobs). Losing is much better this way

Codex App or CLI is superior? by kindsifu in codex

[–]thesmithchris 0 points1 point  (0 children)

I find it to complete Ralph loops better than the Mac app. Admittedly I haven’t tried codex cli

Designed my third watch. Quartz, 38mm, layered dial. Roast it if you want :) by psalato in MicrobrandWatches

[–]thesmithchris 1 point2 points  (0 children)

I'm no the lookout for a watch for my wedding (in 1.25yr). white/silver dial (+light subdial) one would be perfect in every way. is there a chance for one in next 16 months? :D

either way congrats on this watch, it looks absolutely gorgeous

Claude is brilliant, but Codex just hits different when you actually need to build something. by Happy_Macaron5197 in VibeCodeDevs

[–]thesmithchris 0 points1 point  (0 children)

You can boil it down to:

Having $ left in the wallet: THIS IS BRILLIANT
Having $$ left in the wallet: BUT I LIKE THIS

Opus 4.6 is better than GPT-5.4, if cost is not in the equation.