タグ

2019年7月3日のブックマーク (3件)

  • How to use Google Speech to Text API to transcribe long audio files?

  • Why every Data Scientist should use Dask?

    2021 Update: If you are looking for a quick way to run Dask, please try SaturnCloud which even offers a free plan. Dask is simply the most revolutionary tool for data processing that I have encountered. If you love Pandas and Numpy but were sometimes struggling with data that would not fit into RAM then Dask is definitely what you need. Dask supports the Pandas dataframe and Numpy array data struc

    Why every Data Scientist should use Dask?
    msykt
    msykt 2019/07/03
    “Dask introduces 3 parallel collections that are able to store data that is larger than RAM, namely Dataframes, Bags and Arrays. Each of these collection types are able to use data partitioned between RAM and a hard disk as well distributed across multiple nodes in a cluster.”
  • テストの自動化は予防か、治療か?

    そこで私たちは、UIテストをより自動化する検討を始めました。最初は小さな部分から初めて、自分たちが望む方向に進むことを確認したいと考えていました。また、まずは新しい機能のみを対象として、効果が証明されたならば、システムの既存の領域または既知の問題領域の自動化を検討したい、とも思っていました。 チームとして、私たちが何を作りたいのか、その機能のための重要な受け入れ基準が何であるべきかを理解するために、3つのアミーゴを使用しました。これによって、機能をどのように分割するのか、ユーザが何を自動化するのかについて、出発点を得ることができたのです。 そこから、テストの自動化に使用可能なツール(Calabash、最終的にはAppium)を特定し、実環境でテストを実行しました。私たちはこれを、エミュレータやシミュレータではなく、実際の携帯電話で行ないました。結果として、モバイルデバイスをより有効に活用で

    テストの自動化は予防か、治療か?
    msykt
    msykt 2019/07/03
    “それは客観的なフィードバックに基づいた持続可能なソフトウェアの提供であって、可能な限り速く行動しようとするのではなく、可能な限りのリリースを実行し、ベストを尽くすということです。”