basebank / gophers-code-reading-party

Gophers Code Reading Party records
18 stars 1 forks source link

20220908 Gophers Code Reading Party #34

Closed budougumi0617 closed 1 year ago

budougumi0617 commented 2 years ago

15:00~16:00 @ Zoom, BASE BANK, Inc.

参加者

@y-soliloquy @budougumi0617 @daisuzu @satorunooshie

お題

ネタ

ネタがなかったら proposal: review meeting minutes をみてみよう!
https://github.com/golang/go/issues/33502

budougumi0617 commented 2 years ago

https://twitter.com/shibu_jp/status/1556200181799915520

Goでウェブサービス作るときに毎回同じようなことをしている気がしたのでライブラリ書いてみたよ。Next.js、Vue.js、Svelte、Solid.jsあたりを使って裏をGoで書くときに、開発時はnpm run devで開発サーバ起動してそこへプロキシした、本番時はgo:embedで成果物を公開する

https://github.com/shibukawa/frontend-go

budougumi0617 commented 2 years ago

リリパ〜〜〜 https://gocon.connpass.com/event/253355/

budougumi0617 commented 2 years ago

ソートの話 https://twitter.com/po3rin/status/1559148201961492480 https://speakerdeck.com/po3rin/go1-dot-19decai-yong-sareta-pattern-defeating-quicksort-falseshao-jie

budougumi0617 commented 2 years ago

What’s new in Go 1.19? https://twitter.com/ymotongpoo/status/1559139351686422528 https://docs.google.com/presentation/d/1FkXdI9oR8mUCzh-woca7O3K_T5iZCirp7QcoJY3d4Wk/edit#slide=id.g405a9dc47b_0_0

budougumi0617 commented 2 years ago

メモリモデル https://twitter.com/shino_nobishii/status/1559138942792118272 https://docs.google.com/presentation/d/1jJvL__7VYHs4Qv-mGsuAThXpWiSpek27wXln9K2PVJU/edit#slide=id.p

budougumi0617 commented 2 years ago

https://github.com/google/yamlfmt

YAML fmt

budougumi0617 commented 2 years ago

ゲームチェンジ! GOMEMLIMIT is a game changer for high-memory applications https://weaviate.io/blog/2022/08/GOMEMLIMIT-a-Game-Changer-for-High-Memory-Applications.html

budougumi0617 commented 2 years ago

tipとかの説明(そんな新しいことはないかな?)

Some resources for looking at the current development version of Go https://utcc.utoronto.ca/~cks/space/blog/programming/GoDevelopmentTipResources

budougumi0617 commented 2 years ago

pingcapの人がどうやってバグ見つけたかって話 https://en.pingcap.com/blog/how-i-found-a-go-issue-on-arm-that-crashed-the-database-server/ https://github.com/golang/go/issues/52116

budougumi0617 commented 2 years ago

初めてのGo言語 ―他言語プログラマーのためのイディオマティックGo実践ガイド https://www.amazon.co.jp/dp/4814400047

Learning Goがこういうタイトルになるのね。 https://learning.oreilly.com/library/view/learning-go/9781492077206/

1.18以前に書かれたジェネリクスの章とかどうなってるんだろう?(原著は2021年3月出版でGo1.18がリリースされた2022年3月より随分前に出版されている)

budougumi0617 commented 2 years ago

@daisuzu すいません、子供が保育園早退することになり午後はお休みすることになったので今週はキャンセルさせてください 🙇 ちょっと間あいちゃうんですが9/8に。。。

daisuzu commented 2 years ago

了解です お大事にしてください

budougumi0617 commented 2 years ago

https://gihyo.jp/article/2022/08/tukinami-go-01?summary

budougumi0617 commented 2 years ago

至高のGoプラグイン用ツールを作った - knqyf263's blog https://knqyf263.hatenablog.com/entry/2022/08/30/052303

budougumi0617 commented 2 years ago

https://twitter.com/golang/status/1567189780873486337 🎊 Go 1.19.1 and 1.18.6 are released!

🔐 Security: Includes security fixes for net/http (CVE-2022-27664) and net/url (CVE-2022-32190). https://groups.google.com/g/golang-announce/c/x49AQzIVX-s

budougumi0617 commented 2 years ago

Vulnerability Management for Go

budougumi0617 commented 2 years ago

https://github.com/alphadose/haxmap Fastest and most memory efficient golang concurrent hashmap

budougumi0617 commented 2 years ago

2022年9月のGoイベント一覧 https://blog.golang.jp/2022/08/20229go.html

budougumi0617 commented 2 years ago

Fixing Memory Exhaustion Bugs in My Golang Web App https://mtlynch.io/notes/picoshare-perf/

メモリリークをpprofとか使って解析したって話。

budougumi0617 commented 2 years ago

100 Go Mistakes and How to Avoid Them https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them

オライリーサブスクにはまだなさそう

budougumi0617 commented 2 years ago

Sudoku, Go and WebAssembly https://eli.thegreenplace.net/2022/sudoku-go-and-webassembly/

数独ってsudokuなんだなあ

budougumi0617 commented 2 years ago

リリース用のpull requestを自動作成し、マージされたら自動でタグを打つtagpr https://songmu.jp/riji/entry/2022-09-05-tagpr.html

リリース作業時にリポジトリ上で追加で変更したいファイルがある点や、tagを以てリリース完了としたいという点で git-pr-release とユースケースが異なります。

そのあたりの話を来月のGo Conference mini 2022 Autumn IN SENDAIでお話する予定です。「OSSの最適なリリースエンジニアリングを求める旅路」というタイトルです。

budougumi0617 commented 2 years ago

今日はこちらです! https://zoom.us/j/92179216825?pwd=Q3hjUlB6bkZtZUhZbzVhSk5Cc2lYQT09

budougumi0617 commented 2 years ago

Go1.19に採用されたPattern-defeating Quicksortの紹介 https://www.m3tech.blog/entry/pdqsort

budougumi0617 commented 2 years ago

結構乱暴なことできるんだよなgo generate https://github.com/shibukawa/frontend-go/blob/420f8bab1a7365a94c2b4d69915ae847667219e9/samples/vuejs/release.go

//go:generate sh -c "cd frontend; npm run build"
budougumi0617 commented 2 years ago

https://github.com/google は習作をおくrepo。。。?

budougumi0617 commented 2 years ago

pkg.goでもdev branchのdocがみれるようになった(前からなのかな?) https://pkg.go.dev/std@master

budougumi0617 commented 2 years ago

APIを作りながら進むGo中級者への道 https://techbookfest.org/product/jXDAEU1dR53kbZkgtDm9zx

budougumi0617 commented 2 years ago

https://vuln.go.dev/ いつものTOPぺーじだった

https://go.dev/security/vuln/ https://go.dev/blog/vuln

daisuzu commented 2 years ago

https://mobile.twitter.com/mattn_jp/status/1565128362603196416