<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:media="http://search.yahoo.com/mrss/"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:georss="http://www.georss.org/georss">

  <channel>
    <title>
      <![CDATA[  #a5ebec  ]]>
    </title>
    <link> https://blog.h3y6e.com </link>
    <description>
      <![CDATA[  へいほぅの殴り書き  ]]>
    </description>
    <atom:link
      href="https://blog.h3y6e.com/feed.xml"
      rel="self"
      type="application/rss+xml" />


<item>
  <title>
    <![CDATA[  JevをDark Factoryに組み込む  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2026/09/18/jev-in-dark-factory/ </link>
  <guid> https://blog.h3y6e.com/posts/2026/09/18/jev-in-dark-factory/ </guid>
  <description>
    <![CDATA[  if文では書けないがLLMに任せるには重い判定をTypeSafe AIのJevに答えさせた。Flueで組んだDark Factoryのトリアージ・出力検証・リスク分類で検証。危険側の誤りは一件も出なかったが、合否を一発で答えさせると精度が伸びず、狭い質問に分解して答えを組み合わせる必要があった  ]]>
  </description>  
    
  <pubDate>Fri, 18 Sep 2026 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  LLM Wikiを日々の開発に組み込む  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2026/09/17/building-wiki-skill/ </link>
  <guid> https://blog.h3y6e.com/posts/2026/09/17/building-wiki-skill/ </guid>
  <description>
    <![CDATA[  一次情報からエージェントがwikiを編纂して維持するための運用ルールを、building-wikiというAgent Skillにまとめた  ]]>
  </description>  
    
  <pubDate>Thu, 17 Sep 2026 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  gh-awでProjectの手入れをGitHub Actionsに乗せる  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2026/04/27/gh-aw-project-triage/ </link>
  <guid> https://blog.h3y6e.com/posts/2026/04/27/gh-aw-project-triage/ </guid>
  <description>
    <![CDATA[  MarkdownワークフローでProjectの空欄を安全に埋める  ]]>
  </description>  
    
  <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  issueを出したら実装される世界をgh-awで見た  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2026/04/24/gh-aw-issue-driven-agentic-workflow/ </link>
  <guid> https://blog.h3y6e.com/posts/2026/04/24/gh-aw-issue-driven-agentic-workflow/ </guid>
  <description>
    <![CDATA[  GitHub WorkflowsでAI Agentの出入り口を設計する方法  ]]>
  </description>  
    
  <pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  普段コードを書かない人が働きやすいようにメタリポジトリを整える  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2026/03/25/meta-repo-for-non-coders/ </link>
  <guid> https://blog.h3y6e.com/posts/2026/03/25/meta-repo-for-non-coders/ </guid>
  <description>
    <![CDATA[  普段コードを書かない人がCodex Appから仕様書作成や横断調査を進めやすくするために、メタリポジトリとskillsを整えている。submoduleで集約しているが難しさも残る  ]]>
  </description>  
    
  <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  バージョニングで悩みたくないならCalVer  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2026/03/25/calver-with-tagpr/ </link>
  <guid> https://blog.h3y6e.com/posts/2026/03/25/calver-with-tagpr/ </guid>
  <description>
    <![CDATA[  SemVerの意味付けがしにくく定期的にリリースするプロダクトのバージョニングにはCalVerを採用しよう  ]]>
  </description>  
    
  <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  ClaudeによるコードレビューをAgent Skillsで育てる  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2026/03/24/claude-review-agent-skills/ </link>
  <guid> https://blog.h3y6e.com/posts/2026/03/24/claude-review-agent-skills/ </guid>
  <description>
    <![CDATA[  Claudeレビューの自己改善ループをAgent Skills中心に再設計し、自動レビューと対話モードで同じ知識を共有するようにした  ]]>
  </description>  
    
  <pubDate>Tue, 24 Mar 2026 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Samsung Galaxyのカメラシャッター音を消す  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2025/12/13/samsung-shutter-sound/ </link>
  <guid> https://blog.h3y6e.com/posts/2025/12/13/samsung-shutter-sound/ </guid>
  <description>
    <![CDATA[  adb shell settings put system csc<em>pref</em>camera<em>forced</em>shuttersound_key 0  ]]>
  </description>  
    
  <pubDate>Sat, 13 Dec 2025 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Claudeによるコードレビューをフィードバックで自己改善する仕組み  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2025/08/01/claude-review-feedback-tuning/ </link>
  <guid> https://blog.h3y6e.com/posts/2025/08/01/claude-review-feedback-tuning/ </guid>
  <description>
    <![CDATA[  Claudeによるコードレビューに対する開発者のフィードバックを収集・分析し、レビュー品質を自動的に改善するワークフローを実装した  ]]>
  </description>  
    
  <pubDate>Fri, 01 Aug 2025 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  球化するUI  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2025/07/03/spherical-ui/ </link>
  <guid> https://blog.h3y6e.com/posts/2025/07/03/spherical-ui/ </guid>
  <description>
    <![CDATA[  UIはあらゆる入力を受け止める球となり、ユーザーを取り巻く球状の空間へと拡張していく  ]]>
  </description>  
    
  <pubDate>Thu, 03 Jul 2025 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Claude Code ActionでPRレビューを自動化  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2025/07/02/claude-code-action-pr-review/ </link>
  <guid> https://blog.h3y6e.com/posts/2025/07/02/claude-code-action-pr-review/ </guid>
  <description>
    <![CDATA[  Claude Code ActionとAWS Bedrockを使って、GitHub ActionsでPRの自動レビューシステムを構築した  ]]>
  </description>  
    
  <pubDate>Wed, 02 Jul 2025 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  RaycastでPLaMo翻訳を使う  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2025/06/21/raycast-plamo-translate/ </link>
  <guid> https://blog.h3y6e.com/posts/2025/06/21/raycast-plamo-translate/ </guid>
  <description>
    <![CDATA[  Script Command機能を使ってPLaMo翻訳CLIをRaycastから呼び出せるようにした  ]]>
  </description>  
    
  <pubDate>Sat, 21 Jun 2025 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  1PasswordでAWSクレデンシャルを扱うならop pluginより素のopコマンド  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2025/05/30/aws-credentials-1password/ </link>
  <guid> https://blog.h3y6e.com/posts/2025/05/30/aws-credentials-1password/ </guid>
  <description>
    <![CDATA[  1Passwordでcredential_processを使う際は、op pluginを経由せず素のopコマンドを使う方が柔軟で便利  ]]>
  </description>  
    
  <pubDate>Fri, 30 May 2025 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  ブラックフライデーで買ったサービス  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2024/11/29/black-friday-services-2024/ </link>
  <guid> https://blog.h3y6e.com/posts/2024/11/29/black-friday-services-2024/ </guid>
  <description>
    <![CDATA[  2024年のブラックフライデーで購入したサービスと、購入を見送ったサービスについて  ]]>
  </description>  
    
  <pubDate>Fri, 29 Nov 2024 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  PrusaSlicerで印刷速度を爆速に  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2023/10/14/prusaslicer-speed-optimization/ </link>
  <guid> https://blog.h3y6e.com/posts/2023/10/14/prusaslicer-speed-optimization/ </guid>
  <description>
    <![CDATA[  PrusaSlicerでgcode生成してから印刷してみたらめちゃくちゃ速くなった話  ]]>
  </description>  
    
  <pubDate>Sat, 14 Oct 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Karabinerでfnキーに3つの機能を持たせた  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2023/04/30/karabiner-fn-key-customization/ </link>
  <guid> https://blog.h3y6e.com/posts/2023/04/30/karabiner-fn-key-customization/ </guid>
  <description>
    <![CDATA[  fnキーを単体押し・組み合わせ・長押しで異なる動作をさせる設定を作った  ]]>
  </description>  
    
  <pubDate>Sun, 30 Apr 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Nostrを用いてblogとmicrobloggingの中間的存在が作れるのでは無いか、という思考と実験  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2023/02/08/comment-on-nostr/ </link>
  <guid> https://blog.h3y6e.com/posts/2023/02/08/comment-on-nostr/ </guid>
  <description>
    <![CDATA[  Comment on Nostrをこのブログに試験的に導入してみる。  ]]>
  </description>  
    
  <pubDate>Wed, 08 Feb 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  2022年に聴いていたPodcast  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2022/12/31/podcasts2022/ </link>
  <guid> https://blog.h3y6e.com/posts/2022/12/31/podcasts2022/ </guid>
  <description>
    <![CDATA[  今年聴いたPodcastで勧めたいやつを雑に紹介する。  ]]>
  </description>  
    
  <pubDate>Sat, 31 Dec 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Podcastことはじめ  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2022/12/09/getting-started-with-podcasting/ </link>
  <guid> https://blog.h3y6e.com/posts/2022/12/09/getting-started-with-podcasting/ </guid>
  <description>
    <![CDATA[  CAMPHOR-でPodcastを始めたので収録から配信までの知見を書く。  ]]>
  </description>  
    
  <pubDate>Fri, 09 Dec 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  macOSで初期状態からのセットアップ  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2022/12/05/macos-setup/ </link>
  <guid> https://blog.h3y6e.com/posts/2022/12/05/macos-setup/ </guid>
  <description>
    <![CDATA[  新しいMacを買ったときとか、macOSをファクトリーリセットしたい衝動に駆られたときに。  ]]>
  </description>  
    
  <pubDate>Mon, 05 Dec 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  RustyKeys ビルドログ  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2022/05/02/rustykeys-buildlog/ </link>
  <guid> https://blog.h3y6e.com/posts/2022/05/02/rustykeys-buildlog/ </guid>
  <description>
    <![CDATA[  RustyKeysのビルドログです。  ]]>
  </description>  
    
  <pubDate>Mon, 02 May 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Navpad 1.0 ビルドログ  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2022/03/15/navpad-10-buildlog/ </link>
  <guid> https://blog.h3y6e.com/posts/2022/03/15/navpad-10-buildlog/ </guid>
  <description>
    <![CDATA[  遊舎工房様より提供していただいたNavpad 1.0のビルドログです。  ]]>
  </description>  
    
  <pubDate>Tue, 15 Mar 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  2021年に聴いていたPodcast  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2021/12/31/podcasts2021/ </link>
  <guid> https://blog.h3y6e.com/posts/2021/12/31/podcasts2021/ </guid>
  <description>
    <![CDATA[  今年聴いたPodcastで勧めたいやつを雑に紹介する。  ]]>
  </description>  
    
  <pubDate>Fri, 31 Dec 2021 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  【ポケモンBDSP】自動孵化装置を作って高個体値色違いイーブイを手に入れる&#40;夢を見た&#41;  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2021/12/01/auto-hatching-in-pokemon-bdsp/ </link>
  <guid> https://blog.h3y6e.com/posts/2021/12/01/auto-hatching-in-pokemon-bdsp/ </guid>
  <description>
    <![CDATA[  Pro Micro&#40;Arduino Leonardo互換機&#41;でポケモンBDSP版自動孵化装置を作成する。  ]]>
  </description>  
    
  <pubDate>Wed, 01 Dec 2021 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  買って（良|悪）かったもの2020  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2020/12/31/stuff2020/ </link>
  <guid> https://blog.h3y6e.com/posts/2020/12/31/stuff2020/ </guid>
  <description>
    <![CDATA[  2020年に買ったものを紹介する。  ]]>
  </description>  
    
  <pubDate>Thu, 31 Dec 2020 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  ITエンジニア志望の学生が聴くべきPodcast  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2020/12/20/podcasts/ </link>
  <guid> https://blog.h3y6e.com/posts/2020/12/20/podcasts/ </guid>
  <description>
    <![CDATA[  おすすめのPodcast番組を紹介して皆んなとPodcastトークがしたい。  ]]>
  </description>  
    
  <pubDate>Sun, 20 Dec 2020 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  A2ネットを改善しよう  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2020/12/18/a2net/ </link>
  <guid> https://blog.h3y6e.com/posts/2020/12/18/a2net/ </guid>
  <description>
    <![CDATA[  寮のネットワークを改善している話。  ]]>
  </description>  
    
  <pubDate>Fri, 18 Dec 2020 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  GitLabのアップデート &amp; Zero downtime updates &amp; Slack通知  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2020/05/08/gitlab-zero-downtime-updates/ </link>
  <guid> https://blog.h3y6e.com/posts/2020/05/08/gitlab-zero-downtime-updates/ </guid>
  <description>
    <![CDATA[  重い腰を上げてGitLabをアップデートした。そのついでにZero downtime updatesに対応させた。  ]]>
  </description>  
    
  <pubDate>Fri, 08 May 2020 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  nvtopを非rootでインストール  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2020/01/28/non-root-nvtop/ </link>
  <guid> https://blog.h3y6e.com/posts/2020/01/28/non-root-nvtop/ </guid>
  <description>
    <![CDATA[  nvtopを研究室のGPUサーバーにインストールした。  ]]>
  </description>  
    
  <pubDate>Tue, 28 Jan 2020 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  誰得なAtomのSyntax themeを作った  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/12/23/light-owl-syntax-theme-for-atom/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/12/23/light-owl-syntax-theme-for-atom/ </guid>
  <description>
    <![CDATA[  Atomは好きですか？ライトテーマは好きですか？Juliaは好きですか？  ]]>
  </description>  
    
  <pubDate>Mon, 23 Dec 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  メインアカウントにbot機能を搭載して運用してるけど意外と上手くやってる  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/12/08/kuac2019/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/12/08/kuac2019/ </guid>
  <description>
    <![CDATA[  僕のTwitterアカウントに付属している単位取得率botと降水量を教えてくれるbotについて  ]]>
  </description>  
    
  <pubDate>Sun, 08 Dec 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Netlify &#43;  GitHub ActionsでHugo製ブログの予約投稿  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/12/07/netlify-github-timed-post/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/12/07/netlify-github-timed-post/ </guid>
  <description>
    <![CDATA[  NetlifyでホスティングしているHugo製ブログで予約投稿したいなと思ってGitHub Actions使ったらめちゃ簡単だった。  ]]>
  </description>  
    
  <pubDate>Sat, 07 Dec 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Eigenvectors from EigenvaluesをJuliaで検証する  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/11/19/eigenvectors-from-eigenvalues-julia/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/11/19/eigenvectors-from-eigenvalues-julia/ </guid>
  <description>
    <![CDATA[  Twitterで話題になったり、研究室のslackで話されたりしていたのでJuliaで書いてみた。  ]]>
  </description>  
    
  <pubDate>Tue, 19 Nov 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  webpack &#43; typescript &#43; three.jsでGLSL &#40;.frag|.vert&#41; を外部モジュールとしてimportする  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/11/14/webpack-ts-three-js-glsl/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/11/14/webpack-ts-three-js-glsl/ </guid>
  <description>
    <![CDATA[  typescript &#43; three.jsでGLSLをいい感じに編集したい。  ]]>
  </description>  
    
  <pubDate>Thu, 14 Nov 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  &#91;論文読み&#93; How Do Humans Sketch Objects?   ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/10/24/how-do-humans-sketch-objects/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/10/24/how-do-humans-sketch-objects/ </guid>
  <description>
    <![CDATA[  人間はどのように物体をスケッチするか  ]]>
  </description>  
    
  <pubDate>Thu, 24 Oct 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  ssh keys  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/10/08/ssh-keys/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/10/08/ssh-keys/ </guid>
  <description>
    <![CDATA[  何回やっても覚えられないので自分用に。  ]]>
  </description>  
    
  <pubDate>Tue, 08 Oct 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  &#91;論文読み&#93; Shape from Shading through Shape Evolution  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/08/29/shape-from-shading-through-shape-evolution/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/08/29/shape-from-shading-through-shape-evolution/ </guid>
  <description>
    <![CDATA[  論文読み : 形状進化による3Dデータを用いたShape-from-Shading  ]]>
  </description>  
    
  <pubDate>Thu, 29 Aug 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  セキュリティ・キャンプ2019参加記  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/08/24/seccamp2019/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/08/24/seccamp2019/ </guid>
  <description>
    <![CDATA[  セキュリティ・キャンプ全国大会2019に参加した話本編  ]]>
  </description>  
    
  <pubDate>Sat, 24 Aug 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  セキュリティ・キャンプ2019起床記  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/08/17/seccamp2019-wakeup/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/08/17/seccamp2019-wakeup/ </guid>
  <description>
    <![CDATA[  セキュリティ・キャンプ全国大会2019に参加した話起床編  ]]>
  </description>  
    
  <pubDate>Sat, 17 Aug 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  pyenvでPython 3.4.3がインストールできない（Ubuntu 18.04）  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/06/28/cannnot-install-python3-4-3-by-pyenv-on-ubuntu/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/06/28/cannnot-install-python3-4-3-by-pyenv-on-ubuntu/ </guid>
  <description>
    <![CDATA[  Ubuntu18.04のpyenvでPython 3.4.3がインストールできなかったのでその解決法。  ]]>
  </description>  
    
  <pubDate>Fri, 28 Jun 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Netlifyでさくっとカスタムドメイン  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/06/09/netlify-custom-domain/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/06/09/netlify-custom-domain/ </guid>
  <description>
    <![CDATA[  院試勉強の疲れからか気がついたらドメイン買ってnetlifyに設定してしまったので殴り書く。  ]]>
  </description>  
    
  <pubDate>Sun, 09 Jun 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  GitHub Pages &#43; Netlify DNSでカスタムドメイン  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/06/09/github-pages-netlify-managed-dns-custom-domain/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/06/09/github-pages-netlify-managed-dns-custom-domain/ </guid>
  <description>
    <![CDATA[  GitHub Pagesにもカスタムドメインを設定する。  ]]>
  </description>  
    
  <pubDate>Sun, 09 Jun 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Ubuntu,Debianにzsh&#43;prezto導入&amp;テーマ変更  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/05/25/zsh-prezto-ubuntu/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/05/25/zsh-prezto-ubuntu/ </guid>
  <description>
    <![CDATA[  ググればすぐ出てくるけど何回も同じ作業するのでいい加減まとめたほうがいい気がした。  ]]>
  </description>  
    
  <pubDate>Sat, 25 May 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Ubuntuで解像度の異なる複数のディスプレイを同時に、いい感じに使いたい  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/05/20/multiple-displays-of-different-resolutions-in-ubuntu-for-a-nice-look/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/05/20/multiple-displays-of-different-resolutions-in-ubuntu-for-a-nice-look/ </guid>
  <description>
    <![CDATA[  研究室で与えられたディスプレイの解像度が異なっていて気持ち悪かったので修正した（?&#41;ときのメモ。  ]]>
  </description>  
    
  <pubDate>Mon, 20 May 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Windows 10のためのTerminal  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/05/19/terminals-for-windows/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/05/19/terminals-for-windows/ </guid>
  <description>
    <![CDATA[  WindowsのTerminal探し。「日本語入力対応、タブ機能あり、高速、お洒落」  ]]>
  </description>  
    
  <pubDate>Sun, 19 May 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  &#91;論文読み&#93; Neural Inverse Rendering of an Indoor Scene From a Single Image  ]]>
  </title>
  <link> https://blog.h3y6e.com/posts/2019/05/17/neural-inverse-rendering-of-an-indoor-scene-from-a-single-image/ </link>
  <guid> https://blog.h3y6e.com/posts/2019/05/17/neural-inverse-rendering-of-an-indoor-scene-from-a-single-image/ </guid>
  <description>
    <![CDATA[  論文読み：単一画像からの屋内シーンのニューラルインバースレンダリング  ]]>
  </description>  
    
  <pubDate>Fri, 17 May 2019 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>heyhoe</atom:name>
  </atom:author>
        
</item>
</channel></rss>