• callyral [he/they]
    link
    fedilink
    English
    125
    edit-2
    7 months ago

    tomatoes are fruits that are often used as vegetables and are botanically classified as berries*

    *according to wikipedia and my interpretation of it

    • The Giant Korean
      link
      fedilink
      English
      597 months ago

      Intelligence is knowing that tomatoes are a fruit. Wisdom is knowing that they don’t go into a fruit salad.

    • Pietson
      link
      fedilink
      137 months ago

      Tomatoes are only fruits in a biological sense, vegetable is a culinary term so it makes no sense to mix them up.

      • @mpa92643@lemmy.world
        link
        fedilink
        127 months ago

        I prefer just calling everything I eat the flesh of whatever it came from. Tomato? Flesh. Lettuce? Flesh. People? Flesh.

      • @CosmicTurtle@lemmy.world
        link
        fedilink
        English
        97 months ago

        My understanding is that the term vegetable is actually a political term, meaning it is categorized as a vegetable for tax reasons.

        Vegetables are taxed lower than fruits.

        • @SuperIce@lemmy.world
          link
          fedilink
          English
          37 months ago

          In the EU, carrots are classified as a fruit because otherwise, marmalades made with carrots would be illegal.

          • @barsoap@lemm.ee
            link
            fedilink
            1
            edit-2
            7 months ago

            Marmelades can’t be made from carrots in the EU, we have the Brits to thank for that who insisted that the term is restricted to citrus fruit, the rest is jam. Especially nuts because the term derives from Portuguese “marmelada”, quince mush, and quinces are definitely not citrus fruit.

            Speaking of the Portuguese yes they gave us that classification of carrots as fruits so they didn’t have to call their stuff “carrot spread” or something. Noone else on the continent cares, it doesn’t have any impact on anything else, and next time definitions are re-done they might just leave out the “has to be fruit” part in the definition of jam, or “fruits, or vegetables traditionally used for jam, or with sufficient fruit-like character”.

            I guess some lines have to be drawn though otherwise Nutella is going to start calling itself hazelnut jam.

      • callyral [he/they]
        link
        fedilink
        English
        17 months ago

        I mixed them up for the joke since the phrase sounds kinda absurd but it’s technically true

    • @themusicman@lemmy.world
      link
      fedilink
      77 months ago

      According to some YouTube short (maybe it was vsauce?): botanically, fruits are vegetables so tomatoes are vegetables in both classification systems

      • 𝘋𝘪𝘳𝘬
        link
        fedilink
        77 months ago

        In reality it really does not matter and the classification is somewhat arbitrary. Just think about adding it to a fruit salad. Would you do it? Then it’s a fruit.

      • @TheDarksteel94
        link
        37 months ago

        I’ve seen it too. I think it was Hank or John Green.

    • @frezik@midwest.social
      link
      fedilink
      67 months ago

      I once saw a little blurb at a sandwich shop stating that tomatoes are fruit, but if you pair them on a sandwich with jalapenos, you’re getting both fruits and vegetables. I demand better scientific accuracy in restaurant marketing signs.

        • @barsoap@lemm.ee
          link
          fedilink
          2
          edit-2
          7 months ago

          Very much so. Bell peppers and jalapenos are fruits from different strains of capsicum annuum. Biologists apparently don’t agree on whether all chilli/paprika stuff is capsicum annuum, what’s for sure is that they’re all very closely related.

    • @Skwerls@discuss.tchncs.de
      link
      fedilink
      57 months ago

      Vegetable has no meaning other than “part of a plant* we eat”, so basically all fruits are vegetables

      *And in the case of mushrooms, fungi

      • @ShakeThatYam@lemmy.world
        link
        fedilink
        English
        77 months ago

        To add to this, vegetable is a culinary term and not a scientific term. Whereas, fruit can be both. Tomatoes are scientifically a fruit, but generally not from a culinary perspective.

        • @barsoap@lemm.ee
          link
          fedilink
          17 months ago

          This is precisely it: Tomatoes can be sweet enough to be a fruit, they can be acidic enough to be a fruit, but they’re definitely too umami to be fruit.

          Next thing people are going to insist on, wilfully ignoring the differences in taxonomy, is that peppercorns are fruit. A stone fruit, just like cherries or peaches.

    • Presi300
      link
      fedilink
      English
      15 months ago

      Technically, according to the definition of a fruit, the cucumber is also a fruit, so yes, the tomato/cucumber salad is a fruid salad.

  • Pxtl
    link
    fedilink
    English
    1007 months ago

    The fact that this meme makes sense to anyone demonstrates how dynamic typed programming languages cause brain damage.

    • @atyaz@reddthat.com
      link
      fedilink
      -337 months ago

      I prefer to think of it as maybe don’t shoehorn a shitty type checker into a dynamic language. Honestly I think people who get excited about typescript should fuck off and go write java instead.

      • Pxtl
        link
        fedilink
        English
        33
        edit-2
        7 months ago

        JS is the one that’s built into the browser. If JS wasn’t built into the browser, it would go onto the trashbin of bad old languages that only survived because of their platform like VBA and ActionScript and .bat batch scripting. You can’t compare JS to any other language because JS is the one you don’t get a choice on.

          • @jubilationtcornpone@sh.itjust.works
            link
            fedilink
            English
            67 months ago

            I’ve heard it said that the longer you work with JavaScript, the more you hate it. I’m not gonna lie, I really miss working on ASP.Net Core backends. Switching from that to NodeJS was a huge downgrade.

        • @atyaz@reddthat.com
          link
          fedilink
          07 months ago

          Fine but whatever you think about js, dynamic languages have certain advantages, and trying to turn it into another java or c# is a stupid endeavor. You’re not “fixing” javascript by making it more like java.

      • The type checker is actually pretty smart and can handle a lot of weird use cases, especially in strict mode (if you mark everything as Any type, that’s on you). The fact that the underlying language is very dynamic can be both good and bad. It’s good because you can be flexible when you need to be, but it also won’t prevent you from writing really shitty code, which lends it its reputation.

        I don’t know if you’ve ever tried writing frontends in Java, but it is terrible, especially if you want to make dynamic and accessible UIs. You don’t use a power drill when you need to hammer a nail.

        • @atyaz@reddthat.com
          link
          fedilink
          -107 months ago

          My comment was obviously devoid of any nuance, I am on programmer humor after all. I actually do use typescript, but I think fixing issues in application code that isn’t used by other code is a waste of time. I also think there are lots of advantages of a very dynamic language, like usable REPLs and much easier debugging. We can take these advantages way further by embracing the dynamic nature of javascript, like how lisps do it for example. But instead, everyone is happy going down the route of turning it into another c# (nothing against c# but we don’t need all languages to be c# and java).

      • @Tau
        link
        7
        edit-2
        7 months ago

        That’s what WASM is for, but it’s not there yet :(

        And you still have to use js for hooks and stuff

  • @JakenVeina@lemm.ee
    link
    fedilink
    947 months ago

    I like TypeScript less for its ability to categorize my grocery list and more for its ability to stop anyone from putting cyanide on it.

    • @DrM@feddit.de
      link
      fedilink
      487 months ago

      I hate Typescript for promising me that nobody can put cyanide on the list, but in reality it disallows ME from putting cyanide on the list, but everyone else from the outside is still allowed to do so by using the API which is plain JavaScript again

        • @DrM@feddit.de
          link
          fedilink
          13
          edit-2
          7 months ago

          The main problem with JavaScript and TypeScript is that there is such a little entrybarrier to it, that way too many people use it without understanding it. The amount of times that we had major issues in production because someone doesn’t understand TypeScript is not countable anymore and our project went live only 4 months ago.

          For example, when you use nest.js and want to use a boolean value as a query parameter.

          As an example:

          @Get('valueOfMyBoolean')
          @ApiQuery(
            {
              name: 'myBoolean',
              type: boolean,
            }
          )
          myBooleanFunction(
            @Query('myBoolean') myBoolean: boolean
          ){
            if(myBoolean){
              return 'myBoolean is true';
            }
            return 'myBoolean is false';
          }
          

          You see this code. You don’t see anything wrong with it. The architect looks at it in code review and doesn’t see anything wrong with it. But then you do a GET https://something.com/valueOfMyBoolean?myBoolean=false and you get “myBoolean is true” and if you do typeOf(myBoolean) you will see that, despite you declaring it twice, myBoolean is not a boolean but a string. But when running the unit-tests, myBoolean is a boolean.

          • @shasta@lemm.ee
            link
            fedilink
            77 months ago

            This is more a condemnation of nest.js than ts. It seems great in theory. I like the architecture and the ability to share models and interfaces between front and backend, but it’s objectively makes everything more complicated. It adds layers of abstraction that should not be necessary and it’s such a niche/unpopular framework for backend systems that you generally have to jump through hoops to do anything moderately complex. Not only do new devs have to learn typescript to use it, they have to learn the nest architecture to know how to do things “the right way” and you still end up in situations like this which looks perfectly valid but isn’t. Typescript was never meant to be used for backend, and trying to make it do so and then complaining about it is like jogging while carrying a gun, shooting yourself in the foot, and blaming the gun.

            • @zalgotext@sh.itjust.works
              link
              fedilink
              17 months ago

              the ability to share models and interfaces between front and backend

              On the other hand, this can be considered a downside because it locks you into using JS/TS on the front and backends.

              Alternatively, if you define your models and interface with an Open API spec, you can write the front and backends in whatever language you want.

          • @CanadaPlus@lemmy.sdf.org
            link
            fedilink
            57 months ago

            I’ve never used TS, and I’m not exactly sure what nest.js even does, but building a TypeScript project on top of a JavaScript library not designed for it seems like asking for trouble. Is that standard practice?

              • @CanadaPlus@lemmy.sdf.org
                link
                fedilink
                1
                edit-2
                7 months ago

                Web dev continues to be cursed, I guess.

                If I really needed to use a JS library in TS, I’d have to build some sort of adapter between the two that crashes whenever the JS library (that doesn’t know anything about your types) breaks the typing rules. Anything else will inevitably lead to the above “fun” kind of bugs.

                • @DrM@feddit.de
                  link
                  fedilink
                  17 months ago

                  I don’t think that this would work, there are no types anymore during runtime because everything is translated into plain js on build. TypeScript only exists during development

          • @uis@lemmy.world
            link
            fedilink
            17 months ago

            return ‘myBoolean is true’;

            I instantly noticed this line. Shitcode is so fun.

          • @jpeps@lemmy.world
            link
            fedilink
            14 months ago

            Typically when creating API interfaces you’d be better off marking the inputs as unknown, and then using something like Zod to validate the types

    • @AngryCommieKender@lemmy.world
      link
      fedilink
      77 months ago

      Two questions immediately come to mind. 1) Would you buy the cyanide if it was on the list. 2) Where does one casually buy cyanide? I can’t imagine a case where I’d need some, but it would be handy to know if I ever did.

      • @CanadaPlus@lemmy.sdf.org
        link
        fedilink
        4
        edit-2
        7 months ago

        I know you used to be able to get it for pest control, but maybe not anymore. You could also make it the old-fashioned way with molten washing soda. It can be used to make Prussian blue, for one thing.

        Obviously take all necessary precautions, especially keeping NaCN away from acids.

  • @aluminium@lemmy.world
    link
    fedilink
    897 months ago

    I’d say its more like the gas tank telling you that you aren’t allowed to pour in brake fluid as that could lead to runtime errors.

      • @CileTheSane@lemmy.ca
        link
        fedilink
        47 months ago

        A vegetable is edible plant matter.

        Botanically a vegetable is anything that is not the reproductive portion of the plant derived from a flower. A root or tuber such as for yam or potato are vegetables. Edible flowers could be considered a vegetable since the ovary has not expanded to contain seed.

    • Pons_Aelius
      link
      fedilink
      407 months ago

      Intelligence is knowing Tomatoes are fruits.

      Wisdom is knowing not to put them in a fruit salad.

    • @FishFace@lemmy.world
      link
      fedilink
      67 months ago

      The joke is that almost everyone calls them vegetables because the botanic categorisation of parts of plants is niche jargon that is not useful in everyday life, whereas the culinary categorisation is useful, and so your shopping list correcting you is worse than unnecessary.

      • @mpa92643@lemmy.world
        link
        fedilink
        117 months ago

        But that’s not what TypeScript does. The joke in the meme doesn’t really even make sense.

        A better analogy would be you have a basket that’s explicitly labeled “Fruit” and TypeScript complains if you try to put laundry detergent in it because you said it’s supposed to be a basket of fruit.

        This meme was clearly made by someone who doesn’t use or understand TypeScript.

        • @Windex007@lemmy.world
          link
          fedilink
          87 months ago

          This meme was clearly made by someone who doesn’t use or understand TypeScript.

          It was made by someone who doesn’t understand types, period.

          Curious if it’s the same wizard who was explaining that Linus doesn’t understand programming because he has opinions on arm vs Intel architecture. EVERYONE programs in JavaScript anyways and my JavaScript always works on arm. Has Linus lost the plot?

    • @xmunk@sh.itjust.works
      link
      fedilink
      67 months ago

      As a proud Massachusettsan, tomatoes are definitely vegetables.

      (Technically, tomatoes are both fruits and vegetables)

      • @two_wheel2@lemm.ee
        link
        fedilink
        English
        87 months ago

        Aren’t fruits subsets of vegetables? Without looking it up I thought that vegetables were the edible part of the plant and fruits are edible reproductive parts of the plant. I could be totally off on that though.

        • @xmunk@sh.itjust.works
          link
          fedilink
          67 months ago

          Yea, you’re totally correct. This whole confusion comes from a Supreme Court case that involved tariffs though… Basically, tomatoes are a staple good and should be taxed like a regular vegetable and not receive the elevated fruit tax.

        • @xmunk@sh.itjust.works
          link
          fedilink
          27 months ago

          It varies by language since the meaning of fruit and vegetable are language specific but that’s universal for English. A fruit is an edible portion of a plant that contains seeds and a vegetable is an edible portion of a plant, so… all fruits are vegetables.

          • @fred@lemmy.ml
            link
            fedilink
            1
            edit-2
            7 months ago

            Ok but like, why draw the line at Massachusetts? Lol. If I make a wrong turn and end up in New Hampshire am I going to have to reevaluate my fruits and vegetables?

    • @hypertown@lemmy.worldOP
      link
      fedilink
      -17 months ago

      Well, that depends on definition. But the joke is why on earth would you want to write types on your shopping list? Like this:

      • tomatos (vegetable)
      • apples (fruit)

      Etc.

        • AngrilyEatingMuffins
          link
          fedilink
          37 months ago

          We have plenty of homographs as well, “lead,” “bow,” etc but every once in a while I’m struck by just how massive the vocabulary of English is compared to… well, every other language.

          • 𝘋𝘪𝘳𝘬
            link
            fedilink
            37 months ago

            how massive the vocabulary of English is compared to… well, every other language.

            English doesn’t even has definite articles.

            • @erogenouswarzone@lemmy.ml
              link
              fedilink
              English
              27 months ago

              This is giving me stress daymares about Spanish in high school.

              Still, it’s an interesting point you make.

              But then again, with definitive articles you have a bunch of things that are not supposed to convey gender conveying gender. Like a toaster… It would suck to have to remember the gender of a toaster, or, well toasters in general.

              • 𝘋𝘪𝘳𝘬
                link
                fedilink
                3
                edit-2
                7 months ago

                It’s “der Toaster” which makes it masculine. On the other hand, a girl (“das Mädchen”) is neuter. The grammatical gender is somewhat arbitrary and does not follow any “real” rules.

                As a German you somehow “feel” if the correct article is used, though.

                • @erogenouswarzone@lemmy.ml
                  link
                  fedilink
                  English
                  2
                  edit-2
                  7 months ago

                  Yeah, fuck that. English is bs enough.

                  Edit: yeah, that “feeling” is knowing it so well, you don’t totally understand it, and also means it’s hard to convey

                • @barsoap@lemm.ee
                  link
                  fedilink
                  17 months ago

                  It’s less about magical feelings but rules that native speakers know but aren’t aware of. Toaster is clearly male because nouns constructed from verb+er are always male.

                  Also “male gender” is kinda misleading, it’s basically a mistake early linguistics made because it was so centered around Indo-European languages. The modern term is noun class, and Indo-European languages share the trait that they have three noun classes, one containing the word for “woman”, the other the one for “man”, and another the word for “thing”. That’s where the names come from: Bridges aren’t female in German they simply share a noun class with women.

                  And girl is neuter in German because all diminutives are. “Deern” is definitely female.

                • @Faresh@lemmy.ml
                  link
                  fedilink
                  English
                  17 months ago

                  Embarrassingly for someone whose native language is german, I often use the masculine when the neuter should have been used, because they feel the same to me. I never was taught any formal grammar in german, though, so that might play a role.

              • 𝘋𝘪𝘳𝘬
                link
                fedilink
                37 months ago

                German has different words, too. Even multiple one depending on accuracy

                • die Birne -> the pear
                • die Glühbirne -> “glowing pear”, the light bulb, coming from the shape of the bulb, common, but even Germans see that its dumb
                • die Glühlampe -> “the glowing lamp”, coming from the literally glowing filament that is used to produce light, the usual term
                • das Leuchtmittel -> “the thing that shines”, no direct translation, closest would be “lamp”, to describe, well, a thing that shines, independent of what is used to produce the light, usually used in technical documentation/environment

                German also has multiple other terms to describe a lot of different light bulb shapes and types. Germans can even make up completely new types of light bulbs due to the heavy use of compound words, and every other German can understand that on the fly without further explanation.

                Let me just imagine some.

                • das Bootshausseitenflutlicht -> a floodlight at the side of a boat house
                • die Dreiecksleuchte -> a lamp or light bulb in the shape of a triangle
                • das Hinterhausnachtlicht -> a night light for a part of a tenement house accessible only through a courtyard
                • @JungleJim@sh.itjust.works
                  link
                  fedilink
                  3
                  edit-2
                  7 months ago

                  That’s really cool. For whatever it’s worth I was joking. I’ve always admired German and almost elected to learn it in highschool, but socio-geographically(an off the cuff word combination in English), learning Spanish made more sense, as there are many Spanish speakers. But I digress; thank you for explaining such a neat feature of your language to me. I also must admit that the English word is not totally dissimilar in origin; a light-bulb glows in a lamp, but an onion is a bulb in the ground, so it isn’t too different from glowpears.

          • @banana_tree@lemmy.ml
            link
            fedilink
            07 months ago

            That English has more words than other languages is a myth. Idk why but it keeps getting perpetuated so i guess people just believe it to be true.

            Whats more is that its kinda difficult to even narrow down what a word is in a single language, and even more so to find a definition that fits all of them.

              • @banana_tree@lemmy.ml
                link
                fedilink
                17 months ago

                Impressively the babbel article manages to include other commons myths like implying english is some kind of mix language rather than a germanic one when it says “This is largely due to invasions of England by the Vikings and then the Normans” about why English supposedly has more words than other languages. This type of incorporation of loanwords is common in almost all big languages.

                It argues based on dictionaries and effectively debunks why you can’t (for comparison I’d like to add that the SAOB of the Swedish Academy lists circa 500k words).

                There’s nothing in this article that says English has the most words other than “So, while English is a clear contender for having the most words and German and Turkish have a large capacity for infinite combinations, all languages end up influencing others.” Still, there’s no justification for the “clear contender” bit other than the Oxford dictionary having more words than Larousse and Littré.

                Feels to me like the article just reinforces the notion (and reality) that you can’t even make comparisons like that.

                Nevermind the fact that this idea is a well known myth in linguistics and arguing against it is kind of like arguing against flat earth theory.

      • @CanadaPlus@lemmy.sdf.org
        link
        fedilink
        2
        edit-2
        7 months ago

        So that the mindless automaton delivering your groceries doesn’t unexpectedly give you tomatoes for your sundae, in a future expansion to dish-based orders.

        I’ve yet to create a type error that didn’t correspond to me thinking about something wrong.

  • ShroOmeric
    link
    fedilink
    257 months ago

    I swear to god, sometimes I really don’t know what Typescript really wants from me. It’s like some old god: you know it needs a sacrifice but the god is not telling you exactly what he wants. So you can only try and pray.

      • @herrvogel@lemmy.world
        link
        fedilink
        127 months ago

        The "return type <5 paragraphs of various word salads> is not compatible with " error messages are anything but easy to understand in my opinion.

        • @gornius@lemmy.world
          link
          fedilink
          9
          edit-2
          7 months ago

          Yeah I don’t get why it spits out whole types instead of only differences between them. Like “function expects non-null ‘some.param.in.object’ of type ‘string’ in argument ‘someArgument’, which is missing in passed argument”.

    • @V0lD@lemmy.world
      link
      fedilink
      3
      edit-2
      7 months ago

      Botanically they are. Culinary they are not.

      Some languages split the word “fruit” up in those two cases. In Dutch for example, the botanical definition of fruit translates to “vrucht” whereas the culinary definition translates to “fruit”.

      So, a tomato is a “vrucht” but it’s not “fruit”

      • @dan@upvote.au
        link
        fedilink
        37 months ago

        Some languages split the word “fruit” up in those two cases

        I wish English did this more. There’s way too many words with an overly large number of meanings.

        The word “free” meaning both “freedom” and “doesn’t cost money” can be confusing - some languages use “gratis” or an equivalent word for the latter definition. Sure, you can use it as a Latin loan word in English, but that’s not common.

  • @lorty@lemmy.ml
    link
    fedilink
    177 months ago

    Guess it’s not only Typescript that likes to argue with the developer while missing the entire point…

  • Yoast
    link
    fedilink
    English
    77 months ago

    I’ve seen versions of this meme before but I just noticed what he’s wearing. Is that a Mortal Kombat shirt?