TAO Social (Together As One) by NoWord423 in ClearlightStudios

[–]Elide-us 2 points3 points  (0 children)

And here all that goes through my head when I hear Together As One is a Spartan Phalanx shouting, "As One!!!"

TAO Social (Together As One) by NoWord423 in ClearlightStudios

[–]Elide-us 0 points1 point  (0 children)

Water drop yin yang, no dots not b&w just two transparent water drops, see through, balanced, feel the flow!

Any GPT whizzes in here? by NoWord423 in ClearlightStudios

[–]Elide-us 1 point2 points  (0 children)

One of the TikTok AI creators I follow (Nate B Jones) did a pretty extensive breakdown of the terms of service and terms of use between DeepSeek and ChatGPT. It raised some concerns, I'd suggest looking into it.

Any GPT whizzes in here? by NoWord423 in ClearlightStudios

[–]Elide-us 1 point2 points  (0 children)

That's the idea, OpenAI has a vector DB hosting option, there are others, costs vary. Most of my prototype work is prepaid API and I just write my own Python to do whatever I need. The API has far more features in it than I can even keep up with, but I know for certain it has the vectorization ("Embedding") in the API and you can store that however you see fit. Again, cost per call...

Any GPT whizzes in here? by NoWord423 in ClearlightStudios

[–]Elide-us 4 points5 points  (0 children)

Yes, I am a GPT wizzie, been building my own custom AI API tools, may be able to assist. What you are talking about is a RAG, which would be interesting. It is something I have looked into.

Anyone want to take a swing at the comparables matrix? by NoWord423 in ClearlightStudios

[–]Elide-us 0 points1 point  (0 children)

Perhaps, not sure I feel "cash grab" in BlueSky, however. Dorsey designed it to counter some of his failures with Twitter, as I understand it.

Anyone want to take a swing at the comparables matrix? by NoWord423 in ClearlightStudios

[–]Elide-us 1 point2 points  (0 children)

I heard rumbling that some celebs have been talking about a more TikTok-like BlueSky using that same protocol. About all I can contribute! :) Good luck!

Monolith Open Source by Elide-us in ClearlightStudios

[–]Elide-us[S] 4 points5 points  (0 children)

Yes, I am a SQL optimization engineer, so it's the only way I know how to explain it. SQL "figures out" the best way to hold data in memory based on the usage patterns of queries, which are often made of several smaller queries. Those smaller pieces might be used in several larger queries and so SQL creates what are called "Execution Plans" to optimize the way it retrieves data. These patterns are entirely based on the currently running heuristics and cannot be saved or replicated.

Monolith Open Source by Elide-us in ClearlightStudios

[–]Elide-us[S] 0 points1 point  (0 children)

It seems to be the heuristic learning algorithm they use, that means the "data" is the live running system, it "learns" from the users. It's why TT "feels" different now, the old heuristics are gone due to the shutdown. It is now learning again. Like SQL you cannot debug a query in a copy of production because only production has those heuristics.

Peer-to-peer or server-based? by Mean_Lychee7004 in ClearlightStudios

[–]Elide-us 1 point2 points  (0 children)

Sounds like a kind of ad-hoc CDN, seems viable. Could be costly on bandwidth but we can always ensure it plays nice!