HackerLangs
TopNewTrendsCommentsPastAskShowJobs

mackopes

no profile record

Submissions

What Is SOGS, Anyways?

useblurry.com
1 points·by mackopes·9 месяцев назад·1 comments

comments

mackopes
·4 месяца назад·discuss
32" when?
mackopes
·6 месяцев назад·discuss
https://www.martinpiala.com/
mackopes
·9 месяцев назад·discuss
Hey community!

SOGS compression keeps coming up here as a go-to method for reducing Gaussian Splatting model sizes. I put together a deep dive into how SOGS actually works under the hood, with some practical insights on how it can be used in production.

The article stays fairly high-level, but I'm happy to dive into specifics in the comments. I learned quite a bit from implementing my own version of SOGS compression.
mackopes
·в прошлом году·discuss
I'm not convinced that there is one generalised solution to sync engines. To make them truly performant at large scale, engineers need to have deep understanding of the underlying technology, their query performance, database, networking, and build a custom sync engine around their product and their data.

Abstracting all of this complexity away in one general tool/library and pretending that it will always work is snake oil. There are no shortcuts to building truly high quality product at a large scale.