<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>大貓咪的新玩具</title>
        <link>https://www.bigcatblog.com/</link>
        <description>大貓咪的新玩具：分享筆記、心得和&#34;新玩具&#34;的秘密基地...</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-tw</language><managingEditor>bigcat@bigcatblog.com (大貓咪)</managingEditor>
            <webMaster>bigcat@bigcatblog.com (大貓咪)</webMaster><lastBuildDate>Mon, 27 Oct 2025 07:30:50 &#43;0000</lastBuildDate>
            <atom:link href="https://www.bigcatblog.com/index.xml" rel="self" type="application/rss+xml" />
        <item>
    <title>Pyarmor：混淆 Python 腳本，保護你的程式</title>
    <link>https://www.bigcatblog.com/pyarmor/</link>
    <pubDate>Mon, 27 Oct 2025 07:30:50 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/pyarmor/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/pyarmor/cover.webp" referrerpolicy="no-referrer">
            </div>Pyarmor 是一個專為 Python 腳本設計的程式碼混淆和保護工具。它不僅能加密原始碼，還提供多種進階功能，例如防止逆向工程、設定有效期限和硬體綁定。最終，你可以輕鬆地將受保護的腳本打包成可執行檔，以安全地發布你的商業應用程式。]]></description>
</item><item>
    <title>DllShimmer：建立 DLL 代理，在函式呼叫中嵌入你的程式碼</title>
    <link>https://www.bigcatblog.com/dllshimmer/</link>
    <pubDate>Sat, 30 Aug 2025 10:42:08 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/dllshimmer/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/dllshimmer/cover.webp" referrerpolicy="no-referrer">
            </div><p>路過剛好看到這個和 DLL 有關的 repository</p>
<p>就順手玩看看做個紀錄</p>]]></description>
</item><item>
    <title>C&#43;&#43;：如何打造一個動態連結函式庫</title>
    <link>https://www.bigcatblog.com/cpp_dll/</link>
    <pubDate>Sun, 27 Jul 2025 15:33:40 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/cpp_dll/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/cpp_dll/cover.webp" referrerpolicy="no-referrer">
            </div><p>好像一直都沒有認真研究過 Shared Library 的製作和使用</p>
<p>所以特地來寫了一篇作紀錄</p>]]></description>
</item><item>
    <title>IPEX-LLM：如何使用 Intel NPU 推理大型語言模型？</title>
    <link>https://www.bigcatblog.com/llm_npu/</link>
    <pubDate>Sun, 01 Jun 2025 14:50:19 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/llm_npu/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/llm_npu/cover.webp" referrerpolicy="no-referrer">
            </div><p>在找 OpenVINO 的資料時，剛好看到 IPEX-LLM</p>
<p>於是乎就也研究了一下&hellip;</p>]]></description>
</item><item>
    <title>YOLO11 推理速度大對決：OpenVINO vs. PyTorch vs. ONNX Runtime</title>
    <link>https://www.bigcatblog.com/openvino_yolo/</link>
    <pubDate>Sat, 31 May 2025 08:53:45 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/openvino_yolo/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/openvino_yolo/cover.webp" referrerpolicy="no-referrer">
            </div><p>剛安裝完 OpenVINO，但它到底有沒有比較快？</p>
<p>我們一起來看看~</p>]]></description>
</item><item>
    <title>OpenVINO 安裝與使用 — 加速 AI 推理！</title>
    <link>https://www.bigcatblog.com/openvino/</link>
    <pubDate>Mon, 12 May 2025 14:46:29 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/openvino/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/openvino/cover.webp" referrerpolicy="no-referrer">
            </div><p>intel-npu-acceleration-library 已經停止維護了</p>
<p>官方建議使用 OpenVINO，所以我就稍微研究了一下~</p>]]></description>
</item><item>
    <title>Python Debug：用 GDB 來 Debug Python！</title>
    <link>https://www.bigcatblog.com/python_gdb/</link>
    <pubDate>Sun, 27 Apr 2025 04:33:12 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/python_gdb/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/python_gdb/cover.webp" referrerpolicy="no-referrer">
            </div><p>Python Debug 的方法很多種</p>
<p>但你有試過用 GDB Debug Python 嗎？</p>]]></description>
</item><item>
    <title>WAT：檢視 Python 物件，一款強大的 Debug 工具</title>
    <link>https://www.bigcatblog.com/wat/</link>
    <pubDate>Wed, 05 Mar 2025 14:55:18 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/wat/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/wat/cover.webp" referrerpolicy="no-referrer">
            </div><p>看起來有點新奇的工具</p>
<p>不知道拿來 Develop 或是 Debug 好不好用&hellip;</p>]]></description>
</item><item>
    <title>py-spy: 找出 Python 程式性能瓶頸</title>
    <link>https://www.bigcatblog.com/py_spy/</link>
    <pubDate>Sat, 01 Mar 2025 13:14:22 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/py_spy/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/py_spy/cover.webp" referrerpolicy="no-referrer">
            </div><p>最近覺得這個套件蠻好用的</p>
<p>所以就整理一下做個紀錄</p>]]></description>
</item><item>
    <title>Bunster：將 Shell Script 變成程式！</title>
    <link>https://www.bigcatblog.com/bunster/</link>
    <pubDate>Sun, 23 Feb 2025 14:05:57 &#43;0000</pubDate><author>
        <name>大貓咪</name>
    </author><guid>https://www.bigcatblog.com/bunster/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/bunster/cover.webp" referrerpolicy="no-referrer">
            </div><p>從來沒想過 shell script 也可以變成程式</p>
<p>索性就來研究看看這新奇的工具 ~</p>]]></description>
</item></channel>
</rss>
