dacapoday's repos on GitHub
TypeScript · 12 watchers
pish
Pi-Integrated Shell — your shell with AI built in
Python · 9 watchers
IDicon
模仿identicon和v2ex默认头像生成脚本,仅使用标准库,生成PNG头像
Go · 3 watchers
marshallable
Make generic data types marshallable
Go · 2 watchers
sendinput
Go wrapper for SendInput (User32.dll) on Windows
Python · 2 watchers
SimpleHTTPwithFileUpload
Similar to http.server, but increase file upload capability | 简易的http文件浏览上传
TypeScript · 2 watchers
status-bar-button
A VSCode plugin that provides programmable buttons for the Status Bar
Python · 0 watchers
256colors
Displays a 256 color swatch for your modern terminal.
JavaScript · 0 watchers
auto-placer
The simple, cooperative, non-committal drawing tool for /r/place and pxls.space.
0 watchers
ChatGPT-Next-Web
A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
JavaScript · 0 watchers
chrome-music-lab
A collection of experiments for exploring how music works, all built with the Web Audio API.
HTML · 0 watchers
dacapoday.github.io
Python · 0 watchers
dlxlibpy
This is a Python library to solve exact cover problems by implementing Donald E. Knuth's Algorithm X using the Dancing Links technique. - ported from taylorjg/dlxlibjs
Go · 0 watchers
dotpattern
Implement dot matrix pattern effect based on Braille characters
Go · 0 watchers
easyproxy
support http and socks5 proxy
0 watchers
env
A simple and zero-dependencies library to parse environment variables into structs.
0 watchers
fxlogger
fxevent zerolog adoptor for go-uber/fx 1.14.0+
0 watchers
hex-map-wfc
Python · 0 watchers
hn
Browse and query Hacker News via DuckDB — powered by the open-index dataset
Go · 0 watchers
httpproxy
simple wrapper of httputil.ReverseProxy to support CONNECT Method
0 watchers
lark
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
0 watchers
libgavran
Experimenting with persistence in C
0 watchers
llm-viz
3D Visualization of an GPT-style LLM
0 watchers
manifest
An instant grid-based pinboard for note taking in your browser.
0 watchers
pi-mono
AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods
0 watchers
pn0gstr0m
all the pn0gs are to be str0mmed
0 watchers
polyomino-solver
Solves tetromino and/or arbitrary polyomino fitting problems
0 watchers
ProxyPool
An Efficient ProxyPool with Getter, Tester and Server
Python · 0 watchers
Reinforcement_Learning_Blog
This code is written for the blogs
0 watchers
RSSHub
🧡 Everything is RSSible
Go · 0 watchers
smol
Smol libs about encode & decode.
0 watchers
snapdrop
A Progressive Web App for local file sharing
0 watchers
starter-rest-api
Cyclic REST API using dynamo single table storage
JavaScript · 0 watchers
todomvc
Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, and many more
0 watchers
tonzhon-music
铜钟:在一处聆听所有音乐!
Python · 0 watchers
tutorials
机器学习相关教程
0 watchers
website
Kubernetes website and documentation repo:
0 watchers
wifi-card
📶 Print a QR code for connecting to your WiFi
JavaScript · 0 watchers
zingtouch
A JavaScript touch gesture detection library for the modern web
dacapoday
ONLINE

dacapoday

V2EX member #67392, joined on 2014-07-08 23:55:38 +08:00
Today's activity rank 2559
Per dacapoday's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
dacapoday's recent replies
13 mins ago
Replied to a topic by ZxBing0066 程序员 OpenCodeGo 的 DeepSeek V4 Flash 感觉不纯了
0731 到没遇到过变韩文,但变韩文倒是 Claude 所常见的,从 opus4.5 到如今 Fable5 一直有出现.
本来以为又一个 vibe 玩具,试用还挺精致的,与 agent 的集成还有终端的边缘场景都有考虑到.
除了图标(包括顶部状态栏)都非常近似 tailscale 有点出戏.
1 day ago
Replied to a topic by Geon97 问与答 Pi 体验如何,大家现在生产主力是什么
@MuSeCanYang 还不是因为 dsh 这帮人太浮躁. openClaw 的爆火让大家发觉了 Pi, 根本没什么宣发.
1 day ago
Replied to a topic by Geon97 问与答 Pi 体验如何,大家现在生产主力是什么
即使有 Claude Desktop, 也主力使用 Pi. 可定制性太强了, 很方便复用已有的 cli 工具, 根本不需要什么 mcp, 最多从 Claude 扒一些 skill 过来. 还基于 Pi 写了 bash/zsh 插件, 在 shell 里什么命令忘了直接问. 利用 cnf hook,将 shell 变身 chat.

https://github.com/dacapoday/pish
@actors111 作者从开头系统型别就分析错了,还陷入初学者常见的 meta 陷阱,尝试细分寻找本元,引入大量不必要的 over design 。agent 并不是 daemon 应用,也不需要热重载,至少 agent-loop 过程不需要。这就是个协程间共享上下文所有权的过程,而且这个上下文还是 append-only 的日志结构,状态转换极简{Assistant,Tool,User},初始 Assistant 写入 sys-prompt,Tool 写入定义,User 写入 memory 。User 持有所有权等待外部输入,后面三协程互相同步,同步期间三者可完全重载,根本不需要什么注册机制和析构。每个协程的依赖关系在运行期是静态的,外部对他们有任何配置改动,插件变化(比如添加 tool ,更换 assistant),都只是协程重建过程。期间也完全可有别的协程加入,比如 compact 获取所有权后,reduce ctx 日志内容。
总言之,agent 的抽象核心是那个 append-only 的 ctx ,而非搞笑的 cordis ,完全本末倒置。
openClaw 火的时候都不研究一下人家是怎么实现的? pi 都出了这么久了, 一个山寨 pi 的 harness 就让你高潮成这样?
Pi 太低调了, 是 openClaw,omp 的底座.主要特点是极简,让 ai 自己扩展自己.
而且一切皆插件,能兼容各路魔改 oai 协议,自定义内置 tool,也可以从插件市场安装.
最近某国产 harness 就是抄袭它的.
官方自带 Timeline
第三方 Git Graph, Gitlens
3 days ago
Replied to a topic by allanwell Vibe Coding ClaudeCode 切到 Codex,用不明白
好东西用惯了,差的就不习惯了.
pi
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4286 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 05:32 · PVG 13:32 · LAX 22:32 · JFK 01:32
♥ Do have faith in what you're doing.