タグ

2015年8月16日のブックマーク (4件)

  • 開発環境研究をしているラボ一覧

    2016 年 3 月 25 日追記; SIGPXという勉強会を立ち上げたのを機に、似た内容を Google Docs にまとめ直しました。どなたでも編集できます。また、この記事を書いた当時よりも論文を投稿できる学会・ワークショップが激増しています。関連イベントの一覧が SIGPX 公式サイト下部にあります。 ぱっと思いついたのを並べてみました。前の記事と、その前の記事に載っている研究をした人たちは全部ここの中の人たちです。思い出したら増やします。 The "Natural Programming Project", CMU HCII, Brad Myers James Landay, Rob Miller, Scott Klemmer, Andrew Ko の指導教官。最近の開発環境研究の根っこ。 Stanford HCI Group, Scott Klemmer d.school を利用

  • 動かなくなった Intel Edison をリカバリする - Qiita

    あるとき Edison が Linux の起動途中でマウント失敗によるエラーを出すようになりました。 Linux が起動しきらないので、reboot を使ったファーム更新ができません。なにもできない状態です。 このような場合はファームウェアファイルの中にある flashall.[bat|sh] を使って PC からファームウェアを書き込んでやる必要があります。 通常のファームウェア更新をこの手段で行っても構いません。 用意するもの ファームウェア https://communities.intel.com/docs/DOC-23242 上記ページからファームウェアをダウンロードする。 たぶん 'Edison Yocto complete image' とか書いてあるはず DFU-UTIL 書き込みに必要なツール https://community.spark.io/t/latest-201

    動かなくなった Intel Edison をリカバリする - Qiita
    mactkg
    mactkg 2015/08/16
    へーへー!!!
  • Compiler Explorer

    Add new...Clone CompilerExecutor From ThisOpt RemarksStack UsagePreprocessorASTLLVM IROpt PipelineDeviceRust MIRRust HIRRust Macro ExpansionGHC CoreGHC STGGHC CmmGCC Tree/RTLGNAT Debug TreeGNAT Debug Expanded CodeControl Flow Graph

    Compiler Explorer
    mactkg
    mactkg 2015/08/16
    おもしろい
  • The TTY demystified

    The TTY subsystem is central to the design of Linux, and UNIX in general. Unfortunately, its importance is often overlooked, and it is difficult to find good introductory articles about it. I believe that a basic understanding of TTYs in Linux is essential for the developer and the advanced user. Beware, though: What you are about to see is not particularly elegant. In fact, the TTY subsystem — wh

    mactkg
    mactkg 2015/08/16
    The TTY demystified (2008)