怼周刊_v41

~ 预定 18.1.22 20:20 发布


参数好

好参数 步长小
多指标 可检验
多组合 可测试
千测百验参数好

What Is The Good Parameters?

Take the smallest steps 
Inspect multiple indicators 
Test all possible combinations
After thousands of modifications 
There stands the good parameters

                        --- ZoomQuiet, 熊本

  • 主编: 大妈
  • 本期责编:
    • 张诗颖

进度 Timelines

~ 记录当周关键事件日期+证据链接

任务 Tasks

~ 记述关键共怼任务 (如果没有, 留空)

进展 Progress

~ 整体圈内活跃指标情况(st 专用服务, 尚少使用手册)

allcic Commit timesweekly Commit times
ZoomQuiet484 leilayanhui23
liguanghe480 ZoomQuiet14
zhangshiyinrunwithcc421 OMlalala7
zoejane306 liguanghe6
leilayanhui304 zhangshiyinrunwithcc4
all Commit Comments timesweekly CommitComments times
all Issue Comments timesweekly IssueComments times
liguanghe791 liguanghe11
ZoomQuiet500 ZoomQuiet9
zhangshiyinrunwithcc410 leilayanhui5
mxclover115 livingworld4
zoejane112 Hugo10302

成果 Achievements

~ 各种成品/半成品 内部知识作品

故事 Stories

~ 收集各自无法雷同的怼圈真人故事...

熊本->DUW本地修改规则1:merge前先取回最新

问题

  • 本地修改怼周刊DU_draft文件后,再push到远程库时,经常出现non fast forward情境.
  • 这是因为远程库DU_draft文件为多人协作文件,远程库随时有更新.
  • 如何减少non fast forward事故?

方法

  • 在本地建立2个分支issue1和issue2:issue1分支用于随时与远程库分支保持更新同步,issue2分支用于本地DU_draft文件修改.
  • 每次在issue2修改后(状态C1,见图1)
    • 先checkout到issue1分支,取回远程库分支最新更新(状态C2)
    • 然后再在issue1分支上,merge issue2分支上所作的修改(状态C3)
    • 最后把issue1(状态C3)的更新推送到远程库分支上(状态C3)

图示

  • 图1.先更新issue1再merge issue2 图片1

命令行

  • 在本地分支issue2上作本地修改,并提交这些修改
  • $ git checkout issue2
  • $ git add #更新的文件
  • $ git commit #更新的文件

  • 取回远程库DUW分支更新

  • $ git fetch origin DUW

  • 在本地分支issue1上merge取回的远程库更新

  • $ git checkout issue1
  • $ git merge origin/DUW

  • 将issue2提交的修改merge到issue1上

  • 注意:此处是危险步骤,最好先确认issue1和当前的远程库DUW分支是一模一样的
  • $ git checkout issue1
  • $ git merge issue2

  • 将issue1的修改推送到远程库的DUW分支上

  • $ git push origin issue1:DUW

  • 取回远程库DUW分支更新

  • $ git fetch origin DUW

时间消耗

  • 2hr实验
  • 1hr备料
  • 30ms成文

推荐 Recommedations

~ 嗯哼各种怼路上发现的嗯哼...

号召

后记 Postscript

~ 怼周刊是什么以及为什么和能怎么...

大妈曰过: 参差多态 才是生机 问题在 参差 的行为是无法形成团队的

Coming together is a beginning; 
Keeping together is progress; 
Working together is success!

<--- Henry Ford

  • 所以, 有了 大妈 随见随怼的持续嗯哼...
  • 但是, 想象一年后, 回想几十周前自己作的那些 图样图森破
  • 却没现成的资料来出示给后进来嗯哼?
  • 不科学, 值得记录的, 就应当有个形式固定下来
  • 所以,有了这个 怼周刊 (Weekly 4 DU)

What is DUW? Why we make DUW? What are the possibilities of DUW?

Dama said, variety brings vitality. But various behaviors may make us hard to cooperate as a team.

Coming together is a beginning; 
Keeping together is progress; 
Working together is success!

<--- Henry Ford

That's why Dama keeps on debugging. However, as time goes by, maybe you would not remember these days clearly and spread your experience difficultly. What a pity! The valuable should have a fixed form to be recorded. That's why we make the Weekly for DU.


点击注册~> 获得 100$ 体验券: DigitalOcean Referral Badge

订阅 substack 体验古早写作:



关注公众号, 持续获得相关各种嗯哼:
zoomquiet


自怼圈/年度番新

DU22.4
关于 ~ DebugUself with DAMA ;-)

追问

任何问题, 随时邮件提问可也:
[email protected]