input & output 2024/6/3-2024/6/9

O`reilly Learning Pickup Book

Learn OpenAI Whisper
https://learning.oreilly.com/library/view/learn-openai-whisper/9781835085929/
OpenAI Whisperで音声認識を学ぶ

NGINX HTTP Server – Fifth Edition
https://learning.oreilly.com/library/view/nginx-http-server/9781835469873/
NGINX学習

Mastering Python Design Patterns – Third Edition
https://learning.oreilly.com/library/view/mastering-python-design/9781837639618/
Pythonでデザインパターン学習

Mastering PyTorch – Second Edition
https://learning.oreilly.com/library/view/mastering-pytorch/9781801074308/
PyTorchを使った機械学習の高度なテクニックとアルゴリズムを実例を用いてマスター

Python Data Cleaning Cookbook – Second Edition
https://learning.oreilly.com/library/view/python-data-cleaning/9781803239873/
Pythonでデータをクリーニング、より良い結果を得るためのツールとテクニックを学ぶ

Learn Ansible – Second Edition
https://learning.oreilly.com/library/view/learn-ansible/9781835088913/
Ansible学習

Apache Iceberg: The Definitive Guide
https://learning.oreilly.com/library/view/apache-iceberg-the/9781098148614/
Apache Iceberg学習

Managing Technical Debt: Reducing Friction in Software Development
https://learning.oreilly.com/library/view/managing-technical-debt/9780135646052/
技術負債の本

Infrastructure as Code for Beginners
https://learning.oreilly.com/library/view/infrastructure-as-code/9781837631636/
Infrastructure as Code (IaC)をマスター、TerraformとAnsibleを使用

Mastering Transformers – Second Edition
https://learning.oreilly.com/library/view/mastering-transformers/9781837633784/
BERTからGPTまで、変換器ベースの言語モデルを探求、NLPとコンピュータ・ビジョンのタスクを掘り下げ、課題に取り組む

Spring Security in Action, Second Edition
https://learning.oreilly.com/library/view/spring-security-in/9781633437975/
Spring Securityでコードの最初の行から保護された、堅牢でセキュアなアプリケーション開発

Using Stable Diffusion with Python
https://learning.oreilly.com/library/view/using-stable-diffusion/9781835086377/
Stable DiffusionとPythonでAI画像生成をマスター

97 Things Every Application Security Professional Should Know
https://learning.oreilly.com/library/view/97-things-every/9781098152161/
サイバー専門家がアプリケーション・セキュリティを確保するために必要な重要な概念・知見・ベストプラクティスを紹介

Programming Puzzles: Python Edition
https://learning.oreilly.com/library/view/programming-puzzles-python/9781836200314/
問題解決のスキルを磨き、プログラミングの専門知識を高めるためにチャレンジングで楽しいパズルコレクション

Pickup

Network Sketcher
https://github.com/cisco-open/network-sketcher
Network Skecherは、ネットワーク設計と構成管理を、より速く、より正確に、より簡単にします。
最初のラフスケッチを作成するだけで、L1L2L3ネットワーク図と管理テーブルを自動的に生成します。
ネットワークコンポーネントは1つのマスターファイルに統合されているため、管理テーブル(デバイスファイル)を更新すると、関連するすべてのネットワーク図と管理テーブルも自動的に更新されます。
日本語ドキュメント
https://github.com/cisco-open/network-sketcher/tree/main/User_Guide/Japanese
impress記事
https://internet.watch.impress.co.jp/docs/column/shimizu/1591288.html

Attribute-Driven Design (ADD) :属性駆動設計

Apache Iceberg
https://iceberg.apache.org/
Icebergは巨大な分析テーブルのための高性能フォーマットです。
IcebergはSQLテーブルの信頼性とシンプルさをビッグデータにもたらすと同時に、Spark、Trino、Flink、Presto、Hive、Impalaなどのエンジンが同じテーブルを同時に安全に扱うことを可能にする。

ETL
データの抽出(Extract)
変換(Transform)
書き出し(Load)
→DWH(データウェアハウス)に格納

Whisper
https://github.com/openai/whisper
Whisperは汎用音声認識モデルである。
多様な音声の大規模データセットで学習され、多言語音声認識、音声翻訳、言語識別を実行できるマルチタスクモデルでもある。

SNMP4J
https://www.snmp4j.org/

SonarQube
https://www.sonarsource.com/products/sonarqube/
悪質で安全でないコードのリスクを負うことなく、AIコーディングアシスタントのパワーを解き放ちます。
SonarQubeは、オンプレミスでもクラウド環境でも、どこにでもデプロイ可能なクリーンコードソリューションです。

Skip
https://skip.tools/
SkipはSwiftアプリ開発をAndroidにもたらします。
Skipは、開発者が単一のモダンなプログラミング言語(Swift)とファーストクラスの開発環境(Xcode)を使用して、iOSとAndroidの両方のための純粋なネイティブアプリを構築することを可能にするツールです。

input & output

Posted by shi-n