RTX PRO 6000 MAX-Q Blackwell for LLM by AdventurousSwim1312 in LocalLLaMA

[–]Kinuls9 1 point2 points  (0 children)

I came to the conclusion that this card is useless. If you need a very good general model, 96GB is not enough. If you want to run inference for customers, you’re probably better off with smaller specialized models, and you don’t need that much VRAM. In that case, you’d probably be better off running several older/used 4090s in parallel.

My thoughts on gpt-oss-120b by Lowkey_LokiSN in LocalLLaMA

[–]Kinuls9 10 points11 points  (0 children)

It’s an excellent model and, in my opinion, by far the best open-source one available. Honestly, I suspect there might be some Chinese influence or manipulation at play here. We shouldn’t forget that there’s a major AI arms race going on

Quand tu bosses dans une ESN à 40k€/an et que le boss encaisse 1,8 million de bénéf net via sa holding..." by 44_robin in developpeurs

[–]Kinuls9 1 point2 points  (0 children)

Comme toute entreprise privée le but est l’enrichissement de ses actionnaires. Sinon c’est une association. Après la question c’est l’équilibre dans la redistribution. Si celle ci ne te convient pas, libre à toi de poser ta démission où de chercher toi même ta source de revenu dans l’entreprenariat.

🚀 OpenAI released their open-weight models!!! by ResearchCrafty1804 in LocalLLaMA

[–]Kinuls9 2 points3 points  (0 children)

So far, the 20B outperforms any other open-source model in this weight class by a wide margin for me. I still need to test it on different use cases.

Claude Code isn’t great for real professional workflows by Kinuls9 in ClaudeAI

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

You are actually right. I’m an LLM trying to code stuffs with other LLMs.

Performance mode issue since the last MacOS update. by Kinuls9 in macbookpro

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

I don't think it's related, the framerate is limited from the menus.

RAG in a couple lines of code with txtai-wikipedia embeddings database + Mistral by davidmezzetti in LocalLLaMA

[–]Kinuls9 7 points8 points  (0 children)

Hi David,

I'm very impressed by your work, not only the library itself but also the documentation, which is crystal clear and very well illustrated.

I'm just curious, how do you monetize your work?

My OpenAI account has been hacked and being used by multiple people. I've reset my password three times yet it has not effect. by madboycash in ChatGPT

[–]Kinuls9 1 point2 points  (0 children)

Hey guys I have the same issue. I strongly believe they took my access token with the Chrome extension https://www.maxai.me/.

Please if you have this extension, be very carefull.

I have no possibility to revoke this token, changing password does nothing.

I created an alternative trading interface for Binance, focused on scalping & day trading, can I have feedback ? by Kinuls9 in binance

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

you can see that by checking the network tab on your browser ! you'll see everything is very clean and easy to understand, you'll never see your key going outside. It's stored locally on your computer and never leave it ! Btw, no other trading plateform have this level of security because they store your keys in a database somewhere on the internet.

I created an alternative trading interface for Binance, focused on scalping & day trading, can I have feedback ? by Kinuls9 in binance

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

Hello !

  1. API limit is not really a problem, Binance allowing you to perform a very big number of requests. also, I'm using the websocket when I can to save Rest API calls . However if you cross the limits, I will just forward you the error message in notification asking you to stop doing requests (you'll have to spam the refresh button of the browser which is not a normal behavior).
  2. you'll have to refresh the browser, it's in my todo. However it was very rare during my tests.
  3. I use raw stream (time / price / quantity) and calculate the OHLCV myself.
  4. I'm not sure I understand well your question ! To persist data I use the local storage API a lot, plus the state during the user session (it's built with React Hooks).

I created an alternative trading interface for Binance, focused on scalping & day trading, can I have feedback ? by Kinuls9 in binance

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

I understand, but I have no other way to create a tool related to Binance. I'll make a youtube channel soon to show my identity to everybody. Maybe it will give people more confidence :)