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

You can do this by configuring an HTTP server (e.g. Apache) to listen on port 80 and/or 443 (HTTP and HTTPS standard ports, respectively) and select which site to serve based on the name of the site requested. Apache documentation for this feature is here: https://httpd.apache.org/docs/2.4/vhosts/name-based.html

Note the sample config snippet showing how to set up a simple static site serving both www.example.com and other.example.com using ServerName in a VirtualHost to select between them.

You can also have Apache match a pattern in the URL and reverse proxy to another HTTP server -- that can just be another program on the same computer listening on a different port, or could be on another computer entirely. See the simple reverse proxy config example on this page for a starting point: https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html (Note also that you probably don't need anything further down that page -- e.g. the load balancer and failover stuff is not likely to be useful to you for a small personal project.)

Other popular HTTP servers can do this too; I just happen to have done it with Apache before.

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

Sweet. I'll keep an eye out for it on Steam next year.

Thanks everyone who responded!

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

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 4 points 2 months ago

Mawaru Penguindrum

[-] e0qdk@reddthat.com 3 points 4 months ago* (last edited 4 months ago)

[...] male-gazey content. I am 2) a woman extremely disinterested in that.

I feel some men might also not want to see content focused on games where a big goal is to romance a man as a woman, presented in a femgazey way or a way tailored to our desires even if not sexualized.

Fair enough. There are a lot of eroge where you play as a women that are absolutely, clearly intended to be played by men though; that part alone isn't likely to be off-putting, but I can see specific presentation and femgaze heavy works being just as off putting to some guys as malegaze heavy works are to some women. If the audience is mostly straight guys, posting fan art of something like an explicit BL work probably isn't going to get much positive response, I suppose. :-)

There's so little content posted regularly in the visualnovels community though that I feel like anyone actively trying to start discussions there on the subject of VNs would likely be welcomed, but I might be wrong about that. The most successful posts I've seen are generally notices about sales and some business news with people occasionally posting memes and such as well.

If that doesn't feel right to you though, I get it, and hopefully reviving the other community works out.

Is the issue that the posts will be frequently inaccessible?

I don't think your posts are federating out at all when kbin.social is down -- basically only people on your own instance can see it, if I understand how federation works correctly. If you check the view of the community from lemmy.world the last post visible is from a month ago, for example -- https://lemmy.world/c/Otomegames@kbin.social?dataType=Post&sort=New -- even though I can see on your instance that you've started several threads since then. I can't even load the community from reddthat since it was probably never requested and kbin.social is down currently; it just errors out.

Does Lemmy have a way to get inactive mods removed and replaced?

I don't know. Tagging @Blaze@reddthat.com for suggestions since they've been trying to grow the Fediverse for a while and may know how to go about it, if it's possible.

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

I was curious, so I did some searches on this topic for you and found these pages:

The second link in particular notes:

The reason that things are much easier with all ASCII data is that practically every Unicode encoding in existence maps bytes 0x00..0x7f to the corresponding code points, so byte strings and Unicode strings that contain the same all-ASCII data are basically equivalent, even semantically. What usually trips people up with non-ASCII data is that the semantic meaning of bytes in the range 0x80..0xff changes from one encoding to another.

But, thinking like a systems programmer again, for many purposes the semantic meaning of bytes 0x80..0xff doesn’t matter. All that matters is that those bytes are preserved unchanged by whatever operations are done. Typical operations like tokenizing strings, looking for markers indicating particular types of data, etc. only need to care about the meaning of bytes in the range 0x00..0x7f; bytes in the range 0x80..0xff are just along for the ride.

So the trick for beating Python 3 strings into submission is to put in encoding and decoding calls where you need to, choosing a single-byte encoding that doesn’t mutate 0x80..0xff. There are many of these; most of the Latin-{1..6} sequence (aka ISO-8859-1..10) is has this property. What you do not want to do is pick utf-8 or any of the multibyte Asian encodings. Latin-1 will do fine; in fact it has an advantage over the others in memory consumption, which we’ll describe below.

Whether depending on this is actually correct or not is beyond me, but it seems like people have actually been using that pass-through behavior in practice and put it into things like Python2 -> 3 migration guides.

The first link suggests that the seemingly undefined ranges are valid as C0 and C1 control codes which may be why it doesn't throw errors.

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

Can you run the DOS software under DOSBox?

[-] e0qdk@reddthat.com 4 points 6 months ago* (last edited 6 months ago)

Gundress (1999) is the most obscure anime movie I've seen and maybe also the most obscure movie overall -- of stuff that was actually professionally made and shown in theaters, anyway. I posted about it in one of the weekly anime threads a couple months ago with some screenshots and additional details.

Outside of anime, I've seen a number of cult films and non-English films that are probably obscure to English speaking audiences, but I have no idea how obscure they actually are. (The one above I know is obscure since it doesn't even have an English Wikipedia page -- unlike every other anime show and movie I've seen.)

Some examples are Wonderwall (1968) with music by George Harrison, eXistenZ (1999), Cemetery Man (1994), and I Served the King of England (2006). I know at least one other person on Lemmy has heard of Cemetery Man since it was brought up in a thread around Christmas, but they were surprised I'd seen it.

Primer (2004) and Dark Star (1974) also came to mind, but I don't think those are actually that obscure. They are interesting though.

Edit: rephrased for clarity

Edit2: typo in title fixed ("Kind" -> "King")

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

Have you explored text adventures / interactive fiction? They're even more niche than VNs but there's some good ones out there. I remember liking Worlds Apart back when I played it. (15+ years ago... o___o)

One of these days I should go dig back into them again.

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

I've been curious to watch this one since I saw an AMV a few years ago that someone made out of clips from it -- but I never managed to track down a copy.

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

Add a couple of JoJo-posing anime characters and this could be a scene out of Paradise Killer.

view more: ‹ prev next ›

e0qdk

joined 11 months ago