新奇玩意 Meta Quest 3 Elite 含電池頭帶Meta Quest 3 Elite 含電池頭帶 2024-11-272024-11-27| HeresyHeresy| 0 Comments| 09:39 Heresy 在今年初的時候,有拿別人的 Meta Quest 3 來寫過開箱文和使用感想。而實際上,今年下半 […] ... Read MoreRead More
技術研究 Visual Studio 2022 v17.12Visual Studio 2022 v17.12 2024-11-132024-11-13| HeresyHeresy| 0 Comments| 16:15 2021 年底發表的 Visual Studio 2022 在微軟的 Visual Studio 系列裡面應該 […] ... Read MoreRead More
技術研究 C++ Proxy 的一些細節C++ Proxy 的一些細節 2024-11-112024-11-11| HeresyHeresy| 0 Comments| 09:48 前一篇以比較簡單的例子大概說明了微軟提供的 proxy 這個用來做多型的函式庫,當時是只有針對成員函式做簡單的 […] ... Read MoreRead More
技術研究 C++ Proxy:額外定義介面的非侵入式多型架構C++ Proxy:額外定義介面的非侵入式多型架構 2024-10-012024-10-01| HeresyHeresy| 0 Comments| 08:49 這篇來記錄一下在《Announcing the Proxy 3 Library for Dynamic Pol […] ... Read MoreRead More
技術研究 C++23 把連續資料當成多維陣列存取的容器:mdspanC++23 把連續資料當成多維陣列存取的容器:mdspan 2024-09-092024-09-09| HeresyHeresy| 0 Comments| 10:10 std::mdspan(C++ Reference)是 C++23 中,個人相當期待的一個新的標準函示庫容器; […] ... Read MoreRead More
技術研究 C++17 用來儲存任意型別的類別 std::anyC++17 用來儲存任意型別的類別 std::any 2024-08-212024-08-21| HeresyHeresy| 0 Comments| 10:52 這篇來稍微紀錄一下,在 C++17 裡面新增、可以用來儲存所有可以複製的資料的型別、std::any(C++ […] ... Read MoreRead More
技術研究 GitLab 升級到 17.3 碰到的問題GitLab 升級到 17.3 碰到的問題 2024-08-192024-08-19| HeresyHeresy| 0 Comments| 08:53 上個禮拜 GitLab 升級到 17.3 了(官方部落格)。由於 Heresy 是使用 Docker 版本,所 […] ... Read MoreRead More
技術研究 Visual Studio 2022 17.11Visual Studio 2022 17.11 2024-08-142024-08-14| HeresyHeresy| 0 Comments| 13:20 感覺 Visual Studio 2022 的生命週期似乎比預期的長?現在已經推出第十二個次版本、版號推進到 […] ... Read MoreRead More
技術研究 拿 Docker 跑服務紀錄檔過大的問題拿 Docker 跑服務紀錄檔過大的問題 2024-08-022024-08-02| HeresyHeresy| 0 Comments| 10:23 Heresy 這邊工作上有一些服務現在都是在 Ubuntu 上透過 Docker 來跑的,像是 GitLab […] ... Read MoreRead More
技術研究 確保函式只會被呼叫一次:call_once確保函式只會被呼叫一次:call_once 2024-07-232024-07-23| HeresyHeresy| 0 Comments| 08:28 之前在《C++20 多執行序間的同步點 barrier 與 latch》有簡單提到過 C++11 有 std: […] ... Read MoreRead More