• 0 Posts
  • 190 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle









  • I have two Wireless Pro Gs, one for work and one for home. I used a g502 for many years and the battery started being shitty with it. I replaced it, but it kept telling me to change it anyway. I then got a g502s that failed within 2 years with double clicking. Then a g902 I think, which started double clicking just after a year. Then I got my first Pro G. I enjoyed it enough to fork out for a second one for work. A couple of months ago, my at home Pro G started double clicking, this is maybe 2-3 years in now. Blowing it out helped a little, but not much. One time I accidentally opened a whole bunch of emails I was going to delete, and slammed it on my desk, and it’s been fine since.

    My next mouse will probably be a different brand, even just to play the field a bit.









  • I just recently got copilot in vscode through work. I typed a comment that said, “create a new model in sqlalchemy named assets with the columns, a, b, c, d”. It couldn’t know the proper data types to use, but it output everything perfectly, including using my custom defined annotations, only it was the same annotation for every column that I then had to update. As a test, that was great, but copilot also picked up a SQL query I had written in a comment to reference as I was making my models, and it also generated that entire model for me as well.

    It didn’t do anything that I didn’t know how to do, but it saved on some typing effort. I use it mostly for its auto complete functionality and letting it suggest comments for me.