きになるなるなる
@iwate's bookmarks
-
Generally available aspnet core integration in azure functions
-
The next-generation command line.
-
ScalaのビルドツールMillが生成するUberjarはZIPファイルの面白仕様を使ってシェルから直接実行できるようになっている - Lambdaカクテル
プログラミング言語Scalaで最もよく使われているビルドツールといえばsbtだ。起動しっぱなしのインタラクティブ仕様なsbtがやや鈍重なきらいがある一方、もう1つのビルドツールであるMillが開発されており、こちらではnpmのようなシェル単位の操作体系を指向している。 mill-build.com 単にコマンド体系のみ…
-
Azure App Configuration - public preview release of snapshots feature
-
また闇が深いスレを見つけてしまった
-
破壊的変更:StringInfo と TextElementEnumerator は現在 UAX29 に準拠する - .NET | Microsoft Learn
.NET 5 でのグローバリゼーションの破壊的変更について学習します。この変更後、StringInfo と TextElementEnumerator により、最新バージョンの Unicode 標準に従って書記素クラスターが処理されるようになりました。
-
絵文字の連結と、書記素クラスター判定 | ++C++; // 未確認飛行 C ブログ
みんな絵文字好きすぎだろ… というRT状況なわけですが。 emoji zwj sequences 元々、👪 (U+1F46A)という、1文字で家族を表す絵文字があったわけですが。 「白人の絵しかないのはおかしい…
-
書記素分割/Unicode カテゴリー判定 | ++C++; // 未確認飛行 C ブログ
なんか、昔作ったGraphemeSplitterがC++方面のUnicodeがらみのブログから参照されてたので、ちょっと補足。 UNICODE TEXT SEGMENTATION 「書記素って何?」って話は詳しくは昔…
-
ソニーの「空間再現ディスプレイ」で、デジタルにおいての “距離感” がぶっ壊される【CEDEC2023】
8月23日から25日の3日間にわたり「CEDEC 2023」が開催された。
-
-
“楽天離れ”が加速…「若者から圧倒的に支持される通販サイト」と分かれた明暗 « 日刊SPA! « ページ 3
筆者(田中謙伍)はAmazon日本法人に新卒入社し、現在はAmazonで商品を出品する企業のコンサルティング会社を経営している。Amazon日本法人在籍中に副業でAmazon内で商品を出品し3億円を… ebay資本えげつな
-
Review Of The Attacks Associated with Lapsus$ And Related Threat Groups Report | CISA
-
In order to increase fluency in a programming language, one has to read a lot of it. But how can you read a lot of it if you don't know what it means? In this article, instead o...
-
Max app size seems different than reported by Oryx · Issue #769 · Azure/static-web-apps
Describe the bug I got a standard tier for my swa: A clear and concise description of what the bug is. Nevertheless deployment fails with the message that my app is over 100MB: ---End of Oryx build...
-
PSA: Add dir="auto" to your inputs and textareas. | Mo — Pure...
As someone living in the bubble that is the United States, it can be hard to think externally. But every so often I am reminded there is a world outside of my o...
-
Patterns for Reactivity with Modern Vanilla JavaScript
Reactivity is how systems react to changes in data and is core to web development. Learn JavaScript reactivity patterns to add to your toolbox, no matter what frameworks and libraries you use!
-
-
16-bit Serial Homebrew CPU - 2023
Personal website
-
タイトルを見て「Cookie の新しい仕様か、キャッチアップしよう」と思って開いたのなら、以降を読む必要はない。
-
Learning Async Rust With Entirely Too Many Web Servers
Async Rust is a whole new world of programming. Let's try to understand it by working our way through a series of web servers, learning the details of concurrency and I/O along the way.