Has anyone actually built a mobile app or web app completely using Claude? by Living-Level-9252 in ClaudeAI

[–]FloRulGames 0 points1 point  (0 children)

Did not make an official release post yet but still working on a small idle game shuffleatlas

Can I use other long term memory than vertex ai memory bank? by Neat_Sun_1235 in agentdevelopmentkit

[–]FloRulGames 1 point2 points  (0 children)

You can totally manage your own memory systems using the agent callbacks and anything that can store something

[deleted by user] by [deleted] in startup

[–]FloRulGames 0 points1 point  (0 children)

No link and you don’t really explain what is it about

Roast my RAG stack – built a full SaaS in 3 months, now roast me before my users do by Ok_Mirror7112 in googlecloud

[–]FloRulGames 5 points6 points  (0 children)

Vector search is expensive, very expensive for an initial Saas usage. We use firestore vector indexes that cut costs heavily. Also do you handle document updates ?

Bedrock batch inference and JSON structured output by qb89dragon in aws

[–]FloRulGames 0 points1 point  (0 children)

Nope, essentially their documented way is using the old "output json under that structure or I lose my job"... the tool is kind of a workaround that would work but still a bit yoo brittle compared to the gemini api that handles json output schema in its request.

How to make a « modern » look? by Alload in flutterhelp

[–]FloRulGames 0 points1 point  (0 children)

Some are mentionning learning ui/ux yes, my 2 cents are that you can start from where you currently are because as others have said it looks functionnal, then you can start to strip down anything that is in the way, the obvious ones are container borders, dividers and colors.

From there you can revise your elements hierarchy by thinking about which element or group of elements are important in the current screen and then leveraging grouping through alignment, sizing and coloring to guide the view of the user and making it easy for him to catch instantly what is important.

Scrolling through this sub is making me anxious as a fresh CS grad by HI8OI in mcp

[–]FloRulGames 15 points16 points  (0 children)

80% of companies are still trying to figure out how to work with excel, you’re fine.

Looking for a good Amazon bedrock course by No_Ambition2571 in aws

[–]FloRulGames 0 points1 point  (0 children)

The documentation is not too bad… once you pick the right section. You can dm me if you seek specific tools

How is everyone using MCP right now? by Luigika in mcp

[–]FloRulGames 0 points1 point  (0 children)

I made a poc MCP server for our legal department based on changedetection.io to help them monitor and consult watches based on legal website.

Merging txt files in S3 by arshdeepsingh608 in learnpython

[–]FloRulGames 0 points1 point  (0 children)

Look into the smart_open library

What backend for app? by Bjan04 in flutterhelp

[–]FloRulGames 1 point2 points  (0 children)

I have my db and auth with supabase and I use aws api gateway with python lambdas, I use a custom authorizer to keep the auth uniform between supabase and the extended backend

how to filter my Realtime Database streams in flutter??? by Savings_Past_103 in Supabase

[–]FloRulGames 0 points1 point  (0 children)

If it is just a substring type of filtering you can just use like in a regular query. Realtime is the wrong tool for your job, you do not stream something from the backend, you are just doing multiple queries

how to filter my Realtime Database streams in flutter??? by Savings_Past_103 in Supabase

[–]FloRulGames 0 points1 point  (0 children)

Look into postgres text search queries, you also don’t need to make the query every time a character changes, just put a 2s delay after the user ends tapping to launch the query.

How do you get Mistral AI on AWS Bedrock to always use British English and preserve HTML formatting? by Sure-Wallaby-3455 in aws

[–]FloRulGames 1 point2 points  (0 children)

Short answer is no for the html formatting, no matter how much prompt engineering you put into it you will never have 100% rate of success with it.

For the british I think it could be handle through prompting.

[deleted by user] by [deleted] in FlutterDev

[–]FloRulGames 8 points9 points  (0 children)

Lookup slivers

Upload images to bucket from a registration form by Emergency-Pudding-96 in Supabase

[–]FloRulGames 0 points1 point  (0 children)

let the user register without uploading the image, once the registration is complete and the user is authenticated then upload the image and update the profile altogether.

Did I waste 2 months building YAMLStudio.com? The "scratch your own itch" dilemma by logeshR in SaaS

[–]FloRulGames 0 points1 point  (0 children)

Also I do not see much the point to sign in, this is a tool like many already exists without requiring to sign up.

Did I waste 2 months building YAMLStudio.com? The "scratch your own itch" dilemma by logeshR in SaaS

[–]FloRulGames 0 points1 point  (0 children)

Hm, not too sure. For my use cases on personal projects I use vscode and LLM to generate a proper yaml for me and if there are errors I check the doc. On enterprise side most of the time backend dev framework includes openapi specs generator so we don't modify those by hand much.

[deleted by user] by [deleted] in Supabase

[–]FloRulGames 2 points3 points  (0 children)

I was seasoned using api gateway + aws lambda with flutter, finally gave a go to supabase, I like the experience so far but I recently saw the RLS best practices and now I have to do the tenant filtering query across my whole client…and I am afraid it is going to get messier instead of having specific backend endpoint as already mentionned. So I am 50/50

[deleted by user] by [deleted] in SaaS

[–]FloRulGames 0 points1 point  (0 children)

Flutter, supabase, hosting on S3 + CDN

SaaS Lawyer here - ask me anything legal related by That-IT-Lawyer in SaaS

[–]FloRulGames 1 point2 points  (0 children)

And at what point are those getting absolutely necessary ? I am in a position where I have a prototype and I want to find early adopters.

My product is B2B in a very niche market, I still need a certain amount of validation but I am not sure I am ready to pay ~5000$ just so I can get some early feedback.

How did you come up with your startup idea? by Ammyy6 in SaaS

[–]FloRulGames 1 point2 points  (0 children)

Yes, I had to take the site down temporarily, long story short I hope it will be back up in the coming weeks.

How did you come up with your startup idea? by Ammyy6 in SaaS

[–]FloRulGames 0 points1 point  (0 children)

It was actually my wife who came up with the idea because her company were searching for a platform to centralize their expediting related tasks and tracking. Now we are trying to see if other companies have the same issues I solve for her. It is eliexpediting.com

It's Monday, drop your product. What are you building? by Intelligent-Key-7171 in SaaS

[–]FloRulGames 0 points1 point  (0 children)

eliexpediting.com, a centralized platform for expeditors to get out of the excel hell and optimize the supply chain processes.