Contextualist 最近的时间轴更新
Contextualist's repos on GitHub
Go · 220 人关注
acp
Make terminal personal file transfers as simple as `cp`
Python · 76 人关注
glare
gracefully download (latest) releases from GitHub
Python · 36 人关注
lone-arena
Self-hosted LLM chatbot arena, with yourself as the only judge
Python · 5 人关注
grain
A scheduler for resource-aware parallel external computing on clusters
Python · 4 人关注
DeepSpeech-build
Svelte · 2 人关注
EXEC_WIKI-BGM
Bangumi 维基音乐条目可视化编辑套件
Python · 1 人关注
ase-grain
Run ASE calculators as Grain tasklets
C · 1 人关注
espeak-ng
eSpeak NG is an open source speech synthesizer that supports 107 languages and accents.
Python · 1 人关注
fusogen
different groups chatting like one
Python · 1 人关注
goless
Go-like semantics built on top of Stackless Python.
Shell · 1 人关注
lcp
cp/scp-like tool for easy & plain LAN file transfer
SCSS · 0 人关注
alpha-church
Hugo theme for churches based on a html5up theme
0 人关注
chemcloud-client
Python client for TeraChem Cloud
Python · 0 人关注
codingground
Main Repository for Coding Ground
TypeScript · 0 人关注
excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
0 人关注
find-pull-request-action
A GitHub Action for finding pull requests.
Go · 0 人关注
go-langserver
Go language server to add Go support to editors and other tools that use the Language Server Protocol (LSP)
0 人关注
go-rocket-update
Easy to use and modular library to make self updating golang programs
C · 0 人关注
inih
Simple .INI file parser in C, good for embedded systems
0 人关注
instaplode
codes to read for our 💥 club
Go · 0 人关注
kcp-go
A Full-Featured Reliable-UDP Library for golang
Shell · 0 人关注
kcptun-socks5-ss-server-docker
基于alpine3.4系统运行的kcptun for socks5 & kcptun for shadowsocks-libev
0 人关注
manim
A community-maintained Python framework for creating mathematical animations.
0 人关注
matplotlib
matplotlib: plotting with Python
0 人关注
maturin
Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
Rust · 0 人关注
mcim
Monte Carlo Simulation 2D Ising Model
0 人关注
mctdh-cpp
A c++ implementation of the multilayer multi-configurational time-dependent Hartree approach
Python · 0 人关注
merlin
This is now the official location of the Merlin project.
0 人关注
msgpack-python
MessagePack serializer implementation for Python msgpack.org[Python]
CSS · 0 人关注
olive-template
Contextualist

Contextualist

V2EX 第 168698 号会员,加入于 2016-04-17 17:49:12 +08:00
今日活跃度排名 2716
LLM 综述:猫娘 Mixtral 与近半年 LLM 进展的杂谈
  •  3   
    OpenAI  •  Contextualist  •  320 天前  •  最后回复来自 Contextualist
    22
    给 Tailscale Taildrop 一个更好的命令行交互体验
    分享创造  •  Contextualist  •  2023-09-26 09:10:29 AM  •  最后回复来自 molezznet
    3
    LLM 研究 3: LLM 是天生的猫娘扮演者
  •  1   
    OpenAI  •  Contextualist  •  2023-04-17 13:21:04 PM  •  最后回复来自 Contextualist
    5
    LLM 研究 2:猫娘 Claude 与高层级相关性
  •  6   
    OpenAI  •  Contextualist  •  2023-03-29 17:43:44 PM  •  最后回复来自 ALLROBOT
    21
    测试 V2EX Markdown 对 HTML 的支持
    沙盒  •  Contextualist  •  2023-03-27 07:03:33 AM
    原创研究:猫娘 GPT 与注意力机制
    OpenAI  •  Contextualist  •  2023-03-10 10:53:13 AM  •  最后回复来自 rokycool
    24
    又一个命令行文件传输,这次用边缘函数做 TCP 打洞
    分享创造  •  Contextualist  •  2023-01-29 18:34:43 PM  •  最后回复来自 Contextualist
    26
    Makefile 中需要占用多个进程的 target 如何合理并行?
    问与答  •  Contextualist  •  2022-08-24 00:47:11 AM  •  最后回复来自 Contextualist
    2
    Contextualist 最近回复了
    14 小时 12 分钟前
    回复了 xoxo419 创建的主题 程序员 你见过哪些好玩又花里胡哨的代码呢
    参见 IOCCC (国际 C 语言混乱代码大赛)
    感谢分享!支持一下 Rust for ML 和 PyO3
    上次看相关方面还是 https://www.arewelearningyet.com ,不知道现在的生态怎么样了
    能想到的 Rust for ML 的代表项目应该是 huggingface/safetensors 了
    每天都在用的快捷键是「右 shift + 各种字母」快速打开/切换特定 App ( Safari 、终端、词典和 Finder )
    (然后别人操作我的电脑总是会用到右 shift ,我只能微笑着帮他们暂时关掉😂
    然后就是「右 shift + delete 」熄屏,有时用来代替合盖

    确实是配置一次用十年。作者一直在维护,非常难能可贵
    跳过域名和服务器,没有中间商赚差价( x
    想了想觉得还挺复古的,互联网最初的样子不就是单个 html 文件么
    113 天前
    回复了 netabare 创建的主题 程序员 发现自己的 commit 标题和内容越来越长了
    还是得拆分
    commit message 长是表象,commit 过大或许才是根本原因。
    > 总是担心意图没解释清楚别人难以理解自己的代码。
    类似的,如果你也倾向于写大段的注释,不妨停下来想想看实现是不是可以被拆成多个函数/类

    不用总想着一次写好一个完整的 commit
    写一个片段就可以做一个临时的 commit ,然后在 push 前把这些临时的 commits 重新排列与合并成最终的 commits
    善用 git rebase -i
    @subframe75361 今天正好看到这个: https://www.v2ex.com/t/1056672#r_14983098
    Tree-sitter 算是 TextMate 的继承者了
    然后我记得 CodeMirror 的作者一开始写 CodeMirror 好像也是为了解决 Monaco 的一些问题
    @zoharSoul 谢谢鼓励
    只是想分享一次有趣的尝试,“有用”我就不敢当了哈哈
    @RightHand 请问是用 DSL 写哪部分?好奇你的场景和最后选择的语言?愿闻其详
    Tree-sitter 语法定义文件的格式其实本身就是 DSL ,是基于 js 的。
    197 天前
    回复了 Azure99 创建的主题 程序员 分享一下自己训练的大模型
    34B 4-bit 量化的 demo 响应挺快的,这个得用至少 24G 显存的卡了吧,请问是怎么部署的?(不会是自家 4090 吧
    206 天前
    回复了 luin 创建的主题 分享创造 自己全职做的开源项目: Quill 2.0 发布了!
    感谢作者,几年前的项目就开始在用 Quill ,记得那时候是少数对 operational transformation 支持非常好的库
    感动,有生之年系列啊!我还以为 package.json 里 "quill": "^2.0.0-dev.4" 这一行永远没机会改了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2351 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 16:07 · PVG 00:07 · LAX 08:07 · JFK 11:07
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.