Found 49366 bookmarks
Newest
soycaporal/ternlight
soycaporal/ternlight
Contribute to soycaporal/ternlight development by creating an account on GitHub.
·github.com·
soycaporal/ternlight
The Pulse: What can we learn from Bun’s rapid Rust rewrite with AI?
The Pulse: What can we learn from Bun’s rapid Rust rewrite with AI?
To a sceptic, spending $165K to migrate Bun from Zig to Rust sounds very expensive. But to a realist, shortening a 1-2 year migration down to 11 days opens amazing new opportunities for devs.
·newsletter.pragmaticengineer.com·
The Pulse: What can we learn from Bun’s rapid Rust rewrite with AI?
Ant, a lightweight JavaScript runtime
Ant, a lightweight JavaScript runtime
Run real npm packages and TypeScript - all from a single 9 MB binary. Ant is a lightweight JavaScript runtime built from scratch on its own engine, with a Node-compatible API, a VM-isolated sandbox, and Wasm support built-in.
·antjs.org·
Ant, a lightweight JavaScript runtime
HTMX and Web Components Instead of React
HTMX and Web Components Instead of React
Veteran CTO who built successful companies through empathic leadership and mastery of software delivery - from sustainable code to stakeholder trust. Now exploring the future of empathic and sustainable tech.
·kore-nordmann.de·
HTMX and Web Components Instead of React
Sebastian Raschka on X: "For agentic coding, one can say: - Unless you need Terra Ultra perf, it's always better to use a Luna model with higher effort setting (same or better performance but cheaper). - Forget everything below Sol High, use Luna with higher effort settings here - Forget Sol Extra https://t.co/Tjc9mELCer" / Twitter
Sebastian Raschka on X: "For agentic coding, one can say: - Unless you need Terra Ultra perf, it's always better to use a Luna model with higher effort setting (same or better performance but cheaper). - Forget everything below Sol High, use Luna with higher effort settings here - Forget Sol Extra https://t.co/Tjc9mELCer" / Twitter
- Unless you need Terra Ultra perf, it's always better to use a Luna model with higher effort setting (same or better performance but cheaper). - Forget everything below Sol High, use Luna with higher effort settings here - Forget Sol Extra
·x.com·
Sebastian Raschka on X: "For agentic coding, one can say: - Unless you need Terra Ultra perf, it's always better to use a Luna model with higher effort setting (same or better performance but cheaper). - Forget everything below Sol High, use Luna with higher effort settings here - Forget Sol Extra https://t.co/Tjc9mELCer" / Twitter
JUMPERZ on X: "so this is what i've found works best with gpt-5.6 so far.. > luna high, normal everyday coding, fast, capable, doesn't feel wasteful... >luna xhigh better quality without jumping to the expensive models... >terra medium, bigger features >terra high, repo-wide changes.. > https://t.co/CvBee4zCqq" / Twitter
JUMPERZ on X: "so this is what i've found works best with gpt-5.6 so far.. > luna high, normal everyday coding, fast, capable, doesn't feel wasteful... >luna xhigh better quality without jumping to the expensive models... >terra medium, bigger features >terra high, repo-wide changes.. > https://t.co/CvBee4zCqq" / Twitter
> luna high, normal everyday coding, fast, capable, doesn't feel wasteful... >luna xhigh better quality without jumping to the expensive models... >terra medium, bigger features >terra high, repo-wide changes.. >
·x.com·
JUMPERZ on X: "so this is what i've found works best with gpt-5.6 so far.. > luna high, normal everyday coding, fast, capable, doesn't feel wasteful... >luna xhigh better quality without jumping to the expensive models... >terra medium, bigger features >terra high, repo-wide changes.. > https://t.co/CvBee4zCqq" / Twitter
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