<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://bloommin.github.io/</id><title>Min's Zone</title><subtitle>A place where Min will write something fun.</subtitle> <updated>2025-08-21T01:25:40+00:00</updated> <author> <name>Min</name> <uri>https://bloommin.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://bloommin.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://bloommin.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2025 Min </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>The Real Numbers Part1 Natural Numbers</title><link href="https://bloommin.github.io/posts/the-real-numbers-part1-natural-numbers/" rel="alternate" type="text/html" title="The Real Numbers Part1 Natural Numbers" /><published>2025-08-07T01:35:46+00:00</published> <updated>2025-08-21T01:24:07+00:00</updated> <id>https://bloommin.github.io/posts/the-real-numbers-part1-natural-numbers/</id> <content type="text/html" src="https://bloommin.github.io/posts/the-real-numbers-part1-natural-numbers/" /> <author> <name>min</name> </author> <category term="Mathematics" /> <category term="Analysis" /> <summary>Introduction Before start our tour of recognizing real numbers, I will introduce natural numbers first. This is a trivial thing for most of us, because we all use them in real life, and we know most of the formulars like: $a + b = b + a$, $ab = ba$ and so on. But only few of us know why this is true. At first, we define some symbols: DEFINITION 1.0.1: If $a$ and $b$ are numbers, and they ...</summary> </entry> <entry><title>Tips For Git</title><link href="https://bloommin.github.io/posts/tips-for-git/" rel="alternate" type="text/html" title="Tips For Git" /><published>2024-11-12T06:29:15+00:00</published> <updated>2024-11-12T06:29:15+00:00</updated> <id>https://bloommin.github.io/posts/tips-for-git/</id> <content type="text/html" src="https://bloommin.github.io/posts/tips-for-git/" /> <author> <name>min</name> </author> <category term="Programming Tool" /> <category term="Git" /> <summary>Here are something about git I didn’t know before, and I write them down for reviewing lately. Git Diff git diff To see what you’ve changed but not yet staged git diff --staged or git diff --cached To see what you’ve staged that will go into your next commit If you are not very aware of staged, check out this to help get a deeper understanding. Git Reset git reset ...</summary> </entry> <entry><title>Tips For Jekyll</title><link href="https://bloommin.github.io/posts/tips-for-jekyll/" rel="alternate" type="text/html" title="Tips For Jekyll" /><published>2024-11-12T06:21:03+00:00</published> <updated>2024-11-12T06:21:03+00:00</updated> <id>https://bloommin.github.io/posts/tips-for-jekyll/</id> <content type="text/html" src="https://bloommin.github.io/posts/tips-for-jekyll/" /> <author> <name>min</name> </author> <category term="Programming Tool" /> <category term="Jekyll" /> <summary>Hyper Link If we add a link like this: [link](some url), it will take us to the destination on the same page. If you want to open it on a new tab, we can write it like this [link](another url){:target="_blank"}. To change links in header or footer, search &amp;lt;a href in project, then add target="_blank" before its &amp;gt;, finally, it will like this &amp;lt;a href="some url" target="_blank"&amp;gt;...</summary> </entry> <entry><title>Explore C++ STL Part1 Introduction</title><link href="https://bloommin.github.io/posts/explore-c-stl-part1-introduction/" rel="alternate" type="text/html" title="Explore C++ STL Part1 Introduction" /><published>2024-11-12T01:19:23+00:00</published> <updated>2024-11-12T01:19:23+00:00</updated> <id>https://bloommin.github.io/posts/explore-c-stl-part1-introduction/</id> <content type="text/html" src="https://bloommin.github.io/posts/explore-c-stl-part1-introduction/" /> <author> <name>min</name> </author> <category term="Programming Language" /> <category term="C++" /> <summary>If you are familiar with C++, you must be aware of its STL(standard template library) which consists of Containers, Algorithms, Iterators, Function Objects and Adapters, it’s powerful but also difficult for a learner like me to master. So I am reading a book named “The Annotated STL Sources” written by Hou Jie to help me understand it, and I will record what I learned here. Get Sources There ...</summary> </entry> <entry><title>Essential Git</title><link href="https://bloommin.github.io/posts/essential-git/" rel="alternate" type="text/html" title="Essential Git" /><published>2024-08-14T05:37:01+00:00</published> <updated>2024-08-14T05:37:01+00:00</updated> <id>https://bloommin.github.io/posts/essential-git/</id> <content type="text/html" src="https://bloommin.github.io/posts/essential-git/" /> <author> <name>min</name> </author> <category term="Programming Tool" /> <category term="Git" /> <summary>I got most knowledge about git from here. Files in Working Directory According to this. Remember that each file in your working directory can be in one of two states: tracked or untracked. Tracked files are files that were in the last snapshot, as well as any newly staged files; they can be unmodified, modified, or staged. In short, tracked files are files that Git knows about. Untrack...</summary> </entry> </feed>
