Bookmarks

Bookmarks

49754 bookmarks
Custom sorting
Grogg
Grogg
Interact, manage, and monitor your Kubernetes clusters from within Visual Studio Code.
·grogg.app·
Grogg
superglue
superglue
·superglue.cloud·
superglue
superglue-ai/superglue: Self-healing open source data connector. Use it as a layer between you and any complex / legacy APIs and always get the data that you want in the format you expect.
superglue-ai/superglue: Self-healing open source data connector. Use it as a layer between you and any complex / legacy APIs and always get the data that you want in the format you expect.
Self-healing open source data connector. Use it as a layer between you and any complex / legacy APIs and always get the data that you want in the format you expect. - superglue-ai/superglue
·github.com·
superglue-ai/superglue: Self-healing open source data connector. Use it as a layer between you and any complex / legacy APIs and always get the data that you want in the format you expect.
turbopuffer
turbopuffer
turbopuffer is a vector database built on top of object storage, which means 10x-100x cheaper, usage-based pricing, and massive scalability
·turbopuffer.com·
turbopuffer
ksylvest/omniai: OmniAI standardizes the APIs for multiple AI providers like OpenAI's Chat GPT, Mistral's LeChat, Claude's Anthropic, Google's Gemini and DeepSeek's Chat..
ksylvest/omniai: OmniAI standardizes the APIs for multiple AI providers like OpenAI's Chat GPT, Mistral's LeChat, Claude's Anthropic, Google's Gemini and DeepSeek's Chat..
OmniAI standardizes the APIs for multiple AI providers like OpenAI's Chat GPT, Mistral's LeChat, Claude's Anthropic, Google's Gemini and DeepSeek's Chat.. - ksylvest/omniai
·github.com·
ksylvest/omniai: OmniAI standardizes the APIs for multiple AI providers like OpenAI's Chat GPT, Mistral's LeChat, Claude's Anthropic, Google's Gemini and DeepSeek's Chat..
Understanding How ONLINE DDL (INPLACE) works in MySQL - KloudDB
Understanding How ONLINE DDL (INPLACE) works in MySQL - KloudDB
Introduction A database undergoes series of Schema/DDL changes during its tenure. Frequency of these changes might be less compared to normal DML workload but they are crucial and complex part of any DB workload. MySQL provides 3 inherent approaches to achieve this viz. COPY (create shadow table, copy, swap), INPLACE (online DDL that allow parallel
·klouddb.io·
Understanding How ONLINE DDL (INPLACE) works in MySQL - KloudDB
Git Truck - visualize your repo
Git Truck - visualize your repo
Git repository visualizations, cumulative contribution statistics and more. Run npx -y git-truck to use Git Truck today!
·git-truck.github.io·
Git Truck - visualize your repo
gauge-sh/tach: A Python tool to visualize + enforce dependencies, using modular architecture 🌎 Open source 🐍 Installable via pip 🔧 Able to be adopted incrementally - ⚡ Implemented with no runtime impact ♾️ Interoperable with your existing systems 🦀 Written in rust
gauge-sh/tach: A Python tool to visualize + enforce dependencies, using modular architecture 🌎 Open source 🐍 Installable via pip 🔧 Able to be adopted incrementally - ⚡ Implemented with no runtime impact ♾️ Interoperable with your existing systems 🦀 Written in rust
A Python tool to visualize + enforce dependencies, using modular architecture 🌎 Open source 🐍 Installable via pip 🔧 Able to be adopted incrementally - ⚡ Implemented with no runtime impact ♾️ Intero...
·github.com·
gauge-sh/tach: A Python tool to visualize + enforce dependencies, using modular architecture 🌎 Open source 🐍 Installable via pip 🔧 Able to be adopted incrementally - ⚡ Implemented with no runtime impact ♾️ Interoperable with your existing systems 🦀 Written in rust
Obsidianと生成AIの連携をいくつか試したのでメモ(Claude MCP, Cline, Copilot Plus) - 誰がログ
Obsidianと生成AIの連携をいくつか試したのでメモ(Claude MCP, Cline, Copilot Plus) - 誰がログ
はじめに お試しタスク 検討のポイントなど ClaudeのMCP 設定など 使った感触 Cline (Cursor) 設定など 使った感触 余談:Cursorは? Copilot Plus 設定など 使った感触 おわりに はじめに 現在、仕事と研究に関するかなりの文章をObsidian上で書いているので、これらの書いた…
·dlit.hatenadiary.com·
Obsidianと生成AIの連携をいくつか試したのでメモ(Claude MCP, Cline, Copilot Plus) - 誰がログ
Triangle of Separation
Triangle of Separation
Write code that’s easier to read, remix, and modify by following this trio of principles.
·thoughtbot.com·
Triangle of Separation
Serenade
Serenade
Serenade is the most powerful way to program using natural speech. Boost your productivity by adding voice to your workflow.
·serenade.ai·
Serenade
Why Clojure?
Why Clojure?
This is about a 17 minute read. Feel free to pause and come back to it later. Clojure is not one of the handful of "big" mainstream languages. This means that sometimes people are surprised that we are all in on Clojure. Why go against the grain? Why make it
·gaiwan.co·
Why Clojure?
Could not open library, have codex86_64/code, need codearm64/code
Could not open library, have codex86_64/code, need codearm64/code
This week I re-encountered a problem that has been plaguing me for months, but I never took the time to try to debug it before now. The problem came with a really specific and confusing symptom: any time I installed a newer version of Ruby on my machine, a daily cronjob running a Ruby script would start failing. The specific error was always an FFI exception, with the exact error message FFI::DynamicLibrary.
·andre.arko.net·
Could not open library, have codex86_64/code, need codearm64/code
Pg Inheritance with Rails
Pg Inheritance with Rails
I just recently stumbled upon a feature of postgres I didn’t know about yet, its called pg_inheritance. It is basically the possibility of creating child tables which inherit the columns of the base table, although other things such as constraints. The main use case for this is table partitioning, but as I read the docs I was thinking it could might be useful for Model inheritance in rails as well.
·blog.staub-stefan.ch·
Pg Inheritance with Rails
renovateとDependabotの連携による脆弱性管理 - KAKEHASHI Tech Blog
renovateとDependabotの連携による脆弱性管理 - KAKEHASHI Tech Blog
カケハシではライブラリの更新検知にrenovateを利用しています。renovateは実行スケジュールの設定やパッチのグルーピングができるなどの機能が便利ですが、脆弱性データベースを持っていないため、検知された更新が脆弱性対応か否かがわかりません。 最終的にはすべて対応するべきですが、対応の優先順位づけのためどれが脆弱…
·kakehashi-dev.hatenablog.com·
renovateとDependabotの連携による脆弱性管理 - KAKEHASHI Tech Blog