I was so impressed by this that I don't think I'm going to follow it. I'd rather wait and binge it, because I want to sink fully into this world rather than just visiting it once a week.
Anime
This community is the place to discuss and ask questions about anime, anime news, and related topics.
Currently airing show discussion threads are created by our resident bot, rikka@ani.social. If it doesn't make a thread for an episode that you want to discuss, see the user guide on the wiki for instructions on how to ask rikka to make a thread for you to use.
Check out our wiki to find:
- Episode Discussion Thread Index
- Weekly Discussion Thread Index
- Bot User Guide
- List of shows currently monitored by the bot
Rules
More complete rules on the wiki.
- Posts must relate to anime or similar (donghua, etc.)
- Discussion threads for currently airing media must be made by the bot. If there isn't a discussion thread made for a piece of media you want to discuss, then request it via pm.
- Ensure that all series spoilers are tagged. See here for details.
- Memes should be directed toward !animemes@ani.social (or similar) instead of this community
- Do not post explicitly NSFW material. Please use your best judgement when marking lewd material as NSFW, unmarked material risks being removed.
- Please redirect discussion of piracy towards a more appropriate community
- Any clips from currently airing shows cannot include content from episodes released within the past 7 days.
- All posts and comments must adhere to the ani.social Terms of Use
- In general, keep things civil and avoid attacking other individuals.
Post Tags
Post tags are completely optional, but some recommended tags would include:
- [DISC] or [Discussion] for general discussion/question posts
- [Rec] Recommendation posts with a recommendation/review
- [Clip] a video clip post
- [News] for news and updates
- [Spoiler] for discussions with spoilery content - indicate the series that is being spoiled
Related General Communities
- !animemes@ani.social
- !anime_irl@ani.social
- !avid@ani.social - Videos
- !animewallpapers@ani.social
- !manga@ani.social
- !lightnovels@ani.social
- !anime@lemmy.eco.br (Brazil community)
- !anime_es@ani.social (Spanish language community)
- !aum@ani.social (Myanmar community)
- !otomegames@ani.social
- !visualnovels@ani.social
- Megathread of other communities on the fediverse maintained by @MentalEdge@sopuli.xyz
Chat
Thanks to @NineSwords@ani.social for running the discord!
It's painful to wait 7 days for each episode but discussing every episode every week is worth it imo
It's our boi Qifrey!
I already resolved to seasonally watch Akane-banashi instead of WHA (mainly because I loved Showa Genroku Rakugo Shinju in the past, and partially about saving the best things for later too), but I checked some scenes. It does not disappoint. Good job on CR for making this a simuldub.
I think this is the first anime where I find the English dub vastly superior to the Japanese dub. Hanae Natsuki is a superb VA. I also opine he's a mismatch to Qifrey.
From the title I thought this was going to be about making hats for magicians. I love the world building (A+ so far, though the idea of being able to keep magic secret is little hard to accept. I doubt that the series will focus on that so I think that I can lock in going forward.) and the fascination with the magic system (B to A+, depending on how well it explains advanced magic). The pacing so far is great: fast but doesn't feel rushed. I suspect that this will be my favorite show of the season.
I went back to look at the easy-to-see magic circles. It seems that there is a wide variety of sigils. The signs around the sigils seem to have less variety. And there seems to be some variations on the enclosing circles. The floating carriage and the forbidden spell appear to have 2-levels of nested magic circles. If this was a re-incarnation power-fantasy show, the protagonist would probably immediately aim to create 3+-levels of nested magic circles... but judging from the forbidden spell, 3-levels might have the potential to instantly destroy cities.
How the magic circles function with stone formations is a little bit of a mystery for now, I guess you could just say that there's durable special ink (or whatever the ink's made of) in the cracks.
and the fascination with the magic system (B to A+, depending on how well it explains advanced magic).
It's widely considered one of the best magic systems in all media on par or above with Sanderson's Mistborn series.
Well now I'm properly excited for this series.
After first ep.: Exceptional adaptation. They did the same thing that Frieren did, where they added so much "between the panels" to elevate the source.
edit after ep 2.: episode 2 was closer to the source since there was more material there that needed less anime original padding. They still managed to give the characters so much personality. I especially love how they managed to translate the manga's insanely beautiful art panels into animation.
I read somewhere that there's also going to be a director's cut version at some point in the future because they didn't manage to fit everything into the seasonal show...
It's definitely very pretty, but so far I don't really get where all the hype is coming from. For my taste, the pacing for this type of story was a bit too fast. I also feel like we just glossed over the tragedy of practically losing one's mother as a result of one's own actions and jumped straight into being amazed by magic, which makes the main character seem unconvincing to me for now. The newly encountered characters seem to represent common stereotypes found in school-based stories—the genki girl, the stoic rationalist, and the edgy overachiever. Pretty standard stuff. I hope it develops in a less predictable way, because at this point the show's main strength is just that it's visually very beautiful.
I really liked the first episode, animation is top notch. I can't help but see Gojo on him
@rikka@ani.social Looks like episodes 1 and 2 were released together.
Fixed. I am going to have to figure out some better way to handle this I think. Batch releases are becoming more and more common in the beginning of the season.
anilist api with multiple episodes on same release date?
It's going to have to be something like that. The API can be inconsistent in how batch releases are handled. Most often in the past, it would just list the first episode with a release time and just not have one for subsequent episodes. This is the easiest for me to handle because I am just adding on additional episodes as needed manually. Lately, the API has started listing all the episodes with sequential airing times, meaning rikka makes a new post for each one.
So, if that is how the API is going to handle them going forward, I think I am going to have to build some kind of logic to merge episode threads that are within 24 hours or something like that.
I was particularly thinking about:
airingSchedule {
nodes {
episode
airingAt
timeUntilAiring
}
}
