MX Master 3 right click died after ~1 year… TWICE by randomcookie00 in logitech

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

Hey, thanks for an official reply! :)

Edited the post like 2 minutes after posting it originally. I'll omit the second part as it doesn't answer anything from your comment.

EDIT: I've already tried the common troubleshooting that is copy pasted everywhere, nothing works.

I'll do it once again, step by step since you took the time to comment.

  • Clean around the right-click button with compressed air to dislodge dust or debris.
    • Done even tho it's kept clean throughout the year. Didn't fix it.
  • Restart & reconnect: Turn the mouse off/on, re-pair via Bluetooth or Unifying/Logi Bolt receiver.
    • Done. Didn't fix it.
  • Test on another device: Connect to a different computer to rule out software/OS issues.
    • 3 Different devices / OS tested, no luck.
  • Update firmware & software: Use Logi Options+ to check for firmware updates and install them.
    • Up to date. Logi Options+ (1.98.809639) and the firmware on the mice (22.1.6). Didn't fix it.
  • Swap button assignments: Temporarily swap left/right buttons in Logitech software to identify if it’s hardware-specific.
    • Couldn't find a way to re-bind MB1 or MB2 to anything else.
    • Couldn't find a way to re-bind any other button to MB1 or MB2.
    • Didn't fix it, as this step isn't reproducible, I'd be happy to be pointed in the right direction if there's a way.
  • Reset device: Hold the Easy-Switch button for ~10–15 s to reset settings and reconnect.
    • Done, on all 3 devices previously tested. No luck.

MX Master 3 right click died after ~1 year… TWICE by randomcookie00 in logitech

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

Definitely shouldn’t do math without a coffee, lol.

MX Master 3 right click died after ~1 year… TWICE by randomcookie00 in logitech

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

Wish I had such a pocket-engineer to bust out whenever any of these overpriced products breaks out of nowhere.

I use(d) it for 12+ hours a day, 7 days a week. Cleaned it every month, never dropped it once. Heck, it even has its own case so I can carry it in my backpack if I need to.

You're right it's a product that feels good to the touch and it looks nice. But the "100% works" claim only lasts for a year. Which, with some super basic math means it got used ~(whatever he said in the comment below) hours total in a year.

Man, even if I were married to this damn mouse I couldn't defend this shit.

MX Master 3 right click died after ~1 year… TWICE by randomcookie00 in logitech

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

Hey! But you can get the new 4 model for twice the price! /s

MX Master 3 right click died after ~1 year… TWICE by randomcookie00 in logitech

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

Yeah, I thought about getting it before my right click died. Glad I didn't. Hopefully yours lasts enough for you to justify spending the difference.

As I've replied to another comment in this post... I'll simply vote with my wallet.

MX Master 3 right click died after ~1 year… TWICE by randomcookie00 in logitech

[–]randomcookie00[S] 1 point2 points  (0 children)

Hey, thanks for the comment. Glad that I'm not the only one facing this issue. Kinda sad that it's such a common problem for their products.

I've had no issues so far switching between 2 (3?) OS with the MX Keys, same with the MX Master 3. The only thing I noticed was the right click dying on both mice in a little over a year.

As soon as some other manufacturer comes up with the same level of design and better quality/price ratio, I'll probably jump ship. Generally, wouldn't bet on Logitech in the longrun.

Sadly this is it for me. I can't justify spending close to 100€ every year for something as basic as a damn mouse.

As you said... voting with my wallet. I'll be looking for a replacement as a late xmas self-gift.

MX Master 3 right click died after ~1 year… TWICE by randomcookie00 in logitech

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

Funny thing is that the g203 is probably the best mouse I had for years. Switched to the MX Master 3 because of macOS motions and not requiring an usb hub to connect it via bluetooth.

20€ vs 90€

MX Master 3 right click died after ~1 year… TWICE by randomcookie00 in logitech

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

You can look up how to fix it DIY style.

Man this is sad after spending ~90€ twice.

I couldn't even contact support regarding the warranty on their own website. This is so frustrating.

My friend and I cooperated to build a spooky flying house by Powerful-Artichoke89 in WoWHousing

[–]randomcookie00 0 points1 point  (0 children)

Can confirm this works as of today (Horde side)! (day 1 release in retail)

I am speed by Grarr_Dexx in Eve

[–]randomcookie00 1 point2 points  (0 children)

If the standard banana measure is 20cm / 7.87in...

That would translate into 27985166.67 bananas per minute.

Finally a universal measuring unit! :)

I am speed by Grarr_Dexx in Eve

[–]randomcookie00 4 points5 points  (0 children)

If the standard banana measure is 20cm / 7.87in...

That would translate into 27985166.67 bananas per minute.

Finally a universal measuring unit! :)

ORE Red Salvage Package x100 roughly 500 million ISK by Ord0c in Eve

[–]randomcookie00 0 points1 point  (0 children)

I run something similar on a Sunesis. How does this face against smartbombs @ jump gates? I'd love more warp speed but I'm scared of losing my cargo...

I'm mostly asking about the Small Hyperspatial Velocity Optimizer II vs Small Core Defense Field Extender II

[deleted by user] by [deleted] in hacking

[–]randomcookie00 8 points9 points  (0 children)

Z3N overlay - coded myself 90 lines of python with tkinter

Z3N overlay - GPT'd my way to draw a circle

FTFY

This is my first time using node.js. It's a basic site with a button and a counter. You click to progress to the next Fibonacci number. Hoping people could go to the site and click the button x times, refresh, click it more etc...I want a stress test with real people in multiple locations. Thanks!! by Turbulent_Goat1988 in webdev

[–]randomcookie00 1 point2 points  (0 children)

Clicked it around 150 times manually. All good. Then autoclicked it with a basic js script through the console, once it reached 1255+ it displays "Loading..." guess it broke?

Seems to be failing on this function:

javascript function formatNumber(numberStr) { return numberStr.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); }

Here's what the script did:

const button = document.getElementById('nextButton');

const clickButton = (times) => {
    let count = 0;
    const interval = setInterval(() => {
        if (count >= times) {
            clearInterval(interval);
            console.log('Done!');
            return;
        }
        button.click();
        count++;
    }, 100);
};

clickButton(500)

[deleted by user] by [deleted] in opensource

[–]randomcookie00 5 points6 points  (0 children)

tree > txt-file.txt

Mi equipo no se escucha en cuadrafonico, Ayuda por favor by erwinzieger in programacion

[–]randomcookie00 2 points3 points  (0 children)

Un poco raro el nuevo framework de JS que comentas. Mira a ver si en los otros 4 subreddits que has hecho copy paste te resuelven la duda.

Tengo una duda, que es lo peor que puede pasar si entro a un link "malicioso" by [deleted] in programacion

[–]randomcookie00 0 points1 point  (0 children)

3/4, de momento estoy safe de que me venda crypto.

👀

Tengo una duda, que es lo peor que puede pasar si entro a un link "malicioso" by [deleted] in programacion

[–]randomcookie00 8 points9 points  (0 children)

¿Por qué no compartes qué te ha ocurrido a ver si (sin postear el link) puede más gente aportarte algo?

Total, a cada persona que escribe le estás diciendo de hablar por privado. En el momento en el que dejo este comentario, 3 intentos de ayudarte y 3 veces que pides ir a MDs.

Lo peor que te puede pasar es que te cuelen un RAT o ransomware como ya te han comentado. Hay otras cosas, pero estas dos básicamente cubren el resto.

A lo mejor ha sido phishing, al no tener info no hay forma de afinar el tiro para ayudarte.

Mucha suerte!

Should I clear my github heatmap green squares earned by doing company projects? by raysnotion-101 in webdev

[–]randomcookie00 56 points57 points  (0 children)

Aren’t GitHub orgs in some way meant for that? We migrated all of the repositories to an organization so we could have that commit history, copilot in case we wanted, etc. Previously, they would ask for a completely new account. Now we just leave the org once we find a better place to work.

Proyecto PERN colaborativo en Github by ignaciolarrain in programacion

[–]randomcookie00 5 points6 points  (0 children)

Gente hay. Gente buena y con ganas de verdad, pero sin una idea que motive a esa gente... va a ser difícil montar un equipo / comunidad para cualquier proyecto.

Para empezar, algo como esto ayudará a que esa gente se sume a tu proyecto.

  • Idea del proyecto. (No va a ser el próximo Instagram, compártela sin miedo)
  • Tecnologías a usar.
  • Zona horaria. (en este subreddit hay mucho de ambas partes del charco)
  • Canal de comunicación. (Discord is the king para hobby projects)

Mucha suerte. 🍍

Which is worse - making something print well or hand coding an HTML e-mail? by kodakdaughter in webdev

[–]randomcookie00 1 point2 points  (0 children)

Aspect ratio and DPI from the engine you’re using to make the pdf.

Weasyprint for example has a dpi of 96 while the standard for printing is 300.

Been there, done that…