Tell HN: Merry Christmas
341–350 of 478 posts
Re: Tell HN: Merry Christmas
#342Earlier quoted context omitted.
Thanks for posting. This was fun! Towards the end it gets really hard. Merry Christmas!
Towards the end?! I can't answer ANY of the questions!
>The paper carries a telling Latin motto: "Scire ubi aliquid invenire possis ea demum maxima pars eruditionis est" – "To know where you can find something is, after all, the greatest part of learning."
In the modern era it is acknowledged that people will use online search engines to find the answers but hopefully we all learn something on the way
Re: Tell HN: Merry Christmas
#343Re: Tell HN: Merry Christmas
#344Re: Tell HN: Merry Christmas
#345Shall we showcase our trees? * | /.\ /o..\ /..O\ /.o..o\ /...o.\ /..O..o.\ ^^^[_]^^^
DOOM BSP (XMAS) TREE :p . * . (IDKFA) ---\ | /--- \|/ ( ROOT NODE ) ( Partition ) /`--...___...-`\ / \ / \ o--( Node 1 )--o o--( Node 2 )--o / Front \ / Back \ / | \ / | \ / o \ / o \ [SUBSECTOR] ( Node 3 ) [SUBSECTOR] | (Leaf A)| / \ | (Leaf B)| |_________| / \ |_________| [SEGS] / \ [SEGS] ( Gift ) [SUBSECTOR] [SUBSECTOR] ( Gift ) | (Leaf C)| | (Leaf D)| |_________| |_________| [SEGS] [SEGS]
Re: Tell HN: Merry Christmas
#346Earlier quoted context omitted.
o / \ o o / \ o o / \ o o / / \ o o o / / \ o o o I knew I should have invested in that fancy self-balancing one, oh well.
Hey we have the same tree! (()(()((())((())(()())))))
@star
@lights
@balls
def christmas_tree():
n1 = Node()
n2 = Node()
n3 = Node()
n4 = Node()
n5 = Node()
n6 = Node()
n7 = Node()
n8 = Node(n1, None)
n9 = Node(n2, n3)
n10 = Node(n4, n5)
n11 = Node(n8, n9)
n12 = Node(n6, n7)
n13 = Node(None, n11)
n14 = Node(None, n12)
return Node(n13, n14)
christmas_tree()Re: Tell HN: Merry Christmas
#347Re: Tell HN: Merry Christmas
#348Re: Tell HN: Merry Christmas
#349Earlier quoted context omitted.
Just because old ASCII and ANSI art is often signed by the author, which is something fun I appreciate, see also: https://oldcompcz.github.io/jgs/joan_stark/xmas.html#treewit... And of course, the BBS Documentary: Artscene episode: https://www.youtube.com/watch?v=oQrBbm5ZMlo&list=PL7nj3G6Jpv...
This guy was prolific! Wow
Re: Tell HN: Merry Christmas
#350Thanks to @dang!