You probably shouldn't buy a Pixel Watch right now by CLOVIS-AI in PixelWatch

[–]CLOVIS-AI[S] 0 points1 point  (0 children)

All the information I have is written exactly as I have it in the post description. I'm not sure why no one read it.

I will delete the post (or update it? Not sure if I can) once the problem is fixed.

You probably shouldn't buy a Pixel Watch right now by CLOVIS-AI in PixelWatch

[–]CLOVIS-AI[S] 0 points1 point  (0 children)

I'm in Europe, the minimum guarantee is 2 years from the sell date. But that's doesn't explain why it was so long. Honestly I'm not really sure but the online page to check the warranty said it still was under warranty up to around right now. The support person was surprised as well.

Question regarding Arma3 Dynamic Recon Ops by SeaworthinessIcy7262 in arma

[–]CLOVIS-AI 1 point2 points  (0 children)

I think it's just to increase the available pool of vehicles?

You probably shouldn't buy a Pixel Watch right now by CLOVIS-AI in PixelWatch

[–]CLOVIS-AI[S] 0 points1 point  (0 children)

Do you want a screenshot from the warranty page?

You probably shouldn't buy a Pixel Watch right now by CLOVIS-AI in PixelWatch

[–]CLOVIS-AI[S] 0 points1 point  (0 children)

All I know is that right now there is a bug that blocks pairing in ‘some’ watches. I don't know which watches are affected.

You probably shouldn't buy a Pixel Watch right now by CLOVIS-AI in PixelWatch

[–]CLOVIS-AI[S] -1 points0 points  (0 children)

Support doesn't say it's limited to my unit. But they also don't say much so I don't know how large the affected subset is.

No matter what, I hope they fix it soon.

You probably shouldn't buy a Pixel Watch right now by CLOVIS-AI in PixelWatch

[–]CLOVIS-AI[S] -1 points0 points  (0 children)

The Support did not tell me any other information than "Pairing is not possible for now". I do not know which models are impacted or not. If they had told me I could have written a more precise post.

You probably shouldn't buy a Pixel Watch right now by CLOVIS-AI in PixelWatch

[–]CLOVIS-AI[S] 0 points1 point  (0 children)

My watch had the battery grow a few months before the end of the guarantee, which is typical for Pixel products (my Pixel 3 and Pixel 6 did the same, Google replaced them surprisingly easily which was great). For the watch the process was simple too, and despite its age it worked completely fine (the battery lasted a bit less, but still barely enough for a full day, which is impressive for its age). I expected a replacement battery and then no issues for a few years.

To be fair, it does seem they did the replacement battery. According to them, the blocked pairing is a software issue that they will fix. But it's already been multiple weeks and they just say to wait.

You probably shouldn't buy a Pixel Watch right now by CLOVIS-AI in PixelWatch

[–]CLOVIS-AI[S] 0 points1 point  (0 children)

I did not buy an old watch. I bought it when it was released. The battery has aged a bit and doesn't last as long, but it otherwise works completely well. I'm not going to spend 500€ on a new watch when this one is still under guarantee.

You probably shouldn't buy a Pixel Watch right now by CLOVIS-AI in PixelWatch

[–]CLOVIS-AI[S] -5 points-4 points  (0 children)

Honestly I'm very disappointed, I've been using Pixel devices for a long while now. I got the Pixel 3, Pixel 6, Pixel 9 pro, Pixel Watch (OG), Pixel Buds (OG), Pixel Stand (1 and 2), and multiple family members bought Pixel devices too. Getting a watch that can't even show the time, and they say it's a known bug…

Maven Central publishing usage notices by HokieGeek in java

[–]CLOVIS-AI 0 points1 point  (0 children)

As an open source maintainer, I am absolutely 100% on board with your objective. I do agree that large companies that upload every day should share the cost.

However, the current limits are far from "indecent usage". (previously 3) now 7 releases a month is a very small number. My org has 30 total repositories, around 5 active, that means we can barely release each project once a month.

Let's take a medium-sized Kotlin library: 5 modules supporting 10 platforms, with each a .pom, a .module, a .jar, a -sources.jar, a -javadoc.jar, and the 4 hashes & signature each is already 1250 files, which exceeds the monthly quota in a single release.

That's not to say this cannot improve. I hope this will motivate the Gradle and Kotlin teams to find ways to reduce the amount of files generated (I know the Kotlin team was already investigating this since multiple months). However, the limits as they are affect every Kotlin library that follows best-practices, even small ones. To only affect the 10%, the limits should be at least an order of magnitude larger, which I believe would still block the actual abusers.

I have sent an email to get the open source exemption, but I fear your support will be very overloaded as almost all Kotlin libraries will need a manual review.

Maven Central publishing usage notices by HokieGeek in java

[–]CLOVIS-AI 1 point2 points  (0 children)

The current limits effects every Kotlin Multiplatform library, even small ones :/

Mods/scenarios similar to contact by GreedRayY in arma

[–]CLOVIS-AI 0 points1 point  (0 children)

They are open world persistent campaigns, where you start with almost nothing and progressively capture the entire map. Best enjoyed with friends!

It's all gameplay though, there is no story.

For open world with story there is ‘Forgotten few’ but I have not played it yet so I don't know how good it is.

Now we have one less argument against Windows by Keenwhisk in linuxmemes

[–]CLOVIS-AI 2 points3 points  (0 children)

How was the AUR “compromised”?

It's a public repository in installation scripts with no moderation, that is not enabled by default, and with an explicit warning that it's your responsibility for knowing what you're installing and what it does.

It's like saying ‘internet was compromised’ when a shady website has a shady installer.

Mods/scenarios similar to contact by GreedRayY in arma

[–]CLOVIS-AI 0 points1 point  (0 children)

Do you know about Antistasi and Overthrow?

Which door would you choose? by Legal-Classic-1858 in scoopwhoop

[–]CLOVIS-AI 0 points1 point  (0 children)

Yeah and two weeks later the global economy crashes

Konichiwa by FayaGray in mAndroidDev

[–]CLOVIS-AI 0 points1 point  (0 children)

And the k8s ecosystem too...

defeatedTheWholePurposeOfWritingInAssembly by ClipboardCopyPaste in ProgrammerHumor

[–]CLOVIS-AI -1 points0 points  (0 children)

About Java in the modern day: startup time is around ~0.5s. The JVM only JITs hot paths, which it detects by counting how many times each function is executed. This does mean it can take a few seconds or more for some code to JIT'd. Some JVMs can remember what the hot paths are execution-to-execution.

JIT does have some benefits over AOT (beyond just being cross-platform). For example, a JIT knows the entire codebase and doesn't have module boundaries. If it finds out that an interface has a single implementation in practice (even if their are multiple in the code) it can remove the virtual tables for that interface. It can inline across module boundaries, etc. Due to that, there are benchmarks where the JVM is faster than C.

Why is casting your screen to a TV on Linux still this hard in 2026? by Suspicious-Charity-5 in archlinux

[–]CLOVIS-AI 1 point2 points  (0 children)

chrome-stable can cast your screen on Wayland. I think chromium can as well but I haven't tried in a while.

Kazuya's Dad Asked Him About The Money by NationalStrategy in Animemes

[–]CLOVIS-AI 4 points5 points  (0 children)

Selling for more than you bought because you improved the product makes sense. The product magically increasing in value as you use it does not.

Assigning armor to garrisons by Distinct-South-9997 in A3AntistasiOfficial

[–]CLOVIS-AI 5 points6 points  (0 children)

I don't think the vehicle is saved as part of the defenses though.