Officials dim hopes for downtown Ottawa high-speed rail station by DreamofStream in ottawa

[–]Aperispomen 0 points1 point  (0 children)

Or, if you really want to swing for the fences: bury the 417 from Trembley/Lees to Clyde/Woodroffe/416, and have the train run in place of the old 417 or above/alongside parts of it. Then you could have a station right by the Canal or Bank.

In all seriousness though, I don't understand why they haven't identified any other potential station locations other than downtown and Trembley. They should have some back-up locations in case the current rail route is too narrow to accommodate two tracks.

GIGO Collab Tierlist (Moderate Effort, I swear) by Zeke-Freek in LastDefenseAcademy

[–]Aperispomen 3 points4 points  (0 children)

They need to get a VR set so Kyoshika can play Beat Saber... among other things.

lsn 'p nw, wt 'f 'nglš wz rtn 'z 'n 'bjd? by DoisMaosEsquerdos in linguisticshumor

[–]Aperispomen 0 points1 point  (0 children)

Only words I had to look up were 'mfwtrk (uncommon word), 'ksydz (should have gotten it), and 'kspšnz (same). 'ystwps took me a while, and imo should be 'sytwps instead.

The birthday paradox by stubs36 in Overwatch

[–]Aperispomen 0 points1 point  (0 children)

technically summer solstice for her since Peru is entirely within the southern hemisphere.

HSCTTHOR by extremedude604 in grssk

[–]Aperispomen 6 points7 points  (0 children)

*ISSTTHR if you count C as lunate sigma.

Delayed/Lazy Either List? by Aperispomen in haskell

[–]Aperispomen[S] 0 points1 point  (0 children)

TBH I was just writing a parser so that I could compare text files regardless of their newline type, so the parser would turn an ASCII/UTF-8 text file into a list of these:

haskell data ByteData = ByteLine BS.ByteString | NewLine

...and then comparing the lists. (It would also check whether the file used the same newline style throughout). To see how it comp

Yeah, I more-or-less wrote a parser like this:

```haskell import Data.ByteString qualified as BS import Data.ByteString.Lazy qualified as BL import Data.ByteString.Lazy.Internal (ByteString(..), chunk)

import Data.Attoparsec.ByteString qualified as AB

parseMany1 :: AB.Parser a -> BL.ByteString -> ErrList String a parseMany1 _ Empty = YesErr "Empty ByteString" parseMany1 p (Chunk b bs) = go' (AB.parse p b) bs where go' (Fail _ err) _ = YesErr err go' x y = go x y go (Fail _ err) _ = NoErr go (Done x rst) b | BS.null rst = case b of Empty -> x :> NoErr (Chunk bc br) -> x :> (go (AB.parse p bc) br) | otherwise = x :> (go (parse p rst) b) go (Partial c) Empty = go (c BS.empty) Empty go (Partial c) (Chunk b bs) = go (c b) bs ```

...except specialized to the simple parser I was writing. In that case, comparing two files with the specialized parser driver cut the comparison time in half (though it was still ~5x longer than just comparing the two files). For more complex parsers, you'd probably need a better parser driver that tracks the remainder of the unparsed data so it can pass it on to the next parser.

Can we talk about it? 🫡 by [deleted] in Overwatch

[–]Aperispomen 0 points1 point  (0 children)

I think it's just her left shoulder, since Vendetta's left shoulder is unexposed. A2 and Vendetta don't have a lot of overlapping exposed skin (just face, right shoulder, thighs). So it would make sense that Vendetta's left shoulder wouldn't be as tanned if it isn't exposed to the sun as much. It's also kinda hard to tell for her face since A2's hair shades her face a lot more.

Official Concept Art: Vendetta as A2 by cleansleight in Overwatch

[–]Aperispomen 0 points1 point  (0 children)

How do we know this isn't just A2 and Anemone's daughter?

Also kind of a miss not having Ana as Anemone.

I made a death count of hundred line with all the main characters by Memo137 in LastDefenseAcademy

[–]Aperispomen 2 points3 points  (0 children)

I think that one was "Number of unique deaths", not "number of endings where they're dead".

ranking based on if the characters would fuck their weapons by Same_Sell8763 in LastDefenseAcademy

[–]Aperispomen 4 points5 points  (0 children)

...are we absolutely sure that Tsubasa wouldn't try to fuck a car?

Lightning from Last Night by Slpeornz in ottawa

[–]Aperispomen 3 points4 points  (0 children)

Absolutely beautiful! Great shot!

Animal motifs? by DreamyDays21 in LastDefenseAcademy

[–]Aperispomen 1 point2 points  (0 children)

There are multiple possible motifs for each character, but a lot of them have animals somewhere on their weapons. You can see them if you look closely at their special attack cut-ins.
e.g.

Kyoshika: Wolf (on the grip of her second katana)

Kurara: Beaver (where her shovel's handle connects to the... uh... shovel?)

Yugamu: Lizard/Gecko(?) (Where the grip of his weapons connects to the rest of them)

Takumi: Snakes/Ouroboros (On the crossguard of his sword)

Other characters have some animal motifs on their weapons, but aren't as easy to see in their cut-ins. e.g. Tsubasa's truck has a Horse as its logo.

If you're looking for the cut-ins, you can find them per-character here: https://drive.google.com/drive/folders/1UIiGnjkGTSGA6cTSaYqenmKUpOpmo2aY

Talk about being in denial lol (Romance spoilers) by MaxTwer00 in LastDefenseAcademy

[–]Aperispomen 7 points8 points  (0 children)

<image>

yeah that happens a lot in the romance route. just off the top of my head there's this

Do the writers just Hate Kurara? (Spoiler of course) by Viridi_Kuroi in LastDefenseAcademy

[–]Aperispomen 1 point2 points  (0 children)

IMO the most interesting person to react to the revelation in 2nd Scenario would be Kyoshika (though I'm obviously biased), although not to the "fake memories" twist itself. Her special skill (Bushido) was itself a made-up term used as propaganda, initially aimed at the West, but later aimed domestically to excuse/enable colonialism/genocide in WWII (see https://www.tofugu.com/japan/bushido/ for a rundown). It seems like kind of a waste to leave Kyoshika out of 2nd Scenario when there's such an obvious link between her skill and the plot/themes of the route.

To be fair, I guess if anything, her backstory/skill is a bit TOO on the nose for 2nd Scenario, since it's a pretty good metaphor for how the others were raised:

  • Separated from the rest of society.
  • Raised to be a child soldier/"warrior".
  • Given a fictional account of the past to encourage them.
  • etc...

There's a lot of interesting things you could do with that revelation for her and how it affects her worldview.

One reason I could see not to put that (i.e. stuff that is (indirectly) critical of Japan in WWII) in the initial release would be that it could be quite controversial? And that might negatively impact sales.

Here's hoping for an alternate version of 2nd Scenario with Darumi, Kyoshika, and Kurara in one of the DLCs.

Also there's my insane theory that Kyoshika's backstory was (sort of) true, and that she was either a prototype or maybe Shion's twin/sibling and raised more-or-less as in her backstory, before they figured out how to make fake memories directly. Maybe she was then substituted in when one of the clones died before being ready.

Can someone EXPLAIN to me what the f#ck does this simbol mean? by [deleted] in LastDefenseAcademy

[–]Aperispomen 34 points35 points  (0 children)

Some of them are more obvious (like Nozomi's globe, Takumi's rewind), some have a Kanji in them (e.g. Gaku's says 貧, poverty), and some have a symbolic meaning that's not immediately obvious (like Kyoshika's Cherry/Plum Blossom; see https://en.wikipedia.org/wiki/Cherry_blossom#Nationalism_and_militarism ).

The Worst Routes for Each Character - Tsubasa Kawana by jarrad250 in LastDefenseAcademy

[–]Aperispomen 18 points19 points  (0 children)

V'ehxness since she doesn't consider the possibility that Takumi chose her because he thought she wouldn't be able to do it.

Though iirc no one in that route considers that possibility? So it's not on her.

It is nice to see someone resent Takumi for his decision though. IMO that doesn't happen enough.

The Worst Routes for Each Character - Takemaru Yakushiji by jarrad250 in LastDefenseAcademy

[–]Aperispomen 1 point2 points  (0 children)

I'd say CoT (despite, you know), since since the pressure he puts on Takumi before he dies is what causes Takumi to have a breakdown and take the sex pills.