This commit is contained in:
retoor 2024-12-27 00:25:14 +00:00
parent 87a1ca1a7b
commit abbdc72ecd
2 changed files with 10 additions and 10 deletions

View File

@ -54,9 +54,9 @@
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/organizations">{{ctx.Locale.Tr "explore"}}</a>
{{else}}
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/repos">Source code respository / work</a>
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/repos">Projects</a>
<a class="item" rel="noopener noreferrer" href="/retoor/gists/">Examples / research / gists</a>
<a class="item" rel="noopener noreferrer" href="/retoor/gists/">Research</a>
<a class="item" rel="noopener noreferrer" href="https://whoogle.molodetz.nl/">Whoogle</a>
{{end}}
{{ if .IsSigned }}

View File

@ -124,40 +124,40 @@ setTimeout(matrix,100);
</ul>
</div>
<div class="eight wide center column">
<div class="center">
<div class="hero">
<h3>Using AI in your applications won't make you poor!</h3>
I did a whole research about the pricing of AI because it's nowhere to be found. Yes, I do see the price per token. But what is the worth of a token? What is the worth of a million tokens? So i can do x for the price of y? Yes, if you have some patience. How much does that patience cost me? This is AFAIK the first article with a decent explaination of AI pricing that puts things in perspective: <a href="/retoor/gists/src/branch/main/costs-of-modern-most-expensive-quality-ai-by-openai.md">My article</a>. Documentation is not my strongest skill. The amount of time this costed me is no joke. But the article has quite some research behind it done by myself.
</div>
</div>
<div class="eight wide center column">
<div class="hero">
<h3>My own automated review system!</h3>
Gives a grade of just 6.5 for <a href="/retoor/drstats/src/branch/main/review.md">this project</a>. The irony, it should see his own source when it comes to mediocre code. In general, I do agree with many of the points my review system mentions. It's fun to try to keep it happy. It's a challenge. My review system makes a detailed page per source file but I don't publish that. Instead, a summary is generated based on those independent reviews. Those together define the grade the project gets. Higher than 8 is not achieved yet.
</div>
</div>
</div>
<div class="eight wide center column">
<div class="center">
<div class="hero">
<h3>My own refactor system!</h3>
Only destroyed one time my source code. The refactor applies best practices on source code of many source types. Besides that, it adds my name, a description of the file and the MIT license I use for all my projects. Every file looks quite maintained this way. I have to automate it to apply it on all my projects. It does make backups of original files and everything is in a repository ofcourse. No source code loss here!
</div>
</div>
</div>
<div class="eight wide center column">
<div class="center">
<div class="hero">
<h3>Project: app</h3>
<p>A foundational framework for applications, featuring a web server with an integrated database. The web server supports sessions, basic authentication, and database endpoints by default. Built on <code>aiohttp</code>, it can also be utilized for non-HTTP applications.</p>
<p><strong>Technologies:</strong> Python, aiohttp, SQL databases</p>
</div>
</div>
</div>
<div class="eight wide column">
<div class="center">
<div class="hero">
<h3>Project: ragnar</h3>
<p>An anti-spam bot designed for a developer community. This version serves as a proof of concept, demonstrating effectiveness despite the preliminary quality of the source code.</p>
<p><strong>Technologies:</strong> Python, bot framework</p>
</div>
</div>
</div>
<div class="eight wide column">
<div class="center">