diff --git a/osrc/languages.json b/osrc/languages.json index 5133b9f..1c50b15 100644 --- a/osrc/languages.json +++ b/osrc/languages.json @@ -6,14 +6,14 @@ "FORTRAN": "old-school hacker", "JavaScript": "JavaScripter", "R": "useR", - "Shell": "sysadmin", + "Shell": "Sheller", "ActionScript": "Flasher", "AppleScript": "OSXer", - "Arduino": "hardware hacker", + "Arduino": "robot hacker", "Assembly": "hardcore hacker", "Awk": "AWKward scripter", "Objective-C": "Apple fanchild", - "CSS": "web designer", + "CSS": "web man", "Perl": "regexer", "VHDL": "VHDLyzer", "Scala": "Scalaite", diff --git a/osrc/time_of_day.json b/osrc/time_of_day.json index f9d3ec7..19ebc7c 100644 --- a/osrc/time_of_day.json +++ b/osrc/time_of_day.json @@ -1,9 +1,10 @@ [ - {"times": [0, 1], "name": "around midnight"}, + {"times": [1, 7], "name": "in the wee hours"}, {"times": [7, 12], "name": "in the morning"}, {"times": [12, 13], "name": "around noon"}, {"times": [13, 18], "name": "in the afternoon"}, {"times": [18, 21], "name": "in the evening"}, - {"times": [21, 24], "name": "late at night"} + {"times": [21, 23], "name": "late at night"} + {"times": [24, 0, 1], "name": "in Midnight party time"} ]