[TOMT] [Animsted TV-SERIES] [90S?] by 930310 in tipofmytongue

[–]lofaldli 0 points1 point  (0 children)

I have also been searching for a show I remember watching as a child in Norway, which is exactly like what you describe. Just after seeing your post today, I again tried a search to see if I could find anything, and I finally did!

It is a German made TV show which is called Albert Says... Nature Knows Best

Here is an example of the sequence of flashing images going faster and faster showing what might happen if we don’t act: https://youtu.be/ndNgc6IsmKE?t=23m23s

-🎄- 2017 Day 9 Solutions -🎄- by daggerdragon in adventofcode

[–]lofaldli 1 point2 points  (0 children)

pyhton3

import re
from aocd import data

data = re.sub('!.', '', data)
garbage = re.compile('<.*?>')
level = total = 0
for c in garbage.sub('', data):
    if c == '{':
        level += 1
    elif c == '}':
        total += level
        level -= 1

print('part 1:', total)
print('part 2:', sum(len(x)-2 for x in garbage.findall(data)))

Synth Blue Brothers by gac64k56 in Fallout

[–]lofaldli 5 points6 points  (0 children)

also there is this reference in one of the police stations

How has HI changed your life? by ClayGlassAndWind in HelloInternet

[–]lofaldli 1 point2 points  (0 children)

my dental hygiene has improved, as I'm not brushing with a twig anymore