summaryrefslogtreecommitdiff
path: root/content/en
diff options
context:
space:
mode:
authorMirai Kumiko <murrr@macaw.me>2025-02-02 07:35:21 +0000
committerMirai Kumiko <murrr@macaw.me>2025-02-02 07:37:49 +0000
commit224768e9fa8110832aaa38ec1b8b0bf598933b15 (patch)
tree74ebbccd9d817b7341cbc1570ec958139fd5d79a /content/en
parent4165e97622aa87c59b1d4a135b47e6e3cbcd0bef (diff)
downloadmiraikumiko.com-224768e9fa8110832aaa38ec1b8b0bf598933b15.tar.gz
miraikumiko.com-224768e9fa8110832aaa38ec1b8b0bf598933b15.tar.bz2
Updated
Diffstat (limited to 'content/en')
-rw-r--r--content/en/_index.md43
-rw-r--r--content/en/blog/_index.md5
-rw-r--r--content/en/blog/chess.md93
-rw-r--r--content/en/blog/introduction.md22
-rw-r--r--content/en/contacts.md11
5 files changed, 174 insertions, 0 deletions
diff --git a/content/en/_index.md b/content/en/_index.md
new file mode 100644
index 0000000..fb42b32
--- /dev/null
+++ b/content/en/_index.md
@@ -0,0 +1,43 @@
+---
+title: "Home"
+menu: "main"
+weight: 1
+---
+
+# Web Development
+
+Hihi^^
+
+I make minimalistic sites 🫸✨🫷
+
+The price for a static site with several pages is $100.
+
+The price for more complex sites is discussed in person)
+
+Here are my example works:
+
+## Beauty salon
+
+[Live Demo](https://mk-beauty-salon.netlify.app)
+
+![Beauty Salon](/images/beauty-salon.webp "Beauty salon")
+
+## Corp site
+
+![Corp site](/images/corp.webp "Corp site")
+
+## Portfolio
+
+![Portfolio](/images/portfolio.webp "Portfolio")
+
+## Gallery
+
+[Live Demo](https://mk-gallery.netlify.app)
+
+![Gallery](/images/gallery.webp "Gallery")
+
+## Link Tree
+
+[Live Demo](https://mk-link-tree.netlify.app)
+
+![Link Tree](/images/link-tree.webp "Link tree")
diff --git a/content/en/blog/_index.md b/content/en/blog/_index.md
new file mode 100644
index 0000000..0f7daa9
--- /dev/null
+++ b/content/en/blog/_index.md
@@ -0,0 +1,5 @@
+---
+title: "Blog"
+menu: "main"
+weight: 2
+---
diff --git a/content/en/blog/chess.md b/content/en/blog/chess.md
new file mode 100644
index 0000000..d5413a3
--- /dev/null
+++ b/content/en/blog/chess.md
@@ -0,0 +1,93 @@
++++
+title = "Chess - The Essence of Strategy in 64 Squares"
+date = 2025-02-01
+description = "Chess - The Essence of Strategy in 64 Squares"
+tags = [
+ "philosophy",
+ "games",
+ "chess"
+]
++++
+
+If you think about it, there are only 64 squares on a chessboard, half of which are occupied by pieces, yet chess theory continues to develop. An unwritten chess principle is to capture more space first and impose your game on the opponent, as defending is much harder than attacking. However, there is also the option of giving up the center to undermine it with pawns and a fianchettoed bishop.
+
+The game process is divided into three stages: the opening, the middlegame, and the endgame. The opening ends when all pieces are placed on active squares and both rooks are connected. The middlegame transitions into the endgame when few pieces remain on the board, the king becomes an active piece, and the main priority is advancing pawns to queens.
+
+
+## Pieces
+
+♕ Queen = 9 ♙<br>
+â™– Rook = 5 â™™<br>
+â™— Bishop = 3 â™™<br>
+♘ Knight = 3 ♙<br>
+
+As mentioned earlier, the bishop is strongest in the corner of the board. The knight, on the other hand, should be in the center, as it controls more squares there. Rooks work best in pairs. In the endgame, advancing pawns is most effective when supported by rooks from behind; the same principle works against enemy pawns, where the rook should stand behind the opponent’s pawn.
+
+Castling is recorded as two 0-0 or three 000 zeros, short and long respectively. In both cases, the king moves two squares.
+
+It is impossible to deliver checkmate with two knights or one minor piece if no other pieces remain on the board. In all other cases: with the queen, rook, two bishops, or a bishop and a knight, checkmate is possible.
+
+The game ends in a draw in case of a threefold repetition or 50 moves without captures.
+
+
+## Terms
+
+Gambit – sacrificing a piece (or quality) for positional advantage.
+
+Fianchetto – placing a bishop in the corner of the board on the central diagonal.
+
+Zeitnot – a situation of time pressure in chess, lack of time in a difficult position.
+
+Zugzwang – a situation where any move worsens the position.
+
+En passant – capturing a pawn en passant when it has moved two squares near an opponent’s pawn.
+
+Promotion – promoting a pawn to any piece.
+
+
+## Time Control
+
+There are four types of time control with and without increment: bullet, blitz, rapid, and classical.
+
+Bullet ~1-2 minutes<br>
+Blitz ~3-8 minutes<br>
+Rapid ~10-20 minutes<br>
+Classical 30 minutes and more<br>
+
+It is important to note that this time is for the individual player’s moves, not for the entire game.
+
+
+## Openings
+
+There are many openings, and it is impossible to learn them all, but I recommend studying the [Queen’s Gambit](https://lichess.org/study/topic/Queen's%20Gambit/popular) and [French Defense](https://lichess.org/study/topic/French%20Defense/popular), as they can be played against any setup. These helped me go from a rating of zero to +1500 in just four months.
+
+I strongly advise beginners not to play e4. First of all, it’s a move that Black is most prepared for. Secondly, Black has many response options with endless variations. For the same reasons, I also advise against playing e5 in response to e4.
+
+
+## FIDE Titles
+
+GM (Grandmaster) – +2500<br>
+IM (International Master) – 2400-2499<br>
+FM (FIDE Master) – 2300-2399<br>
+CM (Candidate Master) – 2200-2299<br>
+Candidate for Master of Sports – 2000-2199<br>
+First Class – 1800-1999<br>
+Second Class – 1600-1799<br>
+Third Class – 1400-1599<br>
+
+To achieve the Grandmaster and International Master titles, one must achieve three corresponding norms. For all other titles, it is enough to reach the required rating by playing in official FIDE tournaments.
+
+
+## For what?
+
+Chess is primarily a sport. And so, all the benefits that sport offers are relevant for chess as well. Your success depends on four pillars: strategy, calculation, mnemonics, and psychology. It’s not only about the moves you make, but also how you make them. The speed at which you make them, whether you show your opponent confidence, making them spend more time on calculations, allowing you to think using their time.
+
+> If a person doesn’t consider chess a sport, they know nothing about sports. If they don’t consider it a full-fledged sport, they know nothing about chess.
+>
+> – Mirai Kumiko
+
+But I don’t play for that reason. I simply enjoy them. Unlike other games, whether computer or gambling, 100% of your success depends on you, not on the power of your hardware, your team, or luck. There’s always room to grow. People who started playing them as children play throughout their lives. So, if chess has caught your attention, it’s for the long haul =)
+
+And is it not an art to fit the entire essence of strategy into 64 squares?
+
+![Chess](/images/chess.webp)
diff --git a/content/en/blog/introduction.md b/content/en/blog/introduction.md
new file mode 100644
index 0000000..044f7cc
--- /dev/null
+++ b/content/en/blog/introduction.md
@@ -0,0 +1,22 @@
++++
+title = "Introduction"
+date = 2025-01-18
+description = "Introduction to myself"
+tags = [
+ "me"
+]
++++
+
+It's time to introduce myself, my name is ███ █████████
+
+Exactly one year ago I started working on anonymous VDS hosting. I was amazed that there was no hosting that would meet the basic criteria of [freedom](https://www.gnu.org/philosophy/free-sw.html) and privacy. Seeing this as a problem, I decided to create my own hosting accessible from all hidden networks, working without JS and with the Monero cryptocurrency payment system. I bought an old server specifically for virtualization Dell PowerEdge C6220, bought a mountain of RAM and a couple of disks for it. In total, I had 128 virtual cores, 270 GB of RAM and 9 TB of disk space at my disposal.
+
+![Dell PowerEdge C6220](/images/server1.webp)
+
+The backend was developed in Python, often having to rewrite the project from scratch due to lack of experience and understanding of what the end result should be, but in less than a year the software was ready. Still, it couldn't do without one JS [library](https://novnc.com/info.html), but without it manual installation of operating systems would have been impossible.
+
+![Testing](/images/server2.webp)
+
+Unfortunately, the startup turned out to be too expensive and the business itself was unprofitable, so I had to put it off until later.
+
+Now I offer my services in creating websites to small businesses, so you know who to [contact](/contacts)^^
diff --git a/content/en/contacts.md b/content/en/contacts.md
new file mode 100644
index 0000000..ed4d77e
--- /dev/null
+++ b/content/en/contacts.md
@@ -0,0 +1,11 @@
+---
+title: "Contacts"
+menu: "main"
+weight: 2
+---
+
+# Contacts
+
+* Email: murrr@macaw.me
+* Telegram: @miraikumiko
+* Instagram: @miraikumiko