Daiki's Avatar

Daiki

@dnfolio.me.bsky.social

Studying English!! Software Developer Japan Website: dnfolio.me GitHub: https://github.com/Daiki48

28 Followers  |  43 Following  |  117 Posts  |  Joined: 07.02.2024  |  1.5539

Latest posts by dnfolio.me on Bluesky

Migrate Windows to Linux Mint. Successfully😘

25.06.2025 14:16 — 👍 2    🔁 0    💬 0    📌 0

Today is my daughter 's check-up appointment 👍

20.06.2025 01:12 — 👍 1    🔁 0    💬 0    📌 0
Preview
WSL2でNode.jsプロジェクトをビルド時にJavaScript heap out of memoryが発生した場合 WSL2に割り当てているメモリが少ないマシンで発生したエラー。

WSL2でNode.jsプロジェクトをビルド時にJavaScript heap out of memoryが発生した場合 dnfolio.me/wsl2denode-j...

08.05.2025 14:38 — 👍 0    🔁 0    💬 0    📌 0

Actually, my daughter was born a few days ago🥰

25.04.2025 09:17 — 👍 1    🔁 0    💬 0    📌 0
Preview
Zolaで構築した個人サイトに検索機能(Pagefind)を実装した このサイトはZolaというRust製SSGで構築している。公式ドキュメントでは書かれていないPagefindによる検索機能の実装が出来た。

Zolaで構築した個人サイトに検索機能(Pagefind)を実装した dnfolio.me/zoladegou-zh...

31.03.2025 13:09 — 👍 0    🔁 0    💬 0    📌 0

Build Zola + pagefind 👍

30.03.2025 15:27 — 👍 0    🔁 0    💬 0    📌 0
Video thumbnail

I have added a long-awaited search function to my personal website🥳

dnfolio.me

30.03.2025 15:13 — 👍 0    🔁 0    💬 0    📌 1
Preview
Cloudflare Pagesへのデプロイ手段をGit統合からGitHub Actionsに変更した 個人サイトのデプロイ手順を大きく変更した。GitHub ActionsでCloudflare Pagesにデプロイ出来ることを知ったので実装した。

Cloudflare Pagesへのデプロイ手段をGit統合からGitHub Actionsに変更した dnfolio.me/cloudflare-p...

29.03.2025 16:14 — 👍 0    🔁 0    💬 0    📌 0
Preview
Neovim v0.11がリリースしたのでLSP周辺の設定を見直した Neovim v0.10までは、LSPを利用するためにnvim-lspconfigを設定していた。しかし、今回からNeovim本体でLSPの設定をしやすくなったので自分のdotfilesを見直してみた。

Neovim v0.11がリリースしたのでLSP周辺の設定を見直した dnfolio.me/neovim-v0-11...

28.03.2025 14:54 — 👍 0    🔁 0    💬 0    📌 0
News-0.11 - Neovim docsNeovim Neovim user documentation

#neovim 0.11 is out!

- List of notable changes since 0.10: neovim.io/doc/user/new...
- Summary blog post: gpanders.com/blog/whats-n...
- Release binaries: github.com/neovim/neovi...

Thank you all for the support! More things to come in 0.12!

26.03.2025 15:20 — 👍 130    🔁 42    💬 2    📌 9
Preview
Created sample project powerd by Hono + Cloudflare Workers + Bun First time using Cloudflare Workers and Hono. I am very easy to use.

Created sample project powerd by Hono Cloudflare Workers Bun dnfolio.me/created-samp...

26.03.2025 07:40 — 👍 0    🔁 0    💬 0    📌 0
Preview
dnfolioのUIを若干変更した 個人サイトdnfolioのUIを若干変更した。ちょっと見やすくなった。

dnfolioのUIを若干変更した dnfolio.me/dnfolionouiw...

20.03.2025 08:17 — 👍 1    🔁 0    💬 0    📌 0

Warm day☺️
But it is raining today...

03.03.2025 22:54 — 👍 0    🔁 0    💬 0    📌 0
Preview
WSL2環境構築(Zsh, Neovim) WSL2にZshとNeovim環境を構築した。WSL2はデフォルトでBashとViが導入されているが、私自身他のLinux環境ではZshとNeovimを利用しているため。

WSL2環境構築(Zsh, Neovim) dnfolio.me/wsl2huan-jin...

24.02.2025 13:35 — 👍 1    🔁 0    💬 0    📌 0
Preview
coc.nvimからnvim-lspconfigへ移行した 長らくお世話になったcoc.nvimからnvim-lspconfigへ移行した。移行作業と気を付けた部分を書いていく。

coc.nvimからnvim-lspconfigへ移行した dnfolio.me/coc-nvimkara...

18.02.2025 23:39 — 👍 1    🔁 0    💬 0    📌 0
Preview
feat(lsp): completion side effects by MariaSolOs · Pull Request #27339 · neovim/neovim Closes #25714 This PR introduces vim.lsp.completion with the goal of supporting the completion behaviours (snippet expansion, execution of commands, application of text edits) specified by LSP. To ...

LSP plugins are currently using coc.nvim.
In the future, the completion functions are likely to be merged into the main unit.
github.com/neovim/neovi...

11.02.2025 23:56 — 👍 0    🔁 0    💬 0    📌 0

Anyway, it became comfortable.
Thank you snacks.nvim😘

11.02.2025 23:52 — 👍 0    🔁 0    💬 0    📌 0

I use Neovim with Powershell7 on Windows.
snacks.nvim picker works lightweight compared to telescope.nvim.

Why...🤔

11.02.2025 23:51 — 👍 0    🔁 0    💬 1    📌 0
Showing file

Showing file

Checking git log list and preview

Checking git log list and preview

I migrated from telescope.nvim to Snacks.picker(snacks.nvim) with my Neovim config.
I love folke'swere plugin😘

github.com/Daiki48/dotf...

11.02.2025 16:51 — 👍 1    🔁 0    💬 0    📌 0

I would be happy if users show up for the tools have developed😆

07.02.2025 15:10 — 👍 0    🔁 0    💬 0    📌 0
Post image

Does this include bots?

07.02.2025 15:09 — 👍 0    🔁 0    💬 0    📌 0
Preview
I am developing a CLI tool called thumbgen I would like to introduce a CLI tool I am developing called thumbgen.

I am developing a CLI tool called thumbgen dnfolio.me/i-am-develop...

07.02.2025 15:08 — 👍 0    🔁 0    💬 0    📌 0

Cold in Japan ...🥶🥶🥶

04.02.2025 09:20 — 👍 0    🔁 0    💬 0    📌 0

Which notepad app do you use?
I using obsidian.md

30.01.2025 00:01 — 👍 0    🔁 0    💬 0    📌 0

🚀

29.01.2025 23:58 — 👍 0    🔁 0    💬 0    📌 0

Now to develop 💻

26.01.2025 08:02 — 👍 0    🔁 0    💬 0    📌 0

I cleaned out my room. This room for my cats.

26.01.2025 07:59 — 👍 1    🔁 0    💬 0    📌 0

I developing at work.
Cloud Run is difficult!

22.01.2025 13:02 — 👍 0    🔁 0    💬 0    📌 0
Preview
Learn a language for free Learn languages by playing a game. It's 100% free, fun, and scientifically proven to work.

I am learning English with duolingo.

en.duolingo.com

20.01.2025 00:07 — 👍 0    🔁 0    💬 0    📌 0

It feels good when teh car is clean😆

19.01.2025 06:49 — 👍 0    🔁 0    💬 0    📌 0

@dnfolio.me is following 20 prominent accounts