タグ

columnに関するh6nのブックマーク (4)

  • Emacsの始め方 - Incoming!

    これは、僕がいかにEmacsを覚えたか書いています。 この投稿の理由 普及のため Emacsは素晴らしいエディタで、これを超えるエディタはないと思うので、その普及のために書きます。 わず嫌いの人のため 会社にて、あまりにもEmacsやVimにいきたいといいつつ、ずぅーっとEclipseを使い続ける人(EmacsやVimを覚えられない人)がいたので。 はじめの一歩 Emacsを覚えるのに、何年もかけるなど、ありえない話です。 しかし、実際そういう方はいて、正直、結構時間を無駄にしています。 そこで、Emacsを3ヶ月ほどで殆ど不自由なく使えるようになった僕の経験から、僭越ながら、Emacsのスタートアップについて書きます。 最初にできれば、やりたいこと 最初に絶対にやってほしいことの前に、できたらやったほうがいいことを書きます。 それは、Windowsを卒業することです。 これはいたって真

    Emacsの始め方 - Incoming!
  • エンジニア5年病 (それなりブログ)

    新しい概念や手法を吸収しなくなる。 何をやっても大して効果はないと思い始める。 かといって、目標に向かって寸暇を惜しむ体でもない。 RSSは欠かさず眺めて、それっぽいことをツイートするのが趣味になる。 「自分はエンジニアだから~」というのを思考の枠にしてしまう。 手を動かすことを惜しみ始める。 「多分できる」と「できた」を混同する。 一度失敗しただけでスネてやらなくなる。 自分よりキャリアの無い人にエラそうな口を利きたがる。 不摂生と運動不足で体が劣化する。

    h6n
    h6n 2011/08/03
    エンジニアには5年病があるらしい。気をつけよ。
  • Pure functions have side-effects

    Functional programming emphasizes “pure” functions, functions that have no side effects. When you call a pure function, all you need to know is the return value of the function. You can be confident that calling a function doesn’t leave any state changes that will effect future function calls. But pure functions are only pure at a certain level of abstraction. Every function has some side effect:

    Pure functions have side-effects
    h6n
    h6n 2011/07/29
  • You want to become PHP developer? Great, but what type of developer actually? | Way of Coder

    Learning web development is serious business.Because this is my first blog post, I will try to make it as good as possible. I hope you will enjoy this post as much as I did for writing it. Few years ago, when someone decides to learn a programming language, it was often easy to start learning it. Pick a book, read it, and try to code something. But we are living in 2011 and things are changed. Pr

    h6n
    h6n 2011/07/28
    PHPの開発者をCMS Guy, Just going to learn framework Guy, Real developer Guyに分けてそれぞれのいいとこ/悪いとことか書いてる。面白かった。Real developerなりたいなー。
  • 1