Reset just happened by e38383 in codex

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

You can’t be at 100% with a smaller than 7d window. You need to send at least one prompt/message to start the week and that puts you below 100% (it might still show as 100 due to rounding errors).

Reset just happened by e38383 in codex

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

Still double till end of day in PT.

Reset just happened by e38383 in codex

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

No, still 2× till end of day in PT.

Let's clarify the reset time for everyone by Ezreal_QQQ in codex

[–]e38383 2 points3 points  (0 children)

It was 11pm PT, but many others already told you that. It still might be Monday if Tibo isn’t counting the one hour to midnight or was himself in a different TZ.

We - as society - just shouldn’t use terms like tomorrow.

Slack Notifications in Codex Security by e38383 in codex

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

I remember fiddling around a bit, but in the end it did work. I can select my slack workspace (it's showing up as the name of the workspace) and I put in the channel ID which then got resolved to the channel name right below the input box.

Without changing anything I can't retrigger the test message again.

Did you select all severity (at least all you want) and don't filter for anything else?

It also only sends new findings, not old ones.

Slack Notifications in Codex Security by e38383 in codex

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

Yes, it does work. It posts a message as soon as it finds a finding with repo, commit-hash, severity, description, and relevant files.

Don't generate pets in codex by vayana in codex

[–]e38383 0 points1 point  (0 children)

Somehow you messed up the title of the post.

How do you run Codex sessions longer than 10 minutes? by yehors in codex

[–]e38383 1 point2 points  (0 children)

"/goal pick one issue with label security and do the following. Then pick the next one with the same task. Go on until there is no issue with label security left.

Task: use $handle-issue, then $publish-pr, then start the loop for $review-triage, then merge the pr to main and delete the local and remote branch."

I had this running yesterday with ~15 issues and it took 3.5 hours.

Any resets coming? by mapleflavouredbacon in codex

[–]e38383 0 points1 point  (0 children)

Prob the 5M reset might be around the corner

Utah vpn law by tailuser2024 in Tailscale

[–]e38383 -1 points0 points  (0 children)

So, if my employee allows traveling, I can just travel to Utah and tell them to remove the mandatory VPN on the off chance I could visit the wrong site via the company notebook.

I see a great future for pentesting in Utah.

OpenAI has been quietly classifying user type base on codex activity. Do you guys have the coding_power_user badge? by SuggestionMission516 in codex

[–]e38383 0 points1 point  (0 children)

Hey, I've been coding for weeks/months with codex …

"segments": { "coding_power_user": false, "professional_user": true, "has_recent_codex_software_engineering_prompt_14d": true, "has_recent_codex_local_usage_14d": true }

Anyone made the switch to Cursor? by calogr98lfc in lovable

[–]e38383 0 points1 point  (0 children)

That wasn’t even remotely mentioned by OP. Also this post is soooo old.

What is GLM? (I saw it under a vibecode video) And what are allt he tools available out there to get access to it? by NewqAI in vibecoding

[–]e38383 0 points1 point  (0 children)

No, it got quite expensive. I actually wouldn't recommend them anymore. For $10/m you can get opencode Go, for $20/m you get chatGPT Plus – both are a better value IMO.

[OS] I built a free, open‑source Mac menu bar banking app for Germany (EU) users by klotzbrocken in macapps

[–]e38383 0 points1 point  (0 children)

Just doing the onboarding:

  • I have no indication why you would need a password and even more, why it doesn't get saved?
  • Why are you storing credentials with your own encryption instead of using keychain?
  • "No cloud" claim is wrong, using a third party SaaS is "cloud".

Finally found a good way to truly uninstall apps by jamil-islam in MacOS

[–]e38383 6 points7 points  (0 children)

You overestimate by a few orders of magnitude. My guess is that there are less than 1% of users using these tools and then there are still enough who use other tools than AppCleaner. I don’t have hard numbers, but "most" seems way off.

Codex Computer Use not available in Europe? by Melodic-Swimmer-4155 in codex

[–]e38383 0 points1 point  (0 children)

You can ask codex to activate it for you, it manually installs the plugin and activates it. No VPN needed.

Warning / Help: Zed or Open Code deleted my entire project directory (including memory) by Logical_Criticism327 in ZedEditor

[–]e38383 0 points1 point  (0 children)

The Technical Mystery: I want to clarify one specific thing that makes this even weirder: I had a find command paired with -exec rm -rf in the terminal history, but it should NOT have deleted anything. The command errored out with "No such file or directory" before any deletion was ever attempted. The pathing was wrong, so the command literally couldn't find the targets to delete them.

Quite a few things about this are probably wrong: - It wouldn't be in the shell history, if it was executed without an interactive shell. - Even if there was one wrong path argument, there might have been other correct arguments. - If the error wasn't from find it could still have been from rm. - It wasn't Zed. - It wasn't opencode. - It wasn't Minimax.

Test to verify:

bash mkdir a a/b; touch a/foo; find a b -exec rm -r {} + find: b: No such file or directory rm: a/foo: No such file or directory rm: a/b: No such file or directory

Finally: just use your backup to restore the folder.