dbskcnc 最近的时间轴更新
dbskcnc

dbskcnc

V2EX 第 230943 号会员,加入于 2017-05-16 15:40:38 +08:00
今日活跃度排名 12331
copilot chat 开源且将整合到 core
Visual Studio Code  •  dbskcnc  •  23 小时 45 分钟前  •  最后回复来自 rogerer
13
pdd 的聪明总算得到了点回报
  •  10   
    Android  •  dbskcnc  •  2023-04-10 18:23:52 PM  •  最后回复来自 bclerdx
    133
    flutter forward 蛮有料的啊,关注的人这么少?
    程序员  •  dbskcnc  •  2023-01-29 12:06:28 PM  •  最后回复来自 molika
    22
    用了一年三个月的机械革命 code01 电池鼓包了,小品牌的硬伤
  •  1   
    问与答  •  dbskcnc  •  2023-07-14 22:24:30 PM  •  最后回复来自 aminobody
    25
    jetbrains code with me 协同编辑要来了
    JetBrains  •  dbskcnc  •  2020-08-28 18:01:40 PM
    go 10 周年,支持 12 个系统, 10 种架构,有 100 万的 gopher,成绩斐然啊
  •  1   
    Go 编程语言  •  dbskcnc  •  2019-11-16 02:21:55 AM  •  最后回复来自 lxml
    47
    go 泛型出炉,看起来还是不错的
  •  1   
    Go 编程语言  •  dbskcnc  •  2019-08-02 23:34:53 PM  •  最后回复来自 liulaomo
    66
    dbskcnc 最近回复了
    20 小时 8 分钟前
    回复了 imaxwell 创建的主题 程序员 google jules 编程 agent 可以使用了
    其实我感觉他们最好的广告应该是对开源项目的 issue 自动扫描分析,评论,然后自动提 pr ,或者以一个 jules bot 的方式来实现,@它,它就给你干活
    1 天前
    回复了 weiwenhao 创建的主题 程序员 我写了一个编程语言,受 golang 启发
    真的有毅力,支持!
    1 天前
    回复了 dbskcnc 创建的主题 Visual Studio Code copilot chat 开源且将整合到 core
    @coolcoffee 还有 claude code 忘说了, claude code 正在准备出 sdk
    1 天前
    回复了 dbskcnc 创建的主题 Visual Studio Code copilot chat 开源且将整合到 core
    @coolcoffee 随着 openai codex, google Jules 的进化,Junie 可能会更难过
    1 天前
    回复了 dbskcnc 创建的主题 Visual Studio Code copilot chat 开源且将整合到 core
    @trycatch

    The stochastic nature of large language models makes it especially challenging to test AI features and prompt changes. To ease this, we will also make our prompt test infrastructure open source to ensure that community PRs can build and pass tests.
    1 天前
    回复了 dbskcnc 创建的主题 Visual Studio Code copilot chat 开源且将整合到 core
    JetBrains AI Assistant – Now in Visual Studio Code ,jetbrains 也来凑热闹,vscode 这是直接当头一棍

    https://blog.jetbrains.com/ai/2025/05/jetbrains-ai-assistant-now-in-visual-studio-code/
    1 天前
    回复了 dbskcnc 创建的主题 Visual Studio Code copilot chat 开源且将整合到 core
    @loveshuyuan vscode 是起早赶了晚集,copilot 现在的存在感觉确实不强了,当初出来订阅了两年,基本闲置,实在太慢。现在前有 cursor,windsurf,augmentcode 等一众商业选手,后有 cline,roocode 各路开源力量,能力好像都在 Llm 调教上,这个开源社区的力量倒是强大多了
    @dbskcnc 竟然不支持 markdown,怪了,sing-box 版本 1.11
    全局 tun 代理可解,给个 sing-box 的配置
    ```json
    {
    "log": {
    "disabled": true,
    "level": "info",
    "timestamp": true
    },
    "dns": {
    "servers": [
    {
    "tag": "google",
    "address": "udp://8.8.8.8",
    "detour": "socks-33"
    },
    {
    "tag": "alidns",
    "address": "223.5.5.5",
    "detour": "direct"
    }
    ],
    "rules": [
    {
    "rule_set": ["geosite-gfw"],
    "server": "google"
    },
    {
    "rule_set": ["geosite-cn"],
    "server": "alidns"
    }
    ],
    "strategy": "prefer_ipv4",
    "final": "alidns"
    },
    "inbounds": [
    {
    "type": "mixed",
    "tag": "mixed-in",
    "listen": "127.0.0.1",
    "listen_port": 10000,
    "users": [
    {
    "username": "yj",
    "password": "yj"
    }
    ],
    "tcp_fast_open": true,
    "sniff": true,
    "set_system_proxy": false
    },
    {
    "type": "tun",
    "tag": "tun-in",
    "address": ["172.18.0.1/30"],
    "auto_route": true,
    "stack": "system",
    "sniff": true
    }
    ],
    "outbounds": [
    {
    "type": "direct",
    "tag": "direct"
    },
    {
    "type": "socks",
    "tag": "socks-33",
    "server": "10.20.30.33",
    "server_port": 20800,
    "network": "tcp",
    "tcp_fast_open": true
    }
    ],
    "route": {
    "rules": [
    {
    "rule_set": ["geosite-cn"],
    "outbound": "direct"
    },
    {
    "rule_set": ["geosite-gfw"],
    "outbound": "socks-33"
    },
    {
    "domain_suffix": ["codeium.com", "windsurf.com","v2ex.com"],
    "outbound": "socks-33"
    },
    {
    "port": 30099,
    "outbound": "socks-33"
    },
    {
    "domain": [
    "dl.google.com",
    "bfdx.com",
    "bfdx.net",
    "kicad99.com",
    "jetbrains.com",
    "aliyun.com",
    "aliyuncs.com",
    "npmmirror.com"
    ],
    "outbound": "direct"
    },
    {
    "ip_is_private": true,
    "outbound": "direct"
    },
    {
    "domain_suffix": [".cn"],
    "outbound": "direct"
    }
    ],
    "auto_detect_interface": true,
    "rule_set": [
    {
    "tag": "geosite-cn",
    "type": "remote",
    "format": "binary",
    "url": "https://fastly.jsdelivr.net/gh/SagerNet/sing-geosite@rule-set/geosite-cn.srs",
    "download_detour": "direct"
    },
    {
    "tag": "geosite-gfw",
    "type": "remote",
    "format": "binary",
    "url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo/geosite/gfw.srs",
    "download_detour": "socks-33"
    }
    ]
    }
    }

    ```
    uuidv7 不折腾
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   986 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 22ms · UTC 22:07 · PVG 06:07 · LAX 15:07 · JFK 18:07
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.