close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of jazz/18-07-11


Ignore:
Timestamp:
Jul 11, 2018, 5:49:23 PM (6 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/18-07-11

    v1 v1  
     1= 2018-07-11 =
     2
     3== 關於颱風假 ==
     4
     5* [https://www.managertoday.com.tw/articles/view/56383 北北基颱風假不同調!家住新北、公司在台北,要上班嗎?勞動部的說法]
     6  * 1. 工作地、居住地、上下班經過地區停班,勞工可告知雇主不出勤,'''雇主可不給薪'''
     7  * 2. 當小孩的學校停課,家長可請假陪同
     8* [https://www.managertoday.com.tw/articles/view/56384?page=2 颱風來了該放假嗎?如何給薪、加班費怎麼算?人資主管的建議]
     9  * 勞動部明確規定:颱風假是不必給薪,但不能因此做出不利勞工的處分
     10  * 若出勤:
     11    * 一、颱風假是「休息日」時,按規定給加班費
     12    * 二、颱風假是「工作日」時,「宜」加給工資
     13
     14
     15== Leadership 領導魅力 ==
     16
     17* [https://www.managertoday.com.tw/books/view/56379 同樣是領導者,為何有人深具魅力?有人讓人倍感壓力?]
     18* [https://www.managertoday.com.tw/columns/view/56336 薪水無法給到頂,人才就留不住了?小團隊給出的這些工作條件,大公司永遠比不上]
     19
     20== Product Manager ==
     21
     22* [https://medium.com/as-a-product-designer/8a7254d4aa7e 取景小撇步 — 五張圖表幫你定義產品策略]
     23  * Venn Diagram 文氏圖
     24    * [[Image(https://cdn-images-1.medium.com/max/1600/0*Ef9tE08Rr45IN_9R.png, 800px)]]
     25  * Flywheel 飛輪圖
     26    * [[Image(https://cdn-images-1.medium.com/max/1600/0*2u3AvwoKBytq4i1n.png, 800px)]]
     27    * 飛輪圖最著名的出處是 Amazon 創辦人 Jeff Bezos,據說他特別喜愛用飛輪圖表達 Amazon 最核心的產品策略,用單一圖表闡述 Amazon 如此大規模的企業仍然是個無限重複的動態迴圈。
     28  * Quadrant 四象限圖
     29    * [[Image(https://cdn-images-1.medium.com/max/1600/0*hGm5gxD9JEZS8XJk.png, 800px)]]
     30  * Ecosystem Map 生態系統圖
     31    * [[Image(https://cdn-images-1.medium.com/max/1600/0*Sp5Exp9zO3dJdvsg.png, 800px)]]
     32  * Value Propositions 產品價值定位
     33    * [[Image(https://cdn-images-1.medium.com/max/1600/0*YRPgvPMSuHbjVbxJ.png, 800px)]]
     34
     35== Container ==
     36
     37* Titus - Netflix container management platform
     38  * https://medium.com/netflix-techblog/titus-the-netflix-container-management-platform-is-now-open-source-f868c9fb5436
     39  * https://github.com/Netflix/titus
     40* [https://cloudplatform.googleblog.com/2018/07/7-best-practices-for-building-containers.html 7 best practices for building containers]
     41  * 1. Package a single application per container
     42  * 2. Properly handle PID 1, signal handling, and zombie processes
     43  * 3. Optimize for the Docker build cache
     44  * 4. Remove unnecessary tools
     45  * 5. Build the smallest image possible
     46  * 6. Properly tag your images
     47  * 7. Carefully consider whether to use a public image
     48* https://github.com/GoogleContainerTools/distroless
     49  * 🥑 Language focused docker images, minus the operating system.
     50* [https://www.ithome.com.tw/news/124443 Google開源釋出Java容器化工具Jib,Java 應用可以打包成容器映像檔]
     51  * https://cloudplatform.googleblog.com/2018/07/introducing-jib-build-java-docker-images-better.html
     52  * [[Image(https://s4.itho.me/sites/default/files/images/%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A7%202018-07-10%20%E4%B8%8B%E5%8D%886_04_36.png, 800px)]]
     53  * https://github.com/GoogleContainerTools/jib - ⛵️ Build container images for your Java applications.
     54
     55== SSH Client for Windows ==
     56
     57* 先前偶爾會需要用到支援 X-Windows Forward 的應用程式,在 Windows 上比較方便的作法是用 MobaXterm free Xserver and tabbed SSH client for Windows
     58  * https://mobaxterm.mobatek.net/