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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    猛暑に注意を

『ioncannon.net』

  • 人気
  • 新着
  • すべて
  • Using WebP to Reduce Native iOS App Size | IONCANNON

    3 users

    ioncannon.net

    Last year Google released WebM as an alternative to h264 encoded video. They followed that up with the release of WebP as an alternative to JPG. Ever since the release I’ve been thinking about giving it a try on iOS to see how well it might work to reduce application size. As a bonus to reduced size, WebP also supports an alpha channel that JPG doesn’t (there is more information available on the o

    • テクノロジー
    • 2012/02/05 11:34
    • ios
    • Fast XML parsing with Ruby | IONCANNON

      10 users

      ioncannon.net

      One of the first things I needed to do while building the GeeQE iPhone application was process the CC data dump from Stack Overflow. The dump contains XML files representing tables from Stack Overflow with the largest file being posts.xml weighing in at 1.2G as of September. I decided it would be pretty easy to use Ruby to parse the XML and load the data into MySQL so I went about finding the righ

      • テクノロジー
      • 2010/10/26 17:57
      • ruby
      • xml
      • プログラミング
      • How to Create iPad Formatted Videos Using HandBrake or FFMpeg | IONCANNON

        19 users

        ioncannon.net

        This is for those who may want to load a video onto their iPad with iTunes that isn’t in the correct format. I needed to do this because I was trying to put an iTunes University video on my iPad a couple days ago and iTunes complained that it wasn’t in the correct format for the iPad. I’m not sure exactly how that could be but I decided to take the opportunity to see if I could use HandBrake to ea

        • テクノロジー
        • 2010/05/29 06:00
        • iPad
        • handbrake
        • 動画
        • howto
        • software
        • tips
        • Google Analytics Dashboard WordPress Widget | IONCANNON

          5 users

          ioncannon.net

          The Google Analytics Dashboard plugin for WordPress gives you access to your Google Analytics data directly inside your WordPress blog. You can also allow other users to see the entire dashboard while they are logged in or include just parts of the data in posts, as a widget or as part of your theme. Goal tracking is also available. Dashboard Integration: Post Integration: Embedding Stats in Posts

          • テクノロジー
          • 2010/04/15 09:00
          • WordPress
          • plugin
          • Analytics
          • Heroku Tips for the Cheap | IONCANNON

            8 users

            ioncannon.net

            I’ve been playing around with the Ruby/Rails cloud provider Heroku a little bit lately just to try it out. It is somewhat like Google App Engine or Microsoft Azure in the way it works since you bundle your application and push it out to the Heroku cloud for deployment. It is very easy to get things going but I ran into a few interesting items that I figured I would share. Some of the following gre

            • テクノロジー
            • 2010/01/13 11:19
            • heroku
            • rails
            • ruby
            • tips
            • development
            • https://ioncannon.net/projects/code2009/

              3 users

              ioncannon.net

              • 暮らし
              • 2009/12/31 22:53
              • iPhone Windowed HTTP Live Streaming Using Amazon S3 and Cloudfront Proof of Concept | IONCANNON

                5 users

                ioncannon.net

                This post should be seen as a proof of concept. I’m working on creating a more concise and easier to use package of everything covered here but I felt like getting the knowledge out sooner rather than later would be of help to people looking for a way to do this. If you are interested keep an eye on the HTTP live video stream segementer and distributor project page as well as the github git reposi

                • テクノロジー
                • 2009/10/27 17:22
                • aws
                • iphone
                • work
                • apple
                • HTTP Live Video Stream Segmenter and Distributor | IONCANNON

                  13 users

                  ioncannon.net

                  This project is an attempt to make it easier to set up a live streaming server using Apple’s HTTP Live Streaming protocol. The source includes a ruby script and a C program that use FFMpeg to encode and segment an input video stream in the correct format for use with the HTTP streaming protocol. You can find the source in the git repository at github. For some background on this project you may wa

                  • テクノロジー
                  • 2009/09/02 08:00
                  • streaming
                  • Video
                  • iPhone
                  • iPhone Windowed HTTP Live Streaming Server | IONCANNON

                    3 users

                    ioncannon.net

                    After some more work I have enhanced the HTTP segmenter and uploading script from my iPhone streaming using AWS S3 and Cloudfront post. I added a number of features and tried to pull together some of the ideas from the comments. I’ll go over some of the features here and there is a full list of configuration options on the HTTP Live Video Streaming server project page and the source is available a

                    • テクノロジー
                    • 2009/08/13 13:44
                    • Video
                    • iphone
                    • iPhone HTTP Streaming with FFMpeg and an Open Source Segmenter | IONCANNON

                      28 users

                      ioncannon.net

                      • テクノロジー
                      • 2009/07/06 13:40
                      • streaming
                      • ffmpeg
                      • iPhone
                      • hls
                      • web
                      • Video
                      • iPad
                      • SOAP on the Google App Engine platform | IONCANNON

                        3 users

                        ioncannon.net

                        I generally don’t recomend using SOAP instead of REST but I have been required to use SOAP so much now that I think it is inevitably going to be a requirement for a long time for certain projects. So when I noticed a question on stack overflow about using SOAP on the Google App Engine I thought it might be a nice exercise to see how easy it is to get fringe toolsets to work in the GAE. I’m going t

                        • テクノロジー
                        • 2009/06/04 16:45
                        • SOAP
                        • python
                        • AJAX file upload progress for Java using commons fileupload and prototype | IONCANNON

                          3 users

                          ioncannon.net

                          This has been done before with PHP (AJAX upload progress meter for PHP) etc but I needed something a little different because I wanted to upload a file and then have it loaded into a database. I looked around and found that someone had already made something that used the commons file upload package to do the upload part (AJAX Upload progress monitor for Commons-FileUpload Example). It wasn’t exac

                          • テクノロジー
                          • 2007/08/02 17:45
                          • fileupload
                          • ajax
                          • javascript
                          • 10 Tips For Creating Good Looking Diagrams Using Inkscape | IONCANNON

                            3 users

                            ioncannon.net

                            After multiple attempts to find a good free diagraming application I think I have found a decent solution. I’m not creating enough diagrams to justify buying something expensive and I don’t feel like finding a graphics designer to make Dia diagrams prettier. If you have a Mac you are probably not in as bad a situation since you can buy OmniGraffle for $79. But for those of us without a Mac or who

                            • 学び
                            • 2007/07/13 18:04
                            • Howto base64 encode with C/C++ and OpenSSL

                              4 users

                              ioncannon.net

                              I’ve been doing a little C programming lately and I have found that if you have a up to date distribution of linux there are a lot of libraries out there that make doing things you do in other languages like java easier. As I have time I’m going to post some examples of what I have found. The first here is how to base64 encode a chunk of memory using OpenSSL. [code lang=”c”] #include #include #inc

                              • テクノロジー
                              • 2007/02/26 17:28
                              • Base64
                              • c++

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

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

                              『ioncannon.net』の新着エントリーを見る

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

                              j次のブックマーク

                              k前のブックマーク

                              lあとで読む

                              eコメント一覧を開く

                              oページを開く

                              はてなブックマーク

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

                              公式Twitter

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

                              はてなのサービス

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