Charles Chen

@chrlschn
199 Followers
20 Following
207 Posts

My #opensource RunJS #MCP server is now equipped with a #JavaScript `fetch` analogue (written in #dotnet and #csharp) and a secrets manager to let your #LLM securely generate and execute JS to access remote APIs!

I also added a #Vue front-end to make it easy to test and try it out yourself!

https://github.com/CharlieDigital/runjs

Is this ironic? I went to share an essay to #hackernews to find that someone else had already done so. However, it was flagged as "Likely AI-Generated"!

Surprising because my current blog is entirely in GitHub with a full commit history, I've kept a blog since 2005 (https://charliedigital.com/) with the same style of writing, and of course, I also have a few high profile Medium articles.

It is, of course, the truth that #AI has somehow been influenced to some tiny extent by MY writing instead!

I've been working on 3 new features for CodeRev.app to help teams that want to easily incorporate #code reviews into the #tech #interview and #hiring process with less friction. Check out this 60 second intro! With #AI generated code becoming a mainstream tool in #programming, more teams should consider code reviews!
Looks like the market has spoken on #Tesla Robotaxi...
SKPromptGenerator is an #OSS package for #csharp #dotnet that simplifies working with #AI and #LLMs using #Microsoft Semantic Kernel. It uses source generators to create strongly typed classes from string prompts that help reduce the tedium of string formatting. Check it out! https://github.com/CharlieDigital/SKPromptGenerator
GitHub - CharlieDigital/SKPromptGenerator: Generates strongly typed classes for Semantic Kernel using prompt strings.

Generates strongly typed classes for Semantic Kernel using prompt strings. - CharlieDigital/SKPromptGenerator

GitHub
SKPromptGenerator is an #OSS #dotnet #csharp code generator for Semantic Kernel that enables generation of strongly-typed classes from string prompts. Update 0.3 includes the option to specify a custom base class to customize the execution of the prompt (e.g. add telemetry, etc.). Check it out to streamline your #LLM and #AI DX! https://github.com/CharlieDigital/SKPromptGenerator
GitHub - CharlieDigital/SKPromptGenerator: Generates strongly typed classes for Semantic Kernel using prompt strings.

Generates strongly typed classes for Semantic Kernel using prompt strings. - CharlieDigital/SKPromptGenerator

GitHub
Weekend #OSS project: SKPromptGenerator (https://github.com/CharlieDigital/SKPromptGenerator) is a #dotnet #csharp source generator that generates strongly-typed classes from your prompt strings and makes it easy to interact with an #LLM without copying and pasting the boilerplate when #programming using Semantic Kernel with .NET 8.
GitHub - CharlieDigital/SKPromptGenerator: Generates strongly typed classes for Semantic Kernel using prompt strings.

Generates strongly typed classes for Semantic Kernel using prompt strings. - CharlieDigital/SKPromptGenerator

GitHub
🔥Hot take🔥: a lot of teams are sleeping on #dotnet and #csharp. It offers a balance of platform maturity, performance, and productivity that feels unmatched for backend work. Entity Framework Core deserves a special shoutout for being so productive and performant for DB work!

Hot take on #react and JSX: "everything-is-JS" is actually terrible which is why even JSX ends up providing an SGML-like abstraction because it is fundamentally easier to reason about UI and composition with structured markup than it is with JS.

Via a comment on my article "React is the New IBM" (https://chrlschn.medium.com/react-is-the-new-ibm-6af2f4b04e5e)

#webdev #programming

React is the New IBM - Charles Chen - Medium

Those of us that have been in the industry long enough have seen variations of this phrase come and go: Variants of this have come and gone; replace “IBM” with “Oracle” or “Microsoft” or “Intel” or…

Medium
@khalidabuhakmeh When I drag a tab from the second group to the third, the 3 columns become equal sized in VSC: