Collection for Y2016W45 (2016-11-07 Mon 00:00:00 +0800 ~ 2016-11-14 Mon 00:00:00 +0800)
interview
- [心得]研替(QNAP/群暉/HTC/Garmin/宇匯/appier) - 看板 Soft_Job - 批踢踢實業坊
- 啊 每次看別人的面試心得都覺得自己好廢啊 QQ
- 然後 Appier 真的找了好多厲害的人進去呀
javascript
- 用 Yarn 取代 Npm 管理 JavaScript 套件版本
- 安裝速度真的比 npm 快好多啊
- 實際試用的效果的確如此,而且可以直接無痛從
npm
改換yarn
,一樣是使用package.json
,覺得不錯。
math
- 用十分鐘快速掌握《數學的整體結構》 // Speaker Deck
- 這個十分鐘系列也很棒啊,雖然我還是因為對數學的掌握度不夠高,所以無法完全看懂,該多讀點書了。
opensource
- 邁向永續的臺灣桌面應用自由軟體在地發展
- 開源軟體的中文化逐漸式微 QQ
programmer
- 你都去哪裡看技術文章? | I failed the Turing Test
- 雖然已經是一年前的文章了,但還是很值得參考,尤其是對於 Python, Web-backend developer 來說。
programming
- Pre-merge Code Reviews
- 三年前的文章,但還是很值得閱讀。
- 主要在講述作者自己平常在團隊開發時,把某個 branch merge 到 master branch 之前的 code review 遵循的一些規則。
- 篇幅不長,條列式列出重點及其原因。
- 節錄一下最重要的規則部份:
- Never Push to Master
- Always push to a separate branch per logical unit (story, feature, bug, optimisation, refactor, improvement). Branches are easy to make and easy to merge when you use git (and you apply some of tips further down in this post).
- Never Merge Your Own Branch
- This helps to ensures that code is in fact reviewed. If you are caught merging into master, you will order pizza for the whole team.
- Review Work in Progress First
- When you are finished with a task, you notify the other team members that your work is ready for final review. Then you review existing branches. Before picking up a new task, you look at all open pull requests (including unfinished ones) and review the changes since the last time you checked.
- Merge responsibly
- Merging a pull request is the responsibility of the whole team. A pull request can not be merged when someone in the team does not understand the code or the reasoning, or does not agree with the solution.
(Note that these rules are starting points. Figure out what works in your team, adapt continuously.)
python
- Distributed computing in Python with multiprocessing - Eli Bendersky's webs
- 有個在史丹佛唸天文物理的高中同學問了這方面的問題,因為涉獵不多,所以就查了一下資料。
- httpstat 分析 從 DNS查詢 到 下載完成 各個階段的處理時間
- 好像不錯用
- 裝來用以後真的還不錯耶,結果顯示是這樣的:
$ httpstat blog.fkz.tw/get
Connected to 104.18.38.201:80 from 192.168.43.139:44650
HTTP/1.1 301 Moved Permanently
Date: Sat, 26 Nov 2016 01:01:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: __cfduid=d090501284dc193137b69492e0e58d8801480122059; expires=Sun, 26-Nov-17 01:00:59 GMT; path=/; domain=.fkz.tw; HttpOnly
Location: https://blog.fkz.tw/get
Server: cloudflare-nginx
CF-RAY: 3079681ae007538a-LAX
Body stored in: /tmp/tmpn6p4a94e
DNS Lookup TCP Connection Server Processing Content Transfer
[ 253ms | 365ms | 324ms | 0ms ]
| | | |
namelookup:253ms | | |
connect:618ms | |
starttransfer:942ms |
total:942ms
- 3.0.0 – 2016-07-25 — flake8 3.1.0.dev0 documentation
- flake8 3.0.0 開始不再完全支援 Python 2.6, 3.2, 3.3
- 會遇到這個主要是送 robobrowser 的 PR 的時候遇到 CI testing failed 才去查的。
- flake8 fails to work as it used to be on python 2.6.9 (#187) ‧ Issues ‧ PyC
django
- exception - Troubleshooting "Related Field has invalid lookup: icontains" - Stack Overflow
- 寫 Django 時遇到的問題,要在 Django 的
admin.ModelAdmin
使用 foreign key field 時,必須使用兩個 underscore。
- 寫 Django 時遇到的問題,要在 Django 的
- GitHub - sshwsfc/xadmin: Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
- 就一個幫你把 Django Admin 整合 Twitter Bootstrap 的 framework
- 公司的專案有用到,紀錄一下。
security
- PCMan FTP Server 2.0.7 - 'UMASK' Command Buffer Overflow
- 原來 PCMan 連 FTP server 都有寫...
vim
- 閒聊:使用 Vim 編輯器的第五年
- 想想自己從高一第一次用 Vim 到現在,好像也過了 8 年了...
- 但其實一直沒有什麼時間去刻意提升自己使用 Vim 的效率,也沒寫過 Vim Plugin
- 從一開始抄 xatier 跟凍仁翔的 vimrc 來用
- 到大一下開始用 Vundle 裝了些 plugin 來用
- 到大學畢業後又重新整理一次自己真正需要用到的 Vim plugin 和一併整理 vimrc
- 很多更快捷的按法其實我都沒有真的拿來用
- 也許哪天會突然想卯起來研究一下吧
taiwan
- 台灣文化資產失火、破壞列表
- 古跡自燃定律實證紀錄。
- 「願景會社」(4):白色力量的集結、獨立與傳承
- 嗯,有些沒想過的觀點,值得用不同的角度來思考一下。
skating
- 認識培林~~~ @ Cycling Life :: 隨意窩 Xuite日誌
- 今年的生日禮物是買個新台幣一千塊有找的交通板來玩玩,所以查了一些跟滑板相關的資料。
news
- 楊虔豪/見證首爾街頭的百萬大軍 南韓倒朴的關鍵時刻
- 這真的可以直接下台了吧 感覺只會愈來愈難看而已 (?)
- 王茜穎/為什麼這麼多小鎮鎮民支持川普?──從城鄉差距看美國大選
- 美國的兩極化真的是挺嚴重的啊
joke
- 【專區】搞笑達人ARuFa文章總整理,讓你笑到腹筋狂抽筋! | 點我一下 分享無價
- ARuFa 的無厘頭總是能讓人歡笑
misc
- 台灣九成無法進食的病患會被放上鼻胃管,歐美卻大多拒絕,為什麼? - The News Lens 關鍵評論網
- 醫師寫的文章,最後一段關於鼻胃管的迷思值得看一下。
- 覺得滿重要的,所以引述一下:
迷思一、一定是因為營養不好,沒有體力,病才不會好!
- 這是非常常見的觀念,然而,對於末期病人而言,他們體力的衰弱往往都來自於本身的疾病逐漸惡化,如癌症、糖尿病、腎衰竭等等。再多的營養進去,其實身體也無法吸收。甚至反而太多營養和水分會造成身體多餘的負擔,產生全身水腫、腹水等等,使得病患更不舒服。
迷思二、沒有放鼻胃管,病人會因為沒有進食提早走掉
- 國外的研究已經有證實,有沒有放置鼻胃管和生命的長短其實沒有必然的關係,反而我們應該更注重的是病人自己的選擇和生活的品質。
迷思三、鼻胃管是除了經口進食以外最好的營養給予方式
- 還有另一種更不會讓病患感到不舒服的方式:胃造口,也是在胃部置放一條管子直接灌食,這個方式不僅會比較舒適,同時在照顧上也比較方便,但是因為一般民眾仍覺得這樣的方法比較具侵入性,所以通常抱持著排斥的態度。
- 其實,鼻胃管是一個很棒的發明,讓暫時無法由口進食的病人(如外科病人)能夠短暫地借助管子持續得到營養。畢竟,由腸胃道吸收營養,依然是比較優先的選擇。只是很多時候,它可能被濫用了。
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.