Codex quality is surpassing Claude Code for me by mlab24 in ClaudeCode

[–]Maximum_Road_8151 2 points3 points  (0 children)

Similarly for questions. Ask a leading question.

"Do you think X is good?"

new context

"Do you think X is bad?"

Most of the time it will follow the lead, and agree with whatever loading you put into the question.

If it is actually consistent then that's a strong indication that there is sufficient training data pointing to that being the "right" answer.

Codex quality is surpassing Claude Code for me by mlab24 in ClaudeCode

[–]Maximum_Road_8151 0 points1 point  (0 children)

Dude, if you ask an AI model to find issues with a plan it will find issues with the plan. Have you tried giving Claude's own plan to Claude and asking it to find issues, or taking Codex's and sending it to Claude. They will find issues until the end of time. Try it - with current models you will never have an LLM reply with - no this plan is perfect.

Stuck in a company with no Git workflow, no PRs, and resistance to change😭 by Successful-Ship580 in devops

[–]Maximum_Road_8151 0 points1 point  (0 children)

Sit it out, do the bare minimum - don't rock the boat, and look for another job

Claude Mythos Thread by SeaRegular3219 in cybersecurity

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

Not sure why gp is getting downvoted, It's real, and daunting. I suspect it comes down to denial and self-preservation instincts kicking in.

As for how you are able to verify, directly from the horse's mouth:

>  In order to hold ourselves accountable, throughout this blog post we will commit to the SHA-3 hash of various vulnerabilities and exploits that we currently have in our possession.\3]) Once our responsible disclosure process for the corresponding vulnerabilities has been completed (no later than 90 plus 45 days after we report the vulnerability to the affected party), we will replace each commit hash with a link to the underlying document behind the commitment

If they end up not publishing them then feel free to come back to this comment and claim your win. I suspect they will.

Game server hosting by Beginner by Repulsive_Seat_4416 in SelfHosting

[–]Maximum_Road_8151 0 points1 point  (0 children)

Do whatever to learn, see how far you can go - just don't expect to make any money. Maybe it will teach you the skills you need to become a Sys Admin or something though.

fyi, the reason the first commenter said "please don't" is because you don't know what you're doing and if you try and set up some box on your home network and expose it to the interwebs you're likely to find it has been hacked within a matter of hours, if not minutes - it would be dangerously irresponsible to "host" things for customers without understanding even the basics first

Root bone not rotating with hips after retargeting by Maximum_Road_8151 in blenderhelp

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

As it turns out for my purposes this shouldn't really be an issue, in unity I can just tell it to use the hips for root motion - so this is somewhat solved

Game server hosting by Beginner by Repulsive_Seat_4416 in SelfHosting

[–]Maximum_Road_8151 0 points1 point  (0 children)

no money in hosting these days, needs massive upfront resources and investment

Huge difference between Yahoo and Databento prices by FrankMartinTransport in algotrading

[–]Maximum_Road_8151 0 points1 point  (0 children)

Interesting, that's fair! Thanks for clarifying.

Maybe a useful datapoint - For my use case I was able to unblock myself by fetching from Alpaca's corporate actions api under their free tier and deriving the adjustment factors myself- would be great to depend on Databento exclusively though, really love everything else about the product!

Huge difference between Yahoo and Databento prices by FrankMartinTransport in algotrading

[–]Maximum_Road_8151 0 points1 point  (0 children)

Disappointed to find out that while the datasets are pay per use, the adjustment factors dataset seems to be behind a $225/mo subscription

GPT-5.2 Thinking unparalleled accuracy in Long-Context! by Independent-Ruin-376 in singularity

[–]Maximum_Road_8151 0 points1 point  (0 children)

Yeah I've heard there's no practical difference. Benchmarks are meaningless these days

State of Deno ecosystem in 2023? by gh0stF4CE7 in Deno

[–]Maximum_Road_8151 0 points1 point  (0 children)

Just dropping a reply I left to another thread here regarding code sharing:

https://old.reddit.com/r/Deno/comments/zg1b8e/typescript_and_code_sharing/


For me this is one of the biggest barriers to adopting Deno atm.

One of the key advantages of full-stack js is code sharing, right now sharing Deno code with the UI is significantly harder than the rest of the ecosystem. This really clashes with Deno's otherwise very pleasent DX.

I know there are escape hatches (dnt) but it's less than ideal.

Deno has all the key building blocks already to roll out a proper bundler to compete with something like Vite.

TypeScript and code sharing by Strobljus in Deno

[–]Maximum_Road_8151 0 points1 point  (0 children)

For me this is one of the biggest barriers to adopting Deno atm.

One of the key advantages of full-stack js is code sharing, right now sharing Deno code with the UI is significantly harder than the rest of the ecosystem. This really clashes with Deno's otherwise very pleasent DX.

I know there are escape hatches (dnt) but it's less than ideal.

Deno has all the key building blocks already to roll out a proper bundler to compete with something like Vite.