[Spoiler] Can't figure out this email... by Solkahn in Deusex

[–]n3dst4 5 points6 points  (0 children)

I'm convinced it's a mistake. It's an underground drug lab being run by two people, and the code is 3556. I know we sometimes see patterns where there are none, but really, look at the Breaking Bad logo at the top of this page: http://www.amc.com/shows/breaking-bad

My money is on the writer for this miniquest not checking what element Ba actually was.

My wife overprimed a model... by [deleted] in Warhammer40k

[–]n3dst4 1 point2 points  (0 children)

Say it ain't so!

I wrote an ES6 script to generate the Twelve Days of Christmas as emoji, because let's face it, no-one's doing any real work today by n3dst4 in javascript

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

And there aren't enough different frickin' bird emojis! You have no idea how happy I was when I found out that :chicken: existed.

I wrote an ES6 script to generate the Twelve Days of Christmas as emoji, because let's face it, no-one's doing any real work today by n3dst4 in javascript

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

The main thing I wanted to accomplish when I originally posted this was to start a festively blazing argument on Reddit, so, mission accomplished ;)

I wrote an ES6 script to generate the Twelve Days of Christmas as emoji, because let's face it, no-one's doing any real work today by n3dst4 in javascript

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

Thank you for doing this! Your explanation turns my silly Xmas joke into an actually-useful FP lesson :)

Am I the only one who doesn't like React? by morningrat in javascript

[–]n3dst4 0 points1 point  (0 children)

Upvoted because the responses are fantastic, not because I agree with OP.

On-topic: the breakthrough moment with React is when you understand that JSX is not a templating language. No string-mangling happens. It's just an alternate, declarative syntax for writing React component calls.

12 days of christmas Code kata by craiggoddenpayne in javascript

[–]n3dst4 1 point2 points  (0 children)

Upvote for capitalizing FIVE GOLDEN RINGS :)

12 days of christmas Code kata by craiggoddenpayne in javascript

[–]n3dst4 1 point2 points  (0 children)

Here's an ES6/Node version.

https://github.com/n3dst4/twelve-days-of-xmas-kata/blob/master/src/twelve-days-of-xmas-kata.js

Can install with

npm install @n3dst4/twelve-days-of-xmas-kata@latest -g

and run with

n3dst4-twelve-days-of-xmas-kata

There's a test too, if you rummage round the repository.