diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 23:35:47 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 23:35:47 +0100 |
| commit | fd54d863a93763710d0e74dc112847b67b9945a1 (patch) | |
| tree | 6afe3ade1e3cb478674e55be4a8afa9f13d44851 | |
| parent | 4b211599ee41f8d77ff240337582c178289fd222 (diff) | |
slight changes
| -rw-r--r-- | README.md | 21 |
1 files changed, 8 insertions, 13 deletions
@@ -147,9 +147,10 @@ the proper usage docs live here cause i didnt want this readme to become like 1k ## Known Problems Just so you know + how to get arround some of the bigger ones. +No guarantee whether or not I will ever fix em this "little" side project wasnt meant to become such a cool thing from the start - **_BIG ISSUES_** - - *Problem* : Not fully ready for microdomains, If searched for SLD is only 1-3 chars some false positives from TLDs that dont allow such short SLDs are possible if that domain isnt registered. + - *Problem* : Not really ready for microdomains, If searched for SLD is only 1-3 chars some false positives from TLDs that dont allow such short SLDs are possible if that domain isnt registered. - Temp Fix : Make custom list that excludes the missbehaving - *Problem* : No support for special characters like ö ä ü - Temp Fix : Type prefix `xn--` and the punycode for ur special character by hand or use a converter. @@ -160,16 +161,10 @@ Just so you know + how to get arround some of the bigger ones. - scrolling then selecting something by mouse might select wrong thing as hitboxes for selection cant updated fast enough due to spasming touchpad scroll events. - Temp Fix : Be Patient and give it like 1-5 seconds to catch up and dont scroll as fast -## How much Slop can I expect in this repo? -Usually comments were left for things that had unusally high amounts of things not done by me. If code has like ... very minimal or barely any comments its probably my own spaghetti code. If its got a bunch of em that look overly gramatically correct it was done by an llm, heres infos as i believe projects should state their usage of ai so I can avoid pure slop projects on GH that only work halfways : - -- General Infos - - Basically all used agentic LLMs were ran on my own hardware at home. - - Extensive systemprompt was writen to fix some basic typical garbage behaviour by agents - - This project shouldve never taken more than a few hours... However i spiraled and went nuts making it too capable because I got a rush of hyperfocus for it for while -- Where and for what were they used : - - Bugfixing, Internet Research and Repetitive work : - - Project is a bit of a mess as I lacked time to neatly split up repetitive functions into modules and didnt trust ai doing it. Bugfixing occassionally was guided by models capable of browsing the internet via mcp as googles search results are becoming worse and worse by day and i cant find crap anymore thanks to all the sponsored and ai slop that google itself already shoves in my face. - - Documentation and Comments : - - All docs and code commends usually get looked over by Agentic LLMs and incase things were in German/Swiss-German they were translated to english and if they contained swearing it shouldve been removed. Places that have unusally high ammounts of comments might be bugfixes done by ai, didnt really tell it to make comments for me just sanetize mine. +## Things for some day +- Price lookups maybe +- Automatic minimum lenght for TLD required + definition for it in Lists.toml +- Better sorted and organized autogenerated AutomaticList.toml and deslopification of fetch-tld script. +## How much Slop can I expect in this repo? +Usually comments were left for things not done by me. Otherwise if code has like ... very minimal or barely any comments its probably my own spaghetti code : Conclusion mostly just spaghetti code very little ai slop (mostly bug fixes and coment sanetezation) |
