ibudao's repos on GitHub
JavaScript · 28 watchers
starterVM
A simple register based virtual machine running on web. Based on icemanind's b32, but more instructions, operations and interrupts are added to make it more powerful.
5 watchers
badging_parser
A parser for parsing badging info that aapt dumped.
JavaScript · 2 watchers
ecsd
Erlang Conf Schema Definition.
Erlang · 1 watchers
erlmail-client
Mail client supports POP and SMTP to retrieve and send email
Shell · 1 watchers
ewp_shell
Python · 1 watchers
sevabot
A Skype bot supporting integration with external services
JavaScript · 0 watchers
android-sim
Launch android apps into the android Simulator from the command line
TypeScript · 0 watchers
ant-design
🌈 A UI Design Language
JavaScript · 0 watchers
babel
🐠 Babel is a compiler for writing next generation JavaScript.
JavaScript · 0 watchers
create-react-app
Set up a modern web app by running one command.
JavaScript · 0 watchers
easy_publish
publish npm package to registry without using npm client.
HTML · 0 watchers
econf-ui
C++ · 0 watchers
electron
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
TypeScript · 0 watchers
electron-wix-msi
:dvd: Create traditional MSI installers for your Electron app
JavaScript · 0 watchers
erlang-conf
A NodeJS module for parsing erlang conf to JSON
C · 0 watchers
erln8
A sneaky Erlang version manager
JavaScript · 0 watchers
ewp-ecsd
Erlang · 0 watchers
ewp_license
0 watchers
generative-ai-for-beginners
18 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
JavaScript · 0 watchers
gitbook
Utility for generating books and exercises using GitHub/Git and Markdown
JavaScript · 0 watchers
gozila
A simple blacklist npm proxy.
JavaScript · 0 watchers
hexo-deployer-git
Git deployer plugin for Hexo.
CSS · 0 watchers
hexo-theme-vexo
🍟 Vexo is a Hexo theme inspired by Vue's official website.
JavaScript · 0 watchers
html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
TypeScript · 0 watchers
jest
Delightful JavaScript Testing.
JavaScript · 0 watchers
local2cdn-loader
local2cdn loader for webpack
HTML · 0 watchers
lujb.github.io
perception and cognition.
Erlang · 0 watchers
make2
Color erlang make output to terminal and present error summary at the end.
0 watchers
mmgc
Educational Memory Manager and a set of Garbage Collectors
JavaScript · 0 watchers
react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
JavaScript · 0 watchers
remote-console-service
A local service for inspecting remote console logs
0 watchers
sing-box-subscribe
TypeScript · 0 watchers
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
ibudao

ibudao

RTFSC!!
V2EX member #35909, joined on 2013-03-15 14:57:11 +08:00
Today's activity rank 17778
Per ibudao's settings, the topics list is only visible after you sign in
Deals info, including closed deals, is not hidden
ibudao's recent replies
Anthropic 被刺激了,CC 现在默认模型就是 Opus4.5 ,并且今天上午 11 点重置了 usage limits ,不再对 opus 使用量进行单独的周限制了,之前用一下 opus 模型还得赶紧切回去,要不然一周量很快用光。
Jul 21, 2025
Replied to a topic by ibudao Claude Claude Code Max 也扛不住了
是的,源头过载,各路渠道都限流,CC 是最近几天才明显感受到影响。
Jun 4, 2025
Replied to a topic by V12306EX 程序员 有没有好用的前后端一体化框架推荐?
你的需求是要 SSR ,nextjs SSR 是需要在 nextjs runtime 里,但你现在 backend 是 nestjs ,肯定不能直接用 nextjs SSR 。如果只是读数据库,单独开一个 nextjs backend 来 SSR 渲染即可。
一手掏 JI ,一手掏 JI 。
@Nutlee 当你调用 readFile 函数,实际上最终完成功能的是系统调用 read/fcntl 之类的函数。这类函数可以让你的 readFile 立刻返回,并且当读完数据后可以通过某种机制通知 JS 来回调你的 callback 。这个异步是 IO 的异步,想更深入了解 IO 异步原理,可以看看 APUE 的第三章和第十四章。
我也有过类似的困惑,读过一些 Promise 实现后清晰了很多,试着回答一下。

当我们编写异步代码时主要跟两个东西打交道:异步 API 和回调函数。当你的程序只有一个异步调用时,你肯定可以轻松应对。但当你的程序有 N 多个异步调用,并且相互直接有着复杂的关系(多个异步调用同时发出?顺序发出?有一个失败了其它的怎么处理?)时,你的代码将充斥大量的控制变量,你感觉你已经进入了 callback hell 。更恐怖的当有人读你的代码的时候,他会感觉像吃屎一样难受。

这个问题大部分语言都存在,只不过 JS 更受关注,人多嘛,再加上 WEB 程序天生就面对大量异步网络请求。

所以, Promise 只是一个解决异步相关问题的“框架”,它帮你梳理异步操作模型。用它写出来的代码可读性高,容易理解,仅此而已。
@mengzhuo 前后端分离跟服务端渲染(即你说的 Nodejs 渲染)好像是两码事吧,前后端分离是指业务数据跟展现的分离, UI 渲染是展现层的部件,这块按需求即可以放在用户前端做,也可以放在服务端来做。这种服务端渲染虽然也是在服务端,但是跟以前的概念不一样吧
渲染是有 CPU 和内存开销的,在大量渲染场景中,你觉得这个开销是放在服务端自己维护,还是利用现在越来越高性能的终端设备呢?
手写的解析器,还是用的解析器生成器?
这个语法设计有点意思
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4599 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms · UTC 10:02 · PVG 18:02 · LAX 03:02 · JFK 06:02
♥ Do have faith in what you're doing.