Collection for Y2016W48 (2016-11-28 Mon 00:00:00 +0800 ~ 2016-12-05 Mon 00:00:00 +0800)

assembly

  • Unity WebGL Player | AngryBots
    • WebAssembly 開發的網頁遊戲,玩起來還算順暢,看來直接在 Web 開發方面寫 Aseembly 的日子不遠矣。

blog

cli

cs

  • 理解字节序 - 阮一峰的网络日志
    • 为什么会有小端字节序?

    • 答案是,计算机电路先处理低位字节,效率比较高,因为计算都是从低位开始的。所以,计算机的内部处理都是小端字节序。

django

gcp

golang

job

k8s

linux

mysql

python

  • Shared counter with Python's multiprocessing - Eli Bendersky's website
    • This code is a demonstration of the problem, distilling only the usage of the shared counter. A "pool" of 10 processes is created to run the func function. All processes share a Value and increment it 50 times. You would expect this code to eventually print 500, but in all likeness it won't.

  • Python multiprocessing and a shared counter - Stack Overflow
    • I'm having troubles with the multiprocessing module. I'm using a Pool of workers with its map method to load data from lots of files and for each of them I analyze data with with a custom function.

  • 最近寫了個 multiprocessing 的程式,因為數量有點大,然後資料是直接寫入資料庫中,如果最後才計算的話可能要花非常久的時間查詢,所以想說能不能在執行的時候就用一個 multiprocessing 的 shared counter 去紀錄。

software_engineering

  • 軟體開發見聞錄 · GitBook
    • 一位在 Microsoft 工作二十年的台灣工程師分享的軟體開發經驗,分成二十幾篇,篇幅都不太長,值得花點時間閱讀一下,畢竟我還沒有待過大公司的經驗,瞭解一下也不錯。

misc

news


Share


Donation

如果覺得這篇文章對你有幫助, 除了留言讓我知道外, 或許也可以考慮請我喝杯咖啡, 不論金額多寡我都會非常感激且能鼓勵我繼續寫出對你有幫助的文章。

If this blog post happens to be helpful to you, besides of leaving a reply, you may consider buy me a cup of coffee to support me. It would help me write more articles helpful to you in the future and I would really appreciate it.


Related Posts