72 Matching Annotations
  1. Last 7 days
    1. Alfred's defined PATH is /opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin, which includes the default install locations for Homebrew on both Intel and Apple Silicon Macs.

      Unique PATH.

    1. The PHP AI Client SDK (GitHub) provides shared infrastructure that lets WordPress plugins and other PHP projects integrate AI capabilities rapidly and flexibly.

      It can use by other PHP project.

    1. Use Acorn to build packages, plugins, or themes that leverage Laravel features within WordPress

      Acorn can use standalonely. Which means can integrate into classic WordPress. No Bedrock lock'in.

  2. Aug 2026
    1. Most tags are simple labels, but it is possible to use parameters within tags. For example, you could use the tag importance with different parameters for each level of importance. So one piece of text might contain the tag #importance(low), and another #importance(high).

      Bulid nest-like tags.

    1. Actions in Agenda allows you to type short commands that upon completion get dynamically converted and expanded into plain text, or invoke a certain action like marking a note as On the Agenda.

      Do most actions without mouse (cursor).

    2. Similarly, on some keyboards, like the Chinese or Japanese ones, it’s hard to type a backslash character, therefore wherever a backslash character is shown, you can also use two backticks (``) or two middle-dot characters (··).

      If you use IME, can use this replace \.

    3. On iPhone and iPad without a hardware keyboard, typing the backslash character can be a bit cumbersome. Instead you can simply tap-and-hold the plus button above the keyboard to trigger the action menu. Handy!

      Hold 'plus' button on iOS to use Text Actions.

    1. # 提交,立即返回 prompt_id RES=$(comfy --json run --workflow my_workflow.json) PROMPT_ID=$(echo "$RES" | jq -r .data.prompt_id)

      通过命令行获取 ID

    1. At first glance, both platforms look similar: You drag nodes onto a canvas, connect them with arrows, and watch a process come to life. But the underlying philosophy of each tool dictates what you can actually build with them. One is designed to be the "glue" for your entire company's operations, while the other is a specialized environment for the AI experience.

      The original intentions of the platform are different, they can use together

    1. 它不读取视频内容,也不知道弹幕窗口下面正在播放什么。你可以用 Infuse 播放自己的媒体库,在 IINA 里打开本地文件,也可以直接在浏览器里观看 YouTube。只要两边是内容和时间轴大致对应的同一段视频,就能把它们组合起来。这种设计的好处是通用:我不需要为每个播放器分别实现一套视频加载逻辑,更不会碰到画质、字幕、HDR、音轨、网盘协议或播放权限等问题。

      “弹来弹去”可以作为目前组合 B 站内番剧(无论正盗版)+ 其他源的一个选项。

    1. # Or a single task family: hf download MiniMaxAI/MiniMax-H3 --include "model_index.json" "FL2VA/*" --local-dir MiniMax-H3

      The repo is more than 600 GB, can use this command to download only what you need.

    1. v1.15.0 brings Dify into that world with difyctl, the project's first official command-line tool.

      It's offical, after the CLI which unofficial implement by API .

    1. A great way to achieve this is to create tags for the ‘Do’, ‘Schedule’, and ‘Delegate’ categories.

      Do: Important & Urgent;

      Schedule: Important & un-Urgent;

      Delegate: un-Imoprtant & Urgent.

  3. Jul 2026
    1. 国际支付宝的”Online Payment”功能是核心产品。消费者可以直接在您的网站使用支付宝账户完成购物。整个流程快速安全,大幅提升用户体验。

      这里使用的是国际支付宝。

    1. "image_url": {​ "url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/r2v_tea_pic1.jpg"​ },

      字节火山官方示例素材,图片,音频,视频

    1. LiteLLM Proxy provides an MCP Gateway that allows you to use a fixed endpoint for all MCP tools and control MCP access by Key, Team.

      I want: Want to add more tools, but client and AI provider can't do this; This can help: Inject tools on proxy layer.

    1. TheBrain 15 installs alongside TheBrain 14, and your data is backward compatible with one exception.

      This time, update TheBrain will don't import data and cause can't access from older version.

    1. 当存在 x-mint: href 时,生成的 API 页面将使用指定的 URL,而不是默认自动生成的 URL。

      需求:URL 想要全英文;目前:URL 跟随接口名是中文;使用这个方法可以将 URL 换成英文。

    1. This currency is supported as a payment currency (buyer currency) or settlement currency (holding currency) only for in-country PayPal accounts

      CNY not support in the account outside of China.

    1. 可以在 ... 前指定正常的位置参数。在这种情况下,只有不符合位置参数的尾部参数才会被添加到 ... 生成的数组中。

      可用于到来的数据字段多余类声明的情况。

    2. ... 也可以在调用函数时将 array 或 Traversable 变量或文字解包到参数值列表中使用

      在初始化类时,可以使用 ... 语法传入一个数组来匹配所有参数。

    1. All you would need to do is create all the requests and then document them in your README. Developers using your SDK can just instantiate your SDK and then use the send methods

      It's mean build request logic out of SDK, not inside.

    1. 如果父类或实现的接口中不存在同名方法或属性,则会引发编译时错误。

      这个注解的用途是检查是否真的有重复的方法。

    1. SQLite 数据库的路径,或 :memory: 使用内存数据库。如果 filename 是空字符串,那么将创建私有的临时磁盘数据库

      三种不同的行为

    1. At the start of 2017, WordPress powered 27.3% of all websites. By August 2024, WordPress had reached a market share of 43.5%.

      Unbelievable, people (include me) think PHP is outdate, but it's growing

    1. If you add new music to your Music.app collection, use the ⌘ + R hotkey combination to reindex your Music.app library. Alfred will then check for newly added music and add it to the Mini Player.

      You should update music library manually.

  4. Jun 2026
    1. Variables within a variables object will be passed out of the script filter and remain accessible throughout the current session as environment variables.
      1. var can store data.
      2. access via environment variables.
    2. The optional loosereload key asks the Script Filter to try to show any cached data first. If it's determined to be stale, the script runs in the background and replaces results with the new data when it becomes available.

      It may help improve UX, espcially require to download images.

    1. PHP 8.0.0 起,构造器的参数也可以相应提升为类的属性。 构造器的参数赋值给类属性的行为很普遍,否则无法操作。 而构造器提升的功能则为这种场景提供了便利。

      无需手动声明属性了。

    1. To install the Hypothesis Bookmarklet you’ll make a bookmark in your mobile browser out of any page, and then edit the bookmark, replacing the URL with some javascript we specify below.

      Just install manually like above bookmarklet.

    2. Though we do not have any formal guidance on the proper way to cite a Hypothesis annotation as a source in a research paper, we recommend including the following annotation information at a minimum

      cite manual.

    3. Next, go to our Via proxy at https://via.hypothes.is/. In Via, you will see a field to enter the link of what you want to annotate.

      Use 'via' service to annonate.

    4. Unlike commenting systems, the annotations are anchored to specific fragments of text. Hypothesis is also a great tool for Journal Clubs to annotate in public or using private groups. Here are some examples:

      Some example of annotations

    5. Rather than summarizing broadly after the fact, students think visibly throughout the reading process itself.

      Thinking and speak directly during reading.

  5. Feb 2026
    1. 如需在自建应用、网站、机器人、SaaS 产品等场景中通过 API 集成模型能力,请使用智谱提供的标准 API 服务,并根据对应协议计费。

      也就 Coding Plan 不能用于目前最火热的 OpenClaw。

    1. The llms.txt file is unusual in that it uses Markdown to structure the information rather than a classic structured format such as XML. The reason for this is that we expect many of these files to be read by language models and agents. Having said that, the information in llms.txt follows a specific format and can be read using standard programmatic-based tools.

      Why is llms.txt needed when there is a sitemap? Maybe sitemap still too redundant.

  6. Jan 2026