Remix.run Logo
orliesaurus 4 days ago

> After first publishing this article a helpful commenter let me know Logitech released the MX Ergo S in late 2024, with quieter switches, USB-C, and a $20 price increase. Let's just pretend I wrote this article a year ago! Still, at least this project let me avoid some e-waste.

How many times does this happen to people?

I mean, in my life i probably spent hundreds of hours writing code and hacking things together - forcing them to work - for tasks that turned out to be...already solved, I just couldn't find it...it was under the sun all along.

Yeah you know, like when that Lenovo Thinkpad's trackpad needed some specific kernel hack on Linux for it to work...

for the more obscure things however, I am glad and I respect those youtube uploaders that literally will post everything they discover just for the sake of sharing knowledge!

finaard 4 days ago | parent | next [-]

> I mean, in my life i probably spent hundreds of hours writing code and hacking things together - forcing them to work - for tasks that turned out to be...already solved, I just couldn't find it...it was under the sun all along.

Once you get older it gets even more annoying - sometimes you end up solving a problem, and later on you realize (or, even worse, a friend points it out) that you've solved that already once before a decade ago _and_ published your solution back then.

KyleWasTaken 4 days ago | parent | prev | next [-]

I'd say it happens pretty often. I almost became one of those when I posted about the exact same MX Ergo mod last year (using the same board).

https://www.kyleniewiada.org/blog/2024/05/mx-ergo-usb-c-mod/

But in my case, it was 3 months before Logitech announced their USB-C revision.

bobsmooth 3 days ago | parent | prev [-]

I spent two days trying to reverse engineer the serial protocol for an LED panel I got from aliexpress. Just after I figured it out, I decided to google "<led board> github" and found a python library that did everything I needed and was much more elegant. Still, you have to enjoy the process.