@kareem_carr I mostly discard anything AI produces as it’s garbage. It’s good for discussing options and discovering how to approach a problem but rarely creates anything that works.
I've had a go with .NET10 and DataSync which runs but I'm still blocked with no way out that doesn't involve major changes due to Data Sync support for Plugins and .NET Core Assembly binding not being very flexible.
@madskristensen Multi targeting (Framework & .NET) builds are quite slow would be great if there were options to choose which targets to build rather than have lots of conditional settings in csproj files.
Tried Copoilot in Visual Studio. It's so annoying gets in the way all the time. The old VS suggestions stop working and then it keeps suggesting stupid irrelevent completions. Can we stop forcing AI on everything.
So I got it working ... Ouvvi+Agent running in a Docker Container on .NET8. Running on a small Linux machine here I am running it on my old Synology 218+ NAS box. With Tailscale providing SSL via Tailscale Serve.
Interesting experiment today been working on a .NET8 version of Ouvvi(WFE). Just had all bits together to create a linux docker image and deploy to my old Synology NAS and use Tailscale to expose over my Tailnet with TLS enabled.
@davidfowl Ouvvi does build on local server exports to S3 then Ouvvi Agent on deployment server downloads S3 package with DataSync and custom Ouvvi IIS handler does a file diff to deploy.
@traskjd It’s great when the customer describes why the feature will help them this way we can understand the requirement better and deliver a better product.
Trying something new ... create your Data Integration pipeline for DataSync with Visual Studio. Control the execution pipeline to handle things like Loops etc then compile down to an exe/service with full source control of both project files and process.
Tried the #1BRC challenge in DataSyncStudio .NETCore version using Dynamic columns to aggregate the 1B rows and output a nice Dataset you can sync to SQL etc runs in 4m10sec on an i7 11g laptop (XPS).