This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
今年のRubyhirobaにおいて、 | |
何らかの性的なネタを含むライトニングトークスが行われ、 | |
事前に設定していた「ハラスメントポリシー」に抵触していた、ということで話題になっている。 | |
(僕は参加してなかったので、あくまで伝聞+Twitterのタイムラインを見た限りのことしか言えないのだが....) | |
http://rubyhiroba.org/2014/ann_incident_02.html | |
んで、Ruby界隈のエンジニアから「外野が騒ぎやがって」的な空気をやたら感じる今日このごろなのだが、 | |
現状、Ruby界隈が「日本のIT技術コミュニティの中では」特別に厳しいルールが敷かれているのは間違いないと思う。 | |
だが、日本のIT技術コミュニティ全般について同じ問題が潜んでいるのだが、 | |
他のコミュニティでは問題*化*されてないだけなんじゃないだろうか。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://fssnip.net/3U をベースとするCSV出力モジュール。 | |
/// F#のSeqを拡張している。 | |
/// 元ネタではセパレータを選べたが、その機能を殺してMicrosoft Excel向けCSVに特化した。 | |
module Csv | |
open System.IO | |
open System.Text | |
open System.Text.RegularExpressions | |
open Microsoft.FSharp.Reflection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013年12月1日「システムテスト自動化カンファレンス」に参加したのだが、 | |
https://sites.google.com/site/testautomationresearch/event#history | |
その「締め」の講演にあたる、辰巳 敬三さん講演の一節が | |
参加者の多くにどよめきを呼ぶような内容だった。 | |
いわく、1980年代には、富士通内部でもテストの自動化のツールが整備されており、テストの自動化を行っていたというのでである。 | |
僕らが今日仕事をしているSIerが | |
そのへんの流れを汲んだテストの自動化をしていないのはどういうわけなのだ? |