• 1 Post
  • 243 Comments
Joined 2 years ago
cake
Cake day: January 5th, 2024

help-circle




  • So, uhh, are you good and comfortable at using the mouse with your right hand? If so you have no reason to use your left. I have a left-handed friend who has always exclusivity used his right for the mouse. Ain’t no law saying your mouse hand must be your writing hand. Not to mention the benefits: it’s the default setting on any system, and there are lots of great quality asymmetric mouses that only fit the right hand.

    I’m not trying to change you, by all means if you like the trackpad more power to you. Just curious why you’d try to mouse with your left if you’ve already learned to use it with your right.


  • I think it’s an excellent compromise for being a portable PC. If I’m going to university, to a study space or a lecture, a laptop is freaking fantastic.

    Also all laptops universally have one killer feature that nearly no desktop PC has: a built-in UPS. If power goes out, the laptop just keeps chugging along on battery power, giving you an extra few hours of work.

    It’s not my workstation of choice by any means, but I wouldn’t call it miserable. It’s fine.












  • Yeah, of course. I think I was misunderstood, which is probably why I got so many downvotes.

    Most tasks are possible (and often trivial, given access to the right library) with traditional programming. If it’s possible to do them this way, this is by far the best approach.

    Of the things that are not reasonably doable this way, like determining whether a photo is of a bird as in the comic, quite a lot of them are possible nowadays with machine learning (AKA “AI”), and often trivial given access to the right pre-trained model. And in this realm, I would say success rates are very often higher than that. Image recognition is insanely good.

    What I’m asking is, what’s a task that’s virtually impossible both with programming and with machine learning?

    “Mission critical” tasks which require very high and provable reliability, such as autonomous driving cars, technically fit this question but I think it’s ignoring the point of the question.

    And if you were going to mention counterexamples where specially crafted images get mislabeled by AI: this is akin to attacking vulnerabilities in traditional software, which have always existed. If you’re making a low-stakes app or a game, this doesn’t matter.