Found 49957 bookmarks
Newest
Context engineering with Dex Horthy
Context engineering with Dex Horthy
Dex Horthy explains why context engineering is key to building more effective AI-assisted software without sacrificing code quality.
·newsletter.pragmaticengineer.com·
Context engineering with Dex Horthy
All you need is PostgreSQL
All you need is PostgreSQL
Introduction The setup Laying the foundation The foundation: schemas and user roles for modularity Domains Accounts, managed and external Transfers, constrained by a state machine and temporal periods Transfer state history Account auditing Transactions, the immutable events On maintaining business rules via meaningful constraints The transfer state machine Transactions must fall within the transfer period Pending transactions require a pending transfer No future transactions when closing a transfer On capacity planning Working set estimation On write throughput Enabling HOT Updates for Transfers Making sure there are no Unused indexes OLTP Listing The history of a transfer OLAP Balance ledger Incremental maintenance via triggers On serializable isolation On decoupling Benchmarking the startup scenario Seed data Write script: full transfer lifecycle Read script: activity stream and balance Running the benchmark Results Conclusion Appendix A: Full code suite. Introduction There is a deep cultural reflex in modern engineering: whenever a problem appears, reach for a packaged solution instead of thinking from first principles. The result is architectural cargo culting and lots of missed opportunities. Some intentionally absurd-but-familiar examples:
·ebellani.github.io·
All you need is PostgreSQL
Earning taste and judgment
Earning taste and judgment
Taste used to be a byproduct of the reps. Agents took the reps. So if you're junior you now have to go get the taste and judgment on purpose. A builder's loo...
·addyosmani.com·
Earning taste and judgment
Google Cloud Run sandboxes are in public preview | Google Cloud Blog
Google Cloud Run sandboxes are in public preview | Google Cloud Blog
Today, at WeAreDevelopers World Congress, we are announcing Google Cloud Run sandboxes in public preview. Cloud Run sandboxes are a native, secure, and ultra-fast runtime environment built specifically for executing untrusted code and agent workloads, starting in milliseconds.
·cloud.google.com·
Google Cloud Run sandboxes are in public preview | Google Cloud Blog
リーズニングモデルは思考過程を完全には統制できないが、それは悪いことではない
リーズニングモデルは思考過程を完全には統制できないが、それは悪いことではない
OpenAI は CoT-Control を公開し、リーズニングモデルが思考の連鎖を制御するのに苦戦していることを示しました。これにより、モニタリング性が AI 安全性のセーフガードとして有効であることが裏付けられます。
·openai.com·
リーズニングモデルは思考過程を完全には統制できないが、それは悪いことではない
DSLs Enable Reliable Use of LLMs
DSLs Enable Reliable Use of LLMs
Why Domain-Specific Languages and good abstractions make LLM code generation reliable and reviewable.
·martinfowler.com·
DSLs Enable Reliable Use of LLMs
自作 macOS IME Akaza がスリープ復帰後に死ぬ問題を数週間追いかけたら、犯人は IME じゃなかった - tokuhirom's blog
自作 macOS IME Akaza がスリープ復帰後に死ぬ問題を数週間追いかけたら、犯人は IME じゃなかった - tokuhirom's blog
僕は macOS 用の日本語 IME を自作していて([mac-akaza]( IME には長らく悩まされてきたバグがある。**macOS をスリープから復帰させると、しばらくして日本語変換が一切効かなくなる**というもの。 これがまた嫌らしい壊れ方をするんだよね。 - IME のプロセスは生きている - 変換エンジン(Rust 製の akaza-server)も応答する - エラーログは一切
·blog.64p.org·
自作 macOS IME Akaza がスリープ復帰後に死ぬ問題を数週間追いかけたら、犯人は IME じゃなかった - tokuhirom's blog
Lakebed
Lakebed
Let the agents build. Get out of their way.
·lakebed.dev·
Lakebed
クロスドメイン ログインをデフラグする | web.dev
クロスドメイン ログインをデフラグする | web.dev
アーキテクチャ標準とソリューション(メタデータ、クロスオリジン iframe、ID 連携、サブドメイン統合など)を使用して、クロスドメイン ID の断片化を解決し、シームレスなユーザー ジャーニーを実現する方法について説明します。
·web.dev·
クロスドメイン ログインをデフラグする | web.dev
What is “loop engineering?”
What is “loop engineering?”
There’s talk about loop engineering, but what is it exactly? I looked into it, and found triggers, cron jobs, AI slop & more. Is it a “here today, gone tomorrow” trend?
·newsletter.pragmaticengineer.com·
What is “loop engineering?”
wg — task graphs for humans and agents
wg — task graphs for humans and agents
Works good. Task graphs for humans and agents. Self-organizing, git-friendly, no server, no account.
·graphwork.github.io·
wg — task graphs for humans and agents
mise + age で環境変数を暗号化する
mise + age で環境変数を暗号化する
mise が experimental で持っている age 暗号化機能で環境変数を扱ってみた話。実運用では x25519 の鍵ファイルより SSH 公開鍵を recipient にしたほうが楽。
·blog.sh1ma.dev·
mise + age で環境変数を暗号化する