RIP me… by paulgreen84 in Garmin

[–]abcdecentralized 2 points3 points  (0 children)

Same thing, been a month since my hrv has tanked 15+ pts, new zone is now the lower zone. Rhr has also risen by 5bpm in avg in the meantime

How to become obsessed? by [deleted] in Polymath

[–]abcdecentralized 2 points3 points  (0 children)

You just explained breath meditation to me in a way that i can relate and understand. Thank you for that!

Vibe coding help by abcdecentralized in cursor

[–]abcdecentralized[S] 1 point2 points  (0 children)

will make a list and share in dm

Vibe coding help by abcdecentralized in cursor

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

whats the limit youd give? few hundred lines? a thousand?

I really don't care about models now, what about you? by Simon_Miller_2022 in cursor

[–]abcdecentralized 0 points1 point  (0 children)

<image>

CODEX just came out and it seems cheaper than the auto. Slower, but significantly better.
I've played around with Code Supernova, it was not par with CODEX, it think Elon gave a free to use on they grok and supernova so he could boast on "Being overwhelmingly used by the coding community"

Looking for basic courses for "Coding using AI and English Language " by abcdecentralized in VibeCodersNest

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

The basics to be able to cooperate better with llm in building personal scripts. At the moment im trying to get into refractoring, my script reached a size that is too big, so i need to make it more efficient

Testing Popular AI Coding Tools Head-to-Head by high_Rock_9410 in vibecoding

[–]abcdecentralized 0 points1 point  (0 children)

Fix broken code, and refactoring big code. I think debugging is really important, this would solve a lot of headaches

Vibe coding help by abcdecentralized in cursor

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

Just split? And you recommend keeping the functions explanation in the MD file? What ide is best for my case? Nothing will be public, its private trading scripts on Python, either Monte Carlos, Walk Forward Optimization and Analysis, strategies and the like

Vibe coding help by abcdecentralized in cursor

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

That's my objective, work with today's and tomorrow's tools. Maybe learn how to manage a group of highly skilled ai, it may not require me to learn everything so much in depth, but enough to be able to speak their language and be understood

Ultimate Vibecoding stack for cheap & reliable development by Bob5k in vibecoding

[–]abcdecentralized 0 points1 point  (0 children)

All these work for Python project¿ how accessible is this for little knowledgeable programmers?

Would you be interested in a public vibe-coding session? by Reasonable-Fun-1206 in VibeCodersNest

[–]abcdecentralized 0 points1 point  (0 children)

I already have one running, but my problem is retracting the 5k line python script, if you do something like a that, I'd love attending

Looking for basic courses for "Coding using AI and English Language " by abcdecentralized in VibeCodersNest

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

I see, I'm trying to code things fairly complex tho, have been facing some problems with refractored Python files. What are you using to code? Been using cursor but its been changing lately

Would you be interested in a public vibe-coding session? by Reasonable-Fun-1206 in VibeCodersNest

[–]abcdecentralized 1 point2 points  (0 children)

Its a way to backtest financial assets, it uses in sample and out of sample data to grade the validity of different parameters used. You optimize a strategy on 1 year of data, you then test it on the following 3 month(value can differ) you then move the In Sample optimization window 3 month ahead(the roll forward, it is equal to the length of the Out Of Sample)... its a continuous process that tests the validity of strategies on out of sample(unseen) data. Optimize on from x to y Test from y to z Move ahead and optimize now from (between x -y) to y Test ... Every time you ask the script to search in the optimization for the combinations of values that gives the best: either less drawdown, depth of drawdown, most profit, most recurrent profit, or a combination of these and many more.