Summary - Rust Project Perspectives on AI
LiveKit | Build voice, video, and physical AI
Open source agent framework and cloud platform for apps that see, hear, and speak.
Dimillian/Skills: My Codex Skills
My Codex Skills. Contribute to Dimillian/Skills development by creating an account on GitHub.
Introducing: React Best Practices - Vercel
We've encapsulated 10+ years of React and Next.js optimization knowledge into react-best-practices, a structured repository optimized for AI agents and LLMs.
Concurrent Programming in SwiftData
Explore SwiftData's elegant concurrency mechanism, a successor to Core Data. Learn how it uses serial queues and Actors for safe, efficient multi-threading. Discover best practices for data access and modification.
let privateContext = ModelContext(container)
Primer
Principles, standards, and usage guidelines for designing GitHub interfaces.
AIチャットボット「ニャンぺい」のテストをPython×GPT-4oで自動化する!|自治体AI活用マガジン(運営:横須賀市)
こんにちは、横須賀市生成AI推進チームのM田です。 横須賀市がChatGPTを全庁利用を始めて1年経ちましたが、現在、いよいよ市民向けのAIサービスの実現に向けて相談AIチャットボットの実証実験をはじめたところです。 既に多くの人から話しかけてもらっていて、想定したよりも多くのアクセスがあったため一時停止するトラブルもありました…。 (現在は動いています)
生成AIを活用したお悩み相談チャットボットの公開実験スタート
www.city.yokosuka.kanagawa.jp
今回は、この「ニャンぺい」を公開するにあたって、内部で行うテストをChat
【Tech Blog】Android向け音楽プレイヤーの実装について|SEGA XD|セガ エックスディー
先日 Unity で制作中の Android アプリで、オーディオプレイヤーのようなシステムを実装する機会がありました。 バックグラウンドで音楽を流したり、通知欄やイヤホンで再生 / 停止を制御したりという内容なのですが、仕組みが理解できず、実装を進める中で行き詰まることもありました。 これらの経験から、今回はオーディオプレイヤーの仕組みのまとめや、サンプルコードをご紹介します。 ■ 今回サンプルコードで実装できるもの 今回は以下の機能を実装していきます。 -Serviceの開始と音楽の再生: Service が開始時、コード内で指定した音声ファイルを再生 また
Forge Documentation
null
Virtual DOM: Back in Block | Million.js
A deep dive into the block virtual DOM and how Million.js uses it.
ML Kit | Google for Developers
Google's on-device machine learning kit for mobile developers.
Yahoo! JAPANでの生体認証の取り組み(FIDO2サーバーの仕組みについて)
今回は開発を担当しました「生体認証を利用したログイン」の裏側の仕組みであるWebAuthn(Web Authentication)を使いYahoo! JAPANがどのようにユーザーをログインさせているのかに焦点を当てて、WebAuthnのサーバーの実装に関して解説します。
Storing OpenAI embeddings in Postgres with pgvector
An example of how to build an AI-powered search engine using OpenAI's embeddings and PostgreSQL.
文字コード
官報に使われる「官報文字」というものがあります。 そこには渡辺さんの「辺」の異体字が140文字も登録されています。 日本語の常用漢字には2136文字ありますが、そこには邉や邊などは入っていません。 そ
TinyGo Home
A clock based on Cistercian numerals
The story of when I tried Twitch for the first time to live-code a Web Component that displays numbers with Cistercian numerals, so I could build a clock.
Homebridge
Homebridge adds HomeKit support to your non-HomeKit smart home devices.
Public Suffix List の用途と今起こっている問題について | blog.jxck.io
Public Suffix List (PSL) は、現在の Web プラットフォームの一端を支えている非常に重要な要素だ。実はこれが、少数のボランティアにより GitHub でメンテナンスされた、単なるテキストリストであることは、あまり知られていないかもしれない。最近、こ...
例えば、このブログのドメインは blog.jxck.io であり、これは筆者が取得したドメイン jxck.io のサブドメインだ。
jxck.io は、 .io という TLD のサブドメインを販売しているレジストラから購入できる。もちろん io そのもののドメインを購入して、例えば https://io というサイトを建てることはできない。
jxck.io のように、我々がレジストラから割当を受けられる(購入できる)ドメインを Registerable Domain と言う。
すると、 Registerable Domain とは TLD の一個下の階層、つまり TLD + 1 と思うかもしれない。しかしここには例外がある。
abiosoft/colima: Container runtimes on macOS (and Linux) with minimal setup
Container runtimes on macOS (and Linux) with minimal setup
shohe/InfiniteCalendar
Contribute to shohe/InfiniteCalendar development by creating an account on GitHub.
Homebrew on Linux
Documentation for the missing package manager for macOS (or Linux).
Hanafuda Shuffle, C++ (gcc) - rextester
WebSocket vs. REST API
Three bugs in the Go MySQL Driver
Why Cypress?
運用エンジニアから開発エンジニアになるためにやったこと - As a Futurist...
Crytch
Crytch is a webtool that makes private messaging fun, easy and secure.
Flexbox Patterns
periph
PuerkitoBio/goquery - A little like that j-thing, only in Go.
goquery brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go's net/html package and the CSS Selector library cascadia. Since the net/html parser returns nodes, and not a full-featured DOM tree, jQuery's stateful manipulation functions (like height(), css(), detach()) have been left off.