Interests: programming, video games, anime, music composition

I used to be on kbin as [email protected] before it broke down.

  • 0 Posts
  • 29 Comments
Joined 2 years ago
cake
Cake day: November 27th, 2023

help-circle




  • Catching up on AOT is definitely on my PTW. Makeine is already on there as well. I’ve seen Monogatari up through Nisemonogatari; will probably get back to it eventually. Not familiar with SHOSHIMIN – will look into it, thanks!

    Is the NieR Automata adaptation still worth watching if I’m already very familiar with the game (e.g. I got all 27 endings)? I’ve watched the first episode of it, and while it looked like a solid adaptation I wasn’t sure if I’d get anything new out of it.


  • Not really on genre – I’ll watch a bit of everything.

    I tend to prefer shows that have a strong continuity between episodes, and that’ll grab you and make you binge the rest of the show (or at least the arc) in one go though. The 2nd half of Steins;Gate, Erased, Shin Sekai Yori, A Place Further Than The Universe, Mai-HiME, FMA, Madoka Magica, ATLA, etc. worked for me.

    Preference also towards shows where the characters are not in high school (although that’s not a deal breaker). e.g. more Shirobako, Planetes, Samurai Champloo, please!


  • So… my situation has changed a bit recently, and, for better or worse, I’ve got (convenient) access to Crunchyroll through at least the end of the year. I’ve barely seen anything new since 2020. I’m going through some of the obviously popular stuff from the last few years like Bocchi, Frieren, Nagatoro, Spy x Family, etc. that’s entered my awareness mostly through memes. Just finished Mushoku Tensei and currently watching Apothecary Diaries. Open to suggestions.


  • “The easiest way to stop piracy… is to give those people a service that’s better than what they’re receiving from the pirates.” -Gabe Newell

    Yep – although even there, I have 5x as many games on GOG as Steam because they’re mine and I don’t have to worry about dealing with forced updates ever. That was a BIG deal for me when I had crappy internet access – a single game’s forced update could tank my entire month’s quota… I still get nervous putting Steam in online mode to this day even though I don’t have to deal with that shit any more.

    Disagree with you on the BD issue, though. Much more capacity, higher quality video and audio, and drives are dirt cheap. I have a BDROM in an external enclosure, and it handles DVD and BD perfectly.

    My complaint there’s about Blu-Ray’s DRM. Better quality video means nothing to me if I can’t actually get the damned thing to even play.


  • Whilst I agree, there’s (currently) nothing stopping you from buying the DVDs?

    I have a ridiculous number of DVDs. (Blu-Ray on the other hand can fuck off and die.) A ton of content is just not practically available as DVDs.

    Checking Amazon just now for some stuff that was absolutely impossible to find at all a few years ago when I was looking for it, there seem to be non-US releases now (e.g. region 2, region 4…) for some of them at not insane prices. Others want $300 for “only 1 in stock” from a nonsense bot account with a last purchase comment from ~2015… i.e. they probably aren’t real listings even if I was willing to pay that insane amount. A few others look like they might be commercial pirate offerings with only subsets of episodes and strange packaging. (I might just be OOTL on some marketing gimmick with those though.)

    Honestly, I’ve largely given up on anime since COVID hit. I still like the art, but I don’t really watch new shows any more. The inability to get legit copies in a timely fashion is the main reason why. The shift to Blu-Ray really alienated me. Yes, I can work around its bullshit up a point. No, I am not going to pay ~$60 for half a show from years ago and then have to do quasi-illegal shit just to get it to maybe play on my computer – without menus. Fuck that.






  • I know a graphics designer personally (from work) who used an AI generated video clip as part of a proposed background video for the landing page of a marketing-style website that was getting a refresh on one of our projects. That one ultimately didn’t end up getting used – not because it looked bad, but because of other branding considerations. Frankly, I’m glad that he didn’t have to put much effort into making something that ended up getting canned.

    There’s a LOT of art out there that’s functional. Few people stop and pay attention to it as art in itself – and it rarely lasts more than a few years before getting swapped out for something else in rebranding – but someone with design sense still needs to make it or a product will be less appealing.


  • e0qdk@reddthat.comtoAnime@ani.socialanime that are built diffrent
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    7 months ago

    Not sure on the exact flavor of “weird af” that Nokotan or Gintama get into since I haven’t seen them, but here’s some of the weirder shows I’ve watched:

    • Nichijou
    • Azumanga Daioh
    • Penguindrum
    • Utena
    • FLCL
    • Space Dandy

    Thinking along a different style of weirdness, there’s also shows like Serial Experiments Lain – but I’m not sure if that’s what you’re looking for.



  • I’ve seen most of the older shows from the Studio Deen stuff up through the 13 episode Rail Zeppelin spin-off or thereabouts. Never got to most of the movies other than the old UBW adaptation. I’m aware of FGO, but my opinion of gacha can be summarized as “fuck that” so I’ve ignored it beyond what’s occasionally popped up via fan art posts.

    If there’s something about the shows you want to talk about, I’d rather you just post threads here than start a new community.




  • That kind of thing just doesn’t work when you try to do things in a browser without making you constantly think that things are broken.

    There’s some things you can’t really avoid dealing with that stuff for, but if it doesn’t really need to be a dynamic interaction with the service, you may be able to just write a script that runs on your server (either once or periodically) to download what you need as a batch, and then serve static results based on that to your users. It’s not only easier to implement when you can use that technique, but the UX is often better that way too…

    the async nature of web stuff is really breaking my brain

    I am being forced to learn async stuff and I kind of hate it…

    I remember beating my head against the wall working through the details of Promises in JS a couple years ago when I needed to figure out how to trigger certain pieces of logic only after all of a large batch of slow, dynamic results were fetched – which the user would often want to interrupt and adjust as partial results came in… so, I know what you mean.