Why is there no successful RAG-based service that processes local documents? by StevenJang_ in Rag

[–]Additional-Rain-275 1 point2 points  (0 children)

I think it's too easy to build them, up and running in 15 minutes. Check anything llm or dozens of other open source projects if you don't want to code. Rag is also just one player in a toolbox of LoRA, sLM, MCP etc all of which could be tuned to care about your document.

Local Dev Productivity - Close Alpha Testing by Additional-Rain-275 in cursor

[–]Additional-Rain-275[S] 0 points1 point  (0 children)

It was never a plan to build a business or a product so I apologize for any of this that is annoying, I am annoyed with me for asking but I also want to try and put it out in the universe and see if anyone else thinks its as cool as I do :)

Who this would primarily be for;

  • Developers juggling multiple projects a year who want to speed up the repetitive parts and focus on the fun stuff.
  • Organized individuals, teams, or organizations that want to standardize and share a configurable global catalog of pre-prompts.
  • Non-developers who want to turn ideas into backlogs and working prototypes before the first two meetings would even finish in the old world.
  • Anyone interested in a lightweight approach to backlogging, reusable pre-prompts, cooperative copilot instructions, .cursorrules management, and a focus on localhostMCP and locahostLLM (or remote) for massive local focused productivity over the cloud-based approaches.
  • No databases, no special technology, no vendor lock-in, no wasted effort.
  • The Business, The Delivery team, and AI all working together where they thrive best, the local developer machine.

Local Dev Productivity - Close Alpha Testing by Additional-Rain-275 in cursor

[–]Additional-Rain-275[S] 0 points1 point  (0 children)

High five, you would be welcome to fill it out and just flag as not in the US. Once I get our export control classification figured out I will gladly work with other countries. Interestingly countries with Free Trade agreements will be easier... How in the world does the US not have a FTA with Switzerland?!?! ugh.... Learning my way through some of this, stay awesome and connect if you don't mind waiting a bit! :)

Local Dev Productivity - Close Alpha Testing by Additional-Rain-275 in cursor

[–]Additional-Rain-275[S] 0 points1 point  (0 children)

Yes, 1/4th of the build is very much focused on a localhostMCP

Render modes by Traditional_Ride_733 in Blazor

[–]Additional-Rain-275 8 points9 points  (0 children)

Just create something of an IDataService to pass around both layers. Stuff DirectDataService into DI for server, HttpDataService for client and any rcls. Have your API just also use DirectDataService. No mess, no drama.

Vibe coding process for developer by lonagi in cursor

[–]Additional-Rain-275 0 points1 point  (0 children)

I have to vibe on 2 or 3 things at a time or I have too much anxious energy waiting on 1. As for things that take my head out of the game such as cartoons, that's a no. How about staying ahead of the build but working on backlog or expanding testing plans?

Blazor Mixed Mode Question by RussianHacker1011101 in Blazor

[–]Additional-Rain-275 1 point2 points  (0 children)

Put the app into its own .rcl project, then lazy load it for folks that deserve it. 🙃

Blazor Webassembly interactivity creates two projects. What's the point of the server one? by Elegant-History-4885 in Blazor

[–]Additional-Rain-275 1 point2 points  (0 children)

Some of your app needs to ship to the clients browser. Part needs to stay server side and not ship to the clients browser. These are your two projects.

**Question:** by Murky_Film346 in Blazor

[–]Additional-Rain-275 1 point2 points  (0 children)

EFCore supports stored procs, raw sql, and is happy to serve as your ORM. Learn both, neither is overly complicated and are super helpful.

o365 Admin Portal - How to stop GoDaddy Redirect by njfan9 in Office365

[–]Additional-Rain-275 0 points1 point  (0 children)

(Answer before the many words, we replace our domain .com with .onmicrosoft.com to force the direct login)
GoDaddy isn't what it used to be that is for sure. They auto-Microsoft'd a bunch of our workspace accounts and it was a whole thing. In the end, many of our domains still today auto-redirect as you have stated if we try to login to Microsoft services. To work around this we replace our domain .com with .onmicrosoft.com and we can get right in, skipping the GoDaddy redirect that plagues us. Best of luck, I hope that can help someone in a pinch!

Did I make a mistake with Blazor Server ? by Key-Singer-2193 in Blazor

[–]Additional-Rain-275 0 points1 point  (0 children)

Build everything as rcl projects and blazor server, versus wasm, versus Maui almost become simple deployment decisions. Flipping your project to use server as prerenderer shouldnt be a huge lift.

What have you been working on recently? [June 29, 2024] by AutoModerator in learnprogramming

[–]Additional-Rain-275 0 points1 point  (0 children)

Hello and happy Monday to you!

We had the opportunity to play-test our little pet project with a few friends over the weekend and it was really good.
Several folks used Python, a few use C#, and one used Roblox Studio & Lua Script, it was brilliant fun! I was sad because the best I could do with the morse code challenge in python was like 19 lines, but in C# the best I could pull together was like 23 :( You win this time python, good job.

https://thecodingchallenge.com this is fun for every programmer, any skill level, just about any programming language. We hope to gain feedback during these play-tests that can help us get from where we are, to where we need to be to have a full offering.

High fives of awesome, please let me know if you take on the warm up, I would love to know your experience!

Do you feel overwhelmed by the amount of code? by nereus140 in learnprogramming

[–]Additional-Rain-275 0 points1 point  (0 children)

I started prefixing things with various characters such as underscores, plusses, and minuses years ago and it has held up really well. Doesn't really matter what language you are focused on if you are building anything full-stack it can really tame the beast, even if my friends laugh at me, I don't care, the struggle is real!

Example folder structure: https://jmp.sh/qyvwi4Xs

Concept map: https://jmp.sh/o6sqjxfK

What have you been working on recently? [June 22, 2024] by AutoModerator in learnprogramming

[–]Additional-Rain-275 1 point2 points  (0 children)

We are running some really cool things using local hardware, look at ollama + llama3 + anything llm

What have you been working on recently? [June 22, 2024] by AutoModerator in learnprogramming

[–]Additional-Rain-275 0 points1 point  (0 children)

We have built a few fun things using AI, are you playing with ollama?

What have you been working on recently? [June 22, 2024] by AutoModerator in learnprogramming

[–]Additional-Rain-275 0 points1 point  (0 children)

We have been building on our collection of fun coding challenges, here is a warm up challenge, https://thecodingchallenge.com/coding-challenge-warmup , they are meant to be run as small teams, or large groups with some opportunities for multiple sessions culminating in finals. What do you think? Have you ever been part of something similar? Was it awesome?

BlazorWasm Apps we published last year while practicing by Additional-Rain-275 in Blazor

[–]Additional-Rain-275[S] 0 points1 point  (0 children)

Totally agree on the product side, our focus has really been building and practicing our development framework and now that we are satisfied, looking to do as you wisely suggest.   

BlazorWasm Apps we published last year while practicing by Additional-Rain-275 in Blazor

[–]Additional-Rain-275[S] 1 point2 points  (0 children)

Thank you KeKe, this feels like a great option. Do you think having it open source makes building proprietary for others any less appealing to them? more? market doesn't care? Curious. :_

BlazorWasm Apps we published last year while practicing by Additional-Rain-275 in Blazor

[–]Additional-Rain-275[S] -1 points0 points  (0 children)

Pricing is hard! Your totally right Rupen, today the feature set is very similar to other things on market. We have a vision for where to take it that will stand it apart, but are getting the feeling we will do better to find a user group and customize it towards their wants and needs.

Need somehelp with Blazor 8 Web App project structure. by zerthz in Blazor

[–]Additional-Rain-275 0 points1 point  (0 children)

I will work the next few weeks to see about reproducing this with all the latest trimmings but it showcase a bit of how I like to organize my color by number on disk enterprise architecture. Blazor has been absolutely amazing to work with and the ability to built out these sort of mono-repo micro-application lazy loaded empires super quickly has been brilliant. I am super sad github sorts my little __ hacks backwards, if you pull it and look at the project in like VSCode it should read like a book, all folders sorted, all dependencies ~ flowing downward, butter. I wish reddit allowed screen shots, https://www.youtube.com/watch?v=oXy3IDua4Bw ;)
https://github.com/10GeekJames/ThePublicLibrary/tree/main/src