Bookmarks

Bookmarks

49953 bookmarks
Custom sorting
Introducing ractor_queue: A Shared Queue for Ruby Ractors
Introducing ractor_queue: A Shared Queue for Ruby Ractors
Introducing ractor_queue: A Shared Queue for Ruby Ractors Ruby’s Global VM Lock (GVL) — also called the GIL — has shaped how Ruby developers think about concurrency for decades. Threads share memory...
·madbomber.github.io·
Introducing ractor_queue: A Shared Queue for Ruby Ractors
Inokentii Mykhailov on X: "This week at Intercom we hit over 19% of PRs auto-approved by our PR review agent based on Claude Code. Our ambitious goal is to get to 50+% by the end of this month. I'll spill all the details below and you decide yourself if we are out of our damned minds or onto something... https://t.co/vfOOF4BcBp" / Twitter
Inokentii Mykhailov on X: "This week at Intercom we hit over 19% of PRs auto-approved by our PR review agent based on Claude Code. Our ambitious goal is to get to 50+% by the end of this month. I'll spill all the details below and you decide yourself if we are out of our damned minds or onto something... https://t.co/vfOOF4BcBp" / Twitter
·x.com·
Inokentii Mykhailov on X: "This week at Intercom we hit over 19% of PRs auto-approved by our PR review agent based on Claude Code. Our ambitious goal is to get to 50+% by the end of this month. I'll spill all the details below and you decide yourself if we are out of our damned minds or onto something... https://t.co/vfOOF4BcBp" / Twitter
Create a CLI Codex can use | Codex use cases
Create a CLI Codex can use | Codex use cases
Ask Codex to create a composable CLI it can run from any folder, combine with repo scripts, use to download files, and remember through a companion skill.
·developers.openai.com·
Create a CLI Codex can use | Codex use cases
Trimmy
Trimmy
Paste once, run once. Trimmy flattens multi-line shell snippets so they paste and run.
·trimmy.app·
Trimmy
shmup/metacog-skills
shmup/metacog-skills
thinking tools for working through problems. not ai reasoning strategies - just interaction patterns that change how you engage with a problem.
·github.com·
shmup/metacog-skills
KeygraphHQ/shannon: Shannon Lite is an autonomous, white-box AI pentester for web applications and APIs. It analyzes your source code, identifies attack vectors, and executes real exploits to prove vulnerabilities before they reach production.
KeygraphHQ/shannon: Shannon Lite is an autonomous, white-box AI pentester for web applications and APIs. It analyzes your source code, identifies attack vectors, and executes real exploits to prove vulnerabilities before they reach production.
Shannon Lite is an autonomous, white-box AI pentester for web applications and APIs. It analyzes your source code, identifies attack vectors, and executes real exploits to prove vulnerabilities bef...
·github.com·
KeygraphHQ/shannon: Shannon Lite is an autonomous, white-box AI pentester for web applications and APIs. It analyzes your source code, identifies attack vectors, and executes real exploits to prove vulnerabilities before they reach production.
Lightpanda | The headless browser
Lightpanda | The headless browser
The AI-native web browser built from scratch for machines. Not a fork. Not a patch. Fast, scalable web automation with a minimal memory footprint. 10x faster, 10x less RAM, and 100x better than Chrome headless.
·lightpanda.io·
Lightpanda | The headless browser
イオン COOL de ACTION2026 | イオン
イオン COOL de ACTION2026 | イオン
イオンで楽しく過ごす夏!猛暑対策に役立つ冷感グッズや快適アイテムが揃う「2026年 イオン COOL de ACTION」!第一期アンバサダーはiLIFE!
·chirashi.otoku.aeonsquare.net·
イオン COOL de ACTION2026 | イオン
Devon Govett on X: "Super cool to see @CircleCI's new UI using React Aria! Everything outlined in the screenshot is a React Aria component. We have been using CircleCI for years, so it's awesome that they are using our stuff too. 🚀 https://t.co/TeBFupOhvK" / Twitter
Devon Govett on X: "Super cool to see @CircleCI's new UI using React Aria! Everything outlined in the screenshot is a React Aria component. We have been using CircleCI for years, so it's awesome that they are using our stuff too. 🚀 https://t.co/TeBFupOhvK" / Twitter
·x.com·
Devon Govett on X: "Super cool to see @CircleCI's new UI using React Aria! Everything outlined in the screenshot is a React Aria component. We have been using CircleCI for years, so it's awesome that they are using our stuff too. 🚀 https://t.co/TeBFupOhvK" / Twitter
Claude の Advisor tool を活用して性能とコストのバランスを最適化する
Claude の Advisor tool を活用して性能とコストのバランスを最適化する
Claude に新たに追加された advisor tool を使用すると、通常のタスクは軽量モデルに任せつつ、必要に応じて高性能モデルに相談することで、性能とコストのバランスを最適化できます。この記事では Claude Code 内で advisor tool を活用する方法について紹介します。
·azukiazusa.dev·
Claude の Advisor tool を活用して性能とコストのバランスを最適化する
GitHub - maximhq/bifrost: Fastest enterprise AI gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & 100 µs overhead at 5k RPS.
GitHub - maximhq/bifrost: Fastest enterprise AI gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & 100 µs overhead at 5k RPS.
Fastest enterprise AI gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & 100 µs overhead at 5k RPS. - maximhq/bifrost
·github.com·
GitHub - maximhq/bifrost: Fastest enterprise AI gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & 100 µs overhead at 5k RPS.
Eight years of wanting, three months of building with AI
Eight years of wanting, three months of building with AI
For eight years, I’ve wanted a high-quality set of devtools for working with SQLite. Given how important SQLite is to the industry1, I’ve long been puzzled that no one has invested in building a really good developer experience for it2. A couple of weeks ago, after ~250 hours of effort over three months3 on evenings, weekends, and vacation days, I finally released syntaqlite (GitHub), fulfilling this long-held wish. And I believe the main reason this happened was because of AI coding agents4. Of course, there’s no shortage of posts claiming that AI one-shot their project or pushing back and declaring that AI is all slop. I’m going to take a very different approach and, instead, systematically break down my experience building syntaqlite with AI, both where it helped and where it was detrimental. I’ll do this while contextualizing the project and my background so you can independently assess how generalizable this experience was. And whenever I make a claim, I’ll try to back it up with evidence from my project journal, coding transcripts, or commit history5.
·lalitm.com·
Eight years of wanting, three months of building with AI
DHH’s new way of writing code
DHH’s new way of writing code
David Heinemeier Hansson (DHH) is the creator of Ruby on Rails and Omarchy, co-founder and CTO of 37signals (maker of Basecamp and HEY), and the author of se...
·youtube.com·
DHH’s new way of writing code
Stamp It! All Programs Must Report Their Version
Stamp It! All Programs Must Report Their Version
Recently, during a production incident response, I guessed the root cause of an outage correctly within less than an hour (cool!) and submitted a fix just to rule it out, only to then spend many hours fumbling in the dark because we lacked visibility into version numbers and rollouts… 😞
·michael.stapelberg.ch·
Stamp It! All Programs Must Report Their Version
GitHub - Camil-H/cli-agent-lint: Is your CLI ready for AI agents? Automated checks to ensure optimum agentic CLI use: don't block agents, don't waste tokens, ensure safe use.
GitHub - Camil-H/cli-agent-lint: Is your CLI ready for AI agents? Automated checks to ensure optimum agentic CLI use: don't block agents, don't waste tokens, ensure safe use.
Is your CLI ready for AI agents? Automated checks to ensure optimum agentic CLI use: don't block agents, don't waste tokens, ensure safe use. - Camil-H/cli-agent-lint
·github.com·
GitHub - Camil-H/cli-agent-lint: Is your CLI ready for AI agents? Automated checks to ensure optimum agentic CLI use: don't block agents, don't waste tokens, ensure safe use.