Added google tag.

This commit is contained in:
retoor 2025-01-21 00:40:35 +00:00
parent adf76537fb
commit 9694d3bca4

View File

@ -66,14 +66,12 @@ setTimeout(matrix,100);
</div>
{{end}}
<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 center 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>
<div class="eight wide center column">
<div class="eight wide 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`.
@ -86,7 +84,7 @@ Get the app <a href="https://molodetz.nl/retoor/r">here</a>.
<p>
</div>
<div class="eight wide center column">
<div class="eight wide column">
<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>
<ul>
@ -98,6 +96,12 @@ 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>
</ul>
</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>
<div class="eight wide column">
<h3>Python Development</h3>