e0qdk

joined 1 year ago
[–] e0qdk@kbin.social 13 points 8 months ago

Unless I'm missing something it looks like it doesn't use Denuvo? (Steam lists a custom EULA but I don't see Denuvo listed.)

[–] e0qdk@kbin.social 6 points 9 months ago

Frames Per Stratum

[–] e0qdk@kbin.social 4 points 9 months ago* (last edited 9 months ago)

What I'd do is set up a simple website that uses a little JavaScript to rewrite the date and time into the page and periodically refresh an image under/next to it. Size the image to fit the remaining free space of however you set up the iPad, and then you can stick anything you want there (pictures/reminder text/whatever) with your favorite image editor. Upload a new image to the server when you want to change the note. The idea with an image is that it's just really easy to do and keeps the amount of effort to redo layout to a minimum -- just drag stuff around in your image editor and you'll know it'll all fit as expected as long as you don't change the resolution (instead of needing to muck around with CSS and maybe breaking something if you can't see the device to check that it displays correctly).

There's a couple issues to watch out for -- e.g. what happens if the internet connection/server goes down, screen burn-in, keeping the browser from being closed/switched to another page, keeping it powered, etc. that might or might not matter depending on your particular circumstances. If you need to fix all that for your circumstances, it might be more trouble than just buying something purpose built... but getting a first pass DIY version working is trivial if you're comfortable hosting a website.

Edit: If some sample code that you can use as a starting point would be helpful, let me know.

[–] e0qdk@kbin.social 1 points 10 months ago

GPT4-Vision can do it, sort of. It doesn't have a particularly great understanding of what's going on in a scene, but it can be used for some interesting stuff. I posted a link a few weeks back to an example from DALL-E Party, which hooks up an image generator and an image describer in a loop: https://kbin.social/m/imageai@sh.itjust.works/t/661021/Paperclip-Maximizer-Dall-E-3-GPT4-Vision-loop-see-comment

merde posted a link in the comments there to the goatpocalypse example -- https://dalle.party/?party=vCwYT8Em -- which is even more fun.

[–] e0qdk@kbin.social 3 points 11 months ago

I mean, we all know what happened when old Godzilla was hoppin' around Tokyo city like a big playground... right?

[–] e0qdk@kbin.social 2 points 11 months ago (1 children)

I tried messing around with the colors a bit in an image editor and this was the best adaptation I could make: https://files.catbox.moe/03k8sc.png

[–] e0qdk@kbin.social 3 points 11 months ago

Yeah; I also tried subbing in case that kicks off federation and searched a few titles to see if they ended up in random incorrectly as well (stuff like that happens sometimes with kbin). The magazine has seen a few microblogs mentioning the channel, and it clearly picked up the avatar/icon, description, etc. somehow, but doesn't seem to be getting any videos as threads/posts and I couldn't find any floating around disconnected either. I think kbin most likely doesn't understand what PeerTube is publishing through AP, but there could always be federation weirdness or something.

[–] e0qdk@kbin.social 6 points 11 months ago (3 children)

Doesn't seem to work right on kbin, unfortunately, although it does show up as a magazine: https://kbin.social/m/thelinuxexperiment_channel@tilvids.com

[–] e0qdk@kbin.social 6 points 11 months ago

Reminds me a bit of Kammy Koopa

[–] e0qdk@kbin.social 5 points 11 months ago

[coreutils-announce] coreutils-8.31 released [stable]

stat now prints file creation time when supported by the file system,
on GNU Linux systems with glibc >= 2.28 and kernel >= 4.11.

https://lists.gnu.org/archive/html/coreutils-announce/2019-03/msg00000.html

(found thanks to this blog post titled "File Creation Time in Linux")