27 Matching Annotations
  1. Apr 2026
    1. They will have to go through our journey above of ingesting data, collecting tribal knowledge, and more – and they will have to do so for each individual customer they work with.

      这一观点揭示了专用上下层供应商面临的挑战:需要为每个客户重复复杂的数据摄入和知识收集过程。这暗示了行业可能需要发展更标准化的上下层构建方法,以降低实施成本和复杂度。

    1. Ollama stores downloaded models using hashed filenames in its own format. If you've been pulling models through Ollama for months, you can't just point llama.cpp or LM Studio at those files without extra work.

      这种做法是典型的供应商锁定策略,通过专有文件格式增加用户迁移成本,这与开源精神背道而驰,也揭示了Ollama作为商业项目的真实意图——通过锁定用户来维持市场地位。

  2. Nov 2025
  3. May 2025
    1. Vendor lock-in is everywhere — Wix, Shopify, no-code platforms, even overly restrictive SaaS tools. If you haven’t written the code, don’t truly own or control the product and data, and can’t deploy or host it wherever and however you choose — then you haven’t actually built anything.

      I would say shopify and Wix are definitely useful for quite a few people who wouldn't otherwise make a website.

      But for those who are able to do it with other means, giving up freedoms with a vendor lock-in might not be worth it will be my interpretation of this statement

  4. Jun 2021
  5. Mar 2021
  6. Feb 2021
    1. While Trailblazer offers you abstraction layers for all aspects of Ruby On Rails, it does not missionize you. Wherever you want, you may fall back to the "Rails Way" with fat models, monolithic controllers, global helpers, etc. This is not a bad thing, but allows you to step-wise introduce Trailblazer's encapsulation in your app without having to rewrite it.
  7. Nov 2020
  8. Oct 2020
    1. To silence circular dependencies warnings for let's say moment library use: // rollup.config.js import path from 'path' const onwarn = warning => { // Silence circular dependency warning for moment package if ( warning.code === 'CIRCULAR_DEPENDENCY' && !warning.importer.indexOf(path.normalize('node_modules/moment/src/lib/')) ) { return } console.warn(`(!) ${warning.message}`) }
  9. Jun 2020
  10. May 2020
    1. I know, you don't trust Mozilla but do you also not trust the developer? I absolutely do! That is the whole point of this discussion. Mozilla doesn't trust S3.Translator or jeremiahlee but I do. They blocked page-translator for pedantic reasons. Which is why I want the option to override their decision to specifically install few extensions that I'm okay with.
  11. Apr 2020
    1. If you don't—or can't—lock your users in, the best way to compete is to innovate at a breakneck pace. Let's use Google Search as an example. It's a product that cannot lock users in: users don't have to install software to use it; they don't have to upload data to use it; they don't have to sign two-year contracts; and if they decide to try another search engine, they merely type it into their browser's location bar, and they're off and running.