/** * SPDX-FileCopyrightText: 2026 Y. Meyer-Norwood <norwd@noreply.codeberg.org> * SPDX-License-Identifier: LicenseRef-Hippocratic-3.0-CL-ECO-LAW-MIL-SV *//// <summary>/// Hi, I'm <see cref="norwd" />./// </summary>publicclassnorwd{/// <summary>/// My <see cref="norwd.Pronouns" /> are he/him/his./// </summary>publicconstPronounPronouns=Pronoun.He|Pronoun.Him|Pronoun.His;/// <summary>/// Some of my external links. Places to find me, things I'm working on, etc.../// </summary>publicIDictionary<string,Uri>Links=>newDictionary<string,Uri>{["CodeBerg"]=newUri("https://codeberg.org/norwd"),// ["GitHub"] = new Uri("https://github.com/norwd"), // https://giveupgithub.org["JiraStopWatch"]=newUri("https://jirastopwatch.com"),["ThisTimeStamp"]=newUri("https://thistimestamp.com"),};/// <summary>/// Get a randomised fortune each time./// </summary>/// <remarks>/// These fortunes are periodically set as my bio!/// </remarks>publicstringFortune=>new[]{"Нет войне!",// https://crisisrelief.un.org/ukraine-crisis"A language that doesn't affect the way you think about, is not worth knowing","Anything added dilutes everything else","Approachable is better than simple","Clear is better than clever","Don't panic","A unit test is most useful when it fails","A unit test that passes, says nothing","The large print giveth, and the fine print taketh away","A wealth of information creates a poverty of attention",}.OrderBy(_ =>newRandom().Next()).First();}I'm currently working on:
- slopcheck - Check for signs of LLM agents in git repositories - Rewrite of @liberty's slopcheck in POSIX shell
- etc - My dotfiles, configs, settings, ~/etc...
- quotes - Programming Quotes API hosted on CodeBerg Pages
- zbase - Fork of sbase, slowly being rewritten in Zig1
Checkout my repositories here for more.
All of my code is 100% Slop free!





