• 1 Post
  • 108 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle



  • A flying roach did that to my dad.

    To put his reaction into perspective I once saw him pop his thumb like a grape with a 5kg hammer and he barely blinked. He put electrical tape on it, then drove a skid steer mini digger all day using that thumb to steer it.

    He screamed bloody murder when the roach went in. He yelled and hit his head and went completely nuts the whole way to the hospital. It was biting apparently.

    People wonder why I am completely fine handling spiders, snakes, basically anything but when I see a roach I must immediately kill it.


  • BMW are the only manufacturer with a serious interest in an enclosed motorcycle/scooter.

    https://www.advrider.com/bmw-patenting-enclosed-moto-again/

    Firstly performance motorcycles are luxury items for most people in Western countries so looks are extremely important.

    Making an enclosed motorcycle look good would be… challenging. You could make a very safe enclosed motorcycle and it would be pointless if no one bought it.

    Motorcycle gear is quite good at abrasion resistance and being ‘ground’ into the pavement isn’t much concern for a rider wearing appropriate gear.

    It is impacting a solid object that’s most concerning, which a roll cage and airbags would certainly help with.

    The concerns about weight and being top heavy expressed by others are a bit overblown in my opinion.

    Long story short there isn’t a market for it.









  • My commits have my real name, because I do serious work, and no I won’t be doxxing myself on this account.

    I call out brigading

    What kind of lazy gaslighting is this? You were part of the brigade. You have literally been participating in the kind of behaviour that Linus has correctly called out as unhelpful.

    Please continue to think you’re on the right side of this discussion when the guy you went out to bat for has stepped down as a maintainer and deleted his socials over this.







  • So you think Hellwig doesn’t understand what is and isn’t intended to go into the kernel/dma that dma maintainers would then be responsible for?

    You don’t seem to be familiar with either the full conversation the developers had (its all available) or you don’t understand how the Linux project is structured and maintained.

    From the email chain:

    On Thu, Jan 16, 2025 at 02:17:24PM +0100, Danilo Krummrich wrote:

    Since there hasn’t been a reply so far, I assume that we’re good with maintaining the DMA Rust abstractions separately.

    No, I’m not. This was an explicit:

    Nacked-by: Christoph Hellwig

    And I also do not want another maintainer. If you want to make Linux impossible to maintain due to a cross-language codebase do that in your driver so that you have to do it instead of spreading this cancer to core subsystems. (where this cancer explicitly is a cross-languagecodebase and not rust itself, just to escape the flameware brigade).


  • Hellwig has some excellent points and people are up in arms solely because he’s not giving the green light for the shiny new toy.

    Keep the wrappers in your code instead of making life painful for others

    This is a perfectly valid approach, anyone claiming he’s resistant for no reason has never tried maintaining a multi language code base.

    If you want to use something that’s not C, be that assembly or Rust, you write to C interfaces and deal with the impedance mismatch yourself as far as I’m concerned.

    Again an entirely reasonable approach. There is precedence for this approach in the kernel/dma and I see no reason to change this now, unless a full kernel/dma rewrite to Rust were to occur.