Navigation Menu

Skip to content

Commit

Permalink
New bago
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Meidar committed May 4, 2010
1 parent 34c7c35 commit fb218e4
Show file tree
Hide file tree
Showing 18 changed files with 345 additions and 107 deletions.
15 changes: 12 additions & 3 deletions _posts/2010-4-26-moving-back-israel-and-the-us-26-4-2010.textile
Expand Up @@ -3,7 +3,7 @@ title: Moving back - Israel and the United States.
layout: post
---

During the past couple of months i have been busy on arranging a move back to Israel and making it as smooth as possible for both myself and everyone involved in "Nautilus6":http://www.nautilus6.com. I have been in the US for the past 2.years and i can honestly say i have achieved what i wanted in this country, recession or not it was THE most important and valuable decision i have ever made, this is way.
During the past couple of months i have been busy on arranging a move back to Israel and making it as smooth as possible for both myself and everyone involved in "Nautilus6":http://www.nautilus6.com. I have been in the US for the past 2.years and i can honestly say i have achieved what i wanted in this country, recession or not it was THE most important and valuable decision i have ever made.

h4. Preface

Expand All @@ -30,6 +30,12 @@ Microsoft did nothing to fix the problem, instead, Microsoft *endorced* that beh

But what about those bad practices? using tables for layouts? inline style? i think the source of this problem is the Hebrew reading material which is old, outdated and basically *wrong*.

The books show examples on non-semantic, table-packed, standard deprived code which they designate as "Valid", "Professional" and "correct". The evil syllabus does not stop at those books but also in colleges and private schools that aim to teach "Web development" but teach barely 2 hours of CSS, 1 hour of basic HTML, and 20 hours on how to drag/drop controls on Visual Studio.

Sadly i have seen more than i would have wanted to, pages that weigh more than 5mb, completely wrapped with .net's VIEWSTATE and contain more than 900 db queries. (900!!!).

Bad practices are everywhere, but the problem is that in Israel there is no authority which will guide the herd into the right direction.

h4. .. and why the Israeli web is awesome?

Because there are people who try to make it better, i got to know a few excellent people in Israel that are capable of providing an excellent solution and also share my view that something needs to be done in order to make Israel a better place for web developers and internet users. "Elad Ossadon":http://www.devign.co.il/, "Lionite":http://www.lionite.co.il and a few more very good examples for people who *know* web as it supposed to be, not as a "OMFG LET'S WRITE THE NEXT FACEBOOK IN TABLES".
Expand All @@ -38,7 +44,10 @@ h4. Why am i coming back?

For the time being, Nautilus6 is successful even beyond my wildest dreams i had in mind when i started it 8 months ago. I owe a huge part of my blooming as a good manager (i hope, results say so) and better programmer to the Ruby on Rails community and specifically to the "RailsBridge":http://www.railsbridge.org.
The RailsBridge members helped me close the gap between what i *thought* i can do to what i now *know* in every step of the way: making better products, choosing the right tools, opinions and the most important i think, the approach.
RailsBridge showed me that learning and asking for help is not something you can fear from, and giving back either by giving a daily average of 1.hour on the #rubyonrails channel to help newbies or sword fighting with "Radar":http://www.ryanbigg.com on one of the bugmashes.
RailsBridge showed me that learning and asking for help is not something you can fear from, and giving back either by giving a daily average of 1.hour on the #rubyonrails channel to help newbies, sword fighting with "Radar":http://www.ryanbigg.com on one of the bugmashes, getting the best slides on rails/ruby from "Brian Hogan":http://www.bphogan.com/, occasional enlightenment by "Mike Gunderloy":http://afreshcup.com or an occasional "do this the right way" talk with "Eric Davis":http://www.littlestreamsoftware.com/, "Dan Pickett":http://www.enlightsolutions.com/ or "Pratik":http://m.onkey.org/ (i think the estimated cost of a chat with all those people on a business rate would cost about 2000$/hour, and they do it because they love to help).


The list of people that i had and still have the pleasure of working with in RailsBridge is too long for specify each, i urge each and every one that is working with Ruby on Rails to come and see how it's like on our IRC channel on Freenode (irc.freenode.com, #railsbridge)

I am coming back to Israel to form the exact some model. Join those people around and try to make a better, fully focused community that will divert the general population direction towards a better internet, on all it means:

Expand All @@ -50,7 +59,7 @@ While Nautilus6 will continue to exist in its current status and form in the US,

Finally, i can say i had fun most of the time and i hope to continue and be an active part of that awesome community, form something better in Israel and hopefully,

retire by the age of 30.
retire by the age of 30. :)



Expand Down
32 changes: 32 additions & 0 deletions _posts/2010-5-4-bag-o-links-4-5-2010.textile
@@ -0,0 +1,32 @@
---
title: Bag O' Links - 4/5/2010
layout: post
---

h4. Links

* "The ruby reflector":http://rubyreflector.com/ - another Ruby/Rails news aggregator, looks nice really.
* "Using Git + Dropbox":http://stackoverflow.com/questions/1960799/using-gitdropbox-together-effectively - or, you can simply start your project in a Dropbox folder.
* "Schema design with MongoDB":http://www.10gen.com/event_schemadesign_10apr27 - slides.
* "MongoMachine":http://mongomachine.com/ - another MongoDB hosting service.
* "The case for Git Rebase":http://darwinweb.net/articles/86 - Rebase vs. Merge.
* "2 Weeks with Cassandra":http://jamesgolick.com/2010/4/4/two-weeks-with-cassandra.html - James on Cassandra.
* "Easier admin panels for Rails":http://www.alandelevie.com/2010/05/03/easier-admin-panel-for-rails/ - nice black magic with Sinatra.
* "Behind the scenes of an online market place":http://highscalability.com/blog/2010/4/30/behind-the-scenes-of-an-online-marketplace.html - implementation and infrastructure tips.
* Devver's "Terms of service":http://gist.github.com/380029 and "Privacy Policy":http://gist.github.com/380044 are open sourced, sad to see those guys go again.

h4. Treasures

* "A quick example of Facebook's REST+OAuth in Ruby":http://gist.github.com/375656 - simple really.
* "Guilded":http://github.com/midas/guilded -a framework for building web based components centered around current web standards and best practices. i wonder how it will turn out.
* "CloudyScripts":http://rubygems.org/gems/CloudyScripts - Scripts to facilitate programming for infrastructure clouds.
* "Ogit":http://github.com/intridea/ogit - Facebook Open Graph terminal.
* "Barista":http://github.com/Sutto/barista - Transparent coffeescript support for rails 3.
* "CSS3 for IE":http://fetchak.com/ie-css3/ - Another attempt.
* "SuperModel":http://github.com/maccman/supermodel - In-Memory models for Rails.
* "a collection of MongoDB utilities":http://nosql.mypopescu.com/post/568601843/mongodb-utilities - is right here.
* "TwiBot":http://cjohansen.no/en/ruby/twibot_a_microframework_for_twitter_bots_in_ruby - a Twitter bot in Ruby.
* "jStackMenu":http://moronicbajebus.com/blog/jstackmenu/ - a really nice stack menu implementation in jQuery.
* "Sonia":http://github.com/pusewicz/sonia - a Team/Projects monitor panel.
* "Fedena":http://www.fedena.com/ - open source, school/campus management ERP.
* "Cinch":http://rdoc.injekt.net/cinch/ - IRC framework in ruby.
10 changes: 7 additions & 3 deletions _site/2010/04/moving-back-israel-and-the-us-26-4-2010/index.html
Expand Up @@ -58,7 +58,7 @@ <h3>BACKTRACE</h3>
<h3 id="get-info">GET</h3>
<h3 class="post_title"><a href="/2010/04/moving-back-israel-and-the-us-26-4-2010">Moving back - Israel and the United States.</a></h3>
<div class="single_post">
<p>During the past couple of months i have been busy on arranging a move back to Israel and making it as smooth as possible for both myself and everyone involved in <a href="http://www.nautilus6.com">Nautilus6</a>. I have been in the US for the past 2.years and i can honestly say i have achieved what i wanted in this country, recession or not it was <span class="caps">THE</span> most important and valuable decision i have ever made, this is way.</p>
<p>During the past couple of months i have been busy on arranging a move back to Israel and making it as smooth as possible for both myself and everyone involved in <a href="http://www.nautilus6.com">Nautilus6</a>. I have been in the US for the past 2.years and i can honestly say i have achieved what i wanted in this country, recession or not it was <span class="caps">THE</span> most important and valuable decision i have ever made.</p>
<h4>Preface</h4>
<p>This post is basically meant for Israelis, why them? because Israel holds some of the highest ratio of talent/web developers ever, but due to some reason which i will specify later something get screwed around the way and the state of web in Israel (most of it) is equivalent to the situation that the internet jargon refers to as &#8220;like it&#8217;s 1999&#8221;.</p>
<p>This post is meant to show the situation of things as they are, through the eyes of someone that broke out of that cycle and tried to make it in a different way, hopefully helping others to achieve the same thing and by that making the Israeli web, products and internet related community a better one.</p>
Expand All @@ -72,12 +72,16 @@ <h4>Why israeli web sucks?</h4>
<p>IE on the other hand didn&#8217;t have that problem and provided a better solution in that day as a browser, a solution that basically drove all the Israeli developers to code <strong>specifically to IE</strong> something we see that exists up till&#8217; this day.</p>
<p>Microsoft did nothing to fix the problem, instead, Microsoft <strong>endorced</strong> that behavior by providing almost no choice for people to code for IE, use explorer (worldwide actually) and even took over parts of the educational syllabus in Israel which even now-a-days, contains <strong>Microsoft specific studies</strong>. and that&#8217;s the main reason i believe that is causing almost every developer in Israel to code only for IE, work with Access as a database and choose .Net. Israel is not a &#8220;Startup nation&#8221;, it&#8217;s a Microsoft nation.</p>
<p>But what about those bad practices? using tables for layouts? inline style? i think the source of this problem is the Hebrew reading material which is old, outdated and basically <strong>wrong</strong>.</p>
<p>The books show examples on non-semantic, table-packed, standard deprived code which they designate as &#8220;Valid&#8221;, &#8220;Professional&#8221; and &#8220;correct&#8221;. The evil syllabus does not stop at those books but also in colleges and private schools that aim to teach &#8220;Web development&#8221; but teach barely 2 hours of <span class="caps">CSS</span>, 1 hour of basic <span class="caps">HTML</span>, and 20 hours on how to drag/drop controls on Visual Studio.</p>
<p>Sadly i have seen more than i would have wanted to, pages that weigh more than 5mb, completely wrapped with .net&#8217;s <span class="caps">VIEWSTATE</span> and contain more than 900 db queries. (900!!!).</p>
<p>Bad practices are everywhere, but the problem is that in Israel there is no authority which will guide the herd into the right direction.</p>
<h4>.. and why the Israeli web is awesome?</h4>
<p>Because there are people who try to make it better, i got to know a few excellent people in Israel that are capable of providing an excellent solution and also share my view that something needs to be done in order to make Israel a better place for web developers and internet users. <a href="http://www.devign.co.il/">Elad Ossadon</a>, <a href="http://www.lionite.co.il">Lionite</a> and a few more very good examples for people who <strong>know</strong> web as it supposed to be, not as a &#8220;<span class="caps">OMFG</span> LET&#8217;S <span class="caps">WRITE</span> <span class="caps">THE</span> <span class="caps">NEXT</span> <span class="caps">FACEBOOK</span> IN <span class="caps">TABLES</span>&#8221;.</p>
<h4>Why am i coming back?</h4>
<p>For the time being, Nautilus6 is successful even beyond my wildest dreams i had in mind when i started it 8 months ago. I owe a huge part of my blooming as a good manager (i hope, results say so) and better programmer to the Ruby on Rails community and specifically to the <a href="http://www.railsbridge.org">RailsBridge</a>.<br />
The RailsBridge members helped me close the gap between what i <strong>thought</strong> i can do to what i now <strong>know</strong> in every step of the way: making better products, choosing the right tools, opinions and the most important i think, the approach.<br />
RailsBridge showed me that learning and asking for help is not something you can fear from, and giving back either by giving a daily average of 1.hour on the #rubyonrails channel to help newbies or sword fighting with <a href="http://www.ryanbigg.com">Radar</a> on one of the bugmashes.</p>
RailsBridge showed me that learning and asking for help is not something you can fear from, and giving back either by giving a daily average of 1.hour on the #rubyonrails channel to help newbies, sword fighting with <a href="http://www.ryanbigg.com">Radar</a> on one of the bugmashes, getting the best slides on rails/ruby from <a href="http://www.bphogan.com/">Brian Hogan</a>, occasional enlightenment by <a href="http://afreshcup.com">Mike Gunderloy</a> or an occasional &#8220;do this the right way&#8221; talk with <a href="http://www.littlestreamsoftware.com/">Eric Davis</a>, <a href="http://www.enlightsolutions.com/">Dan Pickett</a> or <a href="http://m.onkey.org/">Pratik</a> (i think the estimated cost of a chat with all those people on a business rate would cost about 2000$/hour, and they do it because they love to help).</p>
<p>The list of people that i had and still have the pleasure of working with in RailsBridge is too long for specify each, i urge each and every one that is working with Ruby on Rails to come and see how it&#8217;s like on our <span class="caps">IRC</span> channel on Freenode (irc.freenode.com, #railsbridge)</p>
<p>I am coming back to Israel to form the exact some model. Join those people around and try to make a better, fully focused community that will divert the general population direction towards a better internet, on all it means:</p>
<ul>
<li>Forcing standards. actively.</li>
Expand All @@ -86,7 +90,7 @@ <h4>Why am i coming back?</h4>
</ul>
<p>While Nautilus6 will continue to exist in its current status and form in the US, another branch of Nautilus6 will be formed in time in Israel and will assume responsibilities for all of the above.</p>
<p>Finally, i can say i had fun most of the time and i hope to continue and be an active part of that awesome community, form something better in Israel and hopefully,</p>
<p>retire by the age of 30.</p>
<p>retire by the age of 30. :)</p>
</div>
<div class="clear"></div>
</div> <!-- /GET -->
Expand Down

0 comments on commit fb218e4

Please sign in to comment.