brucexueth's recent timeline updates
brucexueth's repos on GitHub
TypeScript · 2 watchers
hermes-inc
Python · 1 watchers
ethereum-protocol-4
一起来残酷共学 Ethereum Protocol 做好申请 Fellowship 的准备吧
TypeScript · 1 watchers
fairsharing-for-ai
TypeScript · 1 watchers
proof-of-twitter
This repo is now deployed to prod at twitter.prove.email. zk-email-verify > examples > twitter repo will be deprecated shortly.
0 watchers
.github
Readme
0 watchers
.github-1
Description of project
0 watchers
2022Q4-hackathon
2022Q4-hackathon
0 watchers
ai-web3-school-cohort-0
Personal learning journal and proof-of-work for AI x Web3 School
0 watchers
Blockchain-dark-forest-selfguard-handbook
Blockchain dark forest selfguard handbook. Master these, master the security of your cryptocurrency.
Astro · 0 watchers
blog
0 watchers
brucexu-eth
0 watchers
contracts
smart contracts of codefordao
JavaScript · 0 watchers
daostar
DAOstar (or DAO*) is a set of technical standards and tools for DAOs and DAO tooling
TypeScript · 0 watchers
deInitiatives
0 watchers
eigentest
Python · 0 watchers
EIP-7702
Quickly learn and understand the EIP-7702
TypeScript · 0 watchers
EIP-7702-Hack
EIP-7702 Casual Hackathon: Let’s Co-Create the Future of Account Abstraction
0 watchers
english
Intensive co-learning for English. 残酷英语共学小组。
Python · 0 watchers
Ethereum-Protocol-Fellowship
一起来残酷共学 Ethereum Protocol 做好申请 Fellowship 的准备吧
Python · 0 watchers
Ethereum-Protocol-Fellowship-3
一起来残酷共学 Ethereum Protocol 做好申请 Fellowship 的准备吧
0 watchers
Furland
Building a real-time twitter graph of your friends
Go · 0 watchers
go-ethereum
Go implementation of the Ethereum protocol 用于个人学习,包括一些注解和 Debug 用的测试用例
Python · 0 watchers
hermes-agent
The agent that grows with you
JavaScript · 0 watchers
hexo
0 watchers
image-upload-cdn
0 watchers
js-eth-personal-sign-examples
A simple web UI for demonstrating the provider API for signing & recovering messages.
TypeScript · 0 watchers
lifi-builders
TypeScript · 0 watchers
lifi-earn-scan
Scan wallets for LI.FI Earn opportunities and missing yield simulation.
0 watchers
llama
Inference code for LLaMA models
JavaScript · 0 watchers
lxcontract
HTML · 0 watchers
meta-space-published
0 watchers
Mole
🐹 Clean, uninstall, analyze, optimize, and monitor your Mac from the terminal.
TypeScript · 0 watchers
my-awesome-papermark
Python · 0 watchers
NGSL2Anki
0 watchers
notes
Python · 0 watchers
OnchainLife
🧬 The Future of Onchain Life Is Calling You!
Python · 0 watchers
Optimism
快速了解 Optimism,激发学习热情
0 watchers
page2markdown
0 watchers
partybid
PartyBid is a collector DAO that lets individuals pool capital, bid on Mirror's reserve auctions, and resell NFTs.
0 watchers
paulwei-trading-analytics
交易員 paulwei 的 BitMEX 實盤交易紀錄分析平台。支援多時間週期 K 線圖、倉位歷史追蹤、損益統計等功能。
0 watchers
protocol-studies
A study group learning about Ethereum and building protocol wiki
TypeScript · 0 watchers
remix-project
Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
Python · 0 watchers
simple-tts
0 watchers
skills
a public marketplace of all solana-related skills for agents to learn from!
TypeScript · 0 watchers
snaptest
0 watchers
solana-new
think. build. ship. tasteful & useful crypto apps. using a curated skills + knowledge base for AI agents on solana contracts & integrations
0 watchers
srt
JavaScript · 0 watchers
t3-prisma-issue
TypeScript · 0 watchers
UniSplit
HTML · 0 watchers
vblog
0 watchers
vuepress-theme-plume
A vuepress theme. Simple, feature-rich, document & blog
0 watchers
Web3_Internship_Bootcamp_2026_Winter
Web3 实习计划 - 2026 冬季
0 watchers
wechat-radar
微信聊天情报看板:聚合群聊信号、话题、链接和趋势
0 watchers
wx-cli
WeChat local data CLI with daemon architecture
brucexueth

brucexueth

V2EX member #589477, joined on 2022-07-30 13:28:13 +08:00
brucexueth's recent replies
我之前用的是 VSCode + Cline 自定义模型,可能不对题,你多体验一下试试。我的感受就是解决不了的问题,Cursor 一下就解决好了,应该是模型、prompt 等有一些调教,还有上下文信息的获取。
Feb 27, 2025
Replied to a topic by baizhu 程序员 如何可以持续提升自己的编程能力
简单地说,编程回归了本质,本质还是利用一种工具来解决现实中的实际问题和需求,对于程序员和开发的要求,也变成了对于实际问题需求的理解、抽象、思考方式,过去单纯技能型的优势将会毫无价值。好的开发者将会需要以下知识:

- 社会学,了解社会和人类是怎么运作的,了解自己的程序要解决什么问题
- 创业,了解商业的运作,了解 PMF 和 PLG ,了解各个参与方以及如何协调各方的利益和沟通
- 设计和艺术,单纯的功能性软件已经没有门槛,好的设计,具备很好的艺术和理念才能脱颖而出
- 良好的逻辑,抓到核心问题,语言和框架优劣之争的话题都变得毫无意义,找到核心问题,使用最适合的编程语言,应用正确的逻辑更重要
- 架构设计、设计模式,AI 目前还是只能针对部分功能写出能用的代码,架构和设计模式的优劣可以拉开较大差距

等等
Feb 27, 2025
Replied to a topic by baizhu 程序员 如何可以持续提升自己的编程能力
“跨越了不同的域(名)想要去请求资源” 是有欠缺的,其实不只是域名,端口不同也算的。本质是因为同源策略,可以看看 https://zh.wikipedia.org/wiki/%E5%90%8C%E6%BA%90%E7%AD%96%E7%95%A5
@ztmzzz 你说的这个情况确实挺令人窒息的。只能一步步来吧,先解决不能发以及可以被删的问题吧。其他的需要密码朋克们继续努力加油,已经发展到了区块链和 Web3 这一步了。
@dfkjgklfdjg 对的,是有一定的重合的地方,不过底层不是使用 IPFS 的。
@phrack 抗审查不一定只是为了挑战什么,也可以保护正在加速崩塌的中文互联网,多看一些积极正面的。
@Ritter buidl 是行话,暗指踏实的建设 https://academy.binance.com/en/glossary/buidl
@TrembleBeforeMe 从技术角度来看,可以通过用户层面防火墙来实现
@gumayusi 你这个自由的范围太广了,按照这个逻辑肯定是没办法自由的,即便是你在某个地方,还有当地法律呢。一步步解决吧,先在互联网上能发东西而且别人限制不了你这个自由权拿到。区块链的话,接入网关被屏蔽了可以自己跑个节点呀。
有一类 bug 挺神奇的,拖着拖着自己就没了。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2891 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 40ms · UTC 04:34 · PVG 12:34 · LAX 21:34 · JFK 00:34
♥ Do have faith in what you're doing.