<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://watasuke.net/blog/article</id>
    <title>ブログ - わたすけのへや</title>
    <updated>2026-04-14T13:55:58.239Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://watasuke.net/blog/article"/>
    <subtitle>watasuke.net/blog/article の更新通知</subtitle>
    <logo>https://watasuke.net/icon.jpg</logo>
    <icon>https://watasuke.net/favicon.ico</icon>
    <rights>2021-2023 watasuke, all right reserved</rights>
    <entry>
        <title type="html"><![CDATA[【授業感想】mast編入生がB3秋を終えて]]></title>
        <id>b3autumn-itf-subject-review</id>
        <link href="https://watasuke.net/blog/article/b3autumn-itf-subject-review/"/>
        <updated>2026-02-28T17:32:26.000Z</updated>
        <summary type="html"><![CDATA[2025年4月に編入してから初めての秋モジュールが終了したので、取った授業の感想を書きます。この1年で取って良かった科目も振り返っています。<br><a href="https://watasuke.net/blog/article/b3autumn-itf-subject-review/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Rust+git2で特定のパスをステージングするときに引っかかったポイント]]></title>
        <id>rust-git2-add-specific-directory</id>
        <link href="https://watasuke.net/blog/article/rust-git2-add-specific-directory/"/>
        <updated>2026-02-08T16:23:53.000Z</updated>
        <summary type="html"><![CDATA[Rustでgit2クレートを用いて特定のディレクトリをステージングする処理を書くにあたって引っかかった点を、実装を読みつつ説明します。<br><a href="https://watasuke.net/blog/article/rust-git2-add-specific-directory/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="Rust"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[2025(令和7)年を振り返ります]]></title>
        <id>2025-review</id>
        <link href="https://watasuke.net/blog/article/2025-review/"/>
        <updated>2025-12-31T13:43:11.000Z</updated>
        <summary type="html"><![CDATA[毎年恒例の、1年間の振り返りです。今年やったこと、一番良かった〇〇、といった面から2025年を振り返ります。<br><a href="https://watasuke.net/blog/article/2025-review/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[2025年度に授業課題として作ったものを紹介します]]></title>
        <id>introduction-of-2025-work-for-class</id>
        <link href="https://watasuke.net/blog/article/introduction-of-2025-work-for-class/"/>
        <updated>2025-12-27T01:09:49.000Z</updated>
        <summary type="html"><![CDATA[2025年度の授業で課題として提出した作品を振り返ります。<br><a href="https://watasuke.net/blog/article/introduction-of-2025-work-for-class/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[OpenSSLでCA証明書を自作する]]></title>
        <id>ca-cert-generate-by-openssl</id>
        <link href="https://watasuke.net/blog/article/ca-cert-generate-by-openssl/"/>
        <updated>2025-12-07T16:49:41.000Z</updated>
        <summary type="html"><![CDATA[OpenSSLを用いてCA証明書を作成し、自作サーバーで動くnginxとの通信をHTTPS化したので、やり方を説明します。<br><a href="https://watasuke.net/blog/article/ca-cert-generate-by-openssl/">続きを読む</a>]]></summary>
        <category label="サーバー"/>
        <category label="Linux"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Linux の /proc/self/exe はどのように実行ファイルのパスを指すのか]]></title>
        <id>mechanism-of-proc-self-exe</id>
        <link href="https://watasuke.net/blog/article/mechanism-of-proc-self-exe/"/>
        <updated>2025-12-01T06:47:10.000Z</updated>
        <summary type="html"><![CDATA[Linux の /proc/self/exe は、それを読んだプロセスの実行形式ファイルへのリンクとなります。この実装について調べたので解説します。<br><a href="https://watasuke.net/blog/article/mechanism-of-proc-self-exe/">続きを読む</a>]]></summary>
        <category label="Linux"/>
        <category label="C/C++"/>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【授業感想】mast編入生がB3春を終えて]]></title>
        <id>b3spring-itf-subject-review</id>
        <link href="https://watasuke.net/blog/article/b3spring-itf-subject-review/"/>
        <updated>2025-08-31T18:04:58.000Z</updated>
        <summary type="html"><![CDATA[2025年4月をもって筑波大学 情報メディア創成学類に3年次編入し、春モジュールが終了したので、取った授業の感想を書きます。<br><a href="https://watasuke.net/blog/article/b3spring-itf-subject-review/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Neovim v0.11のネイティブ補完APIをlazy.nvim+Mason 2.0で使う]]></title>
        <id>using-lsp-completion-with-lazy-nvim-mason</id>
        <link href="https://watasuke.net/blog/article/using-lsp-completion-with-lazy-nvim-mason/"/>
        <updated>2025-05-12T07:05:51.000Z</updated>
        <summary type="html"><![CDATA[Neovim v0.11で追加された`vim.lsp.completion`をlazy.nvimおよびMason 2.0で使えるように設定する手順を説明します。<br><a href="https://watasuke.net/blog/article/using-lsp-completion-with-lazy-nvim-mason/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[高専5年の活動を振り返り、進路選択を再考する]]></title>
        <id>review-my-5year-kosen-life</id>
        <link href="https://watasuke.net/blog/article/review-my-5year-kosen-life/"/>
        <updated>2025-04-01T18:52:41.000Z</updated>
        <summary type="html"><![CDATA[高専の卒業を機に、僕が5年間で何をしてきたのかをざっくり振り返ります。また、改めて高専という進路はどうだったのかについて考えます。<br><a href="https://watasuke.net/blog/article/review-my-5year-kosen-life/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[ピクシブの春インターンに参加しました]]></title>
        <id>joined-pixiv-spring-internship-2025</id>
        <link href="https://watasuke.net/blog/article/joined-pixiv-spring-internship-2025/"/>
        <updated>2025-03-26T18:58:37.000Z</updated>
        <summary type="html"><![CDATA[ピクシブの春インターンに参加し、PHPの静的型付けや自動リファクタリングに関するタスクに取り組みました。やったことや感想を書いています。<br><a href="https://watasuke.net/blog/article/joined-pixiv-spring-internship-2025/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[近況報告：Twitter垢凍結・セキュキャンフォーラム出ます]]></title>
        <id>2025-early-summary</id>
        <link href="https://watasuke.net/blog/article/2025-early-summary/"/>
        <updated>2025-03-04T19:48:58.000Z</updated>
        <summary type="html"><![CDATA[2025年初頭の近況報告です。Twitter垢が凍結されたこと、セキュリティ・キャンプ フォーラムへの参加についても書いています。<br><a href="https://watasuke.net/blog/article/2025-early-summary/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[2024(令和6)年を振り返ります]]></title>
        <id>2024-review</id>
        <link href="https://watasuke.net/blog/article/2024-review/"/>
        <updated>2025-01-02T16:39:38.000Z</updated>
        <summary type="html"><![CDATA[毎年恒例の、1年間の振り返りです。今年やって良かったこと等から2024年を振り返ります。<br><a href="https://watasuke.net/blog/article/2024-review/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【2024年版】英語・中韓国語の自己流勉強法まとめ（TOEFL対策メイン）]]></title>
        <id>2024-foreign-lang-study</id>
        <link href="https://watasuke.net/blog/article/2024-foreign-lang-study/"/>
        <updated>2024-12-24T18:11:41.000Z</updated>
        <summary type="html"><![CDATA[2024年に取り組んだ、英語・中国語・韓国語の学習方法を振り返ります。特に英語はTOEFL対策について、韓国語は単語登録の工夫について書いています。<br><a href="https://watasuke.net/blog/article/2024-foreign-lang-study/">続きを読む</a>]]></summary>
        <category label="勉強"/>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【OpenGL (ES)】描画結果を取得し、BMPとして保存する]]></title>
        <id>save-opengl-result-as-bmp</id>
        <link href="https://watasuke.net/blog/article/save-opengl-result-as-bmp/"/>
        <updated>2024-11-19T18:00:07.000Z</updated>
        <summary type="html"><![CDATA[OpenGLあるいはOpenGL ESで、Framebufferへ描画した結果をBMPファイルとして保存する方法をまとめました。<br><a href="https://watasuke.net/blog/article/save-opengl-result-as-bmp/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="C/C++"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[CODE BLUE 2024 に学生スタッフとして参加しました]]></title>
        <id>codeblue-2024-as-sv</id>
        <link href="https://watasuke.net/blog/article/codeblue-2024-as-sv/"/>
        <updated>2024-11-16T10:44:45.000Z</updated>
        <summary type="html"><![CDATA[CODE BLUE 2024 において学生スタッフを努めました。行った仕事内容や感想を書きます。<br><a href="https://watasuke.net/blog/article/codeblue-2024-as-sv/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[宇部高専 第61回高専祭のWebサイトを作りました]]></title>
        <id>nituc-fes-2024-website</id>
        <link href="https://watasuke.net/blog/article/nituc-fes-2024-website/"/>
        <updated>2024-11-11T17:54:59.000Z</updated>
        <summary type="html"><![CDATA[宇部高専 第61回高専祭のWebサイト制作について、使用技術などの点から振り返ります。<br><a href="https://watasuke.net/blog/article/nituc-fes-2024-website/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA["落選" が今の僕を作っている：未踏ジュニア・セキュキャン応募への心構え]]></title>
        <id>dont-be-afraid-of-failing-when-applying</id>
        <link href="https://watasuke.net/blog/article/dont-be-afraid-of-failing-when-applying/"/>
        <updated>2024-11-04T15:44:51.000Z</updated>
        <summary type="html"><![CDATA[未踏ジュニアに応募した実体験から、任意の事業に応募する時に覚えていてほしいことを説明します。<br><a href="https://watasuke.net/blog/article/dont-be-afraid-of-failing-when-applying/">続きを読む</a>]]></summary>
        <category label="日記・ポエム"/>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Keyball44を使い始めて2ヶ月が経過した]]></title>
        <id>keyball44-review-after-2m-use</id>
        <link href="https://watasuke.net/blog/article/keyball44-review-after-2m-use/"/>
        <updated>2024-10-05T20:06:27.000Z</updated>
        <summary type="html"><![CDATA[Keyball44を2ヶ月ほど使ってみたので、キーマップを紹介したり感想を書いたりしました。<br><a href="https://watasuke.net/blog/article/keyball44-review-after-2m-use/">続きを読む</a>]]></summary>
        <category label="レビュー"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【2025/R7】筑波大学 情報メディア創成学類 編入試験に合格するまでの1356時間08分29秒]]></title>
        <id>what-i-did-for-univ3rd-transfer</id>
        <link href="https://watasuke.net/blog/article/what-i-did-for-univ3rd-transfer/"/>
        <updated>2024-07-30T18:00:00.000Z</updated>
        <summary type="html"><![CDATA[筑波大 情報メディア創成学類、電通大 Ⅰ類、長岡技科大 電気電子情報工学分野に合格しました。勉強内容や進学先選定など、編入試験に向けてやったことを振り返ります。<br><a href="https://watasuke.net/blog/article/what-i-did-for-univ3rd-transfer/">続きを読む</a>]]></summary>
        <category label="勉強"/>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【Discord Bot】serenity-rsで指定した時間にメッセージを送信する]]></title>
        <id>serenity-send-message-ontime</id>
        <link href="https://watasuke.net/blog/article/serenity-send-message-ontime/"/>
        <updated>2024-04-24T14:12:51.000Z</updated>
        <summary type="html"><![CDATA[serenity-rsを用いて、指定した時間にメッセージを送信するDiscord Botを作成したので、方法をまとめました。<br><a href="https://watasuke.net/blog/article/serenity-send-message-ontime/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="Rust"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[OpenPLC EditorをArch Linux上で動かす]]></title>
        <id>openplc-editor-arch</id>
        <link href="https://watasuke.net/blog/article/openplc-editor-arch/"/>
        <updated>2024-01-09T15:33:01.000Z</updated>
        <summary type="html"><![CDATA[# 2024-01-20追記Python2の導入がダルくてつらいよ～と思って書いたこの記事ですが、どうやら別ブランチかどこかでPython3への移行が進められて……<br><a href="https://watasuke.net/blog/article/openplc-editor-arch/">続きを読む</a>]]></summary>
        <category label="Linux"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[2023(令和5)年を振り返ります]]></title>
        <id>2023-review</id>
        <link href="https://watasuke.net/blog/article/2023-review/"/>
        <updated>2023-12-27T10:38:09.000Z</updated>
        <summary type="html"><![CDATA[毎年恒例の、1年間の振り返りです。海外渡航歴や開発したプロジェクトなどの面から2023年を振り返ります。<br><a href="https://watasuke.net/blog/article/2023-review/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[サイトのバックエンドを自作CMSに乗り換えました]]></title>
        <id>renew-site-cms-to-original</id>
        <link href="https://watasuke.net/blog/article/renew-site-cms-to-original/"/>
        <updated>2023-12-17T16:55:50.000Z</updated>
        <summary type="html"><![CDATA[これが新 CMS によって構築され直された watasuke.net か～～！！！（予定）というわけで、ここ最近取り組んできた自作 CMS がいい感じになってき……<br><a href="https://watasuke.net/blog/article/renew-site-cms-to-original/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="React"/>
        <category label="Rust"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[宇部高専 第60回 高専祭で広報部長としてやったこと]]></title>
        <id>nituc-fes-2023-pr-works</id>
        <link href="https://watasuke.net/blog/article/nituc-fes-2023-pr-works/"/>
        <updated>2023-11-20T15:00:04.000Z</updated>
        <summary type="html"><![CDATA[宇部高専 第 60 回 高専祭において広報部長を務めました。広報部として高専祭に関わるのはこれで 3 年目になります。高専祭において、僕が何をしたのか振り返って……<br><a href="https://watasuke.net/blog/article/nituc-fes-2023-pr-works/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[CAPCOM Hackathonに参加しました]]></title>
        <id>participated-in-capcom-hackathon</id>
        <link href="https://watasuke.net/blog/article/participated-in-capcom-hackathon/"/>
        <updated>2023-10-23T13:54:03.000Z</updated>
        <summary type="html"><![CDATA[タイトル通りですが、10月21日および22日、大阪に赴いて、CAPCOM Hackathonに参加してきました。~~この頃ずっと参加記録しか書いてない感覚に襲わ……<br><a href="https://watasuke.net/blog/article/participated-in-capcom-hackathon/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【参加記】セキュリティ・ネクストキャンプ2023に参加しました]]></title>
        <id>the-end-of-nextcamp-23</id>
        <link href="https://watasuke.net/blog/article/the-end-of-nextcamp-23/"/>
        <updated>2023-08-15T09:00:01.000Z</updated>
        <summary type="html"><![CDATA[2023年のセキュリティ・ネクストキャンプに参加したので、講義内容や感想などを書きます。<br><a href="https://watasuke.net/blog/article/the-end-of-nextcamp-23/">続きを読む</a>]]></summary>
        <category label="セキュリティキャンプ"/>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[セキュリティ・ネクストキャンプ2023：応募課題晒し]]></title>
        <id>nextcamp-23-app-revealing</id>
        <link href="https://watasuke.net/blog/article/nextcamp-23-app-revealing/"/>
        <updated>2023-08-15T08:59:52.000Z</updated>
        <summary type="html"><![CDATA[2023年のセキュリティ・ネクストキャンプに選考通過したので、応募課題を晒します。<br><a href="https://watasuke.net/blog/article/nextcamp-23-app-revealing/">続きを読む</a>]]></summary>
        <category label="セキュリティキャンプ"/>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【Rust+no_std】entrypointが0x0になるときは--entryの値を確認しよう]]></title>
        <id>rust-entrypoint-0x0-why</id>
        <link href="https://watasuke.net/blog/article/rust-entrypoint-0x0-why/"/>
        <updated>2023-06-16T16:35:56.000Z</updated>
        <summary type="html"><![CDATA[OS作成中にELFのentrypointが0x0になってしまったので原因を調査しました。<br><a href="https://watasuke.net/blog/article/rust-entrypoint-0x0-why/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="Rust"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[国立聯合大学（台湾）へ留学してきました]]></title>
        <id>internship-in-taiwan-nuu</id>
        <link href="https://watasuke.net/blog/article/internship-in-taiwan-nuu/"/>
        <updated>2023-04-03T04:41:30.000Z</updated>
        <summary type="html"><![CDATA[03/04〜04/01 まで、台湾へ留学していました。一ヶ月近くの留学でしたが、終わってみれば本当の本当にあっという間でした。この期間でいろいろな事をしていたの……<br><a href="https://watasuke.net/blog/article/internship-in-taiwan-nuu/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【2023年版】自己流の英語勉強方法（TOEIC対策）まとめ]]></title>
        <id>english-learning-2023-edition</id>
        <link href="https://watasuke.net/blog/article/english-learning-2023-edition/"/>
        <updated>2023-03-20T17:43:52.000Z</updated>
        <summary type="html"><![CDATA[僕が10ヶ月程度でTOEICスコアを340点上げるまでの勉強方法について解説します。TOEICへの心構えから単語学習ツールAnkiの導入方法まで。<br><a href="https://watasuke.net/blog/article/english-learning-2023-edition/">続きを読む</a>]]></summary>
        <category label="勉強"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[GCC 2023 Singaporeにチューターとして参加しました]]></title>
        <id>gcc2023-attend</id>
        <link href="https://watasuke.net/blog/article/gcc2023-attend/"/>
        <updated>2023-02-23T12:29:35.000Z</updated>
        <summary type="html"><![CDATA[2023-02-11～18の間、チューターとしてGCC 2023に参加していました。感想とかを書いています。<br><a href="https://watasuke.net/blog/article/gcc2023-attend/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
        <category label="セキュリティキャンプ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[HTML+CSSで任意角度の弧を描画する]]></title>
        <id>fan-border-with-html-css</id>
        <link href="https://watasuke.net/blog/article/fan-border-with-html-css/"/>
        <updated>2023-02-23T06:56:20.000Z</updated>
        <summary type="html"><![CDATA[CSSのconic-gradientとradial-gradientを用いて弧を描画します。<br><a href="https://watasuke.net/blog/article/fan-border-with-html-css/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【2023最新版】実録Notion使用例]]></title>
        <id>2023-notion-usage</id>
        <link href="https://watasuke.net/blog/article/2023-notion-usage/"/>
        <updated>2023-01-01T02:56:39.000Z</updated>
        <summary type="html"><![CDATA[おおよそ一年前にこのような記事を書いていました。https://watasuke.net/blog/article/how-to-use-notion-myst……<br><a href="https://watasuke.net/blog/article/2023-notion-usage/">続きを読む</a>]]></summary>
        <category label="Notion"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[2022年を振り返ります]]></title>
        <id>2022-review</id>
        <link href="https://watasuke.net/blog/article/2022-review/"/>
        <updated>2022-12-30T03:14:30.000Z</updated>
        <summary type="html"><![CDATA[毎年恒例の、1年間の振り返りです。今年取り組んだこと、学業、ハマったコンテンツ等の面から2021年を振り返ります。<br><a href="https://watasuke.net/blog/article/2022-review/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[GitHub Codespaces+Rust+Bevyで最高の開発環境を作ろうと思ったけど駄目だった]]></title>
        <id>rust-bevy-codespaces-nice</id>
        <link href="https://watasuke.net/blog/article/rust-bevy-codespaces-nice/"/>
        <updated>2022-11-19T23:55:04.000Z</updated>
        <summary type="html"><![CDATA[CodespacesでBevyを用いた開発環境を作ろうとしたときの記録です。<br><a href="https://watasuke.net/blog/article/rust-bevy-codespaces-nice/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="Rust"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【ARZOPA MINI】モバイルモニターを買った]]></title>
        <id>arzopa-mini-mobile-monitor</id>
        <link href="https://watasuke.net/blog/article/arzopa-mini-mobile-monitor/"/>
        <updated>2022-11-03T04:02:27.000Z</updated>
        <summary type="html"><![CDATA[13.3インチのモバイルモニターを買ったので、実際に使ってみてどうだったのか書いています。<br><a href="https://watasuke.net/blog/article/arzopa-mini-mobile-monitor/">続きを読む</a>]]></summary>
        <category label="レビュー"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[セキュリティ・キャンプ2022を終えて（感想とか）]]></title>
        <id>the-end-of-security-camp</id>
        <link href="https://watasuke.net/blog/article/the-end-of-security-camp/"/>
        <updated>2022-08-12T08:49:21.000Z</updated>
        <summary type="html"><![CDATA[2022年のセキュリティ・キャンプ全国大会でRISC-V CPU自作ゼミにオンライン参加したので、感想などを書きます。<br><a href="https://watasuke.net/blog/article/the-end-of-security-camp/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
        <category label="セキュリティキャンプ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【C言語】ライブラリをリンクしなくてもpowが使える（最適化オプションについて調べた話）]]></title>
        <id>c-use-pow-without-lm</id>
        <link href="https://watasuke.net/blog/article/c-use-pow-without-lm/"/>
        <updated>2022-08-07T05:08:37.000Z</updated>
        <summary type="html"><![CDATA[pow関数をご存知ですか？math.hをインクルードすることによって使えるようになる、第1引数の第2引数乗を得ることが出来る数学関数です。ちなみにC17では7.……<br><a href="https://watasuke.net/blog/article/c-use-pow-without-lm/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="C/C++"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[サイトのドメインを変更しました]]></title>
        <id>domain-changed</id>
        <link href="https://watasuke.net/blog/article/domain-changed/"/>
        <updated>2022-07-24T06:16:14.000Z</updated>
        <summary type="html"><![CDATA[ドメインが変わりました。今まではwatasuke.tkだったのが、これからはwatasuke.netになります。いままでずっと無料ドメインを使ってきましたが、つ……<br><a href="https://watasuke.net/blog/article/domain-changed/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[セキュキャン2022通過したので応募課題を晒す]]></title>
        <id>seccamp-2022-app-publish</id>
        <link href="https://watasuke.net/blog/article/seccamp-2022-app-publish/"/>
        <updated>2022-06-07T14:08:56.000Z</updated>
        <summary type="html"><![CDATA[2022年のセキュリティ・キャンプ全国大会でRISC-V CPU自作ゼミに選考通過したので、応募課題を晒します。<br><a href="https://watasuke.net/blog/article/seccamp-2022-app-publish/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
        <category label="セキュリティキャンプ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[未踏ジュニア提案書に書いたこと＋二次選考でしたこと]]></title>
        <id>mitoujr-teian-point-and-2nd-senko</id>
        <link href="https://watasuke.net/blog/article/mitoujr-teian-point-and-2nd-senko/"/>
        <updated>2022-05-29T10:25:43.000Z</updated>
        <summary type="html"><![CDATA[2022年10月21日に18歳になるわたすけです。これは突拍子のない自分語りではなく、「未踏ジュニアに採択された」と主張できる可能性が完全になくなった、というこ……<br><a href="https://watasuke.net/blog/article/mitoujr-teian-point-and-2nd-senko/">続きを読む</a>]]></summary>
        <category label="日記・ポエム"/>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[ぶちこわれたArch LinuxをLive Diskから蘇生する＋フリーズ問題のまとめ]]></title>
        <id>reviving-arch-linux-from-live</id>
        <link href="https://watasuke.net/blog/article/reviving-arch-linux-from-live/"/>
        <updated>2022-04-27T15:13:37.000Z</updated>
        <summary type="html"><![CDATA[最近、Arch LinuxをデスクトップPCにインストールして使っています。ただし、グラボのせいか、謎の突発フリーズ現象に見舞われることが多く、長らく苦しめられ……<br><a href="https://watasuke.net/blog/article/reviving-arch-linux-from-live/">続きを読む</a>]]></summary>
        <category label="Linux"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[OpenSiv3D 0.6.3をArch Linuxでビルドする]]></title>
        <id>opensiv3d-063-build-on-arch</id>
        <link href="https://watasuke.net/blog/article/opensiv3d-063-build-on-arch/"/>
        <updated>2022-04-04T11:08:30.000Z</updated>
        <summary type="html"><![CDATA[Arch Linux上でパッケージのインストールからOpenSiv3Dをビルドするまでの手順をまとめました。<br><a href="https://watasuke.net/blog/article/opensiv3d-063-build-on-arch/">続きを読む</a>]]></summary>
        <category label="Linux"/>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[WindowsでインストールしたAPEXをArch Linuxからプレイする]]></title>
        <id>steam-apex-on-arch</id>
        <link href="https://watasuke.net/blog/article/steam-apex-on-arch/"/>
        <updated>2022-03-24T12:25:53.000Z</updated>
        <summary type="html"><![CDATA[WindowsのSteam経由でSSDにインストールしたAPEX LegendsをArch LinuxにインストールしたSteamから起動する方法をまとめました。<br><a href="https://watasuke.net/blog/article/steam-apex-on-arch/">続きを読む</a>]]></summary>
        <category label="Linux"/>
        <category label="ゲーム"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【tuigreet】テキストベースのディスプレイマネージャがかなり快適だった]]></title>
        <id>fastest-dm-tuigreet</id>
        <link href="https://watasuke.net/blog/article/fastest-dm-tuigreet/"/>
        <updated>2022-03-22T09:47:50.000Z</updated>
        <summary type="html"><![CDATA[Arch Linuxのディスプレイマネージャとしてtuigreetを導入してみてかなりよかったので、導入方法や設定などを紹介します。<br><a href="https://watasuke.net/blog/article/fastest-dm-tuigreet/">続きを読む</a>]]></summary>
        <category label="Linux"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[iPad Proを買ったぞ～～]]></title>
        <id>ipad-pro-kattazo-</id>
        <link href="https://watasuke.net/blog/article/ipad-pro-kattazo-/"/>
        <updated>2022-03-19T01:51:08.000Z</updated>
        <summary type="html"><![CDATA[2022 年 3 月 9 日（日本時間）、Apple Event が開催され、新型 iPad Air が発表されました。ということで、**iPad Pro**を……<br><a href="https://watasuke.net/blog/article/ipad-pro-kattazo-/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[GitHubのcompareを、JSの力でもっと快適にする（ゼロからのOS自作入門）]]></title>
        <id>github-compare-more-convenience-with-js</id>
        <link href="https://watasuke.net/blog/article/github-compare-more-convenience-with-js/"/>
        <updated>2022-02-24T02:21:00.000Z</updated>
        <summary type="html"><![CDATA[「ゼロからのOS自作入門」のリポジトリ閲覧に役立つ、GitHubのcompare機能をより便利に使えるJavaScriptスニペットを紹介します。<br><a href="https://watasuke.net/blog/article/github-compare-more-convenience-with-js/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[2021年をふりかえります]]></title>
        <id>2021-review</id>
        <link href="https://watasuke.net/blog/article/2021-review/"/>
        <updated>2021-12-28T04:54:46.000Z</updated>
        <summary type="html"><![CDATA[毎年恒例の、1年間の振り返りです。開発したプロジェクトなどの面から2021年を振り返ります。<br><a href="https://watasuke.net/blog/article/2021-review/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[【実録】Notionのつかいかた]]></title>
        <id>how-to-use-notion-mystyle</id>
        <link href="https://watasuke.net/blog/article/how-to-use-notion-mystyle/"/>
        <updated>2021-12-21T10:01:35.000Z</updated>
        <summary type="html"><![CDATA[2021年時点でのNotion運用です。ページ一覧とその役割や設計方法を紹介しています。<br><a href="https://watasuke.net/blog/article/how-to-use-notion-mystyle/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
        <category label="Notion"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Serenity (Rust) でDiscord Botを開発するときに躓いたところ]]></title>
        <id>discord-bot-by-rust-and-serenity</id>
        <link href="https://watasuke.net/blog/article/discord-bot-by-rust-and-serenity/"/>
        <updated>2021-12-05T03:59:19.000Z</updated>
        <summary type="html"><![CDATA[自分は同じクラスの人間が集まる Discord サーバーに入っているのですが、わりと VC が活発なんですよね。ただ、「人がいたら入ろうかな」という人も一定数い……<br><a href="https://watasuke.net/blog/article/discord-bot-by-rust-and-serenity/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="Rust"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[2021年未踏ジュニア感想まとめ]]></title>
        <id>2021-mitou-kansoudesu</id>
        <link href="https://watasuke.net/blog/article/2021-mitou-kansoudesu/"/>
        <updated>2021-11-04T07:32:30.000Z</updated>
        <summary type="html"><![CDATA[2021/11/03、2021年度未踏ジュニアの最終成果報告会がありました。Twitterで未踏ジュニアを知ってからもう1年経つんだな～と思っています。~~今年……<br><a href="https://watasuke.net/blog/article/2021-mitou-kansoudesu/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[U22プロコンに落ちたので反省会します]]></title>
        <id>u22-procon-hanseikai</id>
        <link href="https://watasuke.net/blog/article/u22-procon-hanseikai/"/>
        <updated>2021-10-02T10:12:03.000Z</updated>
        <summary type="html"><![CDATA[U-22 プログラミングコンテストに応募し、**事前審査で落ちました**。応募開始当日、7/1 21:00 に応募しました。ID が 1 だったので、おそらく最……<br><a href="https://watasuke.net/blog/article/u22-procon-hanseikai/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[アセンブリでのsyscallとint 0x80の違い]]></title>
        <id>differences-of-syscall-and-int0x80</id>
        <link href="https://watasuke.net/blog/article/differences-of-syscall-and-int0x80/"/>
        <updated>2021-07-22T09:09:23.000Z</updated>
        <summary type="html"><![CDATA[アセンブリ、難しいですね。正直何も理解しないまま書いてます。というわけで、今回はタイトル通りです。アセンブリでLinuxのシステムコールを呼び出す時、sysca……<br><a href="https://watasuke.net/blog/article/differences-of-syscall-and-int0x80/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[NightlyなRustでrlsのインストールに失敗した時にやったこと]]></title>
        <id>nightly-rust-rls-cannot-install</id>
        <link href="https://watasuke.net/blog/article/nightly-rust-rls-cannot-install/"/>
        <updated>2021-07-17T16:39:14.000Z</updated>
        <summary type="html"><![CDATA[Rust を勉強しています。やっぱり言語レベルで便利な機能がある言語は素晴らしいですね。C++だといちいち書かなければならないことを、短いコードで書けるのは良い……<br><a href="https://watasuke.net/blog/article/nightly-rust-rls-cannot-install/">続きを読む</a>]]></summary>
        <category label="Rust"/>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Reactの要素にはkeyを入れろ]]></title>
        <id>react-component-include-key</id>
        <link href="https://watasuke.net/blog/article/react-component-include-key/"/>
        <updated>2021-06-04T14:30:29.000Z</updated>
        <summary type="html"><![CDATA[`Warning: Each child in a list should have a unique "key" prop.` というエラーを出さないためにもkeyを入れましょう<br><a href="https://watasuke.net/blog/article/react-component-include-key/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="React"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[WSL2でMediaPipeをビルドし、ハンドトラッキングしてみる（失敗）]]></title>
        <id>mediapipe-build-on-wsl2</id>
        <link href="https://watasuke.net/blog/article/mediapipe-build-on-wsl2/"/>
        <updated>2021-05-05T08:55:55.000Z</updated>
        <summary type="html"><![CDATA[Googleが公開しているMediaPipeをWindowsのWSL上でビルドして、ハンドトラッキングを実行してみようと思って色々やったのですが、うまくいきませ……<br><a href="https://watasuke.net/blog/article/mediapipe-build-on-wsl2/">続きを読む</a>]]></summary>
        <category label="Linux"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[サイトをリニューアルしました]]></title>
        <id>remake-my-homepage</id>
        <link href="https://watasuke.net/blog/article/remake-my-homepage/"/>
        <updated>2021-05-01T23:47:33.000Z</updated>
        <summary type="html"><![CDATA[わたすけです。ずっと第二のホームページとなっていたこの watasuke.tk[^1] ですが、この度 React（Gatsby）を使って完全に作り直しました！……<br><a href="https://watasuke.net/blog/article/remake-my-homepage/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[WindowsでビルドしたQtの実行ファイルをデプロイする]]></title>
        <id>using-windeployqt</id>
        <link href="https://watasuke.net/blog/article/using-windeployqt/"/>
        <updated>2021-04-09T16:46:00.000Z</updated>
        <summary type="html"><![CDATA[WindowsでQtを使ったソフトを起動するために必要なDLL等をまとめてくれるwindeployqt.exeの使い方について。<br><a href="https://watasuke.net/blog/article/using-windeployqt/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="C/C++"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[2020年も終わりそうなので、色んな面から今年を振り返る]]></title>
        <id>2020-review</id>
        <link href="https://watasuke.net/blog/article/2020-review/"/>
        <updated>2020-12-24T21:30:00.000Z</updated>
        <summary type="html"><![CDATA[毎年恒例の、1年間の振り返りです。開発したプロジェクトなどの面から2020年を振り返ります。<br><a href="https://watasuke.net/blog/article/2020-review/">続きを読む</a>]]></summary>
        <category label="振り返り・参加記録"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[create-react-appを使わずにReact環境構築をしようと苦戦した話]]></title>
        <id>did-not-use-create-react-app</id>
        <link href="https://watasuke.net/blog/article/did-not-use-create-react-app/"/>
        <updated>2020-12-19T10:39:00.000Z</updated>
        <summary type="html"><![CDATA[create-react-appなしでReactの環境構築をするときに躓いたところと解決策をまとめました。<br><a href="https://watasuke.net/blog/article/did-not-use-create-react-app/">続きを読む</a>]]></summary>
        <category label="React"/>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[簡易的な所持金管理アプリ「ExpNote」をリリース！ + Flutterで躓いた所とか]]></title>
        <id>expnote-release-yeah</id>
        <link href="https://watasuke.net/blog/article/expnote-release-yeah/"/>
        <updated>2020-10-19T17:58:00.000Z</updated>
        <summary type="html"><![CDATA[Flutter製の所持金管理アプリ「ExpNote」をリリースしました。アプリ紹介と、Flutterの感想を書きます。<br><a href="https://watasuke.net/blog/article/expnote-release-yeah/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Qt Creatorに頼らずQtソフトウェアを開発する時に躓いた所]]></title>
        <id>make-soft-without-qt-creator</id>
        <link href="https://watasuke.net/blog/article/make-soft-without-qt-creator/"/>
        <updated>2020-09-28T18:14:00.000Z</updated>
        <summary type="html"><![CDATA[Qt Creatorを使わずにQtソフトウェアを開発する際に困ったこと及びその解決策をまとめました。<br><a href="https://watasuke.net/blog/article/make-soft-without-qt-creator/">続きを読む</a>]]></summary>
        <category label="C/C++"/>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[PC98用ゲーム「コープスパーティー」をLinuxで遊ぶ]]></title>
        <id>pc98-emu-on-linux</id>
        <link href="https://watasuke.net/blog/article/pc98-emu-on-linux/"/>
        <updated>2020-07-13T18:28:00.000Z</updated>
        <summary type="html"><![CDATA[PC98エミュレータのセットアップ方法を解説します（Windowsにも対応しています）<br><a href="https://watasuke.net/blog/article/pc98-emu-on-linux/">続きを読む</a>]]></summary>
        <category label="Linux"/>
        <category label="ゲーム"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Pythonを使ってDiscordのBotを作ってみた！やり方や感想まとめ]]></title>
        <id>discordbot-bypython</id>
        <link href="https://watasuke.net/blog/article/discordbot-bypython/"/>
        <updated>2020-06-18T18:23:00.000Z</updated>
        <summary type="html"><![CDATA[Discord.pyを使ってDiscordのBotを作ってみました。苦労した点などを踏まえて感想を書きました。<br><a href="https://watasuke.net/blog/article/discordbot-bypython/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Qt Creatorの基礎の基礎 ーボタンを押すと終了するだけのソフトを作ろう]]></title>
        <id>qt-creator-howtouse</id>
        <link href="https://watasuke.net/blog/article/qt-creator-howtouse/"/>
        <updated>2020-06-06T14:29:00.000Z</updated>
        <summary type="html"><![CDATA[「ボタンを押したら終了する」プログラムを題材に、Qt Creatorの使い方を紹介します。<br><a href="https://watasuke.net/blog/article/qt-creator-howtouse/">続きを読む</a>]]></summary>
        <category label="C/C++"/>
        <category label="プログラミング"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[AlterLinuxを実機にインストールして使ってみた]]></title>
        <id>alterlinux-inst</id>
        <link href="https://watasuke.net/blog/article/alterlinux-inst/"/>
        <updated>2020-04-06T13:13:00.000Z</updated>
        <summary type="html"><![CDATA[Alter Linuxをノートパソコンにインストールしてみたので、手順や感想を書きました。<br><a href="https://watasuke.net/blog/article/alterlinux-inst/">続きを読む</a>]]></summary>
        <category label="Linux"/>
        <category label="レビュー"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[あけおめ！2020年の目標をとりあえずまとめてみました]]></title>
        <id>2020-goal-decide</id>
        <link href="https://watasuke.net/blog/article/2020-goal-decide/"/>
        <updated>2020-01-02T15:20:00.000Z</updated>
        <summary type="html"><![CDATA[2020年の目標を列挙しました。プログラミング、ゲーム、創作などを頑張るつもりです。<br><a href="https://watasuke.net/blog/article/2020-goal-decide/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[学習特化をうたう。マークアップ式テキストエディタ、「MarkStudy」配布開始【U-22プログラミングコンテスト出場】]]></title>
        <id>markstudy-description</id>
        <link href="https://watasuke.net/blog/article/markstudy-description/"/>
        <updated>2019-10-25T22:24:00.000Z</updated>
        <summary type="html"><![CDATA[U-22プログラミングコンテスト2019応募作品「MarkStudy」を紹介します。<br><a href="https://watasuke.net/blog/article/markstudy-description/">続きを読む</a>]]></summary>
        <category label="プログラミング"/>
        <category label="C/C++"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[CubaseやStudioOne等、DAWを音ありで簡単に録画する！]]></title>
        <id>daw-rec</id>
        <link href="https://watasuke.net/blog/article/daw-rec/"/>
        <updated>2019-06-08T11:52:00.000Z</updated>
        <summary type="html"><![CDATA[VoiceMeeterを用いて、DAWの画面録画に音を含める方法を解説します。<br><a href="https://watasuke.net/blog/article/daw-rec/">続きを読む</a>]]></summary>
        <category label="ただのブログ"/>
    </entry>
</feed>