Skip to content

Instantly share code, notes, and snippets.

View wangjuns's full-sized avatar

Wang Jun wangjuns

  • Alibaba
  • Hangzhou, china
View GitHub Profile
@wangjuns
wangjuns / 芯片行业股价研究报告_2025-04-11.md
Last active April 11, 2026 08:50
芯片行业股价研究报告 - 2025年4月11日 | AI驱动的超级周期分析

芯片行业股价研究报告

数据截至:2025年4月11日 | 美股收盘


📊 核心数据速览

指数 点位/数值 涨跌
费城半导体指数(^SOX) 8,889.83 +2.31%

Stevey's Google Platforms Rant

I was at Amazon for about six and a half years, and now I've been at Google for that long. One thing that struck me immediately about the two companies -- an impression that has been reinforced almost daily -- is that Amazon does everything wrong, and Google does everything right. Sure, it's a sweeping generalization, but a surprisingly accurate one. It's pretty crazy. There are probably a hundred or even two hundred different ways you can compare the two companies, and Google is superior in all but three of them, if I recall correctly. I actually did a spreadsheet at one point but Legal wouldn't let me show it to anyone, even though recruiting loved it.

I mean, just to give you a very brief taste: Amazon's recruiting process is fundamentally flawed by having teams hire for themselves, so their hiring bar is incredibly inconsistent across teams, despite various efforts they've made to level it out. And their operations are a mess; they don't real

@wangjuns
wangjuns / Goagent工具
Last active October 3, 2017 10:01
Goagent工具
#!/usr/bin/expect
# Goagent的上传工具,利用expect实现了非交互的使用方式
# 使用方式为GoagentBacthUploader email password appid
set timeout 30
set email [lindex $argv 0]
set pwd [lindex $argv 1]
set app [lindex $argv 2]
spawn python /home/wangjun/tools/goagent/server/uploader.zip