K-ent Murmuring that Disney+ is Gearing Up to Release Knock Off with Kim Soo Hyun Sometime in 2026 After Being Shelved for a Year - KpopNewsHub – Latest K-Pop News, Idols & Korean Entertainment

So this is not the news I was hoping to hear, I was ready for this drama to be shelved for a lot longer. At least until Kim Soo Hyun‘s scandal has more

Kpop News Hub

A quotation from Terry Pratchett

   Each man thought: one of the others is bound to say something soon, some protest and then I will murmur agreement, not actually say anything. I am not as stupid as that, but definitely murmur very firmly, so that the others will be in no doubt that I thoroughly disapprove, because at a time like this it behooves all decent men to nearly stand up and be almost heard ...
   But no one said anything. The cowards, each man thought.

Terry Pratchett (1948-2015) English author
Guards, Guards (1989)

Sourcing, notes: wist.info/pratchett-terry/7722…

#quote #quotes #quotation #qotd #terrypratchett #discworld #beheard #caution #courage #cowardice #dissent #murmuring #protest #standingup #steppingup #support #waiting

Skype 將在今年五月謝幕

蠻多地方都有提到這個大消息:「On May 5, Microsoft’s Skype will shut down for good」,既有的用戶會被轉移到 Teams:

After more than 21 years, Skype will soon be no more. Last night, some users (including Ars readers) poked around in the latest Skype pr

https://blog.gslin.org/archives/2025/03/02/12282/skype-%e5%b0%87%e5%9c%a8%e4%bb%8a%e5%b9%b4%e4%ba%94%e6%9c%88%e8%ac%9d%e5%b9%95/

#Computer #Murmuring #Network #P2P #Service #Telephone #im #microsoft #phone #skype #skypeout #teams

Skype 將在今年五月謝幕

蠻多地方都有提到這個大消息:「On May 5, Microsoft’s Skype will shut down for good」,既有的用戶會被轉移到 Teams: After more than 21 years, Skype will soon be no more.

Gea-Suan Lin's BLOG

用 nginx 的 client_body_temp_path 實作檔案上傳的功能

在 Lobsters 上看到「Nginx Explorer - Upload」這個蠻特別的嘗試,裡面試著只用 nginx 實作上傳的功能,不透過另外的程式語言處理。

從設定可以看到是透過 client_body_temp_path 寫到設定的目錄裡面,然後再搭配其他設定處理,是個實用度不高,但樂趣十足的方法...

不過最近對 C

https://blog.gslin.org/archives/2025/03/02/12281/%e7%94%a8-nginx-%e7%9a%84-client_body_temp_path-%e5%af%a6%e4%bd%9c%e6%aa%94%e6%a1%88%e4%b8%8a%e5%82%b3%e7%9a%84%e5%8a%9f%e8%83%bd/

#Computer #Murmuring #Network #Software #WWW #file #nginx #upload #web

用 nginx 的 client_body_temp_path 實作檔案上傳的功能

在 Lobsters 上看到「Nginx Explorer - Upload」這個蠻特別的嘗試,裡面試著只用 nginx 實作上傳的功能,不透過另外的程式語言處理。 從設定可以看到是透過 client_body_temp_path 寫到設定的目錄裡面,然後再搭配其他設定處理,是個實用度不高,但樂趣十足的方法... 不過最近對 Caddy 比較有興趣...

Gea-Suan Lin's BLOG
Microsoft Edge 開始拔掉 Manifest V2 (所以 uBlock Origin 就不能用了)

在「Microsoft begins turning off uBlock Origin and other extensions in Edge (neowin.net)」這邊看到的,原報導在「Microsoft begins turning off uBlock Origin and other extensions in Edge」。 應該是跟緊 upstream 的關係: A few days ago, users noticed that Google had begun disabl...

Gea-Suan Lin's BLOG

小紅書的明碼 (未加密) 傳輸

之前 TikTok (國際版的抖音) 在美國的事情,所以有不少人跳去小紅書,所以才有歐美的 security company 去研究小紅書的問題:「TikTok alternative RedNote (Xiaohongshu) fails basic security measures」。

好久

https://blog.gslin.org/archives/2025/02/27/12275/%e5%b0%8f%e7%b4%85%e6%9b%b8%e7%9a%84%e6%98%8e%e7%a2%bc-%e6%9c%aa%e5%8a%a0%e5%af%86-%e5%82%b3%e8%bc%b8/

#API #Computer #Murmuring #Network #Security #Service #Social #Software #app #encrypted #privacy #rednote #security #unencrypted #vulnerability

小紅書的明碼 (未加密) 傳輸

之前 TikTok (國際版的抖音) 在美國的事情,所以有不少人跳去小紅書,所以才有歐美的 security company 去研究小紅書的問題:「TikTok alternative RedNote (Xiaohongshu) fails basic security measures」。 好久沒看到資安分析會發現「裸奔」的報告了,這邊提到影片的上傳是走 GQUIC,而協定本身有加密 (這邊指的應該是 gQUIC,先前 Google 自己在研發的 QUIC),但傳訊息的部分沒有加密: RedNote has interesting approaches to what is encrypted and what stays in plaintext over the wire.

Gea-Suan Lin's BLOG

開發 Git 的人所推薦的 .gitconfig 設定

在 Hacker News 上看到這個有趣的主題:「How Core Git Developers Configure Git (gitbutler.com)」,原文則是在「How Core Git Developers Configure Git」這邊。

裡面提到的東西我自己大多數都已經 tune 過了,不過還是有些之前沒設定的,像是 tag.sort 用 version:refnam

https://blog.gslin.org/archives/2025/02/27/12274/%e9%96%8b%e7%99%bc-git-%e7%9a%84%e4%ba%ba%e6%89%80%e6%8e%a8%e8%96%a6%e7%9a%84-gitconfig-%e8%a8%ad%e5%ae%9a/

#Computer #Murmuring #Software #algorithm #config #diff #git #gitconfig #sort #tag

開發 Git 的人所推薦的 .gitconfig 設定

在 Hacker News 上看到這個有趣的主題:「How Core Git Developers Configure Git (gitbutler.com)」,原文則是在「How Core Git Developers Configure Git」這邊。 裡面提到的東西我自己大多數都已經 tune 過了,不過還是有些之前沒設定的,像是 tag.

Gea-Suan Lin's BLOG

Mastercard 與 VISA 對日本文化產業的攻勢

Bluesky 上面看到日本経済新聞的貼文,連結的文章則是在「ニコ動で海外カードNG コンテンツ規制が問う決済主権」這邊,文章有 paywall 看不到全文,但 Bluesky 上的貼文把重點資訊整理成的圖片貼上來了:

實際拿這些名字去搭 Mastercard 與 VISA 去搜尋可以確認,被 Masterca

https://blog.gslin.org/archives/2025/02/24/12271/mastercard-%e8%88%87-visa-%e5%b0%8d%e6%97%a5%e6%9c%ac%e6%96%87%e5%8c%96%e7%94%a2%e6%a5%ad%e7%9a%84%e6%94%bb%e5%8b%a2/

#Computer #Financial #Murmuring #Network #Political #card #credit #culture #japan #jcb #mastercard #visa

Mastercard 與 VISA 對日本文化產業的攻勢

Bluesky 上面看到日本経済新聞的貼文,連結的文章則是在「ニコ動で海外カードNG コンテンツ規制が問う決済主権」這邊,文章有 paywall 看不到全文,但 Bluesky 上的貼文把重點資訊整理成的圖片貼上來了: 實際拿這些名字去搭...

Gea-Suan Lin's BLOG

<select> 裡的 <option> 總算有可能讓網頁開發者用 css 改樣式了...

在 Hacker News 上看到「Customizable HTML Select (chrome.com)」這篇,原文是在 Google Chrome 的開發者

https://blog.gslin.org/archives/2025/02/22/12270/select-%e8%a3%a1%e7%9a%84-option-%e7%b8%bd%e7%ae%97%e6%9c%89%e5%8f%af%e8%83%bd%e8%ae%93%e7%b6%b2%e9%a0%81%e9%96%8b%e7%99%bc%e8%80%85%e7%94%a8-css-%e6%94%b9%e6%a8%a3%e5%bc%8f%e4%ba%86/

#Browser #Computer #CSS #Murmuring #Network #Software #WWW #browser #css #option #select

<select> 裡的 <option> 總算有可能讓網頁開發者用 css 改樣式了...

在 Hacker News 上看到「Customizable HTML Select (chrome.com)」這篇,原文是在 Google Chrome 的開發者 blog 上:「Request for developer feedback: customizable select」。 這張圖說明了不少東西: 目前只有 <select> 能上一些 css 樣式,但 <option> 都只能用系統樣式... 如果硬要搞的話就得用 <div> 加上一堆 javascript 實作。 來抓個...

Gea-Suan Lin's BLOG

Let's Encrypt 發出第一個六天的 Certificate

先前在「Let's Encrypt 要嘗試六天的 TLS certificate」與「Let's Encrypt 的六天有效 TLS certificate 計畫」有提到 Let's Encrypt 的有效期六天 certificate 的計畫,又往前一步了,發出了第一個六天的 certificate

https://blog.gslin.org/archives/2025/02/22/12269/lets-encrypt-%e7%99%bc%e5%87%ba%e7%ac%ac%e4%b8%80%e5%80%8b%e5%85%ad%e5%a4%a9%e7%9a%84-certificate/

#Computer #Murmuring #Network #Privacy #Security #Service #WWW #ca #cert #certificate #letsencrypt #lived #privacy #revoke #short #term

Let's Encrypt 發出第一個六天的 Certificate

先前在「Let's Encrypt 要嘗試六天的 TLS certificate」與「Let's Encrypt 的六天有效 TLS certificate 計畫」有提到 Let's Encrypt 的有效期六天 certificate 的計畫,又往前一步了,發出了第一個六天的 certificate:「We Issued Our First Six Day Cert」。 Vali...

Gea-Suan Lin's BLOG