Skip to content

Phanix's Blog

Menu
  • About Me / 關於我

買、賣與捐贈的價值

No Comments
| 心路筆記, 生活點滴

事先聲明:此文章非評斷任何人,為自己個人反思

Read More »

Splendid

No Comments
| 創作, 心路筆記, 生活點滴, 閒聊嘴炮

炫麗的光彩 讓心神惚恍 令眼神迷漾 氣味的雅緻清細 若吳儂軟語 在夜裡扣人心房 入喉味美 是 心安的魚蔬鮮烹 或mousse般的閃耀之光

Read More »

中華電信MOD跟中嘉系統分別佔去每天的多少時間?

No Comments
| 其他時事, 政論時事社會, 腦殘媒體

這是前幾天突然想到的問題,如果說旺中買下中嘉系統之後算是壟斷,那麼中華電信的MOD算不算是壟斷? survey 一些資料之後來做一些整理,來看看這兩個電視平台每天在平均每戶生活中佔去多少時間?當然,有些數據是推估(因為拿不到真實資料),跟目前現實狀況可能還是有一點差異。

Read More »

宜蘭的天空下

No Comments
| 吃喝玩樂, 建築, 攝影, 旅遊, 民以食為天, 生活點滴, 自己拍, 食物

2012/10。有出現酒,所以… 未成年請勿飲酒,飲酒過量有礙身體健康

Read More »

3ds Max Script socket receving data via .net api

No Comments
| 學習工作, 工作, 程式

做個紀錄 socket = dotNetObject “System.Net.Sockets.Socket” (dotnetclass “System.Net.Sockets.AddressFamily”).InterNetwork (dotnetclass “System.Net.Sockets.SocketType”).Stream (dotnetclass “System.Net.Sockets.ProtocolType”).Tcp socket.connect ip_address port buf = DotNetObject “System.Byte[]” 1000 fn doFaceShiftSocket = ( try ( while socket.Connected == true do ( socket.Receive buf ) ) catch ( — do nothing ) ) thread = dotNetObject “system.componentModel.backgroundWorker” dotnet.addEventHandler thread “DoWork” doFaceShiftSocket thread.WorkerSupportsCancellation = true thread.runWorkerAsync() for […]

Read More »

C++ union 就是要用在這種地方啊…

No Comments
| 學習工作, 工作, 程式

喵的,以前學的時候都不知道 union 可以在什麼地方用到,原來這樣的用途才是王道… union { float f; uchar b[4]; } u; u.b[3] = b0; u.b[2] = b1; u.b[1] = b2; u.b[0] = b3; return u.f; Ref: http://stackoverflow.com/questions/3991478/building-a-32bit-float-out-of-its-4-composite-bytes-c

Read More »

Cristom 的美妙 Pinot Noir

1 Comment
| 品酒筆記與評分 Tasting Notes & Ratings

未成年請勿飲酒,飲酒過量有礙身體健康

Read More »

HTML 5 and Web socket data streaming in binary and text format

No Comments
| 學習工作, 工作, 程式

記錄一下…

Read More »

好的陳年,美妙的老勃根地

No Comments
| Bourgogne, France 法國, Know Wine 酒知識, Wine Region 產區, 品酒筆記與評分 Tasting Notes & Ratings

未成年請勿飲酒,飲酒過量有礙身體健康 2012/10/10, 信義誠品展演廳。 除了拿來作為比較組的 Bouchard 2010 外,每一瓶年紀都比我大… @@”

Read More »

JJ. Hahn 的老藤魅力

No Comments
| 品酒筆記與評分 Tasting Notes & Ratings

未成年請勿飲酒,飲酒過量有礙身體健康

Read More »

Posts pagination

Previous 1 … 28 29 30 … 120 Next

Recent Posts

  • NextJS connect to backend Go api for buffering response
  • NextJs 的 404 handling
  • 強制 nextjs app router 不使用 Static Site Generation (SSG)
  • 將長時間英文 podcast 轉為中文 SRT 字幕檔
  • Letsencrypt 設定讓 apache2 通過 ssl labs 安全測試 A+

Recent Comments

  • Champagne Tasting - 2023/09 - Phanix's Blog on 龍吟 wine dinner
  • 天灰 on 撲克牌遊戲 — 德州撲克 (Texas Hold’em / Texas Poker)
  • 用FFmpeg取代 AWS Media Converter - Phanix's Blog on AWS S3+Media Converter+CloudFront 做 video file streaming CDN服務
  • Mount GCP storage as filesystem, and access with php - Phanix's Blog on php+apache 執行 sudo 命令出現 sudo: no tty present and no askpass program specified
  • Chateau de la Roche-aux-Moines (Nicolas Joly) Tasting - Phanix's Blog on Nicolas Joly 與他的生物動力法哲學

Archives

Tags

.net (29) 2008 (66) 2009 (91) Bordeaux (46) Bourgogne (37) c# (33) Cabernet Sauvignon (41) California (85) Chardonnay (46) dessert wine (26) food (53) France (58) France 法國 (68) French (28) French wine (25) japanese food (32) murmuring (25) photo-taking (46) photographing (48) php (41) Pinot Noir (52) programming (38) red wine (189) Santa Cruz (33) system administration (72) Taiwan (40) traveling (74) USA (125) white wine (120) wine (176) wine tasting (225) 加州 (64) 勃根地 (40) 台灣 (29) 品酒 (223) 攝影 (93) 旅遊 (60) 法國 (33) 波爾多 (38) 甜酒 (28) 白酒 (116) 系統管理 (51) 紅酒 (186) 美國 (100) 義大利 (36)

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Phanix's Blog 2025 . Powered by WordPress