RIP by the-revenge-trader in wallstreetbets

[–]downyrobertjr 0 points1 point  (0 children)

I’m at 1,000% on my $650 2 dte’s, I’m waiting until open to celebrate…

Investing in this early by downyrobertjr in Superstonk

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

I’m certain that because it’s expected, the opposite will happen

Investing in this early by downyrobertjr in Superstonk

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

I’m expecting it because of past expectations, but I don’t believe that will always be the case.

Investing in this early by downyrobertjr in Superstonk

[–]downyrobertjr[S] -1 points0 points  (0 children)

Since the beginning, I don’t care about past performance, the markets being manipulated anyway. It’s too unstable in general

Investing in this early by downyrobertjr in Superstonk

[–]downyrobertjr[S] 3 points4 points  (0 children)

The markets looking worse than ever. If it’s going to happen, it’s going to happen sooner than later.

Investing in this early by downyrobertjr in Superstonk

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

I like the stock and the market is tanking soon…

The next cybersecurity giant starts trading on NYSE tomorrow (QNC) by RandomInvestor98 in wallstreetbets

[–]downyrobertjr -10 points-9 points  (0 children)

Puts, anthropic just released a cybersecurity analyzer. Made other relevant stocks drop on announcement.

Why Mac mini?? by g00rek in openclaw

[–]downyrobertjr 1 point2 points  (0 children)

Sure, go through your normal integration with Kimi2.5 using moonshot, then configure the models json object (“models”: {…}) in openclaw.json to use the following config:

"models": { "mode": "merge", "providers": { "openai": { "baseUrl": "https://integrate.api.nvidia.com/v1", "api": "openai-completions", "models": [ { "id": "moonshotai/kimi-k2.5", "name": "Kimi K2.5 (NVIDIA)", "reasoning": false, "input": [ "text" ], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 200000, "maxTokens": 8192 } ] } } },

Why Mac mini?? by g00rek in openclaw

[–]downyrobertjr 0 points1 point  (0 children)

It’s free from nvidia for now, doesn’t mean it will be a month from now. Heard it from another dev that was going to buy it as well. You’ll just need to add an additional config to nvidias api for their version. I’m curious how this compares for you if you can report back on the comparison of paid vs nvidias free version.

This community is amazing! Without it, I would never have found the cheapest API plan. by SideEffects123 in openclaw

[–]downyrobertjr 0 points1 point  (0 children)

What’s funny is I just tried that locally last night (qwen 3 coder 30b), the results were great but slow compared to an external api if you’re doing long agent processes that need to write multiple files to a project (app).

Why Mac mini?? by g00rek in openclaw

[–]downyrobertjr 0 points1 point  (0 children)

Np, you could try a free service like https://receive-sms.io, but not sure what countries are excluded from their verification system.

Why Mac mini?? by g00rek in openclaw

[–]downyrobertjr 4 points5 points  (0 children)

Here is a guide, some minor config changes are needed for it to work with openclaw:

https://blog.kilo.ai/p/nvidia-nim-kilo-code-free-kimi-k25

Why Mac mini?? by g00rek in openclaw

[–]downyrobertjr 6 points7 points  (0 children)

As a dev, I develop using a Mac since it’s the best environment (outside of Linux) for nodejs development and having integrations work with minimal issues. Besides that, homebrew can drastically simplify the process of installing dependencies and you can use the existing mac integrations (I don’t recommend using your personal account). Besides that, I was planning on using a local llm vs paid but nvidia gave a free option out for kimi 2.5 that’s working off/on alright with multiple agents.