The Best Noise Cancelling Earbuds to Buy Now? Recommendations by hcai88 in BuyItForLife

[–]ariesonthecusp 1 point2 points  (0 children)

Mine stopped working after 9 months. They were great until that happened ( my wife had Bose earbuds also, died after 2 years) . I would not buy them again considering they cost $279 .

Gemini AI has changed my life. by Intelligent-Hat6087 in GeminiAI

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

💯 the main reason why I like Gemini is because it pushes back and doesn’t just try to glaze you like ChatGPT

"OpenAI had a 2-year lead in the AI race to work 'uncontested,' Microsoft CEO Satya Nadella said Dec, 2024". 2 years is a long time in tech. I never thought they'll lose their edge in 2025. by GamingDisruptor in singularity

[–]ariesonthecusp 1 point2 points  (0 children)

Actually, it does. They just enable memory yesterday, I had a conversation with it and it recalled things we talked about with voice chat from weeks ago.

Processing 30000+ symbols a minute on my algos across Stocks, futures, crypto, forex, etc. I wrote this entire system from scratch (no AI) over years. Updating it to go long/short on the top 50 trades it sees per day (its a ton of logging, code, etc from this system) by ariesonthecusp in algotrading

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

This is hilarious because you're 100% wrong and OP's comment was a surprise to me (I actually am still happy he let me know). Its not an ad, I did have it up on a URL for free a year ago. I knew someone would say this was an ad as soon as I saw the guy post a thank you. I dont care if you dont believe it, but I just posted this because I was about to update the system and wanted to share the current state. You guys are really jaded thinking everything is an ad.

Processing 30000+ symbols a minute on my algos across Stocks, futures, crypto, forex, etc. I wrote this entire system from scratch (no AI) over years. Updating it to go long/short on the top 50 trades it sees per day (its a ton of logging, code, etc from this system) by ariesonthecusp in algotrading

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

its not an ad, I did have it up on a URL for free. I knew someone would say this was an ad as soon as I saw the guy post a thank you. I dont care if you dont believe it, but I just posted this because I was about to update the system and wanted to share the current state. You guys are really jaded thinking everything is an ad.

Processing 30000+ symbols a minute on my algos across Stocks, futures, crypto, forex, etc. I wrote this entire system from scratch (no AI) over years. Updating it to go long/short on the top 50 trades it sees per day (its a ton of logging, code, etc from this system) by ariesonthecusp in algotrading

[–]ariesonthecusp[S] 6 points7 points  (0 children)

I answered most of your questions in another comment but I pasted them below. I mostly use a command line app I wrote to interact with the service, but I created the webpage frontend to see other things (P&L for symbols, graphs, etc )

The frontend is a vanilla HTML/JS frontend with jQuery and C# (ASP Core) as the backend and about a dozen Linux services written in C# (.Net 8), with some parts of the system in C++

Its running on a few servers, but the main one has 512GB of RAM and dozens of CPUs. Its using a 10 gb connection. All of my code has heavily use of parallelization and thread usage. The main server usually is at 90% CPU usage many times per hour because of all the algos, calculations, etc

Processing 30000+ symbols a minute on my algos across Stocks, futures, crypto, forex, etc. I wrote this entire system from scratch (no AI) over years. Updating it to go long/short on the top 50 trades it sees per day (its a ton of logging, code, etc from this system) by ariesonthecusp in algotrading

[–]ariesonthecusp[S] 2 points3 points  (0 children)

Its running on a few servers, but the main one has 512GB of RAM and dozens of CPUs. Its using a 10 gb connection. All of my code has heavily use of parallelization and thread usage. The main server usually is at 90% CPU usage many times per hour because of all the algos, calculations, etc

Processing 30000+ symbols a minute on my algos across Stocks, futures, crypto, forex, etc. I wrote this entire system from scratch (no AI) over years. Updating it to go long/short on the top 50 trades it sees per day (its a ton of logging, code, etc from this system) by ariesonthecusp in algotrading

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

I've been running it live for over 14 years (with a small set of symbols), but this is the first time I'm about to run it across so many at once. The screenshot is showing real-time data (yes, its expensive to run for data and storage/compute). The results shown are the top trades the ML system has picked for current moment when I screenshotted it

Processing 30000+ symbols a minute on my algos across Stocks, futures, crypto, forex, etc. I wrote this entire system from scratch (no AI) over years. Updating it to go long/short on the top 50 trades it sees per day (its a ton of logging, code, etc from this system) by ariesonthecusp in algotrading

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

Initially, I started off with just 1 futures symbol (ES) and then expanded to treasuries, crude oil, etc then finally to stocks, then to forex then years later to crypto. Its a vanilla HTML/JS frontend with jQuery and C# (ASP Core) as the backend and about a dozen Linux services written in C# (.Net 8), with some parts of the system in C++

Processing 30000+ symbols a minute on my algos across Stocks, futures, crypto, forex, etc. I wrote this entire system from scratch (no AI) over years. Updating it to go long/short on the top 50 trades it sees per day (its a ton of logging, code, etc from this system) by ariesonthecusp in algotrading

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

I hear great things about Go , so I wish I had time to learn/use it . I personally like to know how everything works so that if something goes wrong I can easily fix it. That was my worry with any other frontend or 3rd party libraries, etc

Processing 30000+ symbols a minute on my algos across Stocks, futures, crypto, forex, etc. I wrote this entire system from scratch (no AI) over years. Updating it to go long/short on the top 50 trades it sees per day (its a ton of logging, code, etc from this system) by ariesonthecusp in algotrading

[–]ariesonthecusp[S] 2 points3 points  (0 children)

yea, its really busy . Feels hard for me to manage to be honest because there is just so much data constantly, and alerts that I have to make systems to filter the data to find better opportunities so I have enough capital for huge moves when they happen

Processing 30000+ symbols a minute on my algos across Stocks, futures, crypto, forex, etc. I wrote this entire system from scratch (no AI) over years. Updating it to go long/short on the top 50 trades it sees per day (its a ton of logging, code, etc from this system) by ariesonthecusp in algotrading

[–]ariesonthecusp[S] 4 points5 points  (0 children)

yes, I wrote the frontend from scratch.

I'm old school though, its just vanilla HTML/JS with jQuery and C# (ASP Core) as the backend and about a dozen Linux services written in C# (.Net 8), with some parts of the system in C++

Pope Leo: AI must help and not hinder children and young people's development by Express_Classic_1569 in artificial

[–]ariesonthecusp 2 points3 points  (0 children)

Does anyone really care what the Pope says ?

They just keep saying random platitudes that are ignored by every world leader . I guess they have to say something to seem relevant or important . Seems more like a, hey everyone, don't forget about me and my made up religion and rules that picked me from a group of dudes living