• 0 Posts
  • 124 Comments
Joined 1 year ago
cake
Cake day: July 19th, 2023

help-circle





  • CallumWells@lemmy.mltoMemes@lemmy.mlJust sayin
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 months ago

    Not sure if you actually meant logarithmic or exponential. An exponential tax rate would mean that the more you own the next unit of value would be a lot more in tax, while a logarithmic tax rate would mean that the more you own the next unit of value would be a lot less in tax. See x2 versus log2(x) (or any logarithm base, really). The exponential (x2) would start slow and then increase fast, and the logarithmic one would start increasing fast and then go into increasing slowly.

    https://www.desmos.com/calculator/7l1turktmc





  • CallumWells@lemmy.mltoOpen Source@lemmy.mlDon't be that guy.
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    8 months ago

    The funny thing is that since it’s an actual word the spell checker might not be of any use to see that it might not be the word you’re actually wanting to use. And with the amount of people using “payed” instead of “paid” the dictionaries will probably include “payed” as an alternative way to conjugate “to pay” in the currency sense.


  • There’s always machine code, just writing numbers for the functions of the CPU. Or you have Esoteric programming languages like Brainfuck that doesn’t use any words at all, it’s just very simple instructions. There’s Piet, which is a pixel colour based programming language.

    To be frank; no programming languages are based on English, they are all based on logic. They are most often expressed in English, but there’s really no reason one couldn’t have a translation layer for every programming language. But that would make it a lot harder to find the solution if you have some fairly niche problem. Having everything in one language is simply more efficient since it doesn’t fragment the questions and answers.

    But a quick search gave me https://analyticsindiamag.com/6-popular-non-english-programming-languages/. The simple answer to your question thus is; No







  • CallumWells@lemmy.mltoOpen Source@lemmy.mlDon't be that guy.
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    8 months ago

    That’s absolutely a ridiculous stance. Yes, you can personally go through everything, but there’s also searching around to find out what other people say about it, actually look through the issues people have raised. Some of it applies to proprietary software as well, find out what other people say about the software. You don’t need to do everything yourself, but you do have to take responsibility for trying to make sure it will work as you hope it will.