Skip to content

Commit ef60b42

Browse files
committed
[post] Update posts format
1 parent 2c94d28 commit ef60b42

File tree

9 files changed

+36
-35
lines changed

9 files changed

+36
-35
lines changed

content/post/2019-12-18-itx-build.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "itx Build"
2+
title: "ITX Build"
33
date: 2019-12-18T18:47:22+01:00
44
---
55

@@ -25,16 +25,16 @@ See the [PCPartPicker Part List](https://pcpartpicker.com/list/tqNNYg) for detai
2525

2626
## Update (sell)
2727

28-
* 2022-01-12: :white_check_mark: **68** CHF for
28+
* 2022-01-12: :white_check_mark: **68** CHF for
2929
PC Case Phanteks Eclipse P400A ATX Midi Tower on **tutti**
30-
* 2021-03-18: :white_check_mark: **88** CHF for
30+
* 2021-03-18: :white_check_mark: **88** CHF for
3131
Samsung 970 on **Facebook**
32-
* 2021-03-16: :white_check_mark: **38.7** CHF for
33-
Glorious PC Gaming Race model D on **digitec**
34-
* 2021-03-15: :white_check_mark: **43** CHF for
35-
Corsair Vengeance LPX 16 GB on **digitec**
36-
* 2021-03-15: :white_check_mark: **207.2** CHF for
37-
MSI RX580 8gb on **Ricardo**
32+
* 2021-03-16: :white_check_mark: **38.7** CHF for
33+
Glorious PC Gaming Race model D on **digitec**
34+
* 2021-03-15: :white_check_mark: **43** CHF for
35+
Corsair Vengeance LPX 16 GB on **digitec**
36+
* 2021-03-15: :white_check_mark: **207.2** CHF for
37+
MSI RX580 8gb on **Ricardo**
3838
* 2020-09-29: :white_check_mark: **45** CHF for Corsair PSU on **tutti**
3939
* 2020-09-25: :white_check_mark: **210** CHF for Louqe S1 + custom PSU cable on **tutti**
4040
* 2020-09-01: :white_check_mark: **200** CHF for MSI B450I Gaming Plus AC + Noctua NH-L9x65 SE-AM4 + AMD Ryzen 5 2600 on **tutti**

content/post/2020-01-16-taichi-question/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: "A way to store the 'shape' of a convex polygon and divide them in fix grid in Taichi"
2+
title: "A Way to Store the Shape of a Convex Polygon and Divide Them in Fixed Grid with Taichi"
33
date: 2020-11-06
4-
subtitle: Here is some extra detail about the post.
54
---
65

76
*This is just archiving the post on the forum: https://forum.taichi-lang.cn/t/a-way-to-store-the-shape-of-a-convec-polygon-and-divide-them-in-fix-grid-in-taichi/1247?u=wyq977*

content/post/2020-12-31-sign-with-gpg.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Sign with GPG"
33
date: 2020-12-31T09:41:52+01:00
44
tags:
55
- "git"
6+
subtitle: "A secure way to login with GitHub."
67
---
78

89
## Backup
@@ -32,7 +33,7 @@ default-key YOUR_ID_HERE
3233

3334
## Restore
3435

35-
After install gpg-suite, simply click the `public_key.asc` and
36+
After install gpg-suite, simply click the `public_key.asc` and
3637
`secret_key.gpg`, it will prompts for password for secret keys.
3738

3839
Simply copy conf files to `~/.gnupg`
@@ -63,9 +64,9 @@ Came across this signing in [dotfiles](https://github.com/alrra/dotfiles) and I
6364

6465
[user]
6566

66-
name =
67-
email =
68-
signingkey =
67+
name =
68+
email =
69+
signingkey =
6970
# signkey
7071
# See https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/telling-git-about-your-signing-key
7172

@@ -94,4 +95,4 @@ The things and steps are pretty much just the same as the post but there's one t
9495

9596
In the email setting in Github, a masked email address will be generated with a format: `NUMBER+username@github.noreply.github.com`. But `username@github.noreply.github.com` is the one to input in GPG key, the one with a number prefix is not gonna verfy the commits and github will show errors like "No githuub user associated with the email"
9697

97-
[How to add email to gpg key](https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key)
98+
[How to add email to gpg key](https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key)

content/post/2022-06-06-imessage/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "iMessages/FaceTime Logic"
2+
title: "Understanding iMessages and FaceTime Syncing"
33
date: 2022-06-06T15:27:45+03:00
44
tags:
55
- "macOS"
@@ -15,7 +15,7 @@ Problems (2 iPhones and 1 Mac):
1515

1616
## Avoid spam text messages sync to Mac (no TEXTs from Tel. A)
1717

18-
disable "Enable Messages in iCloud": otherwise texts from **Tel. A** will be synced
18+
disable "Enable Messages in iCloud": otherwise texts from **Tel. A** will be synced
1919

2020
## use iMessage on mac
2121

content/post/2022-07-10-macos-cron/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "macOS CRON"
2+
title: "CRON Jobs for macOS"
33
date: 2022-07-10T23:05:21+02:00
44
tags:
55
- "macOS"
@@ -11,7 +11,7 @@ It's annoying on macOS that each editing would prompt the pop up for authorizati
1111

1212
## .plist What is it?
1313

14-
To load/unload a plist
14+
To load/unload a plist
1515
```shell
1616
launchctl load ~/Library/LaunchAgents/test.plist
1717
launchctl unload ~/Library/LaunchAgents/test.plist
@@ -57,4 +57,4 @@ Ref:
5757

5858
* [launchd plist format for running a command at a specific time on a weekday - Ask Different](https://apple.stackexchange.com/questions/249446/launchd-plist-format-for-running-a-command-at-a-specific-time-on-a-weekday)
5959
* [Macos – How to get a script to run every day on Mac OS X – Unix Server Solutions](https://super-unix.com/superuser/how-to-get-a-script-to-run-every-day-on-mac-os-x/)
60-
* [launchagents.md - awesome-macos-command-line - Use your macOS terminal shell to do awesome things.](https://git.herrbischoff.com/awesome-macos-command-line/tree/launchagents.md)
60+
* [launchagents.md - awesome-macos-command-line - Use your macOS terminal shell to do awesome things.](https://git.herrbischoff.com/awesome-macos-command-line/tree/launchagents.md)

content/post/2023-02-03-mac-chinese-font/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "macOS Chinese Font"
2+
title: "Weird macOS Chinese Font Issues"
33
date: 2023-02-03T10:00:33+01:00
44
tags:
55
- "macOS"
@@ -10,7 +10,7 @@ I came across a issue when opening a `doc` file in macOS (12.5.1).
1010
Pages keeps reming me that fonts are missing despite I have already installed
1111
them from file.
1212

13-
It turns out that the Family name in font is not Chinese, which somehow makes
13+
It turns out that the Family name in font is not Chinese, which somehow makes
1414
the Pages.app can not recognize the fonts.
1515

1616
![](font-family-name-english.png)
@@ -19,7 +19,7 @@ the Pages.app can not recognize the fonts.
1919

2020
Weird.
2121

22-
If the languages for pages.app is set to Chinese, then Family name changes
22+
If the languages for pages.app is set to Chinese, then Family name changes
2323
from SimSun to 宋体.
2424

2525
Still it reminds that Fonts are missing despite I have "宋体" in the menu.

content/post/2025-10-07-self-reflection.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Should I Change My Old Files' Names"
2+
title: "Should I Change My Old Files' Names?"
33
date: 2025-10-07T17:27:10+02:00
44
---
55

@@ -41,13 +41,14 @@ Do you go from 'ver_01' to 'ver-02' by coping or just simply modify on the origi
4141

4242

4343
我发现坚持某一个习惯、软件,对我来说十分困难。
44-
举例子,我老是觉得 是颠三倒四
44+
举例子,我老是觉得 是颠三倒四
4545

46-
conswe
47-
48-
49-
#
5046
The last 2-3 weeks have been quick hard for me, the main issue is the lack of motivation and loss of concentration during work.
5147
On top of that, the shoulder injury definitely adds a lot difficulties, and
5248

53-
Here is the link to my chat with Gemini: https://gemini.google.com/share/e19461751ccb
49+
Here is the link to my chat with Gemini: https://gemini.google.com/share/e19461751ccb
50+
51+
52+
$$
53+
x^2 + \log y
54+
$$

content/post/2025-11-01-ebook/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "ebook collections"
2+
title: "E-Book Collections"
33
date: 2025-11-01T14:48:54+01:00
44
---
55

@@ -34,4 +34,4 @@ Mostly downloaded from http://www.zxcs.me
3434

3535
* 看帮网:https://www.kanbang.cc
3636
* https://m.99xsw.cc/txt/133983.html
37-
* http://www.txt80.com
37+
* http://www.txt80.com

content/post/2025-11-10-python-linter-lsp-formatter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Python: linter, LSP and formatter"
2+
title: "Python: Linter, LSP and Formatter"
33
date: 2025-11-10T11:29:26+01:00
44
tags:
55
- "python"
@@ -20,7 +20,7 @@ Wait, what are the tools required?
2020

2121
It wouldn't so anooying if I only use vscode, nvim or sublime.
2222
But the problem is that I use a few editor and likely will try some more in the future.
23-
How to make sure they are using the
23+
How to make sure they are using the
2424

2525
Right now, the pylsp plugin in Sublime is very strict: even hightlights the trailing spaces behind each line.
2626
And it also warns about 79 limit.

0 commit comments

Comments
 (0)