rofed

22.3K posts

rofed banner
rofed

rofed

@rofedgo

BD @ValetLiq • Co-founder █████ • Team @BlessCasino

Katılım Şubat 2023
1.1K Takip Edilen2K Takipçiler
Sabitlenmiş Tweet
rofed
rofed@rofedgo·
Something has been behind the scenes long enough... Stay tuned.
rofed tweet media
English
6
1
31
3.2K
rofed
rofed@rofedgo·
@exploraX_ why use ollama when there is LM studio
English
0
0
0
139
m0h
m0h@exploraX_·
how to run claude code with gemma 4 completely free (beginner's guide): this guide shows you how to use claude code completely free with gemma 4, no subscriptions &no api keys. just your laptop + 15 mins setup. this lets you run open-source models (like google’s gemma) locally, meaning: — no costs — full privacy what you need before starting, make sure you have: vs code installed — node.js (version 18+) — stable internet (for one-time model download) _____________ step 1: install ollama (the engine) ollama is what runs ai models locally on your machine. → mac: go to ollama.com/download click download for mac, open the file and install like any normal app. no terminal needed. → windows: go to ollama.com/download, click download and install → linux: curl -fsSL ollama.com/install.sh | sh check it worked: ollama --version _____________ step 2: download gemma 4 this is the ai model you’ll run locally, pick based on your system: → low-end (8gb ram): ollama pull gemma4:e2b → recommended (16gb ram): ollama pull gemma4:e4b → high-end (32gb ram): ollama pull gemma4:26b ⚠️ it’s a big download (7gb–18gb), so give it time. after download is completed, verify with the command: ollama list _____________ step 3: install claude code in VS code or any other IDE this is your interface. — open vs code — press ctrl + shift + x — search claude code install the one by anthropic after install → you’ll see a ⚡ icon in sidebar _____________ step 4: connect claude code to ollama by default, claude connects to the cloud. we’re redirecting it to your local machine. so do this: — press ctrl + shift + p — search: open user settings (json) — then paste this inside: "claude-code.env": { "ANTHROPIC_BASE_URL": "http://localhost:11434", "ANTHROPIC_API_KEY": "", "ANTHROPIC_AUTH_TOKEN": "ollama" } what this does: — it routes everything to your local ollama server. — nothing leaves your device. _____________ step 5: run everything 1. start ollama with this command: ollama serve leave this running. 2. open claude code in vs code click ⚡ icon 3. select your model type: gemma4:e4b (or whichever you downloaded) you’re done _____________ you now have: — claude code running — powered by gemma 4 — fully local completely free try: “explain this file” “write a function” “refactor this code” _____________ common issues (quick fixes) “unable to connect” run: ollama serve asked to sign in your json config is wrong check for missing commas/brackets very slow responses your model is too big switch to: gemma4:e2b model not found run: ollama list copy exact name quick recap you just built: a free claude setup powered by local ai no api costs Follow for more AI contents like this!!!
m0h tweet mediam0h tweet mediam0h tweet mediam0h tweet media
English
106
440
3.7K
895.3K
rofed
rofed@rofedgo·
@Alex97621 @AlcazarBara “The Crowd: A Study of the Popular Mind” First 50 pages will tell quite a lot, give it a read
English
2
0
0
88
Sam Matheson
Sam Matheson@Sammathesonn·
Every man who built something that is remembered was called delusional first. The ones who listened to the noise are the ones forgotten
English
1
101
1.3K
86.2K
Mart
Mart@Martposting·
Spike my cortisol another day
English
33
953
12.4K
348.7K
rofed
rofed@rofedgo·
@TukiFromKL Finally people advise to use lm studio It’s so much better than ollama
English
0
0
0
21
Tuki
Tuki@TukiFromKL·
Do you understand what just happened? Qwen dropped small models you can run on a $600 Mac Mini. Locally. No internet. No subscription. No company controls your access. Go do this right now: Download LM Studio Search Qwen 3.5 Grab the MLX versions Load them You now have unlimited AI on your own machine. Nobody can take it away from you. Not a company. Not a government. Not a terms of service update. Everyone's fighting over who controls AI. The answer just became: you do.
Qwen@Alibaba_Qwen

🚀 Introducing the Qwen 3.5 Small Model Series Qwen3.5-0.8B · Qwen3.5-2B · Qwen3.5-4B · Qwen3.5-9B ✨ More intelligence, less compute. These small models are built on the same Qwen3.5 foundation — native multimodal, improved architecture, scaled RL: • 0.8B / 2B → tiny, fast, great for edge device • 4B → a surprisingly strong multimodal base for lightweight agents • 9B → compact, but already closing the gap with much larger models And yes — we’re also releasing the Base models as well. We hope this better supports research, experimentation, and real-world industrial innovation. Hugging Face: huggingface.co/collections/Qw… ModelScope: modelscope.cn/collections/Qw…

English
142
320
3.7K
553.9K
rofed
rofed@rofedgo·
@bilbeny @openclaw can't lie for some reason gemini api key is being used, but openclaw can't use it normally due to some took calling shenanigans
English
0
0
0
211
Mario Valle Reyes 🚩🚩🚩
The tweet bellow got more attention than expected & people asked more details on how me and Patti (mostly her but with some of my poor Python knowledge) did it. Here’s the solution. Save huge token usage of your @openclaw within the same task. Don’t give away $ to the AI Lords.
Mario Valle Reyes 🚩🚩🚩 tweet media
Mario Valle Reyes 🚩🚩🚩@bilbeny

Pro tip for @openclaw: skip the Haiku recommendation for heartbeats. Gemini Flash free tier gives you 1,500 req/day (my 3-agent setup is $0). The free tier is shockingly generous. The Pursuit of Free Tokens > The Pursuit of Happiness

English
5
5
141
20.1K
rofed
rofed@rofedgo·
@bilbeny @openclaw for some reason if I try using gemini api key, the chat in telegram gets looped unless I use other providers
English
0
0
0
45
Mario Valle Reyes 🚩🚩🚩
Pro tip for @openclaw: skip the Haiku recommendation for heartbeats. Gemini Flash free tier gives you 1,500 req/day (my 3-agent setup is $0). The free tier is shockingly generous. The Pursuit of Free Tokens > The Pursuit of Happiness
Mario Valle Reyes 🚩🚩🚩 tweet media
English
64
44
902
73.6K
illmind
illmind@illmind000·
@v_is_h_w_a Newsflash: it doesn't, this is all to sell you a course
English
4
0
336
36.8K
OL
OL@ol_onX·
You are wrong if think that NFTs are dead Del mundos 10k free -> $100 (35/wallet = $3500) Ultraman free -> $750 ($2k ath) Nado NFT airdrop 0.58E No way $30 -> $260 in BTC CloneX 0.1E -> 0.3E GVC 0.3E -> 0.9E since Dec Pendulum 0.05E -> 0.13E Hypurrliquid 495 HYPE -> 599 HYPE A lot early nfts, freemints, MegaETH mainnet And it's just start of 2026..
OL tweet media
English
18
1
38
1.1K
ℏεsam
ℏεsam@Hesamation·
holy shit… we’re not freaking out enough about @moltbook. we’ll soon have agents social engineer each other, hire other agents, and God knows what. this is a shift from people using isolated agents to having agents with “identity” communicating with each other on the web.
⚡️Mirthtime ⚡️@mirthtime

x.com/i/article/2017…

English
4
4
36
11.2K
frankie
frankie@FrankieIsLost·
ai coding tier list - 01/26/26
frankie tweet media
English
95
19
895
357.9K
rofed
rofed@rofedgo·
@basilda_a If it was trained on Russian language data, sure But when using anything outside llms Sber and ya make, doubt it
English
1
0
0
37
Anna (reality check arc)
Anna (reality check arc)@basilda_a·
Coding my personalized signal bot in Cursor 🙂Already impressed with first results.
Anna (reality check arc) tweet media
English
9
0
19
1.2K
rofed
rofed@rofedgo·
@yacineMTB Been using droid and it’s really good
English
0
0
1
11
kache
kache@yacineMTB·
claude code is genuinely awful. the only thing it is good at is tricking people into thinking its good
English
213
15
1.1K
150.9K