Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .ls-lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
ls:
dir: kebab-case
.dir: kebab-case
.md: SCREAMING_SNAKE_CASE
.ts: camelCase
.tsx: PascalCase
.astro: PascalCase
.png: kebab-case
.jpg: kebab-case
.jpeg: kebab-case
.svg: kebab-case
.ico: kebab-case
.txt: kebab-case
.github:
workflows:
.yml: kebab-case
Expand All @@ -18,6 +24,7 @@ ls:
.ts: PascalCase

ignore:
- .astro
- .git
- .vscode
- node_modules
Expand Down
4 changes: 2 additions & 2 deletions src/content/blog/codeblue2025-summary-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ bluetooth接続要求が繰り返し送られ、接続してしまうと侵入

こんな感じで左側でAIに聞きながら右で検索とメモをするように。Geminiとのチャットを講演ごとに分けて行い、かなり理解が進んだ。

<img src="/images/blog/codeblue2025_summary_repo/captcha.png" alt="captcha" style="height: 30vh; width: auto;">
<img src="/images/blog/codeblue2025-summary-repo/captcha.png" alt="captcha" style="height: 30vh; width: auto;">


## 2日目
Expand Down Expand Up @@ -235,7 +235,7 @@ LinuxとAndroidのブートに不正証明書を注入することでSecureBoot

ちなみに来年のCODE BLUE 2026も同じ会場で

<img src="/images/blog/codeblue2025_summary_repo/next_code_blue.jpg" alt="next_code_blue" style="height: 30vh; width: auto;">
<img src="/images/blog/codeblue2025-summary-repo/next-code-blue.jpg" alt="next-code-blue" style="height: 30vh; width: auto;">


2026/11/17, 18 に開催するみたい
Expand Down
6 changes: 3 additions & 3 deletions src/content/blog/mitmproxy-doc-read-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: RiiiM
tags: [Tech, proxy, Document, mitmproxy]
---

![thumbnail](/images/blog/mitmproxy_doc_read_01/e0e639e4-611f-d1cf-d448-9ca64d23c13c.png)
![thumbnail](/images/blog/mitmproxy-doc-read-01/e0e639e4-611f-d1cf-d448-9ca64d23c13c.png)

## 勝手にシリーズ始めます

Expand Down Expand Up @@ -50,7 +50,7 @@ https://docs.mitmproxy.org/stable/concepts/how-mitmproxy-works

#### 通常のプロキシ(Explicit Proxy)

![通常のプロキシ(Explicit Proxy)](/images/blog/mitmproxy_doc_read_01/1053ad91-e0d1-d151-e65a-f04aadebdbb1.png)
![通常のプロキシ(Explicit Proxy)](/images/blog/mitmproxy-doc-read-01/1053ad91-e0d1-d151-e65a-f04aadebdbb1.png)

**概要:**
ユーザーやアプリケーションが明示的にプロキシの存在を認識し、プロキシサーバーを通すように設定して使うプロキシです。
Expand All @@ -74,7 +74,7 @@ https://docs.mitmproxy.org/stable/concepts/how-mitmproxy-works

#### 透過プロキシ(Transparent Proxy)

![透過プロキシ(Transparent Proxy)](/images/blog/mitmproxy_doc_read_01/b872c7d4-2860-a6bb-6faf-2dd65d7973e2.png)
![透過プロキシ(Transparent Proxy)](/images/blog/mitmproxy-doc-read-01/b872c7d4-2860-a6bb-6faf-2dd65d7973e2.png)

**概要:**
クライアントはプロキシの存在を意識せず、通常どおり通信を行っているつもりでも、途中で通信がプロキシにリダイレクトされる仕組みです。
Expand Down
2 changes: 1 addition & 1 deletion src/data/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const product: Product[] = [
},
{
name: 'Meeats BoardGame & Kitchen',
image: '/images/product/meeats_hp.jpg',
image: '/images/product/meeats-hp.jpg',
description:
'盛岡市大通りにあるボードゲームカフェ「Meeats BoardGame & Kitchen」のホームページを開発しました。看板商品のキューバ式サンドイッチ、クバーノは絶品です。',
href: 'https://meeats-bgk.com/',
Expand Down