• 0 Posts
  • 108 Comments
Joined 2 months ago
cake
Cake day: July 22nd, 2024

help-circle





  • Lucy :3@feddit.orgtoMemes@lemmy.mlDear iPhone users:
    link
    fedilink
    arrow-up
    12
    arrow-down
    3
    ·
    6 days ago

    Except when the shitty ecosystem fucks with everyone else. Eg. when trying to get files from an iOS device to another phone. You need to use 3rd party software, which is almost exclusively shit on iOS and (at least in my school) no iPad kiddie managed to use local file sharing websites. The real kicker? Sharing stuff from the teachers iPad to the students does not work reliably either. Never. 20 students, and Apple can’t manage to transport shit. We resorted to uploading it to Teams - so much for Apple’s nice ecosystem for easily sharing files, which ends up taking 15+ Minutes.







  • Many games, especially AAA games or ones relying on common game engines, are actually horribly inefficient. It’s hard to run any Unity/Unreal game in 4k on my 1070. Even if it has shit graphics like Lethal Company. What does run well? Smaller, custom engines, even Metro Exodus runs with 60+ FPS in 4k on my 1070, and still looks very good. Why? Because 4A Game is/was actually interested in creating a good engine and games. That’s the whole reason they split from the S.T.A.L.K.E.R team: Because, in their opinion, the engine was too inefficient.

    Most games are just a quick cash grab tho, especially ones by large companies like EA. Other large companies with a significantly lower output of games, eg. Valve, do produce programmatically higher quality games tho.




  • I had that issue for months. There is no real solution afaik. Apparently, reading the NVM checksum is just not possible on Linux with this chip. It always defaults to 0xFFFFFF I believe. In theory you could write some value, to reset it, but it gave me some permissions error. I resorted to get the source of the kernel, patch out the checking code, compile just the module and then install it. I created a PKGBUILD for it, and I’m currently trying to make it a DKMS package, so you don’t have to reboot first to manually rebuild it.
    As you use Debian, you’ll need to create a manual compiling script, but here are my PKGBUILDs for reference: https://git.30p87.de/30p87/e1000e-nocksum-kerne Note that you need to swap out the kernel source link to the source of your current kernel version.

    The current problem is, that you need to reboot to update to a new kernel version, which then means the custom driver will not work anymore, and you need an internet connection to rebuild it, as it will need the most recent kernel version. So never kernel update without wifi in reach.

    I will first make it a DKMS package, to ease some of the pain, and then see if I can make it debian compatible.