Ted Werbel on X: "here’s a little secret to maximizing your productivity with cursor 🤐 > clone your repo twice, each with their own branch > open 2 workspaces, work w/ 2 agents (same time) > dedicate one agent per page or split b/w FE and BE work; use one agent for e2e integrations + merging" / Twitter
topoteretes/cognee: Reliable LLM Memory for AI Applications and AI Agents
Reliable LLM Memory for AI Applications and AI Agents - topoteretes/cognee
Productivity
I think I am at least somewhat more productive than average, and people sometimes ask me for productivity tips. So I decided to just write them all down in one place.
Compound growth gets...
PatrickJS/awesome-cursorrules: 📄 A curated list of awesome .cursorrules files
📄 A curated list of awesome .cursorrules files. Contribute to PatrickJS/awesome-cursorrules development by creating an account on GitHub.
Is Role Prompting Effective?
Does role prompting improve AI performance? Explore research and examples.
PromptHub Blog: Role-Prompting: Does Adding Personas to Your Prompts Really Make a Difference?
Learn about using roles in prompt engineering. We dove into the latest research to see if adding personas to prompts increases performance, the results were surprising.
速くて安いWebサイトを作る
速くて安いWebサイトを目指して作ったときのポイントです。
追記
2/20:Cloudflare Pagesの毎月の無料枠のビルド回数が誤っていたので修正しました(50→500)
時間がかかっていた git status を Trace2 で計測しながら10倍速くした話 - Mirrativ Tech Blog
環境 改善前 改善前計測 untrackedcacheを使った高速化 file system monitorを使った高速化 サブモジュールをオフにして高速化 Appendix: Gitバージョンアップ実験結果 まとめ We are hiring! こんにちは。バックエンドエンジニアのshirakawaxです。 Mirr…
tensorchord/Awesome-LLMOps: An awesome & curated list of best LLMOps tools for developers
An awesome & curated list of best LLMOps tools for developers - tensorchord/Awesome-LLMOps
Agenta-AI/agenta: The open-source LLMOps platform: prompt playground, prompt management, LLM evaluation, and LLM Observability all in one place.
The open-source LLMOps platform: prompt playground, prompt management, LLM evaluation, and LLM Observability all in one place. - Agenta-AI/agenta
pezzolabs/pezzo: 🕹️ Open-source, developer-first LLMOps platform designed to streamline prompt design, version management, instant delivery, collaboration, troubleshooting, observability and more.
🕹️ Open-source, developer-first LLMOps platform designed to streamline prompt design, version management, instant delivery, collaboration, troubleshooting, observability and more. - pezzolabs/pezzo
LLM - Prompts
Fine-tune your prompts for higher performance with Comet’s Advanced Prompt Management Tools. Learn more today.
comet-ml/opik: Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards.
Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards. - comet-ml/opik
Mirascope/lilypad: An open-source prompt engineering framework.
An open-source prompt engineering framework. Contribute to Mirascope/lilypad development by creating an account on GitHub.
Lilypad
The future of prompt engineering
Mirascope/mirascope: LLM abstractions that aren't obstructions
LLM abstractions that aren't obstructions. Contribute to Mirascope/mirascope development by creating an account on GitHub.
Prompthub: AI Prompt Management for Teams
Test, deploy, and manage your prompts with PromptHub, a prompt management tool for teams. Keep your prompts organized and leverage top-tier templates to get more out of AI.
prst.ai - self-hosted AI automation tool
prst.ai is revolutionary, free, self-hosted multitool for prompt management for any AI tool
tenv: Terraform のバージョン管理をしよう - kakakakakku blog
普段 Terraform のバージョン管理ツールとして tfenv を使っている.機能面で困ることはないけど,tfenv の GitHub リポジトリを確認すると,直近数年は特にアップデートがなく,メンテナンスの観点で少し不安を感じていた💦 github.com 念のため tfenv の代替ツールを探しておこうと思って…
macOS Tips & Tricks - saurabhs.org
A collection of 150+ nifty tips and tricks for macOS, for both system features like the Dock, Spotlight, and Mission Control and built-in apps like Safari, Mail, and Photos.
AIをシステム開発に活かすコツ、全部書く|kmagai
今や、AIを活用し、ソフトウェア開発すること自体は一般的になり、一種のブームと化している。 しかし、Web上で見かけるのはワンショットでテトリスを作る程度の小規模なプロジェクトの話がほとんどで、驚けるものの、正直あまり実用性は無いように感じる。 俺たちが本当に知りたいのはテトリスの作り方じゃねえ!現実の仕事のシステム開発でいかに楽に良いものを作れるかだろ! ということで、まずは弊社から現時点のノウハウを全公開しようと思う。 弊社ではCursorを1年以上活用しており、一定のノウハウを蓄積してきている自負がある。ただ、あくまで一例ではあるので、ぜひみなさんの現場での活用事例も共有
Yes, Claude Code can decompile itself. Here's the source code.
Hello fellow blue-teamers and masters of "tradecraft", the AI revolution in software engineering has been called - here's what you should know. Whilst I haven't been active since 1995 (I was 13 and was deported from Hong Kong) it's a small world out there and what follows are notes I
Announcing TypeScript 5.8 - TypeScript
Today we’re excited to announce the release of TypeScript 5.8! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with null […]
CloudFrontの裏にWebアプリを置くことについて …
CloudFrontの裏にWebアプリを置くことについて
現代において、クラウドサービスをもちいてWebを構築するとき、CDNを立ててその裏側にアプリケーションを置くことはごく当たり前に行なわれている。
その理由について
- DDoS対策になる
- とにかく全部CDN通しとけば管理が楽
- 経路が最適化され高速化される
などとよく言われると思う。ところで、「経路が最適化され高速化される」って本当?っていうのが気になっている。
というのが、最近別のクラウドサービスからAWSに移行したWebアプリケーションについて、大幅にレスポンスが悪化する現象が見られたため。
移行前はアメリカから配信し、主に日本国内からアクセスされていた。
このとき、アプリケーション内での処理時間はおよそ平均にして 0.01 秒ほど、日本からのレスポンスタイムはおよそ 0.23 秒ほどであった。経路にかかっている時間は 0.2 秒ほどかかっていたといえる。
移行後もアメリカから配信し、主に日本国内からアクセスされている。このとき、アプリケーション内での処理時間はおよそ平均にして 0.01 秒ほど、日本からのレスポンスタイムはおよそ 0.6 秒ほどに悪化した。経路にかかっている時間が 0.4 秒悪化したことになる。
そしてこのアプリケーションは本番環境と開発環境がデプロイされており、本番環境についてはデプロイ直後はレスポンスタイムが 0.6 秒ほどであったものが、24時間後に計測したところ 0.19 秒ほどに改善された。
開発環境についてはデプロイ直後から今にいたるまで 0.6 秒ほど時間がかかっている。
本番環境については24時間それなりの頻度でアクセスされている一方で開発環境についてはかなりアクセスが疎である。
現状この計測結果が得られただけで、これ以上の知見はないのだけど
- 一定数以上の頻度でアクセスされるアプリであればCloudFrontによる経路最適化効果はある
- アクセス数が少ないアプリは大幅にパフォーマンスが劣化しうる
CloudFrontについてはある程度のアクセスがないと経路の最適化を効かてくれないのでは?と想像している。基本的には「まあ何も考ずにCDN通せばいいよ」だとは思うけど、E2Eでパフォーマンスをちゃんと観測しておくとよいとは思う。
また、CDNを通してなかったサービスをあとからCDNを通す場合、一定時間パフォーマンスが劣化することは覚えておいていいと思う(DNSラウンドロビンとかでCDN通す率を制御しながら移行することである程度緩和できるかも?)。
Visual Copilot - The Best Figma to Code Plugin
Turn Figma designs into clean, responsive code for any frontend stack. Visual Copilot handles the hard work so you can focus on building great user experiences.
賞味期限切れのissueを無慈悲に閉じよう - STORES Product Blog
こんにちは!STORES ブランドアプリ のバックエンドエンジニアをしているotariidaeです。春風の季節ですね。たまに風で舞い上がった砂塵が目に入ってつらいです。 issue管理の課題 さて、私が所属する開発チームではGitHub Projectsを用いてバックログを管理しています。バックログアイテムはissue…
Open-source is where dreams go to die
Work for free and in return watch your passion get crushed by entitled users who are never satisfied
Resigning as Asahi Linux project lead
Update: Thank you everyone for all the heartfelt and encouraging emails in response to this post. I can’t reply to all of them, but I do read every single one. 3
Back in the late 2000s, I was a major contributor to the Wii homebrew scene. At the time, I worked on software (people call them “jailbreaks” these days) to allow users to run their own unofficial apps on the Nintendo Wii.
Advanced Queries in ActiveRecord for Ruby on Rails | AppSignal Blog
Let's delve into advanced ActiveRecord queries, shining a spotlight on more complex joins, custom SQL, and strategic employment of database-specific features.
Enable Text Compression to Speed Up Your Website | DebugBear
Learn how to enable Gzip and Brotli compression to reduce file sizes and speed up your website
