• 2 Posts
  • 19 Comments
Joined 7 months ago
cake
Cake day: May 5th, 2024

help-circle
  • Android transfers are really fucking stupid. I refuse to use Google drive or complicated sync that barely works and I refuse to pay money for an ftp transfer or samba share app that actually works, so I made a php file upload server. Yes, I see the irony. But I can upload files from my pc or from my phone and download them from my phone or my pc. It’s so much faster than any other method I can think of. Even using Windows where the android USB drivers are allowed to work is slower. Runs into issues less often. Php is such a piece of shit but in my case it’s a less shitty piece of shit than any possible alternative.



  • I think I might be on to something that contributes to the problem. The built-in “KoboldGPT chat” option puts some example queries in its context memory. They aren’t very long responses so I think it’s just seeing that and using it as a guideline for what to say which results in shorter answers.

    If I use the “new chat” option instead of “KoboldGPT chat”, it makes it so that nothing is in the context. No prompt and no memory. This way when I tell it to write 500 words of crap, it doesn’t quite write that much but it’s a lot better than before. Pressing enter to make it generate more text works more often this way too.









  • Another part of it is the gpu bios. The gpu bios contains x86 opcodes that it expects the host system to run for gpu-specific functions like video mode switching and probably lots of other stuff. I know that Vesa bios extensions mode switching requires a pointer to the functions in the gpu bios which the cpu runs. I tried to make a platform independent Vesa driver one time and couldn’t figure out how to circumvent using the gpu bios for it since the functions you’re supposed to call are compiled for x86. Even the well-refined projects like Seabios still rely on the VBE pointers for non-legacy video modes.

    Legacy vga does also has a bios but it’s relatively not that difficult to circumvent using the bios on legacy vga cards, only issue is that legacy vga modes are mostly useless.

    I think there’s a newish way of doing this stuff that doesn’t involve Vesa or legacy vga but I don’t know what it is. This I’m sure is only one of the many problems that have to be overcome if someone wanted to hack a 1080ti onto a raspberry pi or something.







  • Starfield could have been a way better game if all they did was fuck it up like 45% less. They could have alternatively just delivered on their promises of making the game easy to mod and let the community handle the rest but they fucked that up too. Only the most dedicated of Starfield fan would have the patience to sit down and do all the shit it takes to add a new quest for example. Iirc even Skyrim came with a mod editor with ui that was easy to understand. Right now all we have is a community xedit project that’s somehow even harder to run on Linux than Starfield is.