Skip to content

Commit 26dc971

Browse files
committed
Performance tuning
1 parent 73a472b commit 26dc971

File tree

8 files changed

+23
-456
lines changed

8 files changed

+23
-456
lines changed

Diff for: bin/push

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ create_presentation_slides() {
2020

2121
## cv
2222
cv() {
23+
"${src}"/src/code/cv.sh
2324
ssh [email protected] mkdir -p www/cv
2425
rsync -az "${src}"/src/code/cv.html [email protected]:www/cv/index.html
2526
}

Diff for: src/code/cv.html

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<!doctype html>
22
<html>
33
<head>
44
<meta name="author" content="Torstein Krause Johansen"/>
@@ -27,7 +27,7 @@
2727
</head>
2828
<body>
2929
&#xFEFF;
30-
<h1> SKYBERT(1) Skybert's Curriculum Vitae SKYBERT(1)</h1>
30+
<h1> SKYBERT(1) CV SKYBERT(1)</h1>
3131

3232

3333
<h2>NAME</h2>
@@ -39,9 +39,9 @@ <h2>SYNOPSIS</h2>
3939

4040

4141
<h2>DESCRIPTION</h2>
42-
<p>Love working with complex Unix and Linux systems comprised of HTTP servers, web caches, load balancers, distributed memory caches, databases, LDAP, IAMs and application servers. Making them all play together is a treat.</p>
42+
<p>Loves complex Unix and Linux systems comprised of HTTP servers, web caches, load balancers, distributed memory caches, databases, LDAP, IAMs and application servers. Making them all play together is a treat.</p>
4343

44-
<p>Enjoy developing complex JEE and Python applications, taking a keen interest in open standards like HTTP, HTML, XML and CSS.</p>
44+
<p>Enjoys developing Java and Python applications, taking a keen interest in open standards like HTTP, HTML, XML and CSS.</p>
4545

4646
<p>Significant experience with app security, integrating it with CI/CD and securing systems with Identity Access Management backends.</p>
4747

@@ -97,20 +97,23 @@ <h2>TECHNOLOGY</h2>
9797
<li>Device security: nftables, iptables, LUKS, ssh</li>
9898
<li>App security: Sonarqube, OWASP</li>
9999

100+
<h2>PERFORMANCE TUNING</h2>
101+
<li>Allow running Linux on work machine</li>
102+
<li>Allow contributing to open source</li>
103+
<li>Send to conference every now and then</li>
100104

101105
<h2>KNOWN ISSUES</h2>
102106
<li>Impatient</li>
103107
<li>Prefers dark office</li>
104108
<li>Loves mechanical keyboards</li>
105109

106-
107110
<h2>SEE ALSO</h2>
108111
<li>&#x1F578;&#xFE0F; <a href="https://skybert.net">https://skybert.net</a></li>
109-
<li>&#x2692;&#xFE0F; <a href="https://github.com/skybert">https://github.com/skybert</a></li>
110-
<li>&#x1F6E0;&#xFE0F; <a href="https://gitlab.com/skybert">https://gitlab.com/skybert</a></li>
111112
<li>&#x1F9A3; <a href="https://emacs.ch/@skybert">https://emacs.ch/@skybert</a></li>
112113
<li>&#x1F3A5; <a href="https://youtube.com/@skybert">https://youtube.com/@skybert</a></li>
114+
<li>&#x2692;&#xFE0F; <a href="https://github.com/skybert">https://github.com/skybert</a></li>
115+
<li>&#x1F6E0;&#xFE0F; <a href="https://gitlab.com/skybert">https://gitlab.com/skybert</a></li>
113116

114-
<h1> BSD January 4, 2024 BSD</h1>
117+
<h1> BSD 2024-02-20 BSD</h1>
115118
</body>
116119
</html>

Diff for: src/code/cv.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# SKYBERT(1) Skybert's Curriculum Vitae SKYBERT(1)
2+
# SKYBERT(1) CV SKYBERT(1)
33

44

55
## NAME
@@ -11,9 +11,9 @@ Senior programmer and admin with strong skills in Unix, Java, Python, BASH and R
1111

1212

1313
## DESCRIPTION
14-
Love working with complex Unix and Linux systems comprised of HTTP servers, web caches, load balancers, distributed memory caches, databases, LDAP, IAMs and application servers. Making them all play together is a treat.
14+
Loves complex Unix and Linux systems comprised of HTTP servers, web caches, load balancers, distributed memory caches, databases, LDAP, IAMs and application servers. Making them all play together is a treat.
1515

16-
Enjoy developing complex JEE and Python applications, taking a keen interest in open standards like HTTP, HTML, XML and CSS.
16+
Enjoys developing Java and Python applications, taking a keen interest in open standards like HTTP, HTML, XML and CSS.
1717

1818
Significant experience with app security, integrating it with CI/CD and securing systems with Identity Access Management backends.
1919

@@ -69,18 +69,21 @@ Significant experience with app security, integrating it with CI/CD and securing
6969
— Device security: nftables, iptables, LUKS, ssh
7070
— App security: Sonarqube, OWASP
7171

72+
## PERFORMANCE TUNING
73+
— Allow running Linux on work machine
74+
— Allow contributing to open source
75+
— Send to conference every now and then
7276

7377
## KNOWN ISSUES
7478
— Impatient
7579
— Prefers dark office
7680
— Loves mechanical keyboards
7781

78-
7982
## SEE ALSO
8083
— 🕸️ https://skybert.net
8184
— ⚒️ https://github.com/skybert
8285
— 🛠️ https://gitlab.com/skybert
8386
— 🦣 https://emacs.ch/@skybert
8487
— 🎥 https://youtube.com/@skybert
8588

86-
# BSD January 4, 2024 BSD
89+
# BSD 2024-02-20 BSD

Diff for: src/code/cv.sh

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ main() {
7070

7171

7272
md2html "${_cwd}" | xmllint --pretty 1 - > "${_cwd}"/cv.html
73+
sed -i 's#<?xml version="1.0"?>#<!doctype html>#' "${_cwd}/cv.html"
7374
}
7475

7576
main "$@"

0 commit comments

Comments
 (0)