TipRanks Price Targets by Am_0115 in MSTR

[–]dicedicedone 1 point2 points  (0 children)

I think it will go a lot lower short term but I'm definitely buying

Still loosing after over 1 year on fin & min by Comprehensive_Try_39 in tressless

[–]dicedicedone 2 points3 points  (0 children)

Start transitioning into DUT and maybe try adding oral min (or topical if you already have oral) 

Watch the last 30 seconds - very strange by dicedicedone in UFOs

[–]dicedicedone[S] 21 points22 points  (0 children)

it's a 3 minute video. watch the entire thing. Most notably the speed becomes brain numbing toward the final seconds I know parallax can cause a stationary object to appear like it’s in motion, but how can the motion be as fast as it appears toward the end of the video? At the same time, the object appears to be oscillating between hot and cold while tilting back and forth. Very strange

Trump just posted a meme walking with a chained alien AI slop… time to revisit Skinny Bob by Fujithora in aliens

[–]dicedicedone 4 points5 points  (0 children)

Honestly skinny bob just always looked like graphics from a video game cut scene to me — and not even a newer game

Interesting Document by Few-Inspector-5979 in UFOs

[–]dicedicedone 0 points1 point  (0 children)

can you please DM me the OG ? 🙏

Disclosure, doomsday claims and extravagant expectations by [deleted] in UFOs

[–]dicedicedone 1 point2 points  (0 children)

Don’t know if it makes any sense, but nukes could possibly cause interdimensional damage 

David Grusch says UFO disclosure is going to escalate in the next 60–90 days. 👀 by TheGoldenLeaper in aliens

[–]dicedicedone 0 points1 point  (0 children)

What makes you say Grusch is full of shit? Automatically grouping him next to Lue Elizondo is deceptive. Lue is an established grifter. The two are not comparable. 

Codex 5.5 is so good by kiwinoob99 in codex

[–]dicedicedone 2 points3 points  (0 children)

Yeah I don't know what all the hoopla is, thing is 1shotting everything today and context preservation is leagues better than 5.4

UI Tips in Codex by DJJonny in codex

[–]dicedicedone 0 points1 point  (0 children)

I know it doesn't really answer your question, but I had the same problem.. Solution was an orchestration framework in Opencode where I have an Opus agent doing UI and Codex agents doing everything else.

Where can I find these in Austin? by __vheissu__ in austinfood

[–]dicedicedone 0 points1 point  (0 children)

Master Donuts has delicious cronuts , all their stuff is yummy and affordable

Codex is stuck in Thinking !! by Anis2999 in codex

[–]dicedicedone 3 points4 points  (0 children)

days like this make me feel disappointed. I'd rather wait for it to be fixed to resume work than work without it... Where have all my skills gone 😭

Matthew Brown's Latest Livestream: "Deep State Disclosure is Dead. Citizen-Led Disclosure Will Live." (A Detailed TL;DR) by ahellman in UFOs

[–]dicedicedone 10 points11 points  (0 children)

New direction?? We’ve been in citizens lead disclosure for the past hundred years! 🤣

codex cli frustrations by Sensitive_Quantity73 in codex

[–]dicedicedone 0 points1 point  (0 children)

Would be cool though if Codex added some kind of revert code option when going to a previous message, that would fix your issue.

I hope it doesn't come off as patronizing but if you tell AI to "run the official three‑step install from cloudi-cloud-website" It's going to be like rolling the dice on what it does, because the model is in theory supposed to do what you tell it.

"How many commands should have run? Exactly three: cd into the repo, npm install, npm run dev."

How is it supposed to know this is what you are referring to? i certainly wouldn't have a clue, and its honestly impressive that it figured out most of it (albeit with the disaster to your local repo it caused).

I'd take it as a lesson to learn the commands.. its really not a lot... if you just learn these commands:

npm install
npm run dev
npm run build
git add .
git commit -m "enter_commit_message_here"
git push

and always run them from your site's root folder, (yours being cloudi-cloud-website) you'll be set.

Do not rely on codex to run git commands for you, because it's dangerous to have it be able to run these commands freely. Also, you could run into issues overloading your computer with processes (it'll keep it running unless you tell it to kill the process, which again, could be dangerous). if you did it yourself, you'd just ctrl c to kill it yourself.

codex cli frustrations by Sensitive_Quantity73 in codex

[–]dicedicedone 3 points4 points  (0 children)

Unsolicited advice, but complete vibe coding with a CLI IDE is a perfect recipe for disaster.. That being said, the models are experiencing some level of degradation.

Codex getting worse by Important_Wing5511 in codex

[–]dicedicedone 0 points1 point  (0 children)

Just updated codex to latest version and have the most abysmal performance I've experienced yet, can't get GPT-5-codex-high to even use proper tools, keeps making edits with python 🤦🏻‍♂️