From f0a2721d215aed22f06baff11e89852ea4779591 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 27 Dec 2024 11:24:18 +0000 Subject: [PATCH] Made anonymous. --- data/gitea/templates/home.tmpl | 10 ++++------ data/gitea/templates/swagger/ui.tmpl | 2 +- data/gitea/templates/swagger/v1_json.tmpl | 4 ++-- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/data/gitea/templates/home.tmpl b/data/gitea/templates/home.tmpl index 9a8cf2d..650aefa 100644 --- a/data/gitea/templates/home.tmpl +++ b/data/gitea/templates/home.tmpl @@ -123,21 +123,19 @@ setTimeout(matrix,100);
  • CSS
  • -
    -
    +

    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! @@ -145,7 +143,7 @@ I did a whole research about the pricing of AI because it's nowhere to be found.
    -
    +

    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.

    diff --git a/data/gitea/templates/swagger/ui.tmpl b/data/gitea/templates/swagger/ui.tmpl index 9935ab9..3016a06 100644 --- a/data/gitea/templates/swagger/ui.tmpl +++ b/data/gitea/templates/swagger/ui.tmpl @@ -1,7 +1,7 @@ - Gitea API + Molodetz API diff --git a/data/gitea/templates/swagger/v1_json.tmpl b/data/gitea/templates/swagger/v1_json.tmpl index d5c0097..20abe7d 100644 --- a/data/gitea/templates/swagger/v1_json.tmpl +++ b/data/gitea/templates/swagger/v1_json.tmpl @@ -13,8 +13,8 @@ ], "swagger": "2.0", "info": { - "description": "This documentation describes the Gitea API.", - "title": "Gitea API", + "description": "This documentation describes the Molodetz API.", + "title": "Molodetz API", "license": { "name": "MIT", "url": "http://opensource.org/licenses/MIT"