diff --git a/app/locale/en.coffee b/app/locale/en.coffee
index c04a98352..322383cdc 100644
--- a/app/locale/en.coffee
+++ b/app/locale/en.coffee
@@ -408,7 +408,10 @@
     tip_strong_opponents: "Even the strongest of opponents always has a weakness. - Itachi Uchiha"
     tip_paper_and_pen: "Before you start coding, you can always plan with a sheet of paper and a pen."
     tip_solve_then_write: "First, solve the problem. Then, write the code. - John Johnson"
-
+    tip_compiler_ignores_comments: "Sometimes I think that the compiler ignores my comments."
+    tip_understand_recursion: "The only way to understand recursion is to understand recursion."
+    tip_life_and_polymorphism: "Open Source is like a totally polymorphic heterogeneous structure: All types are welcome."
+    
   game_menu:
     inventory_tab: "Inventory"
     save_load_tab: "Save/Load"
diff --git a/app/templates/play/level/level_loading.jade b/app/templates/play/level/level_loading.jade
index 5ca3c5009..0415e7e21 100644
--- a/app/templates/play/level/level_loading.jade
+++ b/app/templates/play/level/level_loading.jade
@@ -88,3 +88,6 @@
     strong.tip.rare(data-i18n='play_level.tip_free_your_mind') You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus
     strong.tip.rare(data-i18n='play_level.tip_strong_opponents') Even the strongest of opponents always has a weakness. - Itachi Uchiha
     strong.tip.rare(data-i18n='play_level.tip_paper_and_pen') Before you start coding, you can always plan with a sheet of paper and a pen.
+    strong.tip.rare(data-i18n='play_level.tip_compiler_ignores_comments') Sometimes I think that the compiler ignores my comments.
+    strong.tip.rare(data-i18n='play_level.tip_understand_recursion') The only way to understand recursion is to understand recursion.
+    strong.tip.rare(data-i18n='play_level.tip_open_source_and_polymorphism') Open Source projects are like totally polymorphic heterogeneous structures: All types are welcome.
\ No newline at end of file