This commit is contained in:
2025-07-22 23:10:46 +02:00
parent 920ff8ae65
commit d9811b41f5
3 changed files with 10 additions and 25 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
dist dist
build
.idea .idea

View File

@@ -1,22 +0,0 @@
<main id="beliefs">
<h1 id="mainHeading">mount /dev/beliefs</h1>
A page with my beliefs. I will try to update it from time to time, and strike out what has changed.
<h2>General</h2>
<h2>Writing</h2>
<p>
Better have to many dates in your document than to less. It is cumbersome to find out if information is outdated.
<p>
However unimportant a citation might seem, always cite as much as possible. Others will thank you if they are interested.
</p>
<h2>Programming</h2>
<h3>Premature optimization</h3>
<p>
<blockquote cite="Donald Knuth - The Art of Programming">“The real problem is that programmers have spent far too much time worrying about efficiency in the wrong places and at the wrong times; premature optimization is the root of all evil (or at least most of it) in programming.”</blockquote>
I really belief in optimization and code is far too unoptimized nowadays. But neithertheless are too many people still in the belief that low level bit optimization is an end in itself!
</p>
</main>

View File

@@ -3,16 +3,21 @@
things i currently work on (maybe) things i currently work on (maybe)
<h2>Projects</h2> <h2>projects</h2>
<ul> <ul>
<li>this</li> <li>this</li>
<li><a href="https://tixy.land/">tixy.land</a> inspired shader on dot-matrix controlled by old calculator</li> <li><a href="https://tixy.land/">tixy.land</a> inspired shader on dot-matrix controlled by old calculator</li>
<li>redcode fpga design</li
</ul> </ul>
<h2>Education</h2> <h2>education</h2>
<ul> <ul>
<li>jtag debuggers</li> <li>jtag debuggers</li>
</ul> </ul>
<h2>reading</h2>
<ul>
<li><a href="https://nostarch.com/building-a-debugger">Sy Brand - Building a Debugger</a></li>
<li>J.R.R. Tolkien - Lord of the rings</li>
<h2>old projects</h2> <h2>old projects</h2>
<h3>finished</h3> <h3>finished</h3>
<h3>on-hold</h3> <h3>on-hold</h3>
@@ -28,5 +33,5 @@
<li><s>learning colemak</s> - hjkl in vim</li> <li><s>learning colemak</s> - hjkl in vim</li>
</ul> </ul>
<span id="updated">updated: 2025-07-15</span> <span id="updated">updated: 2025-07-22</span>
</main> </main>