jsq2627's repos on GitHub
3356 人关注
best-windows-apps
推荐好用、优秀的 Windows 应用
C# · 616 人关注
DNSAgent
A powerful "hosts" replacement.
C · 557 人关注
rtp2httpd
Multicast RTP to Unicast HTTP stream convertor
Shell · 192 人关注
solarized-xcode
Solarized Light & Dark theme for Xcode.
C · 130 人关注
XIME
XIME Input Method Editor - Yet another Rime Frontend for Mac OS X
JavaScript · 70 人关注
test2doc.js
📑 Generate API documents from your tests.
Python · 64 人关注
ha-deye-dehumidifier
Control Deye (德业) Dehumidifier devices from Home Assistant
C# · 52 人关注
SteamFriendsManager
A new revolution of Steam friends management.
11 人关注
hackintosh-rog-strix-trx40
Ryzentosh on TRX40
Python · 11 人关注
hainan-telecom-iptv-updater
Python · 7 人关注
libdeye
A python library and CLI to control Deye (德业) devices.
C# · 5 人关注
SimpleInjector.Integration.Owin
The Simple Injector OWIN Integration package adds a lifestyle to the Simple Injector called 'Per OWIN Request', which allows instances to live within a single OWIN request and get disposed when the request ends.
JavaScript · 4 人关注
unsplash-trending
Trending photos on Unsplash to demonstrate React & Redux
HTML · 3 人关注
masq2agent
Dnsmasq to DNSAgent rule converter.
C · 3 人关注
QMD
A Markdown editor built with Qt.
API Blueprint · 3 人关注
supertest-test2doc
A supertest extension to make life easier with test2doc.js.
Java · 2 人关注
AlgorithmProblems
An Android app that let you solve algorithm problems on phone and tablet.
Python · 2 人关注
AqaraBridge
aqara link homeassistant
Java · 2 人关注
Differ
A simple diff tool written in Java.
C# · 2 人关注
SaySorry
Let your computer say sorry to you for 100,000 times.
Emacs Lisp · 1 人关注
.emacs.d
My Emacs configuration.
VimL · 1 人关注
.vimrc
My .vimrc
C++ · 1 人关注
csgo-bhop-longjump-hack
For entertainment.
JavaScript · 1 人关注
github-readme-stats
:zap: Dynamically generated stats for your github readmes
C# · 1 人关注
jw2005-monitor
JW2005 server status monitor (ASP.NET).
Go · 1 人关注
jwchecker
SCUT EAS Inspector
C# · 1 人关注
OwinOAuthProviders
OAuth providers for Owin
C# · 1 人关注
RemoteRightClick
Java · 1 人关注
SocialCrawler
A simple web crawler for QQ Space that helps analyze social relationships.
1 人关注
stackia
JavaScript · 1 人关注
Touch.Fish
摸鱼大法好
Rust · 1 人关注
turn-off-screen
A small utility (16kb) to turn all monitors off.
Shell · 0 人关注
acme.sh-homeassistant-addon
acme.sh homeassistant addon
Python · 0 人关注
aioasuswrt
Rust · 0 人关注
aqara-agent2mqtt
Python · 0 人关注
AqaraGateway
Aqara Gateway/Hub integration for Home Assistant
Python · 0 人关注
Colorfulclouds-weather
用于HASS的彩云天气组件
Python · 0 人关注
homeassistant-core
:house_with_garden: Open source home automation that puts local control and privacy first.
0 人关注
mihomo
A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
Objective-C · 0 人关注
NewEBuy
New Edition And New Design
Python · 0 人关注
quic-migration-tester
A Python tool for testing HTTP/3 websites' support for QUIC connection migration by analyzing connection parameters and simulating network changes.
Shell · 0 人关注
warp.sh
WARP wireguard config generator in POSIX Shell
jsq2627

jsq2627

V2EX 第 57703 号会员,加入于 2014-03-08 02:44:32 +08:00
今日活跃度排名 3315
6 G 25 S 71 B
根据 jsq2627 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
jsq2627 最近回复了
21 小时 49 分钟前
回复了 sunzhenyucn 创建的主题 程序员 想了解下大家每个月在 Vibe Coding 工具上的成本支出
高强度用真的不便宜,这个月花了将近 200 刀

之前中低强度使用,一个月 50 刀以内就够用了

但是一旦习惯了 vibe 真的回不去。
22 小时 2 分钟前
回复了 mqnu00 创建的主题 JavaScript js 判空值 最佳实践
我补充一下我上面 #16 的回复,这种要不就别封装,要不就直接用 lodash 这种大家都熟悉的库,至少文档清晰,有 bug 一般也不会怀疑它的内部实现。

下图我节选一个我项目中遇到的情况,封装了一百多个 utils function ,每个都不复杂,实现也很精巧,这些 utils 是一位很有经验的高级程序员写出来的。

但是,每次我阅读业务代码时看到 isNil / isEmpty / isTrue 这种,都会想里面是不是有什么魔法,会浪费很多时间点进去看细节。而且对 AI coding 也很不友好,要到处读文件去看实现,不像 lodash 或者直接 inline 有 well-defined behavior 。

22 小时 28 分钟前
回复了 jackyzhangjb 创建的主题 远程工作 [全职远程] - PHP 开发工程师
靠谱团队,支持一下
22 小时 37 分钟前
回复了 mqnu00 创建的主题 JavaScript js 判空值 最佳实践
别封装,对于阅读代码的人,看到 isEmpty 并不知道内部实现是怎样的,对 0 / NaN / '' 是怎么处理的,还要点进去看,很麻烦

就用 if (a !== null && a !== undefined) {...} 一目了然,不管是熟手还是新手都知道在干什么。
1 天前
回复了 v2306 创建的主题 游戏 有玩三角洲的吗, ACE 扫盘伤害硬盘是真的吗
看网上这些言论犹如看民科一样
2 天前
回复了 midsolo 创建的主题 程序员 code review 把国外的同事气到吐血
AI 时代,尽量把业务逻辑集中在一起,对 AI Agent 才是最友好的。可能要打破过去十几年形成的最佳代码实践了。
2 天前
回复了 midsolo 创建的主题 程序员 code review 把国外的同事气到吐血
"Java 味"
2 天前
回复了 cyersvet 创建的主题 Apple 苹果网页版 App Store 源代码发布
挺流畅,我在 ios safari 上打开,某种程度上比原生 app store 流畅
2 天前
回复了 monway 创建的主题 云计算 关于全球性的网站加速问题
正统做法是上云厂商全球加速,贵+稳定

邪修是买梯子,对,就是科学上网的梯子。国内买个标准 ECS ,作为国内接入点,通过 gost 等工具+梯子,搭建高速隧道到海外。要业务稳定最好就是多备几家梯子,做好 fallback 策略。
@fuckfaker lg webos 对国内流媒体不友好。要看国内流媒体最佳系统还是索尼,对国内流媒体的 HDR Vivid 、杜比等支持完整。
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   5204 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 07:39 · PVG 15:39 · LAX 23:39 · JFK 02:39
♥ Do have faith in what you're doing.