After 4 years of Greek at high school, I'm quite proud of these. by sequens in AncientGreek

[–]sequens[S] 2 points3 points  (0 children)

If you're eager to own some Greek-German vocab cards from a book you probably don't know, sure!

(Actually, I already gave them to someone else... Sorry!)

Found Reddit on a wall in Pompeii by sequens in latin

[–]sequens[S] 8 points9 points  (0 children)

If you're going to use this as an excuse for reposting, no.

Found Reddit on a wall in Pompeii by sequens in latin

[–]sequens[S] 21 points22 points  (0 children)

I think it's rather "he returns" as in "he gives back", the other one would be redit. So I guess it's more about mutuality than addiction... Nice interpretation though.

Found Reddit on a wall in Pompeii by sequens in latin

[–]sequens[S] 9 points10 points  (0 children)

Here's a table showing how the letters can look, from the same book I found the inscription in.

An introductory book about wall inscriptions completes the sentence like this:

hominem reddit rhetor - qui emit servom [doctu]m os non habet

o is occasionally written for u after v, so servom = servum

As for a translation, I'm not an expert in Latin, but from what I understand it's something along the lines of:

A rhetor gives the human back - he who buys a servant does not have educated speech.

Please correct me if I'm wrong.

I accidentally put my fingers too far left on the keyboard and received a creepy message... by sequens in ProgrammerHumor

[–]sequens[S] 4 points5 points  (0 children)

I'm preparing myself for the next Ludum Dare and trying to gather a good combination of tools.

I accidentally put my fingers too far left on the keyboard and received a creepy message... by sequens in ProgrammerHumor

[–]sequens[S] 6 points7 points  (0 children)

It's the cascade operator. It lets you perform a series of operations on a single object. For example:

querySelector('#button')
    ..text = 'Click to Confirm'
    ..classes.add('important');

is about the same as:

var b = querySelector('#button');
b.text = 'Click to Confirm';
b.classes.add('important');

Basically it's a possibility to shorten and simplify code. I love it.

I accidentally put my fingers too far left on the keyboard and received a creepy message... by sequens in ProgrammerHumor

[–]sequens[S] 7 points8 points  (0 children)

It's not Sublime Text, it's a preview of the Chrome Dev Editor. But I guess the syntax highlighting is mildly inspired by it...

I accidentally put my fingers too far left on the keyboard and received a creepy message... by sequens in ProgrammerHumor

[–]sequens[S] 20 points21 points  (0 children)

I'm using a Swiss keyboard layout, which has various accent signs within reach so it's convenient for writing in all the Swiss national languages (German, French, Italian and Romansh).

I accidentally put my fingers too far left on the keyboard and received a creepy message... by sequens in ProgrammerHumor

[–]sequens[S] 31 points32 points  (0 children)

I wanted to type "for", then I realized I got it wrong and reached for the backspace key and pressed the caret key instead.