• 0 Posts
  • 172 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle

  • I did eventually yes. Thanks for asking. I was exhausted yesterday, and upon reading my comment again, I get the downvotes. Being a second language doesn’t fully explain the wrong tone there. The article was a lot more insightful and in depth than I had mistakenly assumed.

    After reading it tho, it seemed a lot more focused on performance than I think would be warranted. But that could be due to different concerns and constraints than where I’m used to working. I’d focus more on the mechanisms that best expresses the intent, and although they do discuss this well, the Venn diagram for the appropriate use of exceptions and error codes don’t overlap as much in my world.

    And, it’s not like I’m arguing that they are wrong. It’s an opinion on a choice for a tradeoff that I only think, while allowing the possibility of being wrong, might miss the the mark. Stack unwinding is by its nature less explicit for the state it leaves behind. So it shouldn’t be a question of either error codes or exceptions, but which are most appropriate to express what, and when.

    Even for Rust, where monads are preferred and part of the language to express and handle error codes, I would say that the statement of “newer languages like Rust don’t allow the use of exceptions”, seems incorrect to me. Something like panic!("foo"); coupled with panic::catch_unwind(|| { ... } }); I believe would unwind the stack similar to that of a throw/catch.

    Anyways. Thanks for reminding me to actually read the post. It was well worth it, and very insightful.




  • okamiueru@lemmy.worldtoLinux@lemmy.mlIs Linux As Good As We Think It Is?
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    edit-2
    13 days ago

    I’ve used DOS, 3.11 to all the way to 11. Switched to Linux as main driver around 2009. Used MacOS at work for over a year now. I occasionally boot into windows for rare game that uses some anti cheat that doesn’t play well with wine.

    I’m old enough that I just want things to work. I don’t care for any fanboyism. These are my opinions:

    • Windows is a mess. It has different UI from different decades, depending on what and where. NT kernel is ancient. The registry is a horror show. The only edge it has, is third party software, like propriatery drivers. that’s it. And that’s isn’t a merit of windows, but rather market share.

    • MacOS is inconsistent at every turn. It’s frustrating to use, and riddled with UX bugs, and seemingly deliberate lack of functionality. The core tooling, like the file manager, is absolute garbage. The only good thing it has going it, is that the Unix core is solid. In that year, I’ve experienced a soft brick once, that almost was a hard brick, and the reason was having set the display refresh rate from 120 to 60 Hz. Something I changed BTW, because certain animation transitions in MacOS took twice as long on 120 Hz… Yeah, top notch QA there Apple.

    • Linux. It has its own flaws. For sure. But as for “just works”, it happens so often, that it’s exactly why Windows and MacOS feels so frustrating. I’d have my grandmother use Linux.

    And, I’m not just saying this. When I upgraded components on windows, I spent 2 hours debugging problems. One of the problems was also that it reverted a GPU driver, where every single version information was unmistakably older. It also made it not work.

    I’ve also experienced that the WiFi network adapter also doesn’t work until I download some proprietary software over ethernet cable.

    On Linux? I didn’t need to do a single thing in either case. It for sure didn’t use to be this way. In 2009 I was hunting WiFi drivers for fedora over ethernet. But in the last, say 5 years, on Arch, it’s been amazing. Did I mention that I use arch?

    Ps: The last 4 times I’ve had problems on Linux have been:

      1. A Windows update fucks up grub.
      1. Reboot from windows doesn’t release hardware claim on WiFi adapter, so it doesn’t work on Linux.
      1. The system clock is wrong, which was easy to notice because of 2. leading to a lack of remote sync. This is due to Windows storing system time as local time, and not UTC. If you do software development, you’d know how dumb the former is.
      1. Raid partition destroyed because a windows 7 install decided to, unprompted, write a boot partition on a disk with “unknown” file system.









  • I’m not. You implied that my point was that it was easy to write OpenOffice, or the equivalent. From the context, it should have been obvious that this wasn’t my point, and I’m not interested in entertaining such straw man arguments, and my responses tend to be rude. Apologies.

    I don’t feel like paraphrasing myself either, but in the spirit of good intentions: I made the comparison that document productivity software is orders of magnitude simpler than something like Blender. If you disagree on this, that’s fine. Inferring that this means productivity software is easy, that’s all on you.



  • should also see what they can do to make Microsoft improve/fix their ODF implementation since it is an ISO standard. There has to be something to get that ball rolling.

    The answer to this should be the same as when some standard S is implemented in software X, Y, Z. If Z doesn’t follow the standard, blacklist it until it does. That’s the whole point of having a format standard, that it shouldn’t matter what software you use.

    If people, companies, institutions and governments have this stance and attitude, MS will need to compete on actual user experience, and not degrading the UX of the competition.

    They’d get their shit together mighty fast. I’d expect them to lose too. Software to edit documents isn’t complicated. If we can have things like blender, which I’d say is about 3-4 orders of magnitude a greater endeavour, for which use case has the inverse potential user base, it’s pretty obvious that the only reason that MS Office is a thing (i.e. in raking in billions in license fees… 49 billion USD in 2022), is shady business practices.

    It still pisses me off that in my country, when they had a group of experts make the evaluation of which document standard to follow, all experts agreed on ODF. But, because of shady MS money being thrown around, they ignored the recommendation, and went with DOCX.


  • The solution that solves ODF compatibility issues is to not allow applications that do not adhere to the standard. In other words, to explicitly disallow the use of Microsoft products. It’s not by accident that MS Office products are slightly fucking up documents, it’s by design.

    Since many companies use MS Office, when they do a pilot to see if they can use ODF, it ends up “causing problems”. If anyone tries to use it in a mostly Office based workspace, it’ll also “causes problems”.

    MS only has very good reason to always be just subtly off, and everything to lose if they aren’t.


  • Just be aware that windows has a bad habit of fucking up for Linux when you do. Which sounds like it shouldn’t be possible, right?

    Windows can claim hardware resources that it doesn’t release properly, so your WiFi adapter doesn’t work in Linux, but works fine in Windows. Windows also (used to, at least) “correct” a boot partition, because, I presume, it sees something “unknown”. Oh, and the system clock might be off every time you switch between one and the other, because windows thinks it makes sense to write the current timezone value and not UTC.

    Those kinds of things.


  • ADHD meds get rid of that original issue, that executive dysfunction.

    Is this an exaggeration? I ask because I don’t know if I might have the wrong medication or dosage. Perhaps with late diagnoses, you not only need to combat the underlying causes that ADHD medication helps with, but also thought patterns and defensive coping mechanisms that are challenging to get rid of, as they are a result of undiagnosed ADHD?