From cb62e2f9f44a6f2d7815fe1cb0ca106165b0aace Mon Sep 17 00:00:00 2001 From: Ozoniuss Date: Sat, 5 Oct 2024 15:42:59 +0300 Subject: [PATCH] Apply pre-commit to existing files --- src/about/index.html | 4 ++-- .../index.html | 2 +- src/blog/advent-of-code-2015-problem-7/index.html | 2 +- .../go-interfaces-bypass-cyclic-dependencies/index.html | 4 ++-- src/blog/how-are-expenses-currently-filled/index.html | 2 +- src/blog/index.html | 6 +++--- src/blog/splitting-repositories/index.html | 2 +- src/blog/updating-my-production-casheer-database/index.html | 4 ++-- src/blog/why-is-this-the-way-that-it-is/index.html | 2 +- src/guitar/index.html | 2 +- src/index.html | 2 +- src/resume-downtime/index.html | 2 +- src/styles/code.css | 2 +- src/styles/content.css | 2 +- src/styles/header.css | 2 +- src/styles/profile.css | 2 +- src/work/index.html | 4 ++-- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/about/index.html b/src/about/index.html index 334203e..83b6cdd 100644 --- a/src/about/index.html +++ b/src/about/index.html @@ -22,7 +22,7 @@

- My name is Alex. Online, I go by the name of Ozoniuss. The story of this name comes from back in the days when I was doing math contests. Basically, we came up with a theorem called "Ozoniuss' theorem" that + My name is Alex. Online, I go by the name of Ozoniuss. The story of this name comes from back in the days when I was doing math contests. Basically, we came up with a theorem called "Ozoniuss' theorem" that you can use once in a lifetime as a correct proof to any exercise. The hard part was figuring out when to actually use it.

@@ -55,4 +55,4 @@ - \ No newline at end of file + diff --git a/src/blog/advent-of-code-2015-problem-11-without-running-code/index.html b/src/blog/advent-of-code-2015-problem-11-without-running-code/index.html index 5bb2699..905531f 100644 --- a/src/blog/advent-of-code-2015-problem-11-without-running-code/index.html +++ b/src/blog/advent-of-code-2015-problem-11-without-running-code/index.html @@ -96,4 +96,4 @@

Solving advent of code problem 11 from 2015 without running code

- \ No newline at end of file + diff --git a/src/blog/advent-of-code-2015-problem-7/index.html b/src/blog/advent-of-code-2015-problem-7/index.html index 7de8bd1..378af46 100644 --- a/src/blog/advent-of-code-2015-problem-7/index.html +++ b/src/blog/advent-of-code-2015-problem-7/index.html @@ -73,4 +73,4 @@

Problem 7 from AoC 2015 has an interesting catch

- \ No newline at end of file + diff --git a/src/blog/go-interfaces-bypass-cyclic-dependencies/index.html b/src/blog/go-interfaces-bypass-cyclic-dependencies/index.html index bfcc255..7fb6991 100644 --- a/src/blog/go-interfaces-bypass-cyclic-dependencies/index.html +++ b/src/blog/go-interfaces-bypass-cyclic-dependencies/index.html @@ -36,7 +36,7 @@

Go interfaces bypass cyclic dependencies

I'll illustrate what this means through a simple dumb example. Say we have some client that prints hello to its users when registering. So you would have a function like: -func PrintHello(){ +func PrintHello(){ fmt.Println("hello client") } @@ -111,4 +111,4 @@

Go interfaces bypass cyclic dependencies

- \ No newline at end of file + diff --git a/src/blog/how-are-expenses-currently-filled/index.html b/src/blog/how-are-expenses-currently-filled/index.html index ec75c9c..8508b25 100644 --- a/src/blog/how-are-expenses-currently-filled/index.html +++ b/src/blog/how-are-expenses-currently-filled/index.html @@ -128,4 +128,4 @@

How expenses are currenlty filled

- \ No newline at end of file + diff --git a/src/blog/index.html b/src/blog/index.html index 3a3e4a2..e77088a 100644 --- a/src/blog/index.html +++ b/src/blog/index.html @@ -22,7 +22,7 @@

- What is this about? I like talking about stuff. I have a strong need to share the things I learn with people. + What is this about? I like talking about stuff. I have a strong need to share the things I learn with people. This is exactly what I'm going to use this for, to pass my stories around, be they about math, coding, my learnings, my life stores, guitar, whatever.

@@ -113,7 +113,7 @@

Personal reminder of things I wanted to talk about

What is an API, in fact?
  • - I'm not impressed with microservices + I'm not impressed with microservices
  • Backup setup with rclone and backblaze @@ -130,4 +130,4 @@

    Personal reminder of things I wanted to talk about

    - \ No newline at end of file + diff --git a/src/blog/splitting-repositories/index.html b/src/blog/splitting-repositories/index.html index 2c57046..cb783b0 100644 --- a/src/blog/splitting-repositories/index.html +++ b/src/blog/splitting-repositories/index.html @@ -43,4 +43,4 @@

    Splitting a big repository into smaller ones

    - \ No newline at end of file + diff --git a/src/blog/updating-my-production-casheer-database/index.html b/src/blog/updating-my-production-casheer-database/index.html index 9b09ec0..4c1bc58 100644 --- a/src/blog/updating-my-production-casheer-database/index.html +++ b/src/blog/updating-my-production-casheer-database/index.html @@ -50,7 +50,7 @@

    Updating my production Casheer database

    ALTER TABLE entries ADD COLUMN currency TEXT COLLATE NOCASE; --- all my entries were in RON, with exponent 2. +-- all my entries were in RON, with exponent 2. -- but note that's not necessarily a default value ALTER TABLE entries SET exponent = -2 @@ -98,4 +98,4 @@

    Updating my production Casheer database

    - \ No newline at end of file + diff --git a/src/blog/why-is-this-the-way-that-it-is/index.html b/src/blog/why-is-this-the-way-that-it-is/index.html index 8c4ea18..d2078af 100644 --- a/src/blog/why-is-this-the-way-that-it-is/index.html +++ b/src/blog/why-is-this-the-way-that-it-is/index.html @@ -65,4 +65,4 @@

    Why is my personal page the way that it is?

    - \ No newline at end of file + diff --git a/src/guitar/index.html b/src/guitar/index.html index a19405c..2bf3ec0 100644 --- a/src/guitar/index.html +++ b/src/guitar/index.html @@ -62,4 +62,4 @@

    Coming soon

    - \ No newline at end of file + diff --git a/src/index.html b/src/index.html index 31baa05..eef4953 100644 --- a/src/index.html +++ b/src/index.html @@ -47,4 +47,4 @@ - \ No newline at end of file + diff --git a/src/resume-downtime/index.html b/src/resume-downtime/index.html index 161176e..373537d 100644 --- a/src/resume-downtime/index.html +++ b/src/resume-downtime/index.html @@ -14,4 +14,4 @@

    - \ No newline at end of file + diff --git a/src/styles/code.css b/src/styles/code.css index f79f873..fe2a4b4 100644 --- a/src/styles/code.css +++ b/src/styles/code.css @@ -18,4 +18,4 @@ max-width: 100%; min-width: 100px; padding: 0; -} \ No newline at end of file +} diff --git a/src/styles/content.css b/src/styles/content.css index 34b7a6a..98b5150 100644 --- a/src/styles/content.css +++ b/src/styles/content.css @@ -63,4 +63,4 @@ .content .heading i { font-size: 40px; margin-right: 10px; -} \ No newline at end of file +} diff --git a/src/styles/header.css b/src/styles/header.css index 0499eee..a7f5266 100644 --- a/src/styles/header.css +++ b/src/styles/header.css @@ -30,4 +30,4 @@ nav-menu { nav-menu { position: relative; } -} \ No newline at end of file +} diff --git a/src/styles/profile.css b/src/styles/profile.css index 0435d57..80494c5 100644 --- a/src/styles/profile.css +++ b/src/styles/profile.css @@ -189,4 +189,4 @@ i { .profile-section:not(.is-center) .profile-data .links .media { display: none; } -} \ No newline at end of file +} diff --git a/src/work/index.html b/src/work/index.html index 202117e..0b7c250 100644 --- a/src/work/index.html +++ b/src/work/index.html @@ -80,7 +80,7 @@

    Questions I plan to answer soon or have partially answered

    - Should developers know infrastructure or databases? The short answer is yes, but I feel like the discussion here is going to be long and I don't have all the arguments in my mind yet. + Should developers know infrastructure or databases? The short answer is yes, but I feel like the discussion here is going to be long and I don't have all the arguments in my mind yet.

    @@ -94,4 +94,4 @@

    Questions I plan to answer soon or have partially answered

    - \ No newline at end of file +