• 0 Posts
  • 53 Comments
Joined 3 years ago
cake
Cake day: September 2nd, 2023

help-circle

  • That explains why everyone in anime seems so fucking dumb.

    “In order to kill the guy, we have to shoot him in the head”

    “So you are saying that we have to shoot the guy in the head in order to kill him?”

    Yes you little shit, that’s exactly what he said, with the exact same words. It’s so annoying.


  • Most issues are a maintainers issue. Rarely is the issue in Linux itself. Most of the issues are in userland.

    Yes. All OS have bugs, and yes, we are used to doing workarounds for windows too. But most of the time, that workaround is fishing for a setting in an obscure menu with a Windows7 UI. But it is still a GUI. If you read the labels of the buttons you can navigate the menus to reach the button you want to press.

    I have never ever had to edit the registry to fix an issue. I have maybe edited the registry 10 times in my whole life, most of the time it was to customize beyond what the GUI offers, not to fix a bug. That’s on my PC, I don’t work in IT for a company. Maybe company management requires more extensive use of the registry.

    The whole point of my comment is not that Linux breaks constantly while windows doesn’t. Of course it’s going to break more often, since there is an uncountable different Linux configurations, it’s incredibly more complex than having 2-3 versions of windows to maintain.

    The point is that you can fix most issues on windows with the GUI, while on Linux you have to use the terminal most of the times.

    We also know those windows workarounds because GUIs are way more discoverable than terminal commands.

    GUIs act like trees. If you don’t care about the “personalization” branch of the menus, you just don’t click on it.

    Terminals act like lists. You do ls /usr/bin you’ll just get shown hundreds of binaries. Which are not categorized in any way. Only when you know which binary solves your issue you can read the man and get something that hopefully resembles a tree, with headings of different levels.


  • That would be true if the GUI worked correctly.

    However, more often than not, some inner thing breaks, which means that the GUI just throws an error screen and tells you “good luck”. So you have to search for that text in Google, and it will send you to an obscure forum where a guy said in 2014 that the solution for that problem is to run some random command in the terminal.

    For example the “app store” GUI for Kubuntu never worked for me. It always stalls at some point or another. Meanwhile, running sudo apt upgrade worked flawlessly. Both operations should be doing the exact same thing under the hood.

    Two times already, a relative that uses Manjaro but has no idea about Linux came to me for help because the “app store GUI” (which is a different one than in KDE) one day stopped working. The issue was to run some random key-relayed command.

    Years later, I found out that apparently the Manjaro maintainers let their certificates expire MORE THAN ONCE. Which has to be fixed manually by the end user apparently. And they apparently didn’t think of adding a notification in the GUI telling you about this. Which is bonkers. Not everyone reads all the news articles relating to their OS.







  • And that is shown by the markings.

    I just looked one up, it’s less than 20€, 0,02mm of precision. There are just 4 markings between 1mm and the next.

    So instead of 9 markings, each marking adding 0,01mm, you just add 0,02mm. Doesn’t sound complicated at all.

    I haven’t found an analog one, but a digital one with 0,01mm of precision costs 30€. Maybe an analog one costs 50€.

    So if adding 0,02 is too complicated, you can just buy a 0,01 one for 30€ more. Which is the price of a pizza for a tool that will last years.

    Anything more precise than 0,01. You probably have a lot of experience using a caliper. Whatever method it uses to display that precision is gonna be second nature.





  • That is not a flaw of decimals. It is a flaw of you not knowing how precision is encoded in decimals.

    0,7583 means 0,7583 ± 0,00005.

    0,758300 means 0,75833 ± 0,0000005.

    0,76 means 0,76 ± 0,005.

    That is why when in a store an item costs 7,5€, we don’t say 7,5€. We say 7,50€. Because it is precise to a hundredth of a €, not a tenth of a €.



  • Precision has nothing to do with the unit system. Or notation of fractions.

    0,001m is as precise as 1mm

    1/1000m is as precise as 1mm

    In SI you don’t even have prefixes, you use scientific notation with base units. You don’t say neither 1mm nor 0,001m. You say 1x10-3. Which is exactly the same as the other magnitudes of this comment.

    If you want precision in imperial, you could as easily say 0,00000000001 inch. It would be as precise as 0,000000000255 mm, or whatever the conversion is.


  • “deci” is very popular. Just not in the “correct” form “decimeter”.

    In Spanish it’s normal to say “8 décimas”, which means 8 tenths. It is context dependent though. For example if speaking in a context where millimeters are used, it will be 8 tenths of a milimiter. That is, 0,8mm.

    But yeah, it is very uncommon to use deci and deca. Because they’re just not very useful. We are used to 2 digit numbers, or numbers with 2 decimal places. So 87m is not harder to use than 8,7dam.

    It’s probably also the reason there is no prefix between kilo and mega, or milli and micro. (They are x1000 increments instead of x10).

    For the same reason, when in a context of millimeters, it’s preferred to say “87mm” instead of “8,7cm”.



  • calcopiritus@lemmy.worldtomemes@lemmy.worldScare screens Irrelevant
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    5 months ago

    Not expensive? I just checked. It’s 8€/m for me. Which means 96€/year.

    Maybe that’s not expensive for the USAians that earn hundreds of thousands per year. But it is expensive to just remove a few ads that can be easily blocked. It won’t even stop the Google tracking, it just stops the ads on YouTube. An ad blocker will also block the tracking.


  • Same thing with git.

    There is no shortage of git beginners that refuse to use a GUI.

    They ask for help for something, I haven’t used git CLI in years, so I tell them “go to this place and click those button”, then they open the vscode terminal and ask “but can I do it from CLI?” Okay then I go to search the command. Meanwhile I tell them to checkout a branch or something as basic as that and watch them struggle for way longer than it took me to find the command I was looking for.

    I get that thousands of elitists have convinced you that using git from a GUI is a sin. But it’s fine, I won’t tell no one. I use a GUI myself.