The real deal y0

  • 0 Posts
  • 56 Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle
  • You and i read different things. I hated how he worded them, but his arguments at greppable and understandable are valid arguments that go beyond rust and if he can read it or not or refuses to.
    Mixing languages in a part of a project brings complexity and is often a huge ass nono because it makes things unreadable and hard to manage on a large scale.
    He also argues that a c interface exists to connect 2 parts of a system. The person that changes the interface should not have to alter the users of that interface, if they do then you get intertwined dependencies, which is a huge ass red flag for developers that something has gone terrible wrong and the project is not going to scale or will be easy to change.
    So if he changes the interface, the rust team will need to fix it, specially since they are the minority.
    That also doesnt mean he can change it in whatever way without worry, it is an interface change, that needs discussions and approvals ahead of time ofc.


  • You seem to be in the loops of the linux kernel?
    If so, ive known hector from way before when we was part of f0f, or TT as they were known before, doing wii homebrew work.
    What you describe is what my experience was with him 14 years ago too. The guy is smart, he has a very good skill set and knowledge, but his communication skills were lacking back then too.
    Granted, both he and myself were still teenagers and students and we were wild, but i had always assumed he grew up a bit since then…

    What you said is spot on, and i hope he does read both of these. And if he does :
    Marcan, you might not know who i am anymore, but ffs man. Dont screw up your love for all of these by keep kicking the hornets nests. You did it with devkitpro, emudevs when the nier news dropped and with rossman too. Stop it, its for your own good.



  • Martin has nearly always been like this. Ive known martin from way way way back when he worked on the wii and he has always been a guy that just causes drama by pointing and saying “this is shit. Look at this shit”. It isnt a bad thing to do, but the way he does it is basically going to somebody’s home with a sledgehammer and smashing a wall without checking in. It turns people away from you even if youre right.

    He had a beef and drama with me, devkitpro, gbatemp.
    Then he stopped being on my radar, heard he was working on asahi, then heard he was causing drama between emulation devs, then luois rossman, and now bloody linus torvalds?

    sigh


  • You are correct. Its just that wayland is not as cut and dry of “everyone should switch to wayland, it works 100%” because thats not true.
    Ye, my comment should have been “wayland support is experimental on some distros” and not “wayland is experimental” to be more correct but hey, if people could stop shouting at me to switch to wayland because it just works, id be happy.


  • I know a few distros have switched, and i support it 1000%!
    I know ive had a few glitches in linux mint which suggests they need to fix some stuff with cinnamon in wayland still ( and a few other apps ), hence my stance towards wayland atm. I love every piece of it but imma wait a liiiitle longer. The reason i think op’s issues came from either wayland or fedora because on debian-based distros ive had no issues on my framework 16, nor on the framework 13’s that are at the office ( ubuntu, linux mint, windows )

    Edit: just gave it another go as i recently upgraded linux mint. Keyboard layout was stuck to us so altgr didnt work. Teams window could also not be double clicked to maximize and remote desktop via remmina was acting odd, like my mouse had shifted to the right. Desktop wallpaper was also shifted. Like i said, experimental on some systems :)


  • DacoTaco@lemmy.worldtoLinux@lemmy.mlframework 13 AMD... yay or nay?
    link
    fedilink
    arrow-up
    2
    arrow-down
    4
    ·
    edit-2
    21 days ago

    Then you shouldnt have picked wayland, period. There is a reason its still experimental. And in general, hearing you talk, im not sure linux is your thing in general. Even in linux mint i have to poke in cli once in a while…

    EDIT: as i mentioned below,i just gave it another go as i recently upgraded linux mint. Keyboard layout was stuck to us so altgr didnt work. Teams window could also not be double clicked to maximize and remote desktop via remmina was acting odd, like my mouse had shifted to the right. Desktop wallpaper was also shifted. Like i said, experimental on some systems ( in this case linux mint ) :)


  • Framework 16 with the same display and linux mint user.
    Pushed towards fedora? What? I also have no issues whatsoever with the screen or igpu of amd, so i wonder what you were using there and with what chipset.
    Ive been daily driving mine for nearly a year now ( amd chipset and igpu) and none of those issues at all…










  • Pre-locked bootloader times ive had multiple android devices be passed to me that were malware infected that changed the rom in a way that even a factory reset would not remove the malware. Locked bootloaders made it so the rom needed to be signed and unaltered on boot, fixing this. Root access also means apps can use and access api’s in android that it normally cant, changing settings and things inside android it shouldnt. What do you think happens when malware comes in? :p

    Imo, i agree what you said. bootloaders should remain locked but you should be able to somehow, in the bootloader, be able to add the os’ signature/keys to the bootloader’s trusted stuff like how secure boot on a pc keeps os signing keys and verification stuff inside the tpm.

    This way you can install lineage os for example, tell bootloader to trust it, and lock bootloader again so nothing can be changed anymore.
    I wouldnt take this from user input, as that is controlable by malware, but rather come from the OS itself. Maybe even during installation, idk


  • This is a very complex topic that is very hard to draw the line on.
    As a technical person who follows hacking and security news i can understand google introduced the api and warnings, as phones are getting hacked and unlocked bootloader or root can be abused to keep your malware going, and has been abused in the past.

    But as a user of fairphone/lineageOS, who tells google, apple, meta, … all of them to fuck off when i can, this scares me. The lockdown of devices can and is going too far. Hell, i even consider samsung’s android ui changes to be going too far, as it changes a shit ton of stuff and really is not a stock android experience. It locks users in their environment…



  • DacoTaco@lemmy.worldtoOpen Source@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    edit-2
    5 months ago

    Their source code repo contains a copy of libogc for wii/gc builds because they were annoyed at us. And i do mean a copy. Not a reference, or a sub-module, a full on copy that they build before building the wii/gc executable.

    Their own issue, as long as we dont get reports of their broken shit…

    Then there are the multiple times they cloned emu repos and butchered them into cores. Or the fact they force the core interface on emulators making them bad.

    Retroarch is a nice project from a far, but the closer you look, the more you see huge ass cracks in the project, held down with duct-tape