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

help-circle


  • I’m not attacking you, I’m attacking your words.

    And the reason I said you were obstinate were because you were. You refused to accept that it works since it doesn’t do it in the way you want it to. And now you’re rage-downvoting. You should probably take a few minutes off.

    EDIT: No, you didn’t state that it didn’t work after seven minutes and multiple routs of attempting to get the link to resolve. I see that you have edited that in later, in one of the later comments. It worked on the reload for me. And no, it’s not preventing input to improve a product, it’s asking you to be less absolutist in your comments. “It doesn’t work as well as it should” compared to your “it doesn’t work”. When it obviously does work, albeit could work better.

    Edit: No ;P



  • Sound’s like you’re just being obstinate, then. It works, just not how you would prefer (well, I would also prefer that it didn’t give an error screen like that, but that’s besides the point). This is still early days of an open source project, and for that one should have a bit more understanding than for corporate products. A lot of other services also started out very unpolished and took time to get better.

    The good thing is that you should be able to contribute and make it so that it doesn’t do that since you wrote you were a software developer for your whole career.

    EDIT: nice angry downvote, Cosmic Cleric…



  • So you’re saying you did know that Lemmy has the thing where if you’re the first one to ask to get community data from another instance the link will give you an error and you must click it again (or reload) to get the instanced version of that community for your instance, and then say that it doesn’t work?

    That doesn’t sound to me like you knew how Lemmy works. I can agree that it should be more hands-off for the user and the server should silently just do the thing to get the instanced community before sending data back to the client, but that’s a different argument.






  • CallumWells@lemmy.mltoMemes@lemmy.mlJust sayin
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 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
    ·
    6 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
    ·
    6 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.