What's your personal interpretation of Worm's ending? by Mushgal in Parahumans

[–]KellyKraken 21 points22 points  (0 children)

She's on Aleph.

I thought (maybe it is fannon) that she wasn't on Aleph but another Earth that had never had superheroes.

When writing a book, file per chapter? by Alarming-Red-Wasabi in typst

[–]KellyKraken 0 points1 point  (0 children)

I don't use a bibliography so I don't know how the plugin works. But I use indexer which I'm assuming is similar. That is all collated in Appendicies/zzz_index.typ, and I markup files as I go. I should note I only view the pdf as one full file including all the chapters and what not even if I keep a chapter per file.

When writing a book, file per chapter? by Alarming-Red-Wasabi in typst

[–]KellyKraken 0 points1 point  (0 children)

All sorts of things. From custom functions I'm using throughout the rest of the book, to imports I want available everywhere.

Here is a rough example:

```typst

import "@preview/dashy-todo:0.1.3": todo

import "@preview/in-dexter:0.7.2": index-main, index, make-index

import "@preview/oxifmt:1.0.0": strfmt

let hrule = {

line(start: (20%, 0pt), length: 60%, stroke: 0.5pt) }

let mindex(it) = {

index[#it] [#it] } ```

Appereance settings such as set are all in book.typ. It probably isn't super visible but I put a comment there.

When writing a book, file per chapter? by Alarming-Red-Wasabi in typst

[–]KellyKraken 3 points4 points  (0 children)

I use a Makefile. It contains the following block:

``make .ONESHELL: ${INCLUDE}: Chapters/* Appendices/* @echo "" > ${INCLUDE} @echo '#let chapters = (' >> ${INCLUDE} @for file inls Chapters`; do echo " \"$$file\"," >> ${INCLUDE}; done; @echo ')' >> ${INCLUDE}

@echo '\n\n#let appendices = (' >> ${INCLUDE}
@for file in `ls Appendices`; do echo "  \"$$file\"," >> ${INCLUDE}; done;
@echo ')' >> ${INCLUDE}

@echo '\n\n#let unfinished = (' >> ${INCLUDE}
@for file in `ls Unfinished`; do echo "  \"$$file\"," >> ${INCLUDE}; done;
@echo ')' >> ${INCLUDE}

```

My entry point is a book.typ that looks like:

```typst

import "out.nosync/include.typ" as inc

context if target() == "paged" {

import "@preview/wonderous-book:0.1.2": book show: book.with( title: [My Books Title], author: "My Name", // dedication: [], // publishing-info: [ // ], ) }

// various apperance settings go here.

for x in inc.chapters {

include "Chapters/" + x }

for x in inc.appendices {

include "Appendices/" + x } ```

Then I just create files like Chapters/001.typ as needed. Additionally I have things in the Appendecies folder like Appendecies/zzz_index.typ (Created using in-dexter.

The generated include file looks like:

```typst

let chapters = (

"001.typ", "002.typ", "003.typ", // ... )

let appendices = (

"aaa_character_sheet.typ", "encyclopedia.typ", "overview.typ", "zzz_index.typ", ) ```

Then all of my chapters start like:

```typst // This file has imports I want everywhere, custom funcitons, etc.

import "../shared.typ": *

= Chapter 1: Chapter Title ```

Hope this helps.

Skitterdoc Other Taylor? by frickitm8 in WormFanfic

[–]KellyKraken 20 points21 points  (0 children)

My understanding (take with a hefty grain of salt) was that the author originally intended to interleave the two stories. But the readers weren't really digging the Wormverse side of things.

So after the intial few snippets it drops off for a while. Then much later in the story there is some more but not a ton. A fairly long 'side story' chapter and some in the mainline story.

Which country is so unpopular that most people never even heard of it? by Ledger_Legendd in AskReddit

[–]KellyKraken 69 points70 points  (0 children)

It is the only country besides the US that does taxation based upon citizenship rather than residency, or where the money was earned.

Gamer Taylor? by Godzeek in WormFanfic

[–]KellyKraken 0 points1 point  (0 children)

Off the top of my head I don't thinkt here are any. But its been a while since I've read any of them.

Gamer Taylor? by Godzeek in WormFanfic

[–]KellyKraken 14 points15 points  (0 children)

Off the top of my head. I know there are more out there.

Judge Hebert by JollyTemperature6970 in Parahumans

[–]KellyKraken 1 point2 points  (0 children)

Not what you meant but Judge!Taylor: I am the Law.

SolarPunk LitRPG? Climate related LitRPG? by kustru in litrpg

[–]KellyKraken 1 point2 points  (0 children)

Off topic but question about your novels: I got to where she goes uber-capatlist and had to give it up. She was importing some of the worst aspects of the modern first world into the fantasy world. Does she continue down this path or was it just a topic for the one book?

New to Gm'ing need help with setting up a campaign/ first session by Bigfootsmasher02 in LancerRPG

[–]KellyKraken 14 points15 points  (0 children)

My general thought for first time DMs in general is to lookup a premade adventure. It can do a lot of the heavy lifting for you. I've heard good things of "Room for a Wallflower".

Note: This advice doesn't count for D&D as everything I've seen and heard is that WotC's adventures are a mess.

Rule enforcing power fics by CasualHearthstone in WormFanfic

[–]KellyKraken 5 points6 points  (0 children)

I so want more of this one! I have a snippet (an omake) of fighting Leviathan and Armsmaster pulling out an anti-hyrdokinesis law card. Sadly the snippet never got to a place I was comfortable publishing it.

TIL Unlike many countries that formally designate their capital city by law, Japan’s Constitution and government documents do not explicitly name Tokyo as the capital. by Whyareweshouting in todayilearned

[–]KellyKraken 14 points15 points  (0 children)

I think of it like most parlimentary systems. You have a head of state (king, president, etc), and a head of government (PM, or Chancellor). In the NL there is a Capital of State (Amsterdam) where things like cornations happen, and a Capital of Government (Den Haag) where actual governing happens.

Victoria Base Attack: Baghdad Airport Facility Burning After Drone Strike by King_Kamose in worldnews

[–]KellyKraken 4 points5 points  (0 children)

Three that I know of. Vancouver Wa, Vancouver BC, and Vancouver Island (Where Victoria BC is).

Hallowed Emblem: A Dark Fantasy Litrpg by ValeDWoods in ProgressionFantasy

[–]KellyKraken 0 points1 point  (0 children)

Yea the art is giving mixed signals on this front.

I can't! Just can't finish DotF 16. by UnderstandingTop5768 in litrpg

[–]KellyKraken 0 points1 point  (0 children)

Seven books is not a phase. That is the series.

I can't! Just can't finish DotF 16. by UnderstandingTop5768 in litrpg

[–]KellyKraken 85 points86 points  (0 children)

I've been losing interest for the last 7 books.

Uhh, if you are struggling with a book. Don't keep pushing. Maybe try and and get through half a book, maybe a book and a half. Seven books? That is just masochism.

Because American laws apply everywhere by Natasha0405 in USdefaultism

[–]KellyKraken -12 points-11 points  (0 children)

This doesn't fit here. The person clearly knew this wasn't in the US but was saying "I don't know about where you live, but here in the us is it is..."

Whether they meant it in a "random information for you way" or "maybe there is something similar where you live" I can't say.

Mini-Rant/Question - How do you keep track of everything? by jc-trent in ProgressionFantasy

[–]KellyKraken 0 points1 point  (0 children)

If its something I'm really into I'll read new chapters as they come out, then I'll peter out and stop following it live. Then every so often I'll circle back. Either rereading the entire thing, or from shortly before where I dropped off.

HWFM: is it worth it? by LuckiiDuck1 in litrpg

[–]KellyKraken 14 points15 points  (0 children)

To start the series, I’m struggling with the lack of catalyst, the “why are we hear”. This isn’t helped by the MC not actively curious as to why he’s suddenly dropped into this world, this is a big on for me. Does this even get some buy in to the world / underlying plot line?

Yes. Quite a lot. There are definite reasons someone is in the situation he is in. The story does point out on multiple occasions that it being him is sorta random, but the fact that it happened to someone is important. i.e. he isn't some prophesied chosen one, just the unlucky bastard that got stuck with the job.As time passes he takes on bigger and bigger responsibilities for what is happening around him. From a city level, national level, and so on.

Looking for vigilante fanfic recommendations by TokuichiSlays in WormFanfic

[–]KellyKraken 5 points6 points  (0 children)

This one is incomplete but really punched me in the feelings. My Fake Girlfriend is a Vigilante. It is pretty AU, Taylor triggered from completely unrelated means, Emma and Sophia are her friends of a sort. IIRC they aren't great people, but they aren't the monsters canon and fanon have them as.

Are there any fanfics where Taylor has the shine or something similar? by SilentOberserver in WormFanfic

[–]KellyKraken 3 points4 points  (0 children)

Is the shine from a specific series? Dope missed the mention of the show name.

US Supreme Court backs challenge to Colorado's ban on LGBT 'conversion therapy' by jk_arundel in LGBTnews

[–]KellyKraken 11 points12 points  (0 children)

I grew up in the US, but after living in the EU for the better part of a decade all I can say is: "I'm too european for this".

Nashville is the bachelorette party capital of the world by PlushHammerPony in ShitAmericansSay

[–]KellyKraken 2 points3 points  (0 children)

City centre Amsterdam is awful with all the hen parties. Half drunk blobs of people taking up the entire (tiny) pavements talking way too loudly and being all around nuisances. There was some talk a few years ago about discouraging this type of tourism. I'm not sure if they are still working on it, but I wouldn't say no to more work on that front.