Collection for Y2017W14 (2017-04-03 Mon 00:00:00 +0800 ~ 2017-04-10 Mon 00:00:00 +0800)
docker
- Remove dangling docker images
-
Remove dangling docker images View gist:862675ec1b7bccabc311 Raw gistfile1.
- 因為同事問了,所以就找了一下。
- 我自己是用
docker images -aqf dangling=true | xargs --no-run-if-empty docker rmi
-
gcp
- Cloud Playground
- https://github.com/googlearchive/cloud-playground
- 算是 Google App Engine 的火力展示吧,用 GAE 架了一個可以快速 fork and deploy GAE service 的網站
git
- git tag - How do I edit an existing tag message in git? - Stack Overflow
git tag <tag name> <tag name> -f -m "<new message>"
- 基本上就是強制 overwrite
- How do you rename a Git tag? - Stack Overflow
git tag new old
git tag -d old
git push origin :refs/tags/old
git push --tags
- 基本上就是把舊的複製到新的以後,在把舊的 local 跟 remote 砍掉,再把更新 push 到 remote
golang
job
- [心得] 歐洲工作&面試心得 - 看板 Soft_Job - 批踢踢實業坊
- 挺不錯的經驗,在阿姆斯特丹工作好像真的很棒啊。
linux
misc
- 参与这场线上大战之后,我觉得人类未来还是有希望的
- Reddit 的愚人節
- 好酷啊
- 完全沒有參與到
news
- Google Open Source Blog: Noto Serif CJK is here!
- Tim Berners-Lee 拿下 2016 年 Turing Award | Gea-Suan Lin's BLOG
- Adobe 與 Google 合作推出 Noto Serif CJK (思源宋體) | Gea-Suan Lin's BLOG
- Ubuntu 18.04 To Ship with GNOME Desktop, Not Unity - OMG! Ubuntu!
- Ubuntu 18.04 LTS will use GNOME as its default desktop environment, and not Unity 8 — or even Unity 7.
ptt
- [閒聊] 我媽的異國婚姻
- 大概是第一次花這麼多時間看 CCR 版的文章,作者的文筆很好,真的可以當小品文來看,有時候真實的人生就是比小說來的神奇啊。
python
- profile and pstats — Performance Analysis — PyMOTW 3 – Doug Hellmann
- Python 的 built-in module 就有可以做 profiling 的工具
web
- Progressive web app - Wikipedia
-
Progressive Web App (PWA) is a term used to denote a new software development methodology. Unlike traditional applications, progressive web apps are a hybrid of regular web pages (or websites) and a mobile application.
- 因為最近 https://mobile.twitter.com 用 Node.js, React.js 重寫,改善了不少效能。裡頭提到了 PWA,因為沒聽過而去查了一下
- 看起來就是 website 但故意設計的跟 App 的感覺一樣,讓使用者在網頁版與手機上的 UX 是一樣的
- 詳細改寫的細節在 Twitter Engineering blog 這篇:https://blog.twitter.com/2017/how-we-built-twitter-lite
-
taiwan
- 國道四斬首了台灣第一條自行車道 – 魔鬼的手稿 – Medium
-
近20年來,國道四號,在老台中山區是一個非常複雜的概念。這一條高速公路,由台中清水起,大略沿大甲溪往東而行,至豐原東北止,已於2001年11月16日通車,但是,後續工程還沒完,國道四後面一分為二,還要接一條打山洞
- 身為一個豐原人,沒看這篇還真的不知道東豐自行車隧道有這麼多的牽扯,大概是因為最近在看紙牌屋的關係,所以對於這些大概也能有些想像。
-
- [食記] 全台最容易讓女友落淚的餐廳 - 看板 TaichungBun - 批踢踢實業坊
- 這餐廳... 「夜間X行」真的太狂了,超級像九把刀的小說會出現的內容...
- 雖然身為一個台中人,但沒聽過這間餐廳。
trivia
- 0.30000000000000004 - Floating Point Math
- 好像還是有不少人不知道這問題
- 0.1+0.2 != 0.3
- 浮點數運算的誤差
- 數值方法的課程應該必提吧?
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.