e0qdk

joined 9 months ago
[–] e0qdk@reddthat.com 4 points 14 hours ago (1 children)

Oh, I remember playing Iji! I think that was the first game I played that noticed and reacted if you tried to play as a pacifist. There was at least one unavoidable boss fight when I played it though, as I recall.

Digging back through my old disks, it looks like I actually still have my copy from 2008 (version 1.2, according to the manual.txt file) as well as a saved game from much later when I replayed it in February 2013. That was a while ago!

[–] e0qdk@reddthat.com 8 points 2 days ago (1 children)

You added a rainbow!

[–] e0qdk@reddthat.com 10 points 3 days ago

!animepics@reddthat.com -- people mostly post fan art these days, but discussion of anything anime-adjacent (anime/manga/VN/hentai/etc.) is explicitly allowed too. In the past I've posted amusing/interesting stills from shows I was watching, custom image composites, screenshot comics, and things like that.

!anime_irl@ani.social -- "A community for sharing relatable real-life situations depicted in anime."

[–] e0qdk@reddthat.com 3 points 4 days ago

Huh. I recognize this one. I didn't know who the artist was, but I've apparently seen a bunch of their work before attached to various songs that YouTube auto-played for me a few years ago.

Thanks for linking this!

[–] e0qdk@reddthat.com 8 points 1 week ago

A few off the top of my head: Shirobako. Space Dandy. Samurai Champloo. Ghost in the Shell: SAC.

[–] e0qdk@reddthat.com 4 points 1 week ago (1 children)

Mawaru Penguindrum

[–] e0qdk@reddthat.com 13 points 1 week ago

I'm not sure if I've ever fallen in love with a completely imaginary dream person, but I did dream about my ex once years and years after we broke up. I don't remember what I dreamed about exactly, but I do remember waking from it. The happiness fading as the realization set in that it was all a dream -- I was by myself in bed and none of it had been real. I'm usually pretty good at dealing with solitude, but that moment... that was the most intense loneliness I think I've ever felt.

[–] e0qdk@reddthat.com 29 points 1 week ago (1 children)

I see your princess bun and raise you a cinnamon bun!

(source)

[–] e0qdk@reddthat.com 2 points 1 week ago

Wow, that's surprisingly quick turnaround!

[–] e0qdk@reddthat.com 2 points 1 week ago (2 children)

I thought SpaceX was grounded. Were they really cleared to start launching again already?

[–] e0qdk@reddthat.com 6 points 1 week ago

I wrote something like this before for academic researchers to load data sets on display walls by using their cellphones. I approached it by building a simple website. When the user logs in, they'd see a table of entries (from a directory listing on a shared file server that they could drop their data sets onto) and could click a button that made a form post to the server which caused it to run whichever programs were needed to load the data set they wanted (or run a couple of other handy commands -- like turning the monitors on/off, etc).

You can do something like that too in Python if you want:

  1. Learn how to start and stop programs from Python scripts. This can be done with the built-in subprocess library. If you know how to launch the programs you want from the command line, it shouldn't be too hard to figure out how to do it from Python by reading the documentation. It will take some more effort to figure out how to interact with it (e.g. to stop it from user input) without blocking your script, but this can be done.
  2. Learn how to write a simple program that can respond to HTTP requests in Python. There are a number of libraries like tornado, flask, cherrypy, etc. that can do this. Pick one, read the documentation, and write a tiny page that allows you to submit a form and then trigger an action on the server in response to an HTTP POST. You should be able to interact with it by pointing the browser on your computer to localhost (possibly plus a port) or from on your LAN by putting the IP of your computer into the address bar.
  3. Figure out how you're going to organize the entries you want to be able to load. You could just do something trivial like putting the files in known folders and running os.listdir, or something more involved like tracking the entries with a spreadsheet or database or JSON file that lets you associate custom metadata with each entry (like a custom name to show or an icon to display or when it was last launched, etc.)
  4. Generate a web page based on that data collection. I recommend using templating -- e.g. with mustache, or jinja, etc. Basically you write some HTML-like text that lets you indicate places to fill in data from your program and it will do the conversion of symbols like < into &lt; that are needed for HTML output and also repeat patterns using entries from lists you provide to build the rows of tables and such for you.
  5. Set up some security (e.g. a simple log in system) and polish it up as much as you care to do.

Good luck and have fun!

[–] e0qdk@reddthat.com 2 points 2 weeks ago (2 children)

for all platforms

Sorry if this is answered in the video -- I have YouTube blocked -- does that include PC?

3
anime_irl (reddthat.com)
 

Silver Spoon

 
view more: next ›