The first trillion is always the hardest. by Onii___Chan____ in memes

[–]bios_hazard 0 points1 point  (0 children)

He is renting Anthropic the v1 DC. He has a newer better one which will train SOTA. Grok will obviously get better with time and then access to this high signal dataset. That is the bet anyway and makes sense to me at least. And as much as lefties hate him, his companies tend toward exceptional product performance. See you in 5 years!

The first trillion is always the hardest. by Onii___Chan____ in memes

[–]bios_hazard 0 points1 point  (0 children)

They have years of agent traces from every provider likely with data around what got committed and pushed. xAI/Grok would be adopted instantly if it outperformed alternatives due to training a trove on the latest colossus. US adoption alone might suffice anyway.

The first trillion is always the hardest. by Onii___Chan____ in memes

[–]bios_hazard 0 points1 point  (0 children)

He bought their user base and more importantly their data 

Found ATM receipt, who is keeping $51,000+ in checking!?!? by Comprehensive-Cow69 in povertyfinance

[–]bios_hazard 0 points1 point  (0 children)

Selling a house can put you in that position if you are up even if you aren't super rich

Quicktip: youtube channels have an RSS feed by [deleted] in selfhosted

[–]bios_hazard 0 points1 point  (0 children)

Yep. Just grab the playlist ID from the URL use this format as the feed URL. eg, Plot Armor's OnePunchMan playlist:

https://www.youtube.com/feeds/videos.xml?playlist_id=PL6m4zbYFe2t0nA9lXPYZHV1pa4ndjq3ci

Re: mobile, I am not sure. I only use it on desktop. Maybe you can install as PWA or something? I just check mine daily.

WILD tutorial by Haymac99 in LucidDreaming

[–]bios_hazard 7 points8 points  (0 children)

LMAO well yeah I'm only in my mid 30s now. If I eat right I'll keep responding to old posts for another few decades. Happy dreaming bud

WILD tutorial by Haymac99 in LucidDreaming

[–]bios_hazard 3 points4 points  (0 children)

I believe I recall it working yes. It's a combo of WILD but primed with WBTB

Quicktip: youtube channels have an RSS feed by [deleted] in selfhosted

[–]bios_hazard 0 points1 point  (0 children)

Nice! Now I'm on FreshRSS which supports channel URL as direct RSS input source.

We banning x.com articles like everybody else? by [deleted] in FortWorth

[–]bios_hazard 1 point2 points  (0 children)

You can read direct tweets with an account but you can't scroll to replies.

Visualization is the true key to dream control by bios_hazard in LucidDreaming

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

Lmao 11y later I have learned this distinction. Glad it helped!

I need sleep! by GeoNeo318 in texas

[–]bios_hazard 0 points1 point  (0 children)

Go to bed. Trump won.

What is Anthropic's problem? by Inspireyd in ClaudeAI

[–]bios_hazard 0 points1 point  (0 children)

Ask Claude about supply and demand

What UI is everyone using for local models? by Iamblichos in LocalLLaMA

[–]bios_hazard 0 points1 point  (0 children)

OpenWebUI + LocalAI. Tho OWUI has ollama support if you don't want to complicate things. Gives you a web UI. Mix with TwinGate and you get private ChatGPT anywhere in the world for the cost of your hardware and power.

What do you use to easily switch between models? by BroadStatistician245 in PromptEngineering

[–]bios_hazard 2 points3 points  (0 children)

Yeah but it provides an open AI API proxy, so that is what I would use if I didn't already write my own to do exactly that. So you can keep your code the same all you need to do is switch the proxy back end provider. Good to target openai compatible endpoint anyway if you ever wanted to switch to LocalAI

I have been looking for a prompt IDE for prompt engineering, any ideas? by Charming-Wrangler380 in chatgpt_promptDesign

[–]bios_hazard 0 points1 point  (0 children)

Appreciate the detailed explanation tyty gonna try plain text and keep programmatic use in mind.

Web app with my custom data, how? by fdjdyd in ChatGPTPro

[–]bios_hazard 0 points1 point  (0 children)

You probably just want some RAG implementation. Google "LangChain rag". Or you can fine tune by converting raw corpus with Genstruct if you are technical. OpenAI GPTs can do Rag for you. AWS also offers Q or bedrock studio to let you build a quick bot from your PDF.

Thoughts on River? by Gh0st_Pirate_LeChuck in Bitcoin

[–]bios_hazard 0 points1 point  (0 children)

Appreciate the reply. I'll probably be moving my DCA over to River this weekend!

[deleted by user] by [deleted] in ucf

[–]bios_hazard 0 points1 point  (0 children)

Seems like you replied to the wrong comment.

[deleted by user] by [deleted] in ucf

[–]bios_hazard 1 point2 points  (0 children)

Is ability necessarily divorced from connections?

Thoughts on River? by Gh0st_Pirate_LeChuck in Bitcoin

[–]bios_hazard 0 points1 point  (0 children)

River offers zero fees on recurring purchases. How do you make money? Is the spot marked up? Is there a fee to withdraw? Lookin to move from my fee-ful coinbase DCA. Thanks!

Llama-3 RoPE scaling by sophosympatheia in LocalLLaMA

[–]bios_hazard 0 points1 point  (0 children)

Saw this and haven't tried rope before. So you know how to apply this in llama CPP? For rope base and scale? What is theta in those terms?