はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    猛暑に注意を

『bob.ippoli.to - Bob Ippolito (@etrepum) on Haskell, Python, Erlang, JavaScrip...』

  • 人気
  • 新着
  • すべて
  • What Python can learn from Haskell

    3 users

    bob.ippoli.to

    Bob Ippolito (@etrepum) EuroPython Berlin 21 July 2014 bob.ippoli.to/python-haskell-ep2014 Who am I? Python user since 2001 (simplejson, Mac stuff) Founded Mochi Media (2005-2012, sold in 2010) Haskell user since 2012 (ported exercism.io curriculum) Doing a bit of advising/investing in startups Currently focusing on code education non-profit Mission Bit Python is not all bad! I love Python's commu

    • テクノロジー
    • 2014/07/22 23:37
    • Python
    • Haskell
    • Intro to Haskell for Erlangers

      7 users

      bob.ippoli.to

      • テクノロジー
      • 2014/03/08 19:47
      • erlang
      • haskell
      • Getting Started with Haskell

        12 users

        bob.ippoli.to

        I’ve been having a lot of fun learning Haskell these past few months, but getting started isn’t quite as straight-forward as it could be. I had the good fortune to work at the right place at the right time and was able to take Bryan O’Sullivan’s Haskell class at Facebook, but it’s definitely possible to get started on your own. While you can play a bit with Haskell at Try Haskell you’ll eventually

        • テクノロジー
        • 2013/01/13 00:38
        • haskell
        • tutorial
        • install
        • programming
        • Practical Erlang testing techniques

          4 users

          bob.ippoli.to

          Mochi Media's Code Substantial multi-language codebase Erlang code going back to 2006 Did not always have good tests :( Doing It Wrong Write code without tests or review Push to production branch Deploy Firefight [and repeat] Doing It Better Write code, tests and docs Push to issue branch Review [and repeat] Merge to production branch Continuous Integration server runs tests (again) Deploy

          • テクノロジー
          • 2011/06/09 21:45
          • erlang
          • test
          • Python 2.6 released, now with json! :)

            3 users

            bob.ippoli.to

            Python 2.6 was released yesterday, which has tons of cool new features including a new json library and a new multiprocessing library. The json library is basically simplejson (from a few months ago) minus the Python 2.4/2.5 support and refactored to take advantage of the latest future-compatible features (such as the new str.format method instead of using % format interpolation). The only downsid

            • テクノロジー
            • 2008/10/06 19:46
            • python
            • SWX: The JSON equivalent for Flash

              3 users

              bob.ippoli.to

              Aral Balkan has recently released SWX, a new data exchange format for Flash. In his current implementation it's really two standards: A JSON-ish format based on PHP (bad idea) and a particular layout of SWF bytecode on the receiving end (good idea). Creating another JSON-like format is stupid. I really don't know why he did that. There are plenty of fast parsers for JSON in PHP, which are almost c

              • テクノロジー
              • 2007/04/02 10:31
              • JSON
              • Flash
              • idea
              • php
              • MochiKit Talk at Freedel 06

                8 users

                bob.ippoli.to

                While I didn't personally attend Freedel 06, I recently came across the slides for Anant Narayanan's Web Application Development talk. Specifically it covers JavaScript web application development with MochiKit and Dojo, and it's split into four sets of slides. I've just had a chance to give them a look and they're quite good. The slides are all done with S5, which is what I used for the MochiKit

                • テクノロジー
                • 2006/09/23 13:03
                • mochikit
                • javascript
                • from __future__ import * Remote JSON - JSONP

                  52 users

                  bob.ippoli.to

                  The browser security model dictates that XMLHttpRequest, frames, etc. must have the same domain in order to communicate. That's not a terrible idea, for security reasons, but it sure does make distributed (service oriented, mash-up, whatever it's called this week) web development suck. There are traditionally three solutions to solving this problem. Local proxy: Needs infrastructure (can't run a s

                  • 暮らし
                  • 2005/12/12 12:36
                  • jsonp
                  • JSON
                  • JavaScript
                  • ajax
                  • Programming
                  • 歴史
                  • dev
                  • Iteration in JavaScript

                    5 users

                    bob.ippoli.to

                    In JavaScript, there are basically two kinds of object iteration: All objects support property enumeration: for (var propName in someObject) { var value = someObject[propName]; } Some objects support the "Array protocol": for (var i=0; i<someObject.length; i++) { var value = someObject[i]; } These both suck. Property enumeration is only really useful for debugging, since chances are the objects wi

                    • テクノロジー
                    • 2005/11/28 22:33
                    • ajax
                    • python
                    • javascript
                    • bob.ippoli.to - Bob Ippolito (@etrepum) on Haskell, Python, Erlang, JavaScript, etc.

                      4 users

                      bob.ippoli.to

                      Bob Ippolito (@etrepum) on Haskell, Python, Erlang, JavaScript, etc. I’m pleased to announce that OSTIF recently sponsored a security audit of simplejson, performed by X41 D-Sec. The release of simplejson v3.9.1 includes fixes for the potential security issues discovered in this audit, as well as a number of security hardening measures it recommended. Many open source projects such as simplejson a

                      • テクノロジー
                      • 2005/10/28 00:14
                      • ajax
                      • python

                      このページはまだ
                      ブックマークされていません

                      このページを最初にブックマークしてみませんか?

                      『bob.ippoli.to - Bob Ippolito (@etrepum) on Haskell, Python, Erlang, JavaScrip...』の新着エントリーを見る

                      キーボードショートカット一覧

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

                      • 総合
                      • 一般
                      • 世の中
                      • 政治と経済
                      • 暮らし
                      • 学び
                      • テクノロジー
                      • エンタメ
                      • アニメとゲーム
                      • おもしろ
                      • アプリ・拡張機能
                      • 開発ブログ
                      • ヘルプ
                      • お問い合わせ
                      • ガイドライン
                      • 利用規約
                      • プライバシーポリシー
                      • 利用者情報の外部送信について
                      • ガイドライン
                      • 利用規約
                      • プライバシーポリシー
                      • 利用者情報の外部送信について

                      公式Twitter

                      • 公式アカウント
                      • ホットエントリー

                      はてなのサービス

                      • はてなブログ
                      • はてなブログPro
                      • 人力検索はてな
                      • はてなブログ タグ
                      • はてなニュース
                      • ソレドコ
                      • App Storeからダウンロード
                      • Google Playで手に入れよう
                      Copyright © 2005-2025 Hatena. All Rights Reserved.
                      設定を変更しましたx