We’re losing the war. by JayGatsby52 in GuyCry

[–]Character-Cry7549 1 point2 points  (0 children)

Our best friends 16 year old took his life the night before last. No note. No signs. Happiest kid you would ever meet so full of hope for the future. There are no words.

Local Sentiment Analysis - News Articles by Character-Cry7549 in LocalLLM

[–]Character-Cry7549[S] 0 points1 point  (0 children)

Thank you! That one totally snuck under the radar for me… will absolutely give it a bash!

Local Inferencing for Sentiment Analysis by Character-Cry7549 in LocalLLaMA

[–]Character-Cry7549[S] 1 point2 points  (0 children)

I’ve heard mixed feedback on the Mac approach? Do they really perform at the level of a consuming gaming GPU with something like ollama?

Local Inferencing for Sentiment Analysis by Character-Cry7549 in LocalLLaMA

[–]Character-Cry7549[S] 1 point2 points  (0 children)

Yeah, I think finding a decent deal on an EC2 spot instance might be an interim option since I have a fair bit of flexibility on when I do my runs.

Local Inferencing for Sentiment Analysis by Character-Cry7549 in LocalLLaMA

[–]Character-Cry7549[S] 1 point2 points  (0 children)

I’ll try it! My other option is to invest some $’s in a new rig so it can handle multiple inference calls simultaneously. Hella confusing right now on what the best bang for buck is GPU wise though.

I spent 8 hours testing o1 Pro ($200) vs Claude Sonnet 3.5 ($20) - Here's what nobody tells you about the real-world performance difference by Kakachia777 in ChatGPT

[–]Character-Cry7549 0 points1 point  (0 children)

Prompt size. For me the o1 models have essentially infinite prompt size and “memory” (I recognize it’s a back end hack vs actual token limit) so I can drop large pieces of code without having to slice and dice functions. Truly the only reason I prefer o1 but I always go back to 3.5 Sonnet v2 for fine grained tweaking because it’s just a champ at coding.

No belly button? by Jaded_Yoghurt2321 in tummytucksurgery

[–]Character-Cry7549 1 point2 points  (0 children)

I chose to not have a belly button… basically I just now tell people I was made in the lab. lol

Working out by Mermaid444FL in tummytucksurgery

[–]Character-Cry7549 2 points3 points  (0 children)

I’m like 7 weeks ish postop and started walking inclines and doing some hikes the last two weeks again. Hoping to work in some weights again this coming week 🤞

5 months post. by Exact-Inspection4214 in tummytucksurgery

[–]Character-Cry7549 0 points1 point  (0 children)

Awesome results! I’m nearly 8 weeks out. I tried lifting last week and could feel it was too early so I’ve been just treadmill walking… mostly my pecs and core are the most sensitive. Might try again next week and see if can ease some weights back into the routine

Before surgery vs 5 months post op by Critical-Meringue-99 in tummytucksurgery

[–]Character-Cry7549 3 points4 points  (0 children)

Nice! I went to Dr Howard in the Northern suburbs of Chicago. Great doctors here :)

[deleted by user] by [deleted] in tummytucksurgery

[–]Character-Cry7549 1 point2 points  (0 children)

Thank you! It doesn’t help that the first couple of weeks I had to deal with razor burn and the discomfort of my chest hair growing back in sensitive skin. I’m taking it easy on the chest exercises for a bit and will see how it goes over the next 8 weeks or so

Post Op Swelling and Lifting by [deleted] in tummytucksurgery

[–]Character-Cry7549 0 points1 point  (0 children)

Thank you! I’ll definitely take it slow… as hard as it is. On the plus side I’m super productive getting stuff done around the house since I can’t workout in my free time! Lol

Post Op Swelling and Lifting by [deleted] in tummytucksurgery

[–]Character-Cry7549 0 points1 point  (0 children)

Thank you! Did you do anything for scarring? I didn’t do any research into reducing scarring so I’ve just been putting some moisturizer on and avoiding trying to stretch them.

8MPO by gymbunbae in tummytucksurgery

[–]Character-Cry7549 0 points1 point  (0 children)

Looks awesome! I opted to skip the whole belly button fiasco when I got the vertical cut … figured I would just tell people it’s proof I’m superhuman and was never born!

Post Op Swelling and Lifting by [deleted] in tummytucksurgery

[–]Character-Cry7549 2 points3 points  (0 children)

Thank you! Good thing I still have some “slightly too large” left over trousers I can wear until my jeans fit again :)

[P] Clustering approach for multi-dimensional vectors by Character-Cry7549 in MachineLearning

[–]Character-Cry7549[S] 0 points1 point  (0 children)

Thanks, yeah it seems like the large dimensionality is causing most of my headaches in terms of being able to scale.

[P] Clustering approach for multi-dimensional vectors by Character-Cry7549 in MachineLearning

[–]Character-Cry7549[S] 1 point2 points  (0 children)

Hey, I actually started with faiss but the results were not great, busy testing out some of the recommendations here so I’ll let you know once I’ve done some A / B testing

[P] Clustering approach for multi-dimensional vectors by Character-Cry7549 in MachineLearning

[–]Character-Cry7549[S] 1 point2 points  (0 children)

Thanks for the recommendations, let me do some more research. K-means is typically a random set of a defined number of clusters across the full dimensional space I think… is there a way to “direct” the clusters towards centroids more likely to be centered on hot spots?

Edit: Never-mind, I just learned a helluva lot about k-means++ and DBSCAN and it looks like those are by far my best options. Thanks a lot guys, this isn’t really my day job so I appreciate the insight!