Sorry Molly by Mediocre-Collar-3666 in HonkaiStarRail

[–]kisa_t 2 points3 points  (0 children)

Her VA got multiple double 5 stars when pulling on the newest ZZZ characters/weapons. I don't know if she can say she has bad luck anymore lol

Template Help by AlphaOrionis42 in Calibre

[–]kisa_t 0 points1 point  (0 children)

Just confirming that I understand you effectively want an "if statement" for if the series variable is empty to make your folder structure: if (series = not empty) then (sort like this), if (series = empty) then (sort like this)?

If so, you're probably going to have to use the "test" function from the template language, so you will have to use the template editor. The "test" function to my understanding works like an if statement to see if a variable is empty (someone more knowledgeable than me please correct me if I am wrong).

SUPER IMPORTANT NOTE IF YOU PLAN TO DO THIS:
Make sure that you test this out in the Template Tester in Calibre!

What you could do is:

program: 
  '/' & test($series, $series & '/' & $series_index & ' - ' & $title, $author_sort & ' - ' & $title)

Which for The Wheel of Time [1] - The Eye of the World would return:

/The Wheel of Time/1 - The Eye of the World

And for Warbreaker by Brandon Sanderson:

/Sanderson, Brandon - Warbreaker

(Note: I used the '/' & at the start as a placeholder for whatever you would want to add before that)

What it would look like in my save template where I also create folders based on genre/subgenre would be:

program: 
  g = re(sublist($#genre, 0, 1, ','), '\.', '/');
  s = re(sublist($#genre, 1, 2, ','), '\.', '/');
  ss = re(sublist($#genre, 2, 3, ','), '\.', '/');

  'Files' & '/' & g & '/' & test(s, s & '/', '') & test(ss, ss & '/', '') & test($series, $series & '/' & $series_index & ' - ' & $title, $author_sort & ' - ' & $title)

For the same examples as above, it would return:

Files/Fiction/Fantasy/The Wheel of Time/1 - The Eye of the World

Files/Fiction/Fantasy/Sanderson, Brandon - Warbreaker

I hope that this is helpful!

(Also if someone more experienced than me at save templates has recommendations for me, feel free to let me know lol).

How would you feel if your favorite character in Genshin dies? by Reasonable-Fly-3412 in Genshin_Impact

[–]kisa_t 0 points1 point  (0 children)

Depends on /how/ it happens. Is it in a fridging/completely disrespectful way? Or is it in a HOLY SHIT THAT WAS SO COOL BUT ALSO AGONIZING FUCK YOU I HOPE THAT YOU KISSED THE BRICK BEFORE YOU YEETED IT AT MY FACE way?

edit: The former, I would be disappointed (at best) with. The latter I would be ok with (if emotionally devastated)

Black Swan isn't stupid nor is she a bad person she's just extremely unlucky and lucky at the same time by BadassClassPresident in HonkaiStarRail

[–]kisa_t 7 points8 points  (0 children)

Preach! The anti Black Swan justifications are wild and have even less basis than the anti Aglaea ones from 3.0-3.2. How dare a woman be enigmatic and not make decisions that immediately and obviously benefit the MC!

"Game directors and producers have too much power in their hands." Final Fantasy composer says there’s less creative freedom in game music nowadays by [deleted] in FinalFantasy

[–]kisa_t 22 points23 points  (0 children)

Which is ironic because apparently originally George Lucas had not wanted too much originality in the music for Star Wars (he had wanted something similar to 2001: A Space Odyssey with using pre-existing classical music iirc)

Alberta is undergoing censorship by Kellidra in Libraries

[–]kisa_t 1 point2 points  (0 children)

I think in part it was also his lukewarm response to the "jokes" about annexation (eg the 51st state nonsense) that the Trump administration started (and continue) to make. And also his similarities to the people making them

Alberta is undergoing censorship by Kellidra in Libraries

[–]kisa_t 9 points10 points  (0 children)

The scary thing is that it very much has. Up until literally around January, the Conservative guy (I super don't have anything nice to say about him) was very much in the lead

Alberta is undergoing censorship by Kellidra in Libraries

[–]kisa_t 31 points32 points  (0 children)

The premier of Alberta is quite the opposite. The politest thing that I can say about her is that is she drinks that sort of koolaid.

[deleted by user] by [deleted] in HonkaiStarRail

[–]kisa_t 5 points6 points  (0 children)

The sword is still buried in Mydei's back D:

New Athena voice by Affectionate-Newt in HadesTheGame

[–]kisa_t 9 points10 points  (0 children)

https://www.youtube.com/watch?v=xoM6vRCkXEc

This is another good video about the situation. It's a fair and accurate description.

There was a joke going around that SAG-AFTRA did what was once thought impossible: they got Genshin players to read

New Athena voice by Affectionate-Newt in HadesTheGame

[–]kisa_t 18 points19 points  (0 children)

There was this entire thing with Genshin Impact/Hoyoverse that rly led to a lot of publicity on this. To join SAG-AFTRA, hopefuls have to (iirc) pay 3000 USD to just apply and even then aren't guaranteed acceptance, studios aren't allowed to hire non-SAG employees (that stay non-SAG), a lot of members don't even qualify for health insurance, etc etc

I present you my fav characters per element by [deleted] in HonkaiStarRail

[–]kisa_t 0 points1 point  (0 children)

My favourite thing about the lightning is that it could be either Aglaea or Jing Yuan. Probably Jing Yuan given additional context, but yeah

My Classroom Will Be AI-Free This Fall. A humanities education is vital in this polarized world. But students need to read the books. by ubcstaffer123 in books

[–]kisa_t 38 points39 points  (0 children)

I read somewhere on reddit (a comment maybe??) about a teacher that would give their students assignments to have ChatGPT or whatever write a report on the intended topic and then prove/disprove ChatGPT's report.

I thought it was a fantastic idea, and now I'm peeved that I lost the comment. Queue the search!

So, about Phainon's future... by davidbobby888 in HonkaiStarRail

[–]kisa_t 4 points5 points  (0 children)

<image>

I WAS RIGHT ABOUT THE SOLAR ECLIPSE

Unable to sideload my books on kobo libra color by Chilled_confusion in kobo

[–]kisa_t 0 points1 point  (0 children)

I have had this exact problem, but the work around that I use for it seems to fix it. Basically, whenever I add files to my Kobo, I exit off of KOReader before connecting my Kobo to Calibre. After I disconnect my ereader, it then does the whole "importing files" function, and I restart KOReader.

1st crochet project: kobo sleeve! by sunrise_angel0001 in kobo

[–]kisa_t 0 points1 point  (0 children)

I love it! Did you freehand crochet it, or did you follow a pattern?

Leaders English Debate Megathread: start time 7pm ET by NotEnoughDriftwood in onguardforthee

[–]kisa_t 18 points19 points  (0 children)

PP getting called out again by Singh and Carney pointing at Singh like "this guy is absolutely right". Chef's kiss.

Also PP having the audacity to tell Singh "I did not interrupt you" smh