Updated footer and about
All checks were successful
Upload via SSH / build (push) Successful in 1m4s

This commit is contained in:
Bethlenfalvi, Lorinc (ext)
2026-01-06 10:24:09 +01:00
parent d36c6d5622
commit 8bafec4821
5 changed files with 30 additions and 25 deletions

View File

@@ -15,31 +15,20 @@ import Main from "../layouts/Main.astro";
/>
<p>
My name is Lawrence Bethlenfalvy, I make websites and web-based
applications primarily with React. I enjoy seeing the fruit of my labour,
applications primarily with React. I enjoy seeing the fruits of my labour,
which is why I do so much frontend development even though I'm not exactly
an artistic genius, as finest demonstrated by this website.
</p>
<p>
I really like perfectly designed infrastructure, and in an effort to
construct it for my own projects I've racked up a considerable amount of
DevOps experience.
</p>
<p>
I studied a lot of advanced mathematical topics in high school, and
although I was never a big fan of solving equations for hours on end the
approach and some of the concepts stuck with me. I like to draw on
mathematical techniques for day-to-day problem solving, but I also view it
as a hobby.
I like well-oiled infrastructure, and in an effort to construct it for my
own projects I've racked up a considerable amount of DevOps experience.
</p>
<p>
More recently I've been hard at work on my small conceptual language,
Orchid, which, like anything I do, tries to be unopinionated, minimalistic
in design, and robust in execution. Designing a programming language is a
constant goat game against the halting problem so realising all these
principles at the same time is nigh impossible, and incremental progress
is fundamentally incompatible with the optimal, holistic approach to
issues like type checking, but when I have something to report I do it
here.
in design, and robust in execution. Incremental progress is fundamentally
incompatible with the optimal, holistic approach I like, but when I have
something to report I do it here.
</p>
</div>
</Main>