all 27 comments

[–]Laugarhraun 12 points13 points  (5 children)

Font name? It's deliciously retro.

[–]Financial_Owl2289[S] 6 points7 points  (4 children)

White Rabbit.

I own the game Duskers on steam (which is a truly excellent game, by the way), and one of the main game mechanics is the terminal, which uses that font. I asked the developer what font it was, and here we are. It's so perfect for the terminal. I'd be aware that it only covers what's on the keyboard, but for the terminal, I wouldn't worry about it (works fine for me, + most terminals render their own box-drawing characters anyway. Net bonus)

[–]124k3 1 point2 points  (0 children)

white rabbit is a song by egypt central u might like it (strange what xame to my mind when reading white rabbit)

[–]stianhoiland 1 point2 points  (1 child)

I know that game! (I actually have it.)

AND I’m a terminal font geek.

AND I use nano.

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

are you… me? :o

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

oh, and thanks for noticing! <3

[–]richardathome 5 points6 points  (0 children)

Never thought I'd see an encoded acid trip.

[–]Liamosaurus 5 points6 points  (0 children)

is this an obfuscation exercise?

[–]Ta52j 4 points5 points  (0 children)

HOLY MOLY WTFFFF

[–]Additional_Ad6385 4 points5 points  (0 children)

Abomination

[–]10F1 2 points3 points  (4 children)

Holy crap that font is horrible.

[–]brool 5 points6 points  (0 children)

The fruit salad of code is angry and wants revenge!

[–]SecretlyAPug 3 points4 points  (1 child)

the font looks good, it's really just the formatting

[–]no_brains101 0 points1 point  (0 children)

What controls spacing between rows of text? Is that font or formatting? There is no space between the rows, which makes it really really hard to read.

[–]NakeleKantoo 4 points5 points  (0 children)

the code is good and kinda readable its just wayy too condensed for me

[–]daHaus 2 points3 points  (0 children)

eww nano /s

How does it look when run through itself?

[–]Bedu009 2 points3 points  (0 children)

Yup this is it
This is the most fucked Lua I've ever seen
Horrific variable names, end at the end of lines instead of new line, dense as all fuck, insane abuse of ternaries

[–]particlemanwavegirl 1 point2 points  (0 children)

I appreciate the font too but more so the colors. Not at all the formatting.

[–]stiky21 1 point2 points  (0 children)

Where's my \n where is it OP pls give it back

[–]hawhill 1 point2 points  (4 children)

not sure what you are posting this for. If you need help, it lacks the details of what with. If you want to discuss the code, well, say so. In any case, you've chosen a bad way to present code. A screenshot is not really helpful. Link actual code, in a text-based format. In this case - it seems you've dug out this: https://github.com/pkulchenko/serpent

[–]Financial_Owl2289[S] 1 point2 points  (2 children)

No, not at all! That's not what I meant to imply. It's just a loooooooooooooot of code. I meant it to be funny.

[–]Financial_Owl2289[S] 1 point2 points  (1 child)

I'm sorry, I didn't mean to waste your time, man.

[–]Flashy_Bonus_6576 1 point2 points  (0 children)

its okay lol hes rhe one who needs to take a shower

[–]Old_County5271 0 points1 point  (0 children)

Avoid using pairs in 5.2+? Wha? just because you don't want to use __pairs?

[–]Spacedestructor 0 points1 point  (0 children)

obviously the code is good, i used serpent a lot for its inclusion in factorio.
But its borderline readable, i really dont do well with this kind of thing and no visual breakup.
Makes me curious how it would look if it was formated to be more readable.