Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SL
slowcakes @programming.dev
Posts 0
Comments 19
‘Who dreams this crap up?’: Kevin O'Leary slams new rule that allows employees to ignore their bosses after hours
  • This law isn't catered to you personally, don't you think there are bosses or work places that call their employees after hours - it's pretty common. I don't mind, but I get mails and messages after hours and just answer them.

    It does effect me without me knowing in some ways, but I personally feel it's more important to help someone, that also might be stressed and decide to contact me, for some help or questions.

    If the person or boss isn't an asshole I don't mind, but not everyone has that luxury, of having a boss that cares. Often they don't want to contact you after hours.

  • Is it overkill to use RxJava and Arrow for a room database query return?
  • I think you're giving it to much thought, a nullable type is also a optional.

    But using orNull() to unwrap the option kinda defeats it's purpose, you're just making it into another optional type, If that is the case then I would stop using Option and use the nullable operator "?".

    When I've worked with arrow I usually wrap types with Either so I can failfast and only have happy path in my code.

    https://arrow-kt.io/learn/typed-errors/either-and-ior/

  • Microsoft says its Recall uninstall option in Windows 11 is just a bug
  • I don't think Linux caters to the casual crowd, maybe in the distant future, because it takes a lot of effort to create a good user experience, those resources are not available to distro makers.

    In the PC world you have some different setups of devices, apple has it a bit easier they explicitly choose the hardware that they want to Support.

    Also casual people have a hard time connecting a printer to their computer or fixing the wireless wifi.

    I can't imagine them fixing anything via the terminal. My SOs runs Manjaro and she is like that, but I usually fix her laptop when she has issued.

    I love Linux for what it is, this toy for a developer that can automate and customize stuff relatively simple, with a large opinionated community.

    I would instead rather focus on those thing, than seeing Linux trying to compete with windows/Mac.

  • Microsoft says its Recall uninstall option in Windows 11 is just a bug
  • Mostly first Linux users will download Ubuntu, latest release, and I've not used a more bug ridden OS in my life. Everyday there was a new bug that made me have to hard reset my computer (mind you this is 24.0.4 noble). Display was grey after login, didn't want to login, laptop screen doesn't wake up, Wayland crashes and doesn't start backup. And that is the bugs that forced me to hard reset my laptop, then we have a whole slew of other bugs.

    I mean some new getting recommend Ubuntu will have a horrible experience, and most of them do

  • One Of The Rust Linux Kernel Maintainers Steps Down - Cites "Nontechnical Nonsense"
  • Dude what are you on about, there is no rust programmer that want to teach fucking rust to anyone who doesn't want learn...

    This has nothing to do with C vs Rust, this has to do with security and enabling more people to develop stuff for Linux.

    These so called kernel maintainers you see in the conference are only mainting the parts that they use for their filesystem, they are mainting the API, they are paid by companies who have sold support for ext4, xfs or brtfs etc.. . Of course they don't want to make their jobs any harder by learning a new language.

    And of course they obfuscate the API with random naming and undocumented usage, because they want to make it hard for anyone else using trying to use the APIs.

    If they don't want to be part of the improvement, then go do something else. Yes rust is better than C for this, because guess what - there are still CVEs being made, because it's impossible to catch everything with you eyes.

  • One Of The Rust Linux Kernel Maintainers Steps Down - Cites "Nontechnical Nonsense"
  • That was what he was talking about at the conference, he literally asked for help about how things work, so he could write better APIs that they are more comfortable using.

    But the response was we don't want to write rust.

  • One Of The Rust Linux Kernel Maintainers Steps Down - Cites "Nontechnical Nonsense"
  • What compromise? Half code should be in rust?

    What does this even have to do with rust developers, The language rust gives us the ability to have more compile time checks, and why is that a bad thing. Do you like security issues in your OS because some dev forgot to handle pointers correctly?

  • One Of The Rust Linux Kernel Maintainers Steps Down - Cites "Nontechnical Nonsense"
  • There's no solution, they need not only to accept that rust is going to be part of the kernel but also that it's a good thing. Otherwise how do you cooperate efficiently.

    And also if they are so big brained, should be easy to learn rust then, I mean I'm pretty small brained and I know rust.

  • One Of The Rust Linux Kernel Maintainers Steps Down - Cites "Nontechnical Nonsense"
  • Yes and the big heads in this case don't want to share that knowledge, because why? Because they are treating the kernel like their pet project that they own and control, and they don't wanna lose that control, rather looking at the bigger picture.

    It's kinda obvious that rust is the way forward as google has clearly shown, so why are they gatekeeping?

  • One Of The Rust Linux Kernel Maintainers Steps Down - Cites "Nontechnical Nonsense"
  • People are dumb as hell, it's fucking open source, go maintain the c fork, and let the those who want to improve the fucking shit cve producing codebase make a rust fork. And see which one people will use, and we all know that the rust fork will have wider adoption, it's a no brainer.

    No one is forcing them to maintain the Linux kernel, no one is telling them to stop writing patches, they can't because you can download the code and work on it as you like.

    It's people who know they will be irrelevant because they spent decades producing shit software, and they can't even be bothered to learn a new language to improve stability and security for the whole fucking userbase. Give me a break, what a bunch of whiners.