[-] e0qdk@reddthat.com 3 points 1 week ago

I think you copied my snippet into your comment by mistake rather than whatever you found elsewhere, but regardless, happy I could help!

[-] e0qdk@reddthat.com 2 points 1 month ago

Do you think that removing the ssd will help?

It's a sanity check to help you rule out things like unintentionally booting from the wrong device. Can't boot from hardware that's not there! If the USB does work with it removed, then something you believe about how the device boots is false and you can then try to figure out what. A lot of BIOSes will "helpfully" try the next device in the sequence if it can't successfully boot from the first one -- which can be really confusing when debugging.

Some other thoughts for things to check: does the device confirm that it can actually see the USB drive in some way? Does a USB keyboard work in the port you're using? If there's more than one USB port, have you tried a different port? Do your USB drives work in another computer?

[-] e0qdk@reddthat.com 3 points 1 month ago

Could you please provide a text description? I'm particularly curious about platforms -- i.e. is PC included? -- and which Lunar games are in the collection.

[-] e0qdk@reddthat.com 3 points 1 month ago

Yes, that's Kirino from Oreimo.

[-] e0qdk@reddthat.com 3 points 4 months ago

Everything I've set in Settings is forgotten: Default Listing reverts to All, Default Post Sort reverts to Hot, and so on.

mlmym (the "old" interface) stores its front-end specific settings in your browser via cookies and local storage. The way it's implemented works for the most part and probably makes the front-end simpler, but has some downsides like not retaining your choices between logins. There's an issue open for this in the bug tracker: https://github.com/rystaf/mlmym/issues/104

I'm not sure why it forces a logout periodically even when you're using it regularly though. (I mean, the cookies are probably not being updated and just expire eventually -- but I don't know if that was a deliberate choice or not.) It might be a good idea to open an issue for this?

[-] e0qdk@reddthat.com 3 points 5 months ago

On a past OpenGL project where I supported resizing, I used GLFW and responded to its framebuffer size callback by calling glViewport and resetting the projection matrix (in my case with glLoadIdentity followed by glOrtho -- it's not fresh in my memory any more, but I don't think that project used shaders at all). I also called glClear with GL_COLOR_BUFFER_BIT as part of my regular redraw. That worked fine for my needs.

It looks like what GLFW was doing under the hood to trigger that callback was looking for an XEvent from X11 (via XNextEvent in a loop with a condition based on the result of calling XQLength) with type set to ConfigureNotify and which had an xconfigure entry with a width or height that differed from what was tracked directly by GLFW on its own window structure. When it saw an event like that, it would call the callback. After processing the event queue, GLFW called XFlush on the display.

See x11_window.c in GLFW's source code for more detail: https://github.com/glfw/glfw/blob/master/src/x11_window.c

Direct link to raw code, if you prefer: https://raw.githubusercontent.com/glfw/glfw/master/src/x11_window.c

Hopefully comparing with what GLFW did can help you debug your own implementation. Good luck!

[-] e0qdk@reddthat.com 2 points 5 months ago

No; I just thought it was probably a typo but wanted to make sure I'm not missing a pun or something.

[-] e0qdk@reddthat.com 2 points 5 months ago

Now imagine if to buy a car you had to tolerate cameras and other forms of tracking your telemetry just to get to work and feed yourself.

Sorry to be the bearer of depressing news, but that's basically already happening in new cars.

https://foundation.mozilla.org/en/blog/privacy-nightmare-on-wheels-every-car-brand-reviewed-by-mozilla-including-ford-volkswagen-and-toyota-flunks-privacy-test/

https://jacobin.com/2024/03/car-spying-insurance-surveillance-data/

[-] e0qdk@reddthat.com 2 points 5 months ago

I wonder what cuil things it will say if you start asking questions about hamburgers instead...

[-] e0qdk@reddthat.com 3 points 6 months ago

DOSBox runs on both Linux and Windows (and probably Mac too?); I was suggesting it since you might be able to replace the dying DOS computers with a modern system and just launch the legacy system as an application under it. (You might be able to do the same with a VM as well, but DOSBox came to mind first and may be easier to setup and distribute.)

Just a thought. If it's not useful, feel free to disregard.

[-] e0qdk@reddthat.com 2 points 6 months ago

Maybe you'd be interested in "kinetic novels"? They're basically VNs without choices.

view more: ‹ prev next ›

e0qdk

joined 11 months ago