Live data from Hacker News

Tell HN: Merry Christmas

news.ycombinator.com

341–350 of 478 posts

Re: Tell HN: Merry Christmas

#342

Earlier 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!

You're not expected to know the answers without doing research. https://britbrief.co.uk/education/schools/king-williams-coll...

>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

#345

Shall 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]

Love the cheat code at the top

Re: Tell HN: Merry Christmas

#346

Earlier 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! (()(()((())((())(()())))))

Mine looks weird but it's decorated:

    @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

#348
Christmas is always a very hard time of year for some people, if you are struggling, just know you are not forgotten and I hope you can still have yourself a Merry little Christmas time. <3

Re: Tell HN: Merry Christmas

#349
post #188

Earlier 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

Not a guy ;)

https://en.wikipedia.org/wiki/Joan_Stark

Post reply on HN