タグ

2010年2月8日のブックマーク (62件)

  • LL脳な人でもこれぐらいは覚えておくとうれしいgdbのつかいかた。または猫でもわかるgdb講座 - tokuhirom's blog

    LLつかってても「ばすえらーになるー」っていう状況ってたまにあるわけですが、LL しか普段つかわないゆとりは、ここでお手あげになってしまったりすることがままあります。 で、「ばすえらーになるんですが」ってときの最低限これだけはやってみたらどうか、という話。「えー、わたし gdb とかわかんないしー」とかいってる人でもこれぐらいならできるんじゃないかなーっと。 perl t/00_load.tというコマンドで segv するという場合、gdb をつかって % gdb --args perl t/00_load.tとうつ。 すると、以下のようにプロンプトがでるので、"run" とうつ。これでスクリプトがはしりはじめる。 % gdb --args perl t/00_load.t GNU gdb (GDB) 7.0-ubuntu Copyright (C) 2009 Free Software

  • Expanding the Cloud: Amazon CloudFront - All Things Distributed

    Expanding the Cloud: Amazon CloudFrontNovember 17, 2008 • 1036 words Today marks the launch of Amazon CloudFront, the new Amazon Web Service for content delivery. It integrates seamlessly with Amazon S3 to provide low-latency distribution of content with high data transfer speeds through a world-wide network of edge locations. It requires no upfront commitments and is a pay-as-you-go service in th

    Expanding the Cloud: Amazon CloudFront - All Things Distributed
    rawwell
    rawwell 2010/02/08
    "Using Amazon CloudFront is dead simple: 1. Put your objects in an Amazon S3 bucket. 2. Call the CreateDistribution API with the name of the S3 bucket, which will return your distribution's domain name. 3. Use the new domain name in urls on your web or in your application. Whenever these ur
  • Windows on AWS | Amazon Web Services | AWS

    Customers have been running Microsoft Workloads on AWS for over 16 years, longer than any other cloud provider. Customers choose AWS because we have the most experience with Microsoft applications in the cloud and we offer the best platform for Windows Server and SQL Server for higher performance and reliability, greater security and identity services, more migration support, the broadest and deep

    Windows on AWS | Amazon Web Services | AWS
    rawwell
    rawwell 2010/02/08
    "Amazon EC2 running Microsoft Windows Server® 2003 or 2008 is a fast and dependable environment for deploying applications using the Microsoft Web Platform, including ASP.NET, ASP.NET AJAX, Silverlight™, and Internet Information Server (IIS). Amazon EC2 enables you to run any compatible Windows-b
  • Expanding the Cloud - Amazon EC2 Spot Instances

    Expanding the Cloud - Amazon EC2 Spot InstancesDecember 13, 2009 • 1109 words Today we launched a new option for acquiring Amazon EC2 Compute resources: Spot Instances. Using this option, customers bid any price they like on unused Amazon EC2 capacity and run those instances for as long their bid exceeds the current "Spot Price." Spot Instances are ideal for tasks that can be flexible as to when t

    Expanding the Cloud - Amazon EC2 Spot Instances
    rawwell
    rawwell 2010/02/08
    "# On-Demand Instances - On-Demand Instances let you pay for compute capacity by the hour with no long-term commitments or upfront payments. You can increase or decrease your compute capacity depending on the demands of your application and only pay the specified hourly rate for the instances you us
  • https://docs.google.com/viewer?url=http://www.cs.cornell.edu/~lucja/Publications/I03.pdf

    rawwell
    rawwell 2010/02/08
    "The Deep Web, i.e., content hidden behind HTML forms, has long been acknowledged as a significant gap in search engine coverage. Since it represents a large portion of the structured data on the Web, accessing Deep-Web content has been a long-standing challenge for the database commu- nity. This p
  • https://docs.google.com/viewer?url=http://research.yahoo.com/files/pnuts.pdf

    rawwell
    rawwell 2010/02/08
    "We describe PNUTS, a massively parallel and geographi- cally distributed database system for Yahoo!’s web applica- tions. PNUTS provides data storage organized as hashed or ordered tables, low latency for large numbers of con- current requests including updates and queries, and novel per-record c
  • rawwell on Twitter: "the good thing about google bookmarks .... you can have reaaally long comments"

    the good thing about google bookmarks .... you can have reaaally long comments

    rawwell on Twitter: "the good thing about google bookmarks .... you can have reaaally long comments"
    rawwell
    rawwell 2010/02/08
  • Efficient data transfer through zero copy

    IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.

    Efficient data transfer through zero copy
    rawwell
    rawwell 2010/02/08
    "The Java™ platform has historically been the province of object-oriented programming, but even Java language stalwarts are starting to pay attention to the latest old-is-new trend in application development: functional programming. In this new series, Ted Neward introduces Scala, a programming la
  • Rackspace - RightScale Support

    rawwell
    rawwell 2010/02/08
    "# Only use Ubuntu images. Our bootstrapping process depends on apt at this point. Other flavors will be accounted for in future releases. # Instances will take several minutes on Rackspace to fully complete the bootstrap process. In the future there may be RightImagesTM published which will increas
  • MySQL AB :: Managing Hierarchical Data in MySQL

    "The Documents contained within this site may include statements about Oracle's product development plans. Many factors can materially affect Oracle's product development plans and the nature and timing of future product releases. Accordingly, this Information is provided to you solely for information only, is not a commitment to deliver any material, code, or functionality, and should not be reli

    rawwell
    rawwell 2010/02/08
    "Most users at one time or another have dealt with hierarchical data in a SQL database and no doubt learned that the management of hierarchical data is not what a relational database is intended for. The tables of a relational database are not hierarchical (like XML), but are simply a flat list. Hie
  • Hadoop and MapReduce: A Parallel Program to Assign Row Numbers

    rawwell
    rawwell 2010/02/08
    "This post discusses (and solves) the problem of assigning consecutive row numbers to data, with no holes. Along the way, it also introduces some key aspects of the Hadoop framework: * Using the FileSystem package to access HDFS (a much better approach than in my previous posting). * Reading
  • metajack.im - An XMPP Microblogging Stack

    rawwell
    rawwell 2010/02/08
    "What will this microblogging service do? * It should be extremely fast and reliable. Messages should never have noticeable latency in their delivery. Instead of Laconica's method of writing to the database first, we will push through pubsub and have the database be a pubsub consumer, ensuring r
  • metajack.im - XMPP Microblogging Thoughts

    September 10, 2008 Those of us in the XMPP community have touted the benefits of our protocol for microblogging for some time. Even before Identi.ca and Laconica, Peter Saint-Andre and Joe Hildebrand drafted a basic microblogging XEP. Microblogging looks a lot like an impromptu Multi-User Chat and it is clearly a Publish-Subscribe based service. With XMPP you get federation for free; there is no n

    rawwell
    rawwell 2010/02/08
    "Basic Benefits Of XMPP Stefan enumerated some of the benefits that microblogging built on XMPP would have: real time communication, elimination of polling, scalability, and federation. I've written about the importance of real time for microblogging before. I don't think anyone anticipated that the
  • MapReduce versus Relational Databases?

    rawwell
    rawwell 2010/02/08
    "There are a few statements that I basically disagree with. "Lastly, the reshuffle that occurs between the Map and Reduce tasks in MR is equivalent to a GROUP BY operation in SQL." The issue here at first seems like a technicality. In a relational database, an input row can only into one group. MR c
  • the Python debugger « Python Conquers The Universe

    As a programmer, one of the first things that you need for serious program development is a debugger. Python has a debugger, which is available as a module called pdb (for “Python DeBugger”, naturally!). Unfortunately, most discussions of pdb are not very useful to a Python newbie — most are very terse and simply rehash the description of pdb in the Python library reference manual. The discussion

  • Google Code Archive - Long-term storage for Google Code Project Hosting.

    Code Archive Skip to content Google About Google Privacy Terms

    rawwell
    rawwell 2010/02/08
    "This project addresses the following problem: Given a dataset of sparse vector data, find all similar vector pairs according to a similarity function such as cosine distance and a given similarity score threshold. (This problem is also known as the "similarity join.") The package consists of a bare
  • Advanced Topics in Computing - 049011 Spring 2009 Homepage

    rawwell
    rawwell 2010/02/08
    "# Ted Herman and Sébastien Tixeuil: A Distributed TDMA Slot Assignment Algorithm for Wireless Sensor Networks. ALGOSENSORS 2004: 45-58 Link # Ted Herman and Sukumar Ghosh: Stabilizing phase-clocks. Inf. proc Letters 54, 1993 259-265. Link # Michael Ben-Or, Danny Dolev, Ezra N. Hoch: Fast self-stab
  • Rolling with Ruby on Rails

    rawwell
    rawwell 2010/02/08
    "WSGI doesn't stop at the server though. It also helps in integrating tools as well. I can use the wealth of middleware components seamlessly, often without rewriting anything. I'll just add the middleware to my application and I'm done. This also goes for small bits of middleware that I write mysel
  • BSDCan2008: A closer look at the ZFS file system.

    A closer look at the ZFS file system. simple administration, transactional semantics, end-to-end data integrity SUN's ZFS file system became part of FreeBSD on 6th April 2007. ZFS is a new kind of file system that provides simple administration, transactional semantics, end-to-end data integrity, and immense scalability. ZFS is not an incremental improvement to existing technology; it is a fundame

    rawwell
    rawwell 2010/02/08
    "ZFS presents a pooled storage model that completely eliminates the concept of volumes and the associated problems of partitions, provisioning, wasted bandwidth and stranded storage. Thousands of file systems can draw from a common storage pool, each one consuming only as much space as it actually n
  • More Windows System Information with Python - Mouse Vs Python

    Last month I wrote a post about getting Windows system information and I mentioned in one of my comments that there was another script that did some of this as well as other stuff, but I couldn’t find it. Well, today I went digging for it and found the script I wanted. So we’re going back down the rabbit hole for some more tips and tricks for getting information about the wonderful world of Window

    More Windows System Information with Python - Mouse Vs Python
  • Jimmy Lin » Data-Intensive Text Processing with MapReduce

    rawwell
    rawwell 2010/02/08
    "# Introduction # MapReduce Basics # MapReduce algorithm design # Inverted Indexing for Text Retrieval # Graph Algorithms # EM Algorithms for Text Processing # Closing Remarks"
  • ctypes integration — Language Binding v1.1 documentation

    rawwell
    rawwell 2010/02/08
    "Boost.Python is really a very powerful library, but if you are working with code written in plain “C” - you’ve got a problem. You have to create wrappers for almost every function or variable. In general, if you want to work with plain “C” code from Python you don’t have to create any w
  • Faster.pm の中身の話 - tokuhirom's blog

    mlehmann の Faster.pm という Perl 用 JIT があるのだが、これの仕組み。 op_entersub をフックするop_entersub にはいるタイミングで発動! op tree を C のコードに変換するcc するdynaloader でよみこむといった具合。基的には Shibuya.pm で発表済のだれでもしっているようなテクニックをつかっている。 これはだいたい 20% ぐらいはやくなるらしい。まあ妥当なかんじか。とはいえテストとおらないしまともにうごかないので、当かどうかはわからない。 結局 run_ops まわりの部分がインラインで最適化されるという点におけるメリットぐらいで、各 opcode の操作はそれぞれの中でやっているわけだから、納得できる数字かとおもう。ただ、実際にそのテストにつかったコードってのがないんで、なんともいえないけど。 実用とい

    rawwell
    rawwell 2010/02/08
    "mlehmann の Faster.pm という Perl 用 JIT があるのだが、これの仕組み。 * op_entersub をフックする * op_entersub にはいるタイミングで発動! o op tree を C のコードに変換する o cc する o dynaloader でよみこむ
  • tokuhirom blog

    Blog Search when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${entry.path} [in template "__entry.ftlh" at line 3, column 25] - Reached through: #include "__entry.ftlh" [in template "entry.ftlh" at

    rawwell
    rawwell 2010/02/08
    "一時期の Pacific だか Incline だかの実装が Thrift の上にのっていて、その時にちょっとだけ Perl の thrift 実装をみたんですが、クライアントが Pure Perl で書かれており、かつ実装に適当さが感じられ、「速そうには、みえない
  • マルチコア時代の高速サーバーの実装 - Blog by Sadayuki Furuhashi

    特にサーバー用途では、CPUがシングルコアに戻ってくることは考えにくい。 マルチコアCPUの性能を活かすにはマルチスレッドに対応したサーバーの実装が必要になるわけですが、マルチスレッドなプログラミングは往々にして「高負荷になると固まる」とか「たまに落ちる」といった悩ましいバグと戦わなければならず、イヤです。 かといってシングルスレッドでは、近い将来 32コアCPU! などが出てきたとき、たぶん性能を発揮できません。 そこで、そこそこデバッグしやすく、それでいて多コアCPUでもスケールするという落としどころを模索しているのですが、ボトルネックはネットワークIO周りにあるだろう*1という前提の元で、ネットワークIO部分だけをマルチスレッドで動かし、それ以外の部分をシングルスレッドで動かすというアーキテクチャを考えています。 ロジックの部分はマルチスレッドで書いても共有リソースにアクセスする度に

    マルチコア時代の高速サーバーの実装 - Blog by Sadayuki Furuhashi
    rawwell
    rawwell 2010/02/08
    "TheC10kProblemの分類で言えば、1. 各スレッドが複数のクライアントを受け付ける. そしてノンブロッキング I/O と レベル・トリガ型の完了通知(level-triggered readiness notification)を利用するですが、実際に処理を行うLogicの段階から
  • tokuhirom blog

    Blog Search when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${entry.path} [in template "__entry.ftlh" at line 3, column 25] - Reached through: #include "__entry.ftlh" [in template "entry.ftlh" at

    rawwell
    rawwell 2010/02/08
    "prefork * fast * hard to communicate between processes o and slow ithreads * Echo server on ithreds has same speed with prefork. * but, ithreads eats a lot of memory o real application written in perl eats over 50MB(経験上) o each thread eats 50MB???
  • Python力を高めるためのライブラリコードリーディング - Doge log

    id:yuroyoropython力を高めるとか言ってたのを聞いて、自分の場合どうだったかなあと。 思い入れがあるものを簡単に。まあ参考になれば。 pure python系 まずはpure python系 django 結構python初心者のころからdjangoのソースは読んでた。 多分、今ほど大きくなかったからだと思う。 学べることはPEP8、__import__の使い方、デコレータによるトランザクション管理などなど多岐にわたる。 但し、いきなりモデル周りに手を出すときついのでWEB側の入り口である方 django.core.handlers.base.py ぐらいがいいかなと。 middlewareってどうやって呼び出し、実行してるか、urlの解決方法などから入ると割りととっつきやすいかと。 フルスタック故カバーしてる範囲が多いのでずっと参考になる。 標準ライブラリのソース あんま

    Python力を高めるためのライブラリコードリーディング - Doge log
    rawwell
    rawwell 2010/02/08
    "django 結構python初心者のころからdjangoのソースは読んでた。 多分、今ほど大きくなかったからだと思う。 学べることはPEP8、__import__の使い方、デコレータによるトランザクション管理などなど多岐にわたる。 但し、いきな
  • WSDM 2010 - Accepted Papers - Third ACM International Conference on Web Search and Data Mining

    Third ACM International Conference on Web Search and Data Mining

    rawwell
    rawwell 2010/02/08
    "# fLDA: Matrix Factorization through Latent Dirichlet Allocation Deepak Agarwal and Bee-Chung Chen # An Optimization Framework for Query Recommendation Aris Anagnostopoulos, Luca Becchetti, Carlos Castillo and Aristides Gionis # Learning Similarity Metrics for Event Identification in Social Media H
  • WSDM : Toute l'info High-tech, Geek et Multimedia

    Les fonctionnalités de l’iPhone ne cessent de se développer. Parmi elles, le mode time-lapse est une fonctionnalité très intéressante pour les amateurs de photographie et de vidéo. Dans cet article,…

    rawwell
    rawwell 2010/02/08
    "Rakesh Agrawal, Sreenivas Gollapudi, Alan Halverson and Samuel Ieong Diversifying Search Results Download Jaime Teevan, Meredith Ringel Morris and Steve Bush Discovering and Using Groups to Improve Personalized Search Download Kazuhiro Seki and Kuniaki Uehara Adaptive Subjective Triggers for Opinio
  • Python-twitterが欧米仕様だったので日本仕様に直したでござるの巻 &mdash; TRIVIAL TECHNOLOGIES 2.0

    みんなのIoT/みんなのPythonの著者。二子玉近く160平米の庭付き一戸建てに嫁/息子/娘/わんこと暮らしてます。月間1000万PV/150万UUのWebサービス運営中。 免責事項 プライバシーポリシー 半裸Botを作ったとき,PythonTwitterAPIをほげほげするのにPython-twitterを使ったんだけど。ちょっと長いTweetをPostしようとすると,「140文字以上あるよ!」という例外が発生してしまう。実際Tweetは60文字くらいしかないんだけど,おかしい。 なんでだろうと思ってソースを見てみたら原因が判明。ユニコードの8ビット文字列を,バイト列として見ている。これだと日語のマルチバイト文字列が3倍の文字数と判別されてしまう。ASCII圏のことしか考えないのは欧米製のライブラリにはよくあることで,ひょっとしたらとは思ってたけど。 ソースコードをちょっと書き換え

    rawwell
    rawwell 2010/02/08
    "PythonでTwitterAPIをほげほげするのにPython-twitterを使ったんだけど。ちょっと長いTweetをPostしようとすると,「140文字以上あるよ!」という例外が発生してしまう。実際Tweetは60文字くらいしかないんだけど,おかしい。 なんで
  • MyISAM と InnoDB の SELECT パフォーマンスの話 - kazuhoのメモ置き場

    InnoDB は MVCC で遅そうだから読み込み主体の場合は MyISAM とか言うけど、そういう発想の人はそもそも MVCC 不要=複雑なクエリを書かない人なわけで、で、永続的なハッシュとしてしか MySQL を使わないようなケースでは、どのみちプロセス間通信がボトルネックになるので InnoDB でも MyISAM でもパフォーマンスは変わらないんじゃないかと思った。 以下は、250 万件のテーブルからランダムにプライマリキーを指定して読み込んだ場合のパフォーマンス (10万回)。 クエリ MyISAM InnoDB WHERE id=x 10.4秒 10.7秒 WHERE id>x LIMIT 10 19.8秒 18.1秒 環境は MySQL 5.1.28-rc。チューニングとしては、key_buffer_size, myisam_use_mmap, innodb_buffer_p

    MyISAM と InnoDB の SELECT パフォーマンスの話 - kazuhoのメモ置き場
    rawwell
    rawwell 2010/02/08
    "InnoDB は MVCC で遅そうだから読み込み主体の場合は MyISAM とか言うけど、そういう発想の人はそもそも MVCC 不要=複雑なクエリを書かない人なわけで、で、永続的なハッシュとしてしか MySQL を使わないようなケースでは、ど
  • Scalaのアクターモデル

    アクターモデルは最後らへんかなー…と思ってたら、ScalaByExampleのChapter3はいきなりアクターモデルの話(Programming with Actors and Messages)だった。ちなみにChapter2は言語仕様の特徴的な部分のOverviewのような感じ。 Chapter3ではまず、丁寧に(Erlangスタイルの)アクターについて説明してくれている。 Actors are objects to which messages are sent. Every actor has a “mailbox” of its incoming messages which is represented as a queue. It can work sequentially through the messages in itsmailbox, or search for

    rawwell
    rawwell 2010/02/08
    "アクターというのは… * メッセージを受信するオブジェクト * キューで表現されるメールボックスを持っている * キュー内のメッセージを通じて順次動作する、またはパターンマッチでメッセージを選択して動作
  • LEADTEK WinFast GT 240 GDDR3 1024MB LowProfile (PCIExp 1GB) レビュー評価・評判

    [ログイン新規ID登録]閲覧履歴ご利用ガイド WinFast GT 240 GDDR3 1024MB LowProfile (PCIExp 1GB) レビュー・評価 ホーム > パソコン > グラフィックボード・ビデオカード > LEADTEK(リードテック) > WinFast GT 240 GDDR3 1024MB LowProfile (PCIExp 1GB) > レビュー・評価 LEADTEK 2009年12月 3日 登録 WinFast GT 240 GDDR3 1024MB LowProfile (PCIExp 1GB) お気に入り登録 24 最安お知らせメールが受け取れます 価格情報の登録がありません 価格推移グラフ 価格帯:¥―~¥― (―店舗) メーカー希望小売価格:¥― 搭載チップ:NVIDIA/GeForce GT 240 バスインターフェイス:PCIExp 16X

    LEADTEK WinFast GT 240 GDDR3 1024MB LowProfile (PCIExp 1GB) レビュー評価・評判
    rawwell
    rawwell 2010/02/08
    "9600GTのロープロファイルにするか迷いましたが、40nmの消費電力の低さを取りました。" "音も静かですし、電源も300WあればOKです。"
  • terrace.pdf

    rawwell
    rawwell 2010/02/08
    "•  CRAQ Contributions? –  Challenges trade-off of consistency vs. throughput •  Provides strong consistency •  Throughput scales linearly for read-mostly •  Support for wide-area deployments of chains •  Provides atomic operations and transactions "
  • ELSA GLADIAC GT 240 SP DDR5 512MB (PCIExp 512MB) レビュー評価・評判

    [ログイン新規ID登録]閲覧履歴ご利用ガイド ELSA GLADIAC GT 240 SP DDR5 512MB (PCIExp 512MB) レビュー・評価 ホーム > パソコン > グラフィックボード・ビデオカード > ELSA(エルザ) > ELSA GLADIAC GT 240 SP DDR5 512MB (PCIExp 512MB) > レビュー・評価 ELSA 2010年 1月 5日 登録 ELSA GLADIAC GT 240 SP DDR5 512MB (PCIExp 512MB) GeForce GT 240搭載PCI Expressx16バス用ビデオカード お気に入り登録 20 最安お知らせメールが受け取れます 価格情報の登録がありません 価格推移グラフ 価格帯:¥―~¥― (―店舗) メーカー希望小売価格:オープン 搭載チップ:NVIDIA/GeForce GT 24

    ELSA GLADIAC GT 240 SP DDR5 512MB (PCIExp 512MB) レビュー評価・評判
    rawwell
    rawwell 2010/02/08
    "なので静音性を求めるなら2スロット版を購入したほうが無難です。 ※現状ではELSAかLeadTekしかPWM+ACシンクは無いようですが。 基盤はさすがにELSAといった感じで部品のずれもなく安心して使
  • ELSA GLADIAC GTS 250 512MB AION (PCIExp 512MB) レビュー評価・評判

    [ログイン新規ID登録]閲覧履歴ご利用ガイド ELSA GLADIAC GTS 250 512MB AION (PCIExp 512MB) レビュー・評価 ホーム > パソコン > グラフィックボード・ビデオカード > ELSA(エルザ) > ELSA GLADIAC GTS 250 512MB AION (PCIExp 512MB) > レビュー・評価 ELSA 2009年 7月上旬 発売 ELSA GLADIAC GTS 250 512MB AION (PCIExp 512MB) 完成型MMORPG「The Power of AION」推奨グラフィックスボード認定を取得したGeForce GTS 250搭載PCI Express2.0 x16バス用ビデオカード(GDDR3-SDRAM 512MB)。価格はオープン お気に入り登録 20 最安お知らせメールが受け取れます 価格情報の登録が

    ELSA GLADIAC GTS 250 512MB AION (PCIExp 512MB) レビュー評価・評判
    rawwell
    rawwell 2010/02/08
    "【安定性】まったく問題がありません。 【画質】やはり個人的にRADEON系のが好きですね。ただ好み問題であり、昔の様に酷いとは思いません。 【機能性】CUDAを目当ての一つとして購入しました。TMPGEncにて使用しましたが
  • ELSA GLADIAC GT 240 LP DDR3 1GB (PCIExp 1GB) レビュー評価・評判

    [ログイン新規ID登録]閲覧履歴ご利用ガイド ELSA GLADIAC GT 240 LP DDR3 1GB (PCIExp 1GB) レビュー・評価 ホーム > パソコン > グラフィックボード・ビデオカード > ELSA(エルザ) > ELSA GLADIAC GT 240 LP DDR3 1GB (PCIExp 1GB) > レビュー・評価 ELSA 2009年11月18日 登録 ELSA GLADIAC GT 240 LP DDR3 1GB (PCIExp 1GB) GeForce GT240を搭載したPCI Express2.0 x16バス用ビデオカード(DDR3-SDRAM 1GB) お気に入り登録 14 最安お知らせメールが受け取れます 価格情報の登録がありません 価格推移グラフ 価格帯:¥―~¥― (―店舗) メーカー希望小売価格:オープン 搭載チップ:NVIDIA/GeF

    ELSA GLADIAC GT 240 LP DDR3 1GB (PCIExp 1GB) レビュー評価・評判
    rawwell
    rawwell 2010/02/08
    "自分的には9800GTと比べては静音性も優れていると思いますし 9800GTに比べて安定しているような気がします。" "音は9800GTよりも静かで、負荷をかけても安定しています。 9800GTの時は高負荷時ファン回転数が上が
  • LEADTEK WinFast GTX 260 EXTREME+ (Leadtek Limited) (PCIExp 896MB) レビュー評価・評判

    [ログイン新規ID登録]閲覧履歴ご利用ガイド WinFast GTX 260 EXTREME+ (Leadtek Limited) (PCIExp 896MB) レビュー・評価 ホーム > パソコン > グラフィックボード・ビデオカード > LEADTEK(リードテック) > WinFast GTX 260 EXTREME+ (Leadtek Limited) (PCIExp 896MB) > レビュー・評価 LEADTEK 2009年 1月13日 登録 WinFast GTX 260 EXTREME+ (Leadtek Limited) (PCIExp 896MB) お気に入り登録 145 最安お知らせメールが受け取れます 価格情報の登録がありません 価格推移グラフ 価格帯:¥―~¥― (―店舗) メーカー希望小売価格:¥― 搭載チップ:NVIDIA/GeForce GTX 260 バス

    LEADTEK WinFast GTX 260 EXTREME+ (Leadtek Limited) (PCIExp 896MB) レビュー評価・評判
    rawwell
    rawwell 2010/02/08
    "動作音については、リファレンスクーラーということで不安はあったのですが 聞こえないほど静かです。" "ベンチマーク スト4 全て最高設定でA(最高評価) バイオ 全て最高設定でA AAx8に落とすとSになりました DMC4 全て
  • GIGABYTE GV-N250ZL-1GI (PCIExp 1GB) レビュー評価・評判

    [ログイン新規ID登録]閲覧履歴ご利用ガイド GV-N250ZL-1GI (PCIExp 1GB) レビュー・評価 ホーム > パソコン > グラフィックボード・ビデオカード > GIGABYTE(ギガバイト) > GV-N250ZL-1GI (PCIExp 1GB) > レビュー・評価 GIGABYTE 2009年 3月 4日 登録 GV-N250ZL-1GI (PCIExp 1GB) GeForce GTS250やZALMAN製冷却ファンを搭載したPCI Express2.0 x16バス用ビデオカード(GDDR3-SDRAM 1GB)。市場想定価格は22,900円前後 お気に入り登録 27 最安お知らせメールが受け取れます 価格情報の登録がありません 価格推移グラフ 価格帯:¥―~¥― (―店舗) メーカー希望小売価格:¥― 搭載チップ:NVIDIA/GeForce GTS 250 バ

    GIGABYTE GV-N250ZL-1GI (PCIExp 1GB) レビュー評価・評判
    rawwell
    rawwell 2010/02/08
    "■安定性 使用初めて、約2週間ですが何の問題も発生しておりません。 安定しております。 ■画質 9600GTとの差 かつ個人的な感覚になってしまいますが、 正直どの程度綺麗になったのかはわかりません・・・ 9600GTもGTS250
  • ELSA GLADIAC GTS 250 1GB (PCIExp 1GB) レビュー評価・評判

    [ログイン新規ID登録]閲覧履歴ご利用ガイド ELSA GLADIAC GTS 250 1GB (PCIExp 1GB) レビュー・評価 ホーム > パソコン > グラフィックボード・ビデオカード > ELSA(エルザ) > ELSA GLADIAC GTS 250 1GB (PCIExp 1GB) > レビュー・評価 ELSA 2009年 3月上旬 発売 ELSA GLADIAC GTS 250 1GB (PCIExp 1GB) お気に入り登録 43 最安お知らせメールが受け取れます 価格情報の登録がありません 価格推移グラフ 価格帯:¥―~¥― (―店舗) メーカー希望小売価格:オープン 搭載チップ:NVIDIA/GeForce GTS 250 バスインターフェイス:PCIExp 16X モニタ端子:DVIx2 メモリ:GDDR3/1GB メーカートップページ グラフィックボード・ビデ

    ELSA GLADIAC GTS 250 1GB (PCIExp 1GB) レビュー評価・評判
    rawwell
    rawwell 2010/02/08
    "使用した感想を前に使用していた8800GTSとも比較して・・・○良かった点 ×悪かった点 ○オーバーレイをサポートしているので、8800GTSと違い、NVIDIAスケーリングが利用できる。ディスプレイが内蔵していない解像度でのド
  • ELSA GLADIAC GTX 260 V3 896MB (PCIExp 896MB) レビュー評価・評判

    [ログイン新規ID登録]閲覧履歴ご利用ガイド ELSA GLADIAC GTX 260 V3 896MB (PCIExp 896MB) レビュー・評価 ホーム > パソコン > グラフィックボード・ビデオカード > ELSA(エルザ) > ELSA GLADIAC GTX 260 V3 896MB (PCIExp 896MB) > レビュー・評価 ELSA 2009年 3月18日 登録 ELSA GLADIAC GTX 260 V3 896MB (PCIExp 896MB) GeForce GTX 260を搭載したPCI Express2.0 x16バス用ビデオカード(GDDR3-SDRAM 896MB)。価格はオープン お気に入り登録 35 最安お知らせメールが受け取れます 価格情報の登録がありません 価格推移グラフ 価格帯:¥―~¥― (―店舗) メーカー希望小売価格:オープン 搭載チ

    ELSA GLADIAC GTX 260 V3 896MB (PCIExp 896MB) レビュー評価・評判
    rawwell
    rawwell 2010/02/08
    "1、安定性 冷却がしっかりしている為問題はありません。 2、画質 9600GTと同じでELSAらしい画質に仕上がっています。 3、機能性 9600GTと同じ、HDMI変換は良いですね~。 4、処理速度 さすがに重い作業になればなるほど9600GTと
  • Scalaを本格的に調べてみる

    アーキテクチャパネルディスカッションとラウンジ・ビアパーティでの雑談から、主にDDDに関して興味深かった話をいくつか。聞き取り能力は低いので抜けている部分もあると思いますがご容赦を。 ビジネス的な有用性はどこにあるのか Evans氏発言要旨 経営層など意思決定を行う人たちに対して、ドメイン駆動設計の有用性をどう訴えかけるのか?という問いに対して、Evans氏は主にコアドメインへの注力によって競争上の優位、市場優位につなげる部分を強調。ここから一段階細かいレベルとして、ビジネスパーソンにとって理解できるソフトウェアへと進んでいくとのこと。ただし、常に労力に見合う価値が得られるわけではないことも忘れずに付加。 雑感 この質問はなかなか難しく、聴衆の反応も微妙なものだったように思う。これは、DDDをオブジェクト指向設計方法論として受け取っている人が多く、こうした部分の有用性についての回答を期待し

    rawwell
    rawwell 2010/02/08
    "端的に言うと、「Javaを今風に変えてみました。ただしJVM上でJavaと同じように動きます。」って感じだろうか。今風の"風"は、Rubyテイスト+Haskellテイストというイメージ。C#3.0とも微妙にかぶるところがある。 全体的に自
  • Hadoop and MapReduce: Normalizing Data Structures

    rawwell
    rawwell 2010/02/08
    "How To Normalize Data Using Hadoop/MapReduce The normalization process has six steps. Most of these correspond to a single Map-Reduce pass. Step 1: Extract the column value pairs from the original data. This step explodes the data, by creating a new data set with multiple rows for each row in the o
  • Replacing ALL disk with SSD? – Perspectives

    Disclaimer: The opinions expressed here are my own and do not necessarily represent those of current or past employers. Recent CommentsMatt on Seagate HAMRJames Hamilton on Seagate HAMRMatt on Seagate HAMRJames Hamilton on Cost of Power in Large-Scale Data CentersChris K. on Cost of Power in Large-Scale Data CentersJames Hamilton on Cost of Power in Large-Scale Data CentersRob F on Cost of Power i

    rawwell
    rawwell 2010/02/08
    "The argument made in the article is that power savings of flash over SSD justify the cost per GB delta. I can’t make that math even get close to working. In Annual Fully Burdened Cost of Power we looked at the cost of fully provisioned power and found that if we include power distribution costs,
  • JamesRH_Lisa.pdf

    rawwell
    rawwell 2010/02/08
    "The system-to-administrator ratio is commonly used as a rough metric to understand adminis- trative costs in high-scale services. With smaller, less automated services this ratio can be as low as 2:1, whereas on industry leading, highly automated services, we’ve seen ratios as high as 2,500:1. Wi
  • Hadoop and Parallel Dataflow Programming

    A place to read about topics of interest to data miners, ask questions of the data mining experts at Data Miners, Inc., and discuss the books of Gordon Linoff and Michael Berry. Over the past three months, I have been teaching myself enough Hadoop to get comfortable with using the environment for analytic purposes. There has been a lot of commentary about Hadoop/MapReduce versus relational databas

    rawwell
    rawwell 2010/02/08
    "The first thing that bothers me about Hadoop is that I cannot easily take a text file and just copy it with the Map/Reduce primitives. Copying a file seems like something that should be easy. The problem is that a key gets generated during the map processing. The original data gets output with a ke
  • Hadoop and MapReduce: Switching to 0.20 and Cloudera

    rawwell
    rawwell 2010/02/08
    "The Cloudera Virtual Machine is available here. It requires running a VMWare virtual machine, which is available here. Between the two, these are about 1.5 Gbytes, so have a good internet connection when you want to download them. The machine looks different from the Yahoo! VM, because it runs X ra
  • 猫背は肩こりの原因に?オフィスでもできる「姿勢の直し方」 - はてなニュース

    はてなブックマークでも密かに話題になっているのが、「背」をはじめとする“姿勢の直し方”についてのエントリー。正しい姿勢は見た目をしゃきっと見せるのはもちろん、疲れの解消にもつながります。今回は簡単なストレッチなど、「オフィスでできる姿勢の直し方」をご紹介します。 ■背が肩こりの原因に? 姿勢が悪いと、身体にはどんな影響があるのでしょうか? ▽オフィスでできる背矯正法! - [肩こり・腰痛]All About 悪い姿勢の代表といえば、背筋が曲がって前屈みになってしまう「背」。背になると頭の位置と肩の位置の重心がズレてしまい、首への負担が大きくなります。そのため、背のまま同じ姿勢を続けていると首や肩の周りが血行不良を起こし、こりが慢性化する可能性も。 ■簡単ストレッチで正しい姿勢を目指そう! 続いては、良い姿勢を作るための簡単なストレッチです。オフィスでの休憩時に実践したいですね。

    猫背は肩こりの原因に?オフィスでもできる「姿勢の直し方」 - はてなニュース
  • IBM Developer

    rawwell
    rawwell 2010/02/08
    "The origin of UNIX® lies in simple text processing, and its command-line environment remains one of the most powerful text processing tools available. By combining a series of simple commands to make up a complex text transformation, the tools available from UNIX let you build nearly any text proc
  • Charming Python: Functional programming in Python, Part 3

    rawwell
    rawwell 2010/02/08
    "As the volume of information grows, effective means of locating specific information become ever more crucial. This column discusses the field of full-text indexing, with a focus on the author's public-domain indexer module."
  • Web Services - Audioscrobbler Las.fm API

    # Last.fm Music Discovery API The Last.fm API allows anyone to build their own programs using Last.fm data. Find out more about how you can plug directly into our vast database or browse the list of methods on the left. # Getting started Our API is available to anyone. Here's what you need to get going: Get an API account Read the Documentation Join the Support Forums Commercial or Research Usage

    Web Services - Audioscrobbler Las.fm API
    rawwell
    rawwell 2010/02/08
    "Dumbo is a Python module that allows you to easily write and run Hadoop streaming programs (it's named after Disney's flying circus elephant, since the logo for Hadoop is an elephant and Python was named after the BBC series "Monty Python's Flying Circus")."
  • Good Math, Bad Math : Databases are hammers; MapReduce is a screwdriver.

    Search this blog Profile Mark Chu-Carroll (aka MarkCC) is a PhD Computer Scientist, who works for Google as a Software Engineer. My professional interests center on programming languages and tools, and how to improve the languages and tools that are used for building complex software systems. Other Information A bunch of people have sent me links to an article about MapReduce. I've hesitated to wr

    rawwell
    rawwell 2010/02/08
    "To be specific, the criticisms from the DB guys were that MapReduce is: 1. A giant step backward in the programming paradigm for large-scale data intensive applications 2. A sub-optimal implementation, in that it uses brute force instead of indexing 3. Not novel at all -- it represents a s
  • Typical Programmer - Relational Database Experts Jump The MapReduce Shark

    rawwell
    rawwell 2010/02/08
    "In this article relational database experts David DeWitt and Michael Stonebraker compare MapReduce to traditional relational database systems (RDBMSs) and find MapReduce wanting. They make some strong points in favor or relational databases, but the comparison is not appropriate. When I finished re
  • Ryan Park

    I’m an Infrastructure Engineer at ReadMe in San Francisco. (he/him) I’ve worked at Stripe, Slack, Runscope, and Pinterest, as an infrastructure engineer and manager. Before that I attended Stanford University and George Washington University. I’m originally from Bettendorf, Iowa.

    Ryan Park
    rawwell
    rawwell 2010/02/08
    "2. Inconsistency will provide a terrible user experience. Speaking of inconsistency, it’s critical to shield users from this property of SimpleDB. SimpleDB is optimized for fast writes. Your API calls return as soon as the data is written to the SimpleDB service, but before it’s replicated acro
  • Screen - GNU Project - Free Software Foundation

    GNU Screen Introduction to GNU Screen Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the functions of the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line and support for multiple character

    rawwell
    rawwell 2010/02/08
    "Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the functions of the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standar
  • buzhug, a pure-Python database engine

    rawwell
    rawwell 2010/02/08
    "buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive The data is stored and accessed on disk (it is not an in-memory database) ; the implementation has been designed to make all operations, and especially selection, as fast as possible wit
  • http://en.literateprograms.org/Category:Programming_language:Python

    rawwell
    rawwell 2010/02/08
    "This category contains articles describing code written in the Python programming language"
  • Parallel::MapReduce

    NAME Parallel::MapReduce - MapReduce Infrastructure, multithreaded SYNOPSIS ## THIS IS ALL STILL EXPERIMENTAL!! ## DO NOT USE FOR PRODUCTION!! ## LOOK AT THE ROADMAP AND FEEDBACK WHAT YOU FIND IMPORTANT!! use Parallel::MapReduce; my $mri = new Parallel::MapReduce (MemCacheds => [ '127.0.0.1:11211', .... ], Workers => [ '10.0.10.1', '10.0.10.2', ...]); my $A = {1 => 'this is something ', 2 => 'this

    Parallel::MapReduce
    rawwell
    rawwell 2010/02/08
    "The MapReduce framework allows a parallel, and possibly distributed computation of CPU intensive computations on several, if not many hosts. For this purpose you will have to formulate your problem into one which only deals with list traversal (map) and list comprehension (reduce), something which
  • The Scheme Programming Language, 3rd Edition

    The Scheme Programming Language Third Edition R. Kent Dybvig Illustrations by Jean-Pierre Hébert Table of Contents Preface Chapter 1. Introduction Section 1.1. Scheme Syntax Section 1.2. Scheme Naming Conventions Section 1.3. Typographical and Notational Conventions Chapter 2. Getting Started Section 2.1. Interacting with Scheme Section 2.2. Simple Expressions Section 2.3. Evaluating Scheme Expres

    rawwell
    rawwell 2010/02/08
    "# Chapter 1. Introduction * Section 1.1. Scheme Syntax * Section 1.2. Scheme Naming Conventions * Section 1.3. Typographical and Notational Conventions # Chapter 2. Getting Started * Section 2.1. Interacting with Scheme * Section 2.2. Simple Expressions * Section 2.3. Evalu
  • MySQL を使ったお手軽メッセージキュー実装 - ドワンゴ 研究開発ブログ

    はじめに この記事では、MySQL を使って簡単なメッセージキューを手軽に実装する方法を解説します。 メッセージキューとは、メッセージを一時的に溜めておき、順次処理するための仕組みです。迅速なレスポンスが必要な Web アプリケーションにおいて、時間のかかる処理を非同期に行うために、バックグラウンドで順次処理していくような場合に利用できます。 簡単なメッセージキューと言っても、大規模な運用にも耐えられる程度の速度と堅牢性を持ちます。 また、ここで解説している方法で作られたメッセージキューは、弊社ウェブサービスであるニコニコ動画に最近追加されたtwitter連携機能でも利用しています。 メッセージキューを作るにあたって 今回実装するメッセージキューは メッセージの追加(push)を高速に行う事ができる メッセージの取得(pop)はある程度高速に行う事ができる 多くのクライアントから同時に p

  • 物件探しから公共料金の手続きまで 覚えておきたい引っ越しのポイント - はてなニュース

    大学進学や就職など、春の新生活に向けて格化するのが、物件探しや引っ越し。そこで今回は、部屋探しや引っ越しの際に参考になる情報をまとめてみました。 ■物件を探す時期を見極めよう! 新築物件が出回りやすい時期、初期費用が抑えやすい時期など、探す物件により「借り時期」があります。 ▽賃貸の「借り時」を考える〜物件が多いのは? 部屋が借りやすい時期はいつ? - [賃貸・部屋探し]All About こちらの記事では、物件を探す人の推移や空室状況などから、いつ頃が狙いどころか、という考察をまとめています。 また、物件を探しはじめるのは引っ越す1か月半~2か月前が目安とされています。 ■まずは条件をリストアップしよう! 住みたい場所や家賃の上限、理想の間取りなど、希望条件を出して、その中で“譲れるもの”と“譲れないもの”の優先順位を決めましょう。 ▽賃貸条件の決定はこう決めろ!@賃貸攻略『部屋探し達

    物件探しから公共料金の手続きまで 覚えておきたい引っ越しのポイント - はてなニュース
    rawwell
    rawwell 2010/02/08
  • 仕事がはかどる壁紙も?お気に入りの「壁紙」を見つける方法 - はてなニュース

    PCデスクトップ用壁紙、あなたはどんなものを使っていますか?「デザインにはこだわりたい」「見やすいようにできるだけシンプルがいい」「デフォルトのままにしている」など、色々な人がいますよね。今回は、好みの壁紙を簡単に探す方法や、仕事の効率をアップさせてくれる壁紙など、「壁紙」に関するエントリーを集めました。 ■オススメの壁紙配布サイトを知りたい! まずは定番、クオリティの高い壁紙を配布しているサイトをまとめたエントリーがこちらです。 ▽ステキなデスクトップ用壁紙配布サイトまとめ - GIGAZINEデスクトップをオシャレな雰囲気に変えてくれる壁紙いろいろ50選 - GIGAZINE ▽ハイクオリティーな壁紙が手に入るベストサイト50+ | Chocolate(チョコレート) 海外のサイトを中心に、デザイン性の高い壁紙が集まっています。眺めているだけでも楽しくなりますね。 ■Google

    仕事がはかどる壁紙も?お気に入りの「壁紙」を見つける方法 - はてなニュース
    rawwell
    rawwell 2010/02/08
    "好みの壁紙を簡単に探す方法や、仕事の効率をアップさせてくれる壁紙など、「壁紙」に関するエントリーを集めました。"