-
kimbomadsen wrote a new post 1 week, 2 days ago
Enhance Your Code with MimerCode and Delphi Linters
Check it out at https://portal.components4developers.com The linters What is a linter? ItsRead More -
kimbomadsen wrote a new post 1 week, 4 days ago
The new Components4Developers products portal is being implemented
Check it out at https://portal.components4developers.com Status June 13 2026 There were a bugRead More -
kimbomadsen replied to the topic We are seeing a server hang in kbmMW 5.15.10 (TkbmMWDynamicLockFreeHashArray) in the forum kbmMW 2 months ago
Hi,
There have been several fixes since 5.15 related to the lockfree hash array. So I would recommend to update to a newer version of kbmMW.
best regards
Kim/C4D -
kimbomadsen commented on the post, Release of theMIMER v1.0.1.3! 2 months ago
Yes.. you can use it for free for commercial projects as long as they do not violate the license agreement (ie… non compete clause). /Kim/C4D
-
kimbomadsen commented on the post, MIMERCode: The AI-Friendly Programming Language 2 months, 2 weeks ago
Well indentations are problematic in the sense of making mistakes. A space too much or too little can make the code act completely differently. MIMERCode is not only designed to mimic Python, but also to be a […]
-
kimbomadsen wrote a new post 2 months, 2 weeks ago
MIMERCode: The AI-Friendly Programming Language
wargames.mc (WarGames simulator in MIMERCode) What happens when you design aRead More -
kimbomadsen commented on the post, Release of theMIMER v1.0.1.3! 2 months, 2 weeks ago
Hi, theMIMER will continue to be a free executable. The actual code behind it I have not made any decision about as of yet. There has been spent much time on it, and a new version will soon be released with loads […]
-
kimbomadsen wrote a new post 3 months, 1 week ago
Introducing theSKULD — Because Your .dproj Files Deserve Better
If you’ve worked with Delphi for any lengthRead More -
kimbomadsen wrote a new post 3 months, 1 week ago
Release of theMIMER v1.0.1.3!
MIMER Is Mythical Enhanced Reasoning a Teachable, Agentic AI Knowledge System PleaseRead More -
kimbomadsen wrote a new post 3 months, 1 week ago
Revealing theMIMER v1.0.0
MIMER Is Mythical Enhanced Reasoning a Teachable, Agentic AI KnowledgeRead More -
kimbomadsen commented on the post, theDANE — the Danish Advanced Native Editor 3 months, 4 weeks ago
Updated to 1.0.0.13 Contains bugfixes (including the SQL CHARACTER SET reformat issue) and new Copy with highlighting and HTML production, in case you need to provide nicely highlighted code for your […]
-
kimbomadsen wrote a new post 3 months, 4 weeks ago
theDANE — the Danish Advanced Native Editor
A fast, native Windows code editor with syntax highlighting, intelligent codeRead More -
kimbomadsen commented on the post, Exploring the Swiss Army Knife: kbmMW's Red-Black Tree 4 months, 1 week ago
I’m happy you like it! I will post some more when I get around to it. /Kim
-
kimbomadsen commented on the post, Exploring the Swiss Army Knife: kbmMW's Red-Black Tree 4 months, 1 week ago
Hi, I have not done specific comparative performance tests with and without the extra doubly linked list. I am using it in a number of scenarios, like the caching mechanism, and for handling file based […]
-
kimbomadsen commented on the post, Exploring the Swiss Army Knife: kbmMW's Red-Black Tree 4 months, 1 week ago
Hi, Any algorithm should be selected for the purpose its about to be used for. If it can be done using fixed arrays, then you will be able to benefit much more from the various caching mechanisms in CPUs, but […]
-
kimbomadsen wrote a new post 4 months, 1 week ago
Lock-Free Hash Arrays in kbmMW — A Practical GuideWhen multiple threads need to share a lookup table, the traditional answer is simple: wrap it in a lock. One thread reads or writes at a time, everybody else waitsRead More
-
kimbomadsen wrote a new post 4 months, 1 week ago
Reverse-Engineering Delphi for Effective DebuggingGetting the Object Behind the Interface — By Reading Machine Code How kbmMW’s memory leak debugger identifies which object is behind a leaked interface rRead More
-
kimbomadsen wrote a new post 4 months, 1 week ago
Exploring the Swiss Army Knife: kbmMW's Red-Black Tree
How kbmMW gets the best of both worlds — fast search AND fast iRead More -
kimbomadsen wrote a new post 4 months, 2 weeks ago
Taming Delphi's Unit Initialization Order — A Dependency Graph ApproachIf you’ve worked on a large Delphi project long enough, you’ve probably been bitten by it: a mysterious access violation at startup, a nil reference where an objectRead More
-
kimbomadsen wrote a new post 4 months, 2 weeks ago
kbmUnitTest #7 – IDE Wizards
The Complete Guide to kbmUnitTest The kbmUnitTest framework ships with IDE wizards thatRead More - Load More
