• 3 Posts
  • 340 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.



  • Hebrew and English. I have tried once or twice to learn a third language but I just don’t have the discipline for it.

    Hebrew is my native tongue, and English I speak pretty much at a native level simply by lots and lots of being online and watching TV from a young age, and often chatting with my sister in English for no real reason. I’ve even got a pretty convincing American accent. In hindsight I would have preferred most British accents, but I can’t seem to change it now (refer to the aforementioned discipline issue).

    I still regularly talk to two of my friends in English, still for no apparent reason. We just switch between Hebrew and English arbitrarily.


  • 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.





  • I’ve been rewatching Community recently and it definitely fits the bill. It has incredibly good writing.

    But more than that, Community gives me the impression that is has an infinite budget. Not a ridiculously big budget like some shows and movies do… an infinite budget. The difference being that they don’t waste a cent. There isn’t a single thing on screen that doesn’t serve a purpose. No ridiculous effect or expensive crane shot added in just to flaunt their budget. But if an episode’s script actually called for a particular shot to be done, they would move heaven and earth to make that happen. That’s what it feels like.

    In my head I compare it to having unlimited vacation days at work. Case studies have shown that workers take fewer vacation days when they can take as many as they want, compared to when they have a set number per year. So in the analogy, a show with a set ludicrously high budget will use every last cent of it even for pointless frill, whereas a (hypothetical) show with an unlimited budget would only use however much money is necessary to create the show. Somehow, Community became that show. … It probably has to do with how frequently they actually went way over budget in practice.

    I fucking love Community.




  • Well, sort of. They’re not for secutiry, that’s for sure. They were originally about making it harder for automated bot requests to go through and overload the server. ReCAPTCHA then started turning it around to make OCR better using machine learning, which is commonly agreed to be a Good Thing since it helped digitize old books and things like that. But of course, this in turn made it possible for bots to get past the CAPTCHA, and everything spiraled from there.

    At some point everyone kind of forgot the real point of a CAPTCHA, and it’s now much more of a free training data generator and much less of an obstacle for bots. But it still can prevent complete rookies from making thousands of requests per second with a simple python script, so it does serve a little bit of that original purpose.