<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: kohei “koheyy123” uechi</title>
    <description>The latest articles on DEV Community by kohei “koheyy123” uechi (@uedev).</description>
    <link>https://dev.to/uedev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2833074%2Fd2f9b1f1-a872-47c4-acaa-8d9548301573.png</url>
      <title>DEV Community: kohei “koheyy123” uechi</title>
      <link>https://dev.to/uedev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/uedev"/>
    <language>en</language>
    <item>
      <title>I thought the Rust of update logs was good.</title>
      <dc:creator>kohei “koheyy123” uechi</dc:creator>
      <pubDate>Tue, 28 Oct 2025 07:35:46 +0000</pubDate>
      <link>https://dev.to/uedev/im-interested-about-rust-updated-log-summary-20ba</link>
      <guid>https://dev.to/uedev/im-interested-about-rust-updated-log-summary-20ba</guid>
      <description>&lt;p&gt;I thought the Rust of update logs was good.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Last login: Tue Oct 28 08:06:40 on ttys015

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
k-uechi3:~ k-uechi$ ls
adminpack-cli   direnv      Library     Pictures
Applications    Documents   Movies      Public
Desktop     Downloads   Music       workspace
k-uechi3:~ k-uechi$  cd workspace/
k-uechi3:workspace k-uechi$ ls
CLAUDE.md   iretsoumu   setup       task        uedev
k-uechi3:workspace k-uechi$ cd uedev/
k-uechi3:uedev k-uechi$ ls
hello_lambda        lev         spot-diggz
hello-world     LLMs            test-ui
hello-zig       LLMs-from-scratch   utils
IssueFlow       ops-toolkit
k-uechi3:uedev k-uechi$ rustc --version
rustc 1.85.0 (4d91de4e4 2025-02-17)
k-uechi3:uedev k-uechi$ echo $PATH
/Users/k-uechi/.rd/bin:/Users/k-uechi/.local/bin:/Users/k-uechi/.asdf/installs/nodejs/24.2.0/bin:/Users/k-uechi/.codeium/windsurf/bin:/Users/k-uechi/.cargo/bin:/Users/k-uechi/.asdf/shims:/Users/k-uechi/.asdf/shims:/opt/homebrew/opt/asdf/libexec/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Applications/iTerm.app/Contents/Resources/utilities
k-uechi3:uedev k-uechi$ rustup update
info: syncing channel updates for 'stable-aarch64-apple-darwin'
926.7 KiB / 926.7 KiB (100 %) 926.7 KiB/s in  1s
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
info: downloading component 'rust-src'
  3.3 MiB /   3.3 MiB (100 %) 943.4 KiB/s in  3s
info: downloading component 'rust-std' for 'aarch64-unknown-linux-gnu'
 29.1 MiB /  29.1 MiB (100 %)   1.2 MiB/s in 22s
info: downloading component 'cargo'
  8.1 MiB /   8.1 MiB (100 %)   1.5 MiB/s in  6s
info: downloading component 'clippy'
  2.7 MiB /   2.7 MiB (100 %) 826.2 KiB/s in  3s
info: downloading component 'rust-docs'
 20.5 MiB /  20.5 MiB (100 %) 937.6 KiB/s in 19s
info: downloading component 'rust-std'
 27.7 MiB /  27.7 MiB (100 %)   1.5 MiB/s in 20s
info: downloading component 'rustc'
 60.8 MiB /  60.8 MiB (100 %)   1.1 MiB/s in 58s
info: downloading component 'rustfmt'
info: removing previous version of component 'rust-src'
info: removing previous version of component 'rust-std' for 'aarch64-unknown-linux-gnu'
info: removing previous version of component 'cargo'
info: removing previous version of component 'clippy'
info: removing previous version of component 'rust-docs'
info: removing previous version of component 'rust-std'
info: removing previous version of component 'rustc'
info: removing previous version of component 'rustfmt'
info: installing component 'rust-src'
info: installing component 'rust-std' for 'aarch64-unknown-linux-gnu'
 29.1 MiB /  29.1 MiB (100 %)  22.9 MiB/s in  4s
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
 20.5 MiB /  20.5 MiB (100 %)   1.6 MiB/s in 25s
info: installing component 'rust-std'
 27.7 MiB /  27.7 MiB (100 %)  22.9 MiB/s in  1s
info: installing component 'rustc'
 60.8 MiB /  60.8 MiB (100 %)  24.1 MiB/s in  2s
info: installing component 'rustfmt'
info: checking for self-update
info: downloading self-update

  stable-aarch64-apple-darwin updated - rustc 1.90.0 (1159e78c4 2025-09-14) (from rustc 1.85.0 (4d91de4e4 2025-02-17))

info: cleaning up downloads &amp;amp; tmp directories
k-uechi3:uedev k-uechi$
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>rust</category>
    </item>
    <item>
      <title>You can check it out S3-bucket-size anytime.</title>
      <dc:creator>kohei “koheyy123” uechi</dc:creator>
      <pubDate>Fri, 24 Oct 2025 05:58:33 +0000</pubDate>
      <link>https://dev.to/uedev/you-can-check-it-out-s3-bucket-size-anytime-17fh</link>
      <guid>https://dev.to/uedev/you-can-check-it-out-s3-bucket-size-anytime-17fh</guid>
      <description>&lt;h1&gt;
  
  
  What is this?
&lt;/h1&gt;

&lt;p&gt;You can check it out S3-bucket-size anytime. &lt;/p&gt;

&lt;h1&gt;
  
  
  Usage
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://github.com/uechikohei/S3-Bucket-Size-Analyzer" rel="noopener noreferrer"&gt;https://github.com/uechikohei/S3-Bucket-Size-Analyzer&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Explain for OSS tool
&lt;/h1&gt;

&lt;p&gt;todo&lt;/p&gt;

</description>
      <category>s3</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I'm about to write some crappy articles.</title>
      <dc:creator>kohei “koheyy123” uechi</dc:creator>
      <pubDate>Thu, 23 Oct 2025 23:45:19 +0000</pubDate>
      <link>https://dev.to/uedev/im-about-to-write-some-crappy-articles-1ape</link>
      <guid>https://dev.to/uedev/im-about-to-write-some-crappy-articles-1ape</guid>
      <description>&lt;p&gt;I'm software engineer in Japan, but writing in Japanese feels like being watched all the time.&lt;/p&gt;

&lt;p&gt;People on X(Twitter) always have something to say - it"s annoying and  exhausting.&lt;/p&gt;

&lt;p&gt;I don't get why pointing out what's wrong with a vendor or a service in such a big deal.&lt;/p&gt;

&lt;p&gt;The whole community vibe just feels toxic sometimes.&lt;/p&gt;

&lt;p&gt;So, I decided to start writing in English instead - less noise, more motivation.&lt;/p&gt;

&lt;p&gt;That" all, Nice to meet you, I guess.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>From Python to Zig: My Journey into Low-Level Programming</title>
      <dc:creator>kohei “koheyy123” uechi</dc:creator>
      <pubDate>Sat, 08 Feb 2025 07:02:57 +0000</pubDate>
      <link>https://dev.to/uedev/from-python-to-zig-my-journey-into-low-level-programming-8a0</link>
      <guid>https://dev.to/uedev/from-python-to-zig-my-journey-into-low-level-programming-8a0</guid>
      <description>&lt;h1&gt;
  
  
  background
&lt;/h1&gt;

&lt;p&gt;I`ve benn working with Python for a couple of yeas..&lt;/p&gt;

&lt;p&gt;I felt that learning a low-lovel language would challenge me and help me understand the underlying mechanics of programming better.&lt;/p&gt;

&lt;h1&gt;
  
  
  Motivation &amp;amp; Process
&lt;/h1&gt;

&lt;p&gt;todo &lt;/p&gt;

&lt;h1&gt;
  
  
  overview
&lt;/h1&gt;

&lt;p&gt;Unlike Python, Zig requires explict memory management and gives you more control over hardware.&lt;/p&gt;

&lt;h1&gt;
  
  
  Hello world
&lt;/h1&gt;

&lt;p&gt;todo&lt;/p&gt;

</description>
      <category>zig</category>
      <category>helloworld</category>
    </item>
  </channel>
</rss>
