Compare commits

..
15 Commits
Author SHA1 Message Date
retoor 6adf64a43c Made two changes. 2024-12-30 23:09:33 +00:00
retoor 4cbaed1baa Massive replace. 2024-12-27 12:00:11 +00:00
retoor b9639eb290 Committed a crime. I'm so sorry. I had to. I at least left the MIT files intact. 2024-12-27 11:28:38 +00:00
retoor f0a2721d21 Made anonymous. 2024-12-27 11:24:18 +00:00
retoor abbdc72ecd Update. 2024-12-27 00:25:14 +00:00
retoor 87a1ca1a7b New version site. 2024-12-23 01:10:53 +00:00
retoor 83b5464f47 Removed edit buttons and stuff. 2024-12-17 13:29:15 +00:00
retoor f89cd5e2dc Update template. 2024-12-17 11:25:14 +00:00
root a63fce8983 Version change. 2024-12-15 23:58:28 +00:00
retoor 83ede59c76 Update. 2024-12-15 23:58:28 +00:00
retoor ba7ab94df0 Update data/gitea/templates/repo/home.tmpl 2024-12-15 23:56:09 +00:00
retoor 9401354a37 Added whoogle link and fixed casing. 2024-12-08 04:05:29 +00:00
root bd054f3edf English fixed. 2024-12-08 03:22:42 +00:00
retoor e06f0dcee1 Added projects. 2024-12-08 03:16:50 +00:00
retoor d77de465fc Modified portfolio site initial commit. 2024-12-06 18:18:45 +00:00
4 changed files with 4 additions and 47 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

+1 -9
View File
@@ -1,12 +1,4 @@
<script>
marked.setOptions({
highlight: function (code, lang) {
const language = hljs.getLanguage(lang) ? lang : 'plaintext';
return hljs.highlight(language, code).value;
}
});
</script>
<chat-widget></chat-widget>
{{if false}} {{if false}}
{{/* to make html structure "likely" complete to prevent IDE warnings */}} {{/* to make html structure "likely" complete to prevent IDE warnings */}}
+1 -5
View File
@@ -21,7 +21,6 @@
{{template "base/head_script" .}} {{template "base/head_script" .}}
{{template "base/terms_script" .}} {{template "base/terms_script" .}}
{{template "base/retoor" .}}
<noscript> <noscript>
<style> <style>
.dropdown:hover > .menu { display: block; } .dropdown:hover > .menu { display: block; }
@@ -40,10 +39,7 @@
{{template "custom/header" .}} {{template "custom/header" .}}
</head> </head>
<body hx-headers='{"x-csrf-token": "{{.CsrfToken}}"}' hx-swap="outerHTML" hx-ext="morph" hx-push-url="false"> <body hx-headers='{"x-csrf-token": "{{.CsrfToken}}"}' hx-swap="outerHTML" hx-ext="morph" hx-push-url="false">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5Q3MG3GC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{{template "custom/body_outer_pre" .}} {{template "custom/body_outer_pre" .}}
+2 -33
View File
@@ -66,32 +66,10 @@ setTimeout(matrix,100);
</div> </div>
{{end}} {{end}}
<div class="eight wide column">
<h3>Productivity</h3>
<p>What I've did recently in 600+ hours. In 600+ hours I've written over 50000+ lines. Hover over the tiles for details.</p>
{{template "hours" .}}
</div>
<div class="eight wide column">
<h3>Web assistant with speech recognition!</h3>
Since my site is pure educational and i'm not a software distributor you won't find source of full functional applications here. I have those for personal use. Only (some advanced) components to make great stuff. I have a new example made with my ragent library. It also shows the the power of speech api.<br /><br />You can find the <a href="https://retoorded.molodetz.nl">application here</a>.Fun fact: the backend is a basic native python http.HTTPServer. You're still doing async? That's so 2024!<br /><br />If you need a more stable solution than the speech api, consider my rspeech package. It's bettery quality. The speech api only works correct on webkit based browsers like chrome, chromium, that Microsoft thing etc. With my rspeech library you can do server side recognition and sentisizing. The rspeech module is optimized to work async and is not blocking.<br /><br />I hope I made something which is useful for you.
</div>
<div class="eight wide column"> <div class="eight wide center column">
<h3>Free GPT for everyone</h3>
<p>
I made a command line utility that lets you interactively communicate with OpenAI LLM. You can make your own bot with it by descriping the personality / features of it in `./rcontext.txt`.
<br /><br />
You can send local files trough the app by referring to it in the prompt. For exxample: "r check this source code for bugs: ./my-source.c". The `./` before is required. This also works with urls.
<br /><br />
The app has markdown output support so it gives the GPT responses in a nice colurful way. Also syntaxhighling for code is supported.
<br /><br />
Get the app <a href="https://molodetz.nl/retoor/r">here</a>.
<p>
</div>
<div class="eight wide column">
<h3>C Development</h3> <h3>C Development</h3>
<p>With C, I mostly reinvent the wheel and rewrite existing applications from scratch to learn what is under the hood. I am able to write nginx-grade web servers with WebDAV support. I also have experience in writing Redis-quality key-value stores. Projects made:</p> <p>With C, I mostly reinvent the wheel and rewrite existing applications from scratch to learn what is under the hood. I am able to write nginx-grade web servers with WebDAV support. I also have experience in writing Redis-quality key-value stores. Projects made:</p>
<ul> <ul>
@@ -103,14 +81,8 @@ Get the app <a href="https://molodetz.nl/retoor/r">here</a>.
<li>Extremely fast JSON library, three times faster than Python's original, to be used with JSON protocol. Has the ability to find JSON data within data for parsing streams</li> <li>Extremely fast JSON library, three times faster than Python's original, to be used with JSON protocol. Has the ability to find JSON data within data for parsing streams</li>
</ul> </ul>
</div> </div>
<div class="eight wide column">
<h3>REGARDING THE USE OF AI</h3>
<p>NOTE: ONLY FAIR USE OF AI REGARDING ALL SOURCE CODE. EVERYTHING ON THIS SITE IS HAND CRAFTED. I'M A PROFESSIONAL DEV FOR MORE THAN 15 YEARS.</p><p>AI is only used for <u>general summaries</u> at the beginning of <u>source files</u>, implementing the MIT license, mentioning my email, and formatting of the source. I automated this process for consistancy. <u>Some project summaries on this site is generated based on content of my projects.</u> Building nice sites is not my favourite hobby. <u>I prefer to build (web) applications having business logic.</u></p>
<div class="eight wide center column">
</div>
<div class="eight wide column">
<h3>Python Development</h3> <h3>Python Development</h3>
<p>Python is my go-to language for software development. Technologies I prefer to work with, but not limited to, are:</p> <p>Python is my go-to language for software development. Technologies I prefer to work with, but not limited to, are:</p>
<ul class="tag-list"> <ul class="tag-list">
@@ -119,8 +91,6 @@ Get the app <a href="https://molodetz.nl/retoor/r">here</a>.
<li>FastAPI</li> <li>FastAPI</li>
<li>dataset</li> <li>dataset</li>
</ul> </ul>
<img src="https://retoor.molodetz.nl/retoor/molodetz.nl/raw/branch/main/data/gitea/public/64480230-18ce-4770-8b7c-1e2688e051c6.jpg" style="max-width: 50%;" />
</div> </div>
<div class="eight wide center column"> <div class="eight wide center column">
@@ -439,5 +409,4 @@ I did a whole research about the pricing of AI because it's nowhere to be found.
</div> </div>
</div> </div>
<script src="https://alpaca.molodetz.nl/static/alpaca.prod.js?v=2563008421"></script>
{{template "base/footer" .}} {{template "base/footer" .}}