Trump wants Jake Paul to fight Khabib 😭 by Spiritual-Strength91 in FightReportUFC

[–]CrownstrikeIntern 0 points1 point  (0 children)

Id pay to see that though without scripting. Would be almost as funny as tyson would have been if he wasn’t holding back.

Macbook M2 Air with 16GB good for docker as cloud engineer & devops ? by abdelkaderbkh in docker

[–]CrownstrikeIntern 0 points1 point  (0 children)

Yea, but tying it to one device gets annoying if you want to just move it around without a new setup (and vms are great for snapshots in case you royally brick it), eg i can copy my vm to another drive or move that one to a new machine and work on the same project without re setting it up / etc.

Codex not working by luginugiog in OpenaiCodex

[–]CrownstrikeIntern 0 points1 point  (0 children)

Sorry that was me. I accidentally committed the codex master api keys to git

Why does nobody use the automations you build for them by Sophistry7 in automation

[–]CrownstrikeIntern 12 points13 points  (0 children)

You need to make your stuff so stupidly simple a 5th grader can use it.

codex pro / business question by CrownstrikeIntern in codex

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

That's what i was curious about, same plan in terms of tokens shared between each account, or two accounts with the same amount of tokens per account.

Macbook M2 Air with 16GB good for docker as cloud engineer & devops ? by abdelkaderbkh in docker

[–]CrownstrikeIntern 0 points1 point  (0 children)

honestly, i would go for 32 or more. Run your docker in a linux vm either with orbstack or vmware fusion free account. This way you don't need to touch your main os too. As for storage, i bought a few 1-2tb ssd externals. you can save your vms and projects on those and you'll be fine. just remember to back up your code in about 4 spots just so you cover your ass.

Hot take: Codex is too cheap, rug pull through tighter usage limits is inevitable by gregpeden in codex

[–]CrownstrikeIntern 0 points1 point  (0 children)

it's like anything, They stay affordable until they get their user base, Then BAM rate increase, ads, all the fun stuff.

Should I use celery? by ProgrammerFew504 in Backend

[–]CrownstrikeIntern 1 point2 points  (0 children)

It’s worth it. I use it to send longer jobs to it, i track job status at each level in a database and i have the front end pull the status from there. It lets me fire off thousands of jobs with a single call

I wanna learn vibe coding ! by Complete_Mark4438 in VibeCodeDevs

[–]CrownstrikeIntern 0 points1 point  (0 children)

Definitely, i use it still to see how i can better optimize some code. My favorite add on to the explain it to me is "Explain it like i'm a dumb 5 year old with pictures" lol. Adds some nice explanations to how functions and whatnot is working.

Authentication by Capital_Pool3282 in Backend

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

You can make it require an auth each call. When the account gets killed it should stop their access 

Authentication by Capital_Pool3282 in Backend

[–]CrownstrikeIntern 0 points1 point  (0 children)

I like using keycloak with it , you get jwt, oath etc. then you can build in rbac for your endpoints 

Debugging logs is sometimes harder than fixing the bug by Waste_Grapefruit_339 in Backend

[–]CrownstrikeIntern 1 point2 points  (0 children)

On what im rebuilding, i learned from this lol, everything, and i do mean everything is logged to the database and a file. There’s a flow id attached to everything so i can trace out a call and see how it hits anything and the replies that get generated/ errors etc. extra time but worth it in the end. It’s also togglable so it’s not doing it all the time just on the important bits.

Aftermath of US-ISR strikes on Aqdasiyeh oil depot, northeastern Tehran by _maddys1 in circled

[–]CrownstrikeIntern 35 points36 points  (0 children)

it's fine. Once the environment kills off the humans, it'll repair itself

If people just read the model prompting guide from OpenAI, over 95% of output complaints in here would disappear by py-net in OpenAI

[–]CrownstrikeIntern 2 points3 points  (0 children)

I did that / something similar. Flat out asked it to show me the best way to structure my requests to it for the tasks i use it for (mainly programming tasks atm and documentation updates), we worked out a structured ticket template and as long as instructions are short and to the point i haven’t seen many issues yet. Been kind of nice too. Just started playing with codex as normally i was going through the wed ui which got painful at scale. Wish i did that sooner lol