diff options
author | garhve <git@garhve.com> | 2023-02-07 17:05:41 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-02-07 17:05:41 +0800 |
commit | 5c2c617638d0a0e56e314420755c17e0f3b29d46 (patch) | |
tree | d8e216b03c67ba22f0d9f3874fe40ac067789974 | |
parent | d587af5b14bc980aa62957f4893698dc54c57edc (diff) |
new post
-rw-r--r-- | content/post/Count my stuff.md | 82 | ||||
-rw-r--r-- | public/categories/index.html | 2 | ||||
-rw-r--r-- | public/categories/period/index.html | 9 | ||||
-rw-r--r-- | public/index.html | 28 | ||||
-rw-r--r-- | public/post/count-my-stuff/index.html | 142 | ||||
-rw-r--r-- | public/post/index.html | 28 | ||||
-rw-r--r-- | public/sitemap.xml | 4 | ||||
-rw-r--r-- | public/tags/gibberish/index.html | 9 | ||||
-rw-r--r-- | public/tags/index.html | 2 |
9 files changed, 304 insertions, 2 deletions
diff --git a/content/post/Count my stuff.md b/content/post/Count my stuff.md new file mode 100644 index 0000000..e487ba1 --- /dev/null +++ b/content/post/Count my stuff.md @@ -0,0 +1,82 @@ ++++ +title = "Counts my stuff" +date = 2023-02-07 +[taxonomies] +categories = ["period"] +tags = ["gibberish"] +[extra] +math = false ++++ + +Since working, I've got lots of new toys as well as discarded amount of them. +I now lost the tracking, so this post is to list all stuff I have now. + +## Hardware +### Electronics +- Macbook air M1 8 + 256 + 2020.12. My main laptop. I'd carry it whenever I go out, light and fast. +- Thinkpad T470 i5-7300u 32 + 256 + 2022.01. My second laptop, installed archlinux + i3. Most of programming happens here via ssh. A light weight server. +- Raspberry Pi 4 + 2020.05. Powerful single-board computer that now is running bunch of services to improve life. +- Micro-Controller + 2022.08. STC89C52RC, to learn embedded programming. +- Nintento Switch OLED + 2023.01. Gaming. I now only have Zelda:Breath of the Wild, Pokemon Violet, and Bayonetta. +- Sony PSP + 2023.01. Get it from frined, good toy for old game. +- LG 27up850n-w + 2023.01. 27 inch 4K monitor, connected with my macbook, thinkpad and NS, improved the experience. +- iPhone SE 2 64GB + 2021.01. As my backup on first hand, now is my major device. +- Google Pixel 3a + 2023.01. My android backup, I just wannna try Ubuntu Touch in first place. Cost me only $67. +- iPad Air M1 WIFI 64GB + 2022.07. My big screen toy, good to read/study/youtube, etc. +- Apple Watch S8 GPS + 2023.02. Can't resist to complete Apple Ecosystem, though I want the activity tracker. +- Kinston USB Flash Drive 3.0 16GB + 2019.04. Bootable device for system recovery or installment. +- Samsung USB Flash Drive type-c 64GB + 2022.11. Data Storage, daily usage. +- WD portable drive 3.0 1TB + 2018.05. Data Storage, travelling usage. +- WD drive 3.5inch 4TB with charging box + 2022.09. Media Storage, home media center, plan to get more drive. + +### Tools +- Screwdriver sets + 2020.08. Useful when (dis)assembly appliances or electronic devices. +- Network cable plier + unknown. + use to re-size network cable. +- Tape Measure + 2021.08. To measure the length or distance. +- Scissors + 2022.10. Utility. +- Apple pencil 2gen + 2022.07. It comes with iPad, great partner. +- Apple Airpods Pro + 2020.07. Best experience! +- Filco Majestouch 2 (Cherry MX Brown) 87 key + 2022.03. First pricer keyboard, worth it! +- Microsoft Designer Mouse + 2017.11. Purchased with Surface pro, which was sold years ago. But the mouse is too good to be replace. +- Xbox series x controller + 2022.08. For my steam games, but the PC I gifted to friend, only controller left. +- Port replicator + 2022.03. Good tool to extend laptop port. +- Zim Powerbank No. 20 + 2023.02. Just bought, a pre-perpare for riding. + +### Mobile devices +- Electric Bike + 2022.10. convinience for commuting, sele pending. +- Electric Bike newly purchased + 2023.02. convinience for commuting, more powerful than the last one. + +## The End +That's for now... After re-list what I have, I found the number is huge, +I may need to resist to buy new things, only replace them.. + +I still want a Touring Bike.. diff --git a/public/categories/index.html b/public/categories/index.html index addaa1a..e32d88f 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -48,7 +48,7 @@ <li> <a href="https://blog.garhve.com/categories/period/">/period</a> - (7) + (8) </li> </ul> diff --git a/public/categories/period/index.html b/public/categories/period/index.html index e61a938..c84ee55 100644 --- a/public/categories/period/index.html +++ b/public/categories/period/index.html @@ -37,6 +37,15 @@ <p> <div class="date"> + 2023-02-07 + </div> + <div class="archive_title"> + <a href="https://blog.garhve.com/post/count-my-stuff/">Counts my stuff</a> + </div> +</p> + +<p> + <div class="date"> 2022-12-20 </div> <div class="archive_title"> diff --git a/public/index.html b/public/index.html index 44f11a4..fe0194c 100644 --- a/public/index.html +++ b/public/index.html @@ -35,6 +35,34 @@ + <h3>2023 </h3> + + + <p> + <div class="date"> + 2023-02-07 + </div> + + <div class="title"> + <a href="https://blog.garhve.com/post/count-my-stuff/">Counts my stuff</a> + </div> + + <div class="taxonomies_index"> + + +  <a href="https://blog.garhve.com/categories/period/">/period</a> + + + + + +  <a href="https://blog.garhve.com/tags/gibberish/">#gibberish</a> + + + </div> + </p> + + <h3>2022 </h3> diff --git a/public/post/count-my-stuff/index.html b/public/post/count-my-stuff/index.html new file mode 100644 index 0000000..e81f671 --- /dev/null +++ b/public/post/count-my-stuff/index.html @@ -0,0 +1,142 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="utf-8"> + +<title>Counts my stuff | garhve's gibberish</title> + + + <link rel="shortcut icon" type="image/png" href="/images/favicon.png"> + <meta name="viewport" content="width=device-width,initial-scale=1"> + + <link id="stylesheet" rel="stylesheet" type="text/css" href="/dark.css"> + + <script type="text/javascript" src="/js/theme.js"></script> + +</head> + +<div class="header"> + <div class="site_title"> + <p><a href="/"><img src="https://blog.garhve.com/images/logo.png" alt="garhve's gibberish" + width="70" height=auto></a></p> + <p><a href="/"> garhve's gibberish</a></p> + </div> + <div class="menu"> + <!-- <a href="/tags">tags</a> + --><a href="/categories">categories</a> + </div> +</div> + +<body onload="getTheme()"> + <section class="section"> + <div class="container"> + +<p> + <div class="title_postpage">Counts my stuff</div> +</p> +<p> + <div class="date_postpage">2023-02-07</div> + <div class="taxonomies_postpage"> + + + <a href="https://blog.garhve.com/categories/period/">/period</a> + + + + +  <a href="https://blog.garhve.com/tags/gibberish/">#gibberish</a> + + + </div> +</p> + +<p> + <p>Since working, I've got lots of new toys as well as discarded amount of them. +I now lost the tracking, so this post is to list all stuff I have now.</p> +<h2 id="hardware">Hardware</h2> +<h3 id="electronics">Electronics</h3> +<ul> +<li>Macbook air M1 8 + 256 +2020.12. My main laptop. I'd carry it whenever I go out, light and fast.</li> +<li>Thinkpad T470 i5-7300u 32 + 256 +2022.01. My second laptop, installed archlinux + i3. Most of programming happens here via ssh. A light weight server.</li> +<li>Raspberry Pi 4 +2020.05. Powerful single-board computer that now is running bunch of services to improve life.</li> +<li>Micro-Controller +2022.08. STC89C52RC, to learn embedded programming.</li> +<li>Nintento Switch OLED +2023.01. Gaming. I now only have Zelda:Breath of the Wild, Pokemon Violet, and Bayonetta.</li> +<li>Sony PSP +2023.01. Get it from frined, good toy for old game.</li> +<li>LG 27up850n-w +2023.01. 27 inch 4K monitor, connected with my macbook, thinkpad and NS, improved the experience.</li> +<li>iPhone SE 2 64GB +2021.01. As my backup on first hand, now is my major device.</li> +<li>Google Pixel 3a +2023.01. My android backup, I just wannna try Ubuntu Touch in first place. Cost me only $67.</li> +<li>iPad Air M1 WIFI 64GB +2022.07. My big screen toy, good to read/study/youtube, etc.</li> +<li>Apple Watch S8 GPS +2023.02. Can't resist to complete Apple Ecosystem, though I want the activity tracker.</li> +<li>Kinston USB Flash Drive 3.0 16GB +2019.04. Bootable device for system recovery or installment.</li> +<li>Samsung USB Flash Drive type-c 64GB +2022.11. Data Storage, daily usage.</li> +<li>WD portable drive 3.0 1TB +2018.05. Data Storage, travelling usage.</li> +<li>WD drive 3.5inch 4TB with charging box +2022.09. Media Storage, home media center, plan to get more drive.</li> +</ul> +<h3 id="tools">Tools</h3> +<ul> +<li>Screwdriver sets +2020.08. Useful when (dis)assembly appliances or electronic devices.</li> +<li>Network cable plier +unknown. +use to re-size network cable.</li> +<li>Tape Measure +2021.08. To measure the length or distance.</li> +<li>Scissors +2022.10. Utility.</li> +<li>Apple pencil 2gen +2022.07. It comes with iPad, great partner.</li> +<li>Apple Airpods Pro +2020.07. Best experience!</li> +<li>Filco Majestouch 2 (Cherry MX Brown) 87 key +2022.03. First pricer keyboard, worth it!</li> +<li>Microsoft Designer Mouse +2017.11. Purchased with Surface pro, which was sold years ago. But the mouse is too good to be replace.</li> +<li>Xbox series x controller +2022.08. For my steam games, but the PC I gifted to friend, only controller left.</li> +<li>Port replicator +2022.03. Good tool to extend laptop port.</li> +<li>Zim Powerbank No. 20 +2023.02. Just bought, a pre-perpare for riding.</li> +</ul> +<h3 id="mobile-devices">Mobile devices</h3> +<ul> +<li>Electric Bike +2022.10. convinience for commuting, sele pending.</li> +<li>Electric Bike newly purchased +2023.02. convinience for commuting, more powerful than the last one.</li> +</ul> +<h2 id="the-end">The End</h2> +<p>That's for now... After re-list what I have, I found the number is huge, +I may need to resist to buy new things, only replace them..</p> +<p>I still want a Touring Bike..</p> + +</p> + + + + + </div> + </section> +</body> + +<div class="footer"> +  © garhve +</div> + +</html> diff --git a/public/post/index.html b/public/post/index.html index 44f11a4..fe0194c 100644 --- a/public/post/index.html +++ b/public/post/index.html @@ -35,6 +35,34 @@ + <h3>2023 </h3> + + + <p> + <div class="date"> + 2023-02-07 + </div> + + <div class="title"> + <a href="https://blog.garhve.com/post/count-my-stuff/">Counts my stuff</a> + </div> + + <div class="taxonomies_index"> + + +  <a href="https://blog.garhve.com/categories/period/">/period</a> + + + + + +  <a href="https://blog.garhve.com/tags/gibberish/">#gibberish</a> + + + </div> + </p> + + <h3>2022 </h3> diff --git a/public/sitemap.xml b/public/sitemap.xml index 02cae4b..e6c5708 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -27,6 +27,10 @@ <lastmod>2022-12-09</lastmod> </url> <url> + <loc>https://blog.garhve.com/post/count-my-stuff/</loc> + <lastmod>2023-02-07</lastmod> + </url> + <url> <loc>https://blog.garhve.com/post/escape-sequence/</loc> <lastmod>2022-09-12</lastmod> </url> diff --git a/public/tags/gibberish/index.html b/public/tags/gibberish/index.html index 8fa9251..aebd88d 100644 --- a/public/tags/gibberish/index.html +++ b/public/tags/gibberish/index.html @@ -37,6 +37,15 @@ <p> <div class="date"> + 2023-02-07 + </div> + <div class="archive_title"> + <a href="https://blog.garhve.com/post/count-my-stuff/">Counts my stuff</a> + </div> +</p> + +<p> + <div class="date"> 2022-12-20 </div> <div class="archive_title"> diff --git a/public/tags/index.html b/public/tags/index.html index 64ba538..a41f180 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -48,7 +48,7 @@ <li> <a href="https://blog.garhve.com/tags/gibberish/">#gibberish</a> - (7) + (8) </li> <li> |