きになるなるなる

きになるなるなる

3104 bookmarks
Custom sorting
The yaml document from hell
The yaml document from hell
As a data format, yaml is extremely complicated and it has many footguns. In this post I explain some of those pitfalls by means of an example, and I suggest a few simpler and safer yaml alternatives.
·ruudvanasseldonk.com·
The yaml document from hell
IDEにChatGPTを統合 「この関数のテストコードはどこ?」「○○を実装するならどう書けばいい?」など、AIでコードと対話できる「qqbot」登場 - ITmedia NEWS
IDEにChatGPTを統合 「この関数のテストコードはどこ?」「○○を実装するならどう書けばいい?」など、AIでコードと対話できる「qqbot」登場 - ITmedia NEWS
ChatGPTを「Visual Studio Code」などのIDEに統合し、開発中のコードについて「この関数のテストコードはどこ?」などと対話できる「qqbot」が登場。トライアルの申し込みを受け付けている。 Chatgptは新しい検索エンジンってのを地で行ってるかんじ
·itmedia.co.jp·
IDEにChatGPTを統合 「この関数のテストコードはどこ?」「○○を実装するならどう書けばいい?」など、AIでコードと対話できる「qqbot」登場 - ITmedia NEWS
How to embed a React app in a Go binary - Smartinary LLC
How to embed a React app in a Go binary - Smartinary LLC
This blog posts describes how you can embed a React single-page application (SPA) alongside your API backend written in Go without any third-party libraries…
·smartinary.com·
How to embed a React app in a Go binary - Smartinary LLC
やはり俺の情報教科書はまちがっている。 - Qiita
やはり俺の情報教科書はまちがっている。 - Qiita
目次 はじめに 個人を特定する情報が個人情報じゃない デジタル署名は暗号化しない TLS(SSL) は共通鍵を公開鍵で暗号化しない TLS(SSL) が使われていれば安全じゃない 変数は箱じゃない Python 等は「ソースコード...
·qiita.com·
やはり俺の情報教科書はまちがっている。 - Qiita
SourceHut will blacklist the Go module mirror
SourceHut will blacklist the Go module mirror
sourcehut is a network of useful open source tools for software project maintainers and collaborators, including git repos, bug tracking, continuous integration, and mailing lists.
·sourcehut.org·
SourceHut will blacklist the Go module mirror
TēPs (テープス) | EC の業務効率化ツールを自分でつくる -
TēPs (テープス) | EC の業務効率化ツールを自分でつくる -
TēPs とは、ネットショップ運営者が様々なサービスを繋いでオリジナルの業務効率化ツールを自分で作れるクラウドサービスです。ECの運営業務で利用されているサービスを統合し、アイデア次第で無数のタスクを自動化できます。
·teps.io·
TēPs (テープス) | EC の業務効率化ツールを自分でつくる -
ChatGPT便利すぎる!!
ChatGPT便利すぎる!!
Appleがゴミみたいなレビューで会社のアプリをリジェクトしてきた。「Specifically,yourdescriptionincludesAndroidreferences.」だって。アプリの説明にはAndroidな…
·anond.hatelabo.jp·
ChatGPT便利すぎる!!
次世代 CSS 仕様が与えるコンポーネント時代の Web への影響 | blog.jxck.io
次世代 CSS 仕様が与えるコンポーネント時代の Web への影響 | blog.jxck.io
SPA の隆盛で進化したフロントエンドライブラリによって生み出された「コンポーネント」という資産は、それを View 層の最小単位として扱うエコシステムにその重心をずらした。近年の Web 開発は、虫食いのテンプレートエンジンにデータをはめ込む方式から、デザインシステムにカ...
·blog.jxck.io·
次世代 CSS 仕様が与えるコンポーネント時代の Web への影響 | blog.jxck.io
Extracting, converting, and querying data in local files using clickhouse-local
Extracting, converting, and querying data in local files using clickhouse-local
Learn how you can use clickhouse-local to analyze and transform your local and remote files using just the power of SQL on your laptop trdsql使ってたけど、これならグラフ表示もできるのかあ
·clickhouse.com·
Extracting, converting, and querying data in local files using clickhouse-local
Linuxの実行環境のisolationをもうちょっとちゃんとする今年は - w_o’s diary
Linuxの実行環境のisolationをもうちょっとちゃんとする今年は - w_o’s diary
いままでpip実行するたびに、「これどこかのsetup.pyに一行でもid_rsaとかfirefoxのprofileデータをどこかにアップロードするコード混じってたら終わりだよな」と思ってたけど、https://pytorch.org/blog/compromised-nightly-dependency/いよいよそう… denoやwasmtime製のアプリが増えてくれればのー
·w0.hatenablog.com·
Linuxの実行環境のisolationをもうちょっとちゃんとする今年は - w_o’s diary
ついに実現!実用的なC++20コンパイル時出力 - Qiita
ついに実現!実用的なC++20コンパイル時出力 - Qiita
はじめに 早いもので、今年ももう大晦日です。 大晦日といえば、やることは1つです。 そう、コンパイル時処理ですね!! コンパイル時出力 C++ のコンパイル時処理は非常に強力で、様々なことがコンパイル時にできます。 入力に依存しな...
·qiita.com·
ついに実現!実用的なC++20コンパイル時出力 - Qiita
キャッシュアルゴリズムの比較 - falsandtruのメモ帳
キャッシュアルゴリズムの比較 - falsandtruのメモ帳
アプリケーションなどOSより上に作られる高水準のプログラムではハードウェアの速度と容量を考慮しない数学的キャッシュアルゴリズムが使われ主にこれを本稿の対象とする。キー探索用マップと明示的キャッシュサイズ(対となる値が保持されているキーの数)は計算量に含まれない。 LRU 最も単純かつ高性能な基礎的アルゴリズム。そのため… 辛辣ー
·falsandtru.hatenablog.com·
キャッシュアルゴリズムの比較 - falsandtruのメモ帳
1Password CLIで.env.localを作る - cockscomblog?
1Password CLIで.env.localを作る - cockscomblog?
1PasswordにはVS Code拡張があって、.env ファイルなどにハードコードされたシークレットを1Passwordに保存して、secret reference というURL形式に置き換えてくれる。 ちなみにコミュニティ製のJetBrains IDE用の拡張もある。 これを使って .env.local.temp…
·cockscomb.hatenablog.com·
1Password CLIで.env.localを作る - cockscomblog?
GitHub - microfeed/microfeed: a lightweight cms self-hosted on cloudflare, for podcasts, blogs, photos, videos, documents, and curated urls.
GitHub - microfeed/microfeed: a lightweight cms self-hosted on cloudflare, for podcasts, blogs, photos, videos, documents, and curated urls.
a lightweight cms self-hosted on cloudflare, for podcasts, blogs, photos, videos, documents, and curated urls. - GitHub - microfeed/microfeed: a lightweight cms self-hosted on cloudflare, for podca...
·github.com·
GitHub - microfeed/microfeed: a lightweight cms self-hosted on cloudflare, for podcasts, blogs, photos, videos, documents, and curated urls.
Standalone Touch ID for Your Desktop Mac
Standalone Touch ID for Your Desktop Mac
With the proliferation of biometric access to mobile devices, entering a password on your desktop can feel so passé. [Snazzy Labs] decided to fix this problem for his Mac by liberating the Touch ID…
·hackaday.com·
Standalone Touch ID for Your Desktop Mac
パスワード管理アプリ「LastPass」によるデータ流出事件の弁明をセキュリティ専門家が「あからさまなウソに満ちている」と痛罵
パスワード管理アプリ「LastPass」によるデータ流出事件の弁明をセキュリティ専門家が「あからさまなウソに満ちている」と痛罵
パスワード管理アプリ「LastPass」から情報が盗み出されていた問題で、セキュリティ専門家のウラジミール・パラント氏が、LastPassから出された声明文を「省略ばかり、真実が半分しかない、あからさまなウソに満ちている」と痛罵。具体的な内容を挙げて、厳しく非難しています。
·gigazine.net·
パスワード管理アプリ「LastPass」によるデータ流出事件の弁明をセキュリティ専門家が「あからさまなウソに満ちている」と痛罵
GitHub - apitable/apitable: 🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives. [WIP]
GitHub - apitable/apitable: 🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives. [WIP]
🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives. [WIP] - GitHub - apitable/apitable: 🚀🎉📚 APITable, an AP...
·github.com·
GitHub - apitable/apitable: 🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives. [WIP]