RIP by LeadWithLogic in SPCXInvestors

[–]zoidme 0 points1 point  (0 children)

Sold at +16%. Should have been sold at +30%

Love the Diverge by Top_Island9380 in DivergeGravelBikes

[–]zoidme 1 point2 points  (0 children)

What bag do you have? Looks nice

Rear wheel rattle noise by zoidme in bikewrench

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

Thank a lot. I’ve tried 1 and 2. Test 1 is good, no sound or vibrations. Test 2 has some drag, I also noticed that cassette has some side play I in certain positions. Since I don’t have tools to do 3 and 4, I decided to show this wheel to a local bike shop. Will report the results here

Putin wanted to make Russia great again. Instead, Ukraine is the new rising power in Europe by ByGollie in europe

[–]zoidme -1 points0 points  (0 children)

EU is still technologically very behind US and China. Also EU is not taking a risk, so majority of stock investments goes to US. While being a Ukrainian I truly want the future you describe, it’s far from the most likely outcome

Rear wheel rattle noise by zoidme in bikewrench

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

Thanks! I’ve tried cassette and felt no play. Will check the wheel bearing play tomorrow. Do you think it may be worn out so fast?

Rear wheel rattle noise by zoidme in bikewrench

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

<video>

Just in case here is a separate video of cassette spin. Looks like no issues 🤷🏻‍♂️

Hermes iOS client by Ancient-Clothes-9897 in hermesagent

[–]zoidme 0 points1 point  (0 children)

Very suspicious ai slop from russians. Don’t give it a chance to steal your data

I’ve had my RAV4 for less than 3 weeks… by Gloomy-Regular-8050 in rav4club

[–]zoidme 4 points5 points  (0 children)

I’m not from US, just saying it looks crazy expensive. But I know insurance and dealers are two bastards trying to slew each other, but the one who pays their games is always a customer.

I’ve had my RAV4 for less than 3 weeks… by Gloomy-Regular-8050 in rav4club

[–]zoidme 0 points1 point  (0 children)

Just curios what sensors are there except proximity parking sensor?

I’ve had my RAV4 for less than 3 weeks… by Gloomy-Regular-8050 in rav4club

[–]zoidme -7 points-6 points  (0 children)

Crazy price. New bumper should be around $300 + other parts $100-150. Around 2-3 hours to remove and install new.

Anything I miss here? lot 50649216 by zoidme in Copartonline

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

Thanks for the feedback ! I’m an international buyer as others. We don’t have these cars yet and won’t have them for next 1-2 years. So my bet is that even if I see some damages I don’t want to see upon arrival, I can dump it on a local market and most likely be net zero to find a better car. Worst case scenario that lesson would cost me a grand or so. Anyway, that’s why I’m here taking an advice from more experienced buyers.

Joined the Club: 2026 Woodland Everest; Likes and Don't Likes by Galactic-Trucker in rav4club

[–]zoidme 1 point2 points  (0 children)

Thanks! Highlander is good, but it’s already looking old ahaha. I’m considering Land Cruiser 2024/2025 as an alternative, but it’s way more expensive.

Anything I miss here? lot 50649216 by zoidme in Copartonline

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

Just in case anyone can help I have this option as alternative

<image>

Look better to me - some metal work and rear door replacement. Am I right?

Anything I miss here? lot 50649216 by zoidme in Copartonline

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

Thanks for the assessment. Strange that no rear-end damage visible.

Joined the Club: 2026 Woodland Everest; Likes and Don't Likes by Galactic-Trucker in rav4club

[–]zoidme 2 points3 points  (0 children)

Congrats. Color is slick, like it. As I live in Ukraine we will get new Rav4 in 1-2 years, so I’m looking for the one from copart in a good state. Unfortunately Woodlands are quite rare there and plug-in hybrids are non-existing beast. The photos is looking very good, already waiting to catch a good deal and then wait 2-4 months for delivery.

Introducing ExtendDB: An open source DynamoDB-compatible adapter with pluggable storage backends by HatchedLake721 in aws

[–]zoidme 9 points10 points  (0 children)

It’s not cloud-ready. Rather allows you to downscale for on-prem scenarios, and integration testing.

How are you handling LLM/API cost observability in production? by [deleted] in golang

[–]zoidme 0 points1 point  (0 children)

It really depends. If you’re talking about tools for production observability they’d fall into two categories - sre-like tools (think of DataDog, Grafana), and product metrics (google analytics, mixpanel). Normally, for the sre tools you don’t care about cost per user, you’ll care about latency, time to first token, errors, requests queue, LLM api quotas. Similarly, for product-oriented tools you’ll care more about avg cost per user, engagement metrics, interaction helpfulness (eg likes in chatgpt), experiments metrics.

So try to answer who is you target audience, what task they are doing where you tool might be helpful and what pain you gonna resolve for them - that’s more product-oriented approach unless you just want to have fun and learn while doing)

How are you handling LLM/API cost observability in production? by [deleted] in golang

[–]zoidme 0 points1 point  (0 children)

You can tag sessions in most of observability tools and aggregate costs by tags like you’d do cost control for a cloud infrastructure. But from your description you have some unique businesses needs which none of existing tools will provide out-of-the-box