diff --git a/data/gitea/templates/base/head_navbar.tmpl b/data/gitea/templates/base/head_navbar.tmpl index 5164fee..40dc618 100644 --- a/data/gitea/templates/base/head_navbar.tmpl +++ b/data/gitea/templates/base/head_navbar.tmpl @@ -54,9 +54,9 @@ {{ctx.Locale.Tr "explore"}} {{else}} - Source code respository / work + Projects - Examples / research / gists + Research Whoogle {{end}} {{ if .IsSigned }} diff --git a/data/gitea/templates/home.tmpl b/data/gitea/templates/home.tmpl index cffcbf5..9a8cf2d 100644 --- a/data/gitea/templates/home.tmpl +++ b/data/gitea/templates/home.tmpl @@ -124,40 +124,40 @@ setTimeout(matrix,100);
-
+
+

Using AI in your applications won't make you poor!

+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: My article. 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. +
+
+ + +

My own automated review system!

Gives a grade of just 6.5 for this project. 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.
-
-

My own refactor system!

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!
-
-

Project: app

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 aiohttp, it can also be utilized for non-HTTP applications.

Technologies: Python, aiohttp, SQL databases

-
-

Project: ragnar

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.

Technologies: Python, bot framework

-