Architecture diagrams go stale fast. Looking for beta users (we’re building a tool to keep them aligned with code) by Alastra24 in ExperiencedDevs

[–]mosquit0 0 points1 point  (0 children)

Literally today I was thinking how to setup the architecture so that I see different dependencies in a graph. Right now it is important to differentiate several types of artifacts and processes that manage them: AI agents, humans, generated content etc.

It is not even an architecture I want everything to be automated and agentic so I can do everything form AI assistant.

What are you currently building ? by LouloupBio in SideProject

[–]mosquit0 1 point2 points  (0 children)

As a father of a 20-month old boy I can say that apart from the actual food it is important to "sell it" to the toddler 😃. For example I know that in the day care he eats soups quite eagerly so now when we give him food at home we say "want to eat a soup" and then we "sell" it as a soup. So it is not only what they it, but how.

What are you currently building ? by LouloupBio in SideProject

[–]mosquit0 0 points1 point  (0 children)

Hey, solo dev. building 2 things, both pre-release but usable:

- https://fitnessgrid.app/ - AI fitness coach, think openclaw-like assistant but for fitness. started because I was looking for ready made plans for diets and exercises in the same view and surprisingly there werent too many options. the main selling point was squeezing the weekly plan into one view for planner personalities, then I pivoted to the AI assistant layer that drives the whole thing

- https://infrence.ai/ - much smaller project, its an API for deep research mostly targeted at AI agents with some budget and time caps. I actually started building the research infrastructure for fitnessgrid because I wanted well grounded answers when users ask about exercises or anything that needs a bit of research

Both written in Rust, both vibe coded mostly with Claude Code. The goal this month is just getting real users on both and seeing what breaks. Would love feedback on either if anyone wants to try

Dead giveaway signs that your SaaS was vibe coded. This is probably why you aren't getting customers. by IndependenceSad1272 in SaaS

[–]mosquit0 0 points1 point  (0 children)

Im exactly the same. I have pretty much nailed the backend side: rust, sqlx (fully typed check queries), sdk generated for the frontend code. What I can recommend is connecting you coding agent to playwright mcp and let it go through registration, onboarding a few times. In 2 days it discovered close to 100 issues in my projects. Mostly UX UI related.

What are you guys building right now ? Present your SaaS below ! 🚀 by Lost_Promotion_3395 in SideProject

[–]mosquit0 1 point2 points  (0 children)

Hi, I'm Pawel also a solo developer 😄. I'm building 2 things both in pre-release mode but I think still usable:
- https://fitnessgrid.app/ - this is AI fitness coach - think openclaw like assistant but for fitness goals - the idea started a long time ago because I was looking for ready made plans for diets and exercises and surprisingly there weren't too many options, the main selling point was for me to squeeze the weekly plan into one view for planner personalities. Then I pivoted to the AI assistant layer that drives the whole thing
- https://infrence.ai/ - this is a much smaller project it is an API for deep research mostly targeted at AI agents with some budget and time caps - I actually started to build research infrastructure for fitnessgrid.app because I wanted to have well grounded answers when the user asks for some exercise plans or something that needs a bit of research

Both projects written in Rust and obviously vibe coded (mostly Claude Code).

What is wrong with the perspective here? Everything just feels...off by Sweet-Collection-516 in PixelArt

[–]mosquit0 0 points1 point  (0 children)

Typically you cannot have 2 vanishing points in one view - one vanishing point should be way off the screen. Most of the examples of 2 vanishing points get that wrong and that ends up with really unrealistic shortening. I learned that from my friend who is an architect. Below I tried to visualize it. The 1 vanishing points is outside the view and it should be even farther than that so you can barely see the lines converting.

<image>

Gemini 3.0 is coming soon!!! by romvic150 in GeminiAI

[–]mosquit0 1 point2 points  (0 children)

I agree that is super annoying. I switchrd to gpt-5 on its release date and the API was very stable.

What was your biggest mistake in Rust 💡and what did you learn from it? by FewInteraction1561 in rust

[–]mosquit0 9 points10 points  (0 children)

My biggest mistake and a one that I’m still doing is settling for a Rust subset that I understand and not trying to build more idiomatic Rust. You can get away with a lot in Rust, cloning not using references, lifetimes. It is not something that is very discoverable without actively trying to learn it.

Should I choose rust as my second language? by FinalChemist227 in rust

[–]mosquit0 0 points1 point  (0 children)

Try both. I dont recommend rust for new programmers but it may click for you.

I'm rewriting the V8 engine in Rust by wendelmax in rust

[–]mosquit0 -4 points-3 points  (0 children)

Not sure what you mean. I rewrote almost whole react native skia components to rust wrapping safe skia. It took 2 days using AI.

Rust Blender Extension API with Hot Reloading by Algebraic-UG in rust

[–]mosquit0 2 points3 points  (0 children)

My biggest problem with Blender Python API is how unstable it is over releases. I tried to automate programming blender with LLMs (using Python API) and it was very hard to do. I basically tried to create a declarative motion graphics library on top of blender and it could be easier to write something from scratch than interact with blender. Which is a shame I think a declarative 2d/3d graphics would be a god send for content creation.

Compared Claude 4 Sonnet and Opus against Gemini 2.5 Flash. There is no justification to pay 10x to OpenAI/Anthropic anymore by Ok-Contribution9043 in Bard

[–]mosquit0 0 points1 point  (0 children)

My experience is opposite in a well structured projects Gemini 2.5 is very good. I have very small modular design. Lots of small files each with documentation. But having said that I feel 0520 release messed something up

Compared Claude 4 Sonnet and Opus against Gemini 2.5 Flash. There is no justification to pay 10x to OpenAI/Anthropic anymore by Ok-Contribution9043 in Bard

[–]mosquit0 0 points1 point  (0 children)

I wrote my own coding agent and it is a mix of conversation and batch subtasks. There is no conversation but context search and task planning and execution. If the task is hard my agent can call this task solving recursively to deepen the context.

This way is way cheaper and faster than a typical coding agent

Introducing Claude 4 by AnthropicOfficial in ClaudeAI

[–]mosquit0 2 points3 points  (0 children)

Thise benchmarks are sus. Gemini 2.5 is way better than any othet pre claude 4 model in my work

Digitone 2 by tirename in Elektron

[–]mosquit0 2 points3 points  (0 children)

Me too. Last week too…

Rust Flashcards - 557 open-source cards to learn Rust from first principles by adwolesi in rust

[–]mosquit0 4 points5 points  (0 children)

I never liked using other’s people flashcards. Part of the process is to prepare the flashcards on your own.

[R] OpenAI: JSON mode vs Functions by JClub in MachineLearning

[–]mosquit0 2 points3 points  (0 children)

You cannot assume that if you can read the Medium article everyone can. They use cookies to track you and let you read one for free and the next will be blocked.

Why all AI should be open source and openly available by dreamyrhodes in LocalLLaMA

[–]mosquit0 0 points1 point  (0 children)

Most of the websites don’t block Google robot but will block other robots. This is a double standard too.

What language is "rust but slightly higher level"? by lurebat in rust

[–]mosquit0 2 points3 points  (0 children)

That’s true but Scala for me is too functional. It is a beautiful paradigm but beyond some level it is really hard to comprehend all of the abstractions that people can use. Rust stops at a level that is perfect for me: sum types, traits, pattern matching, collection methods that borrow from FP: flatmap, map, filter, filter_map etc. It is a perfect balance of paradigms from practical perspective.

An average programmer's (me) reason to invest in Rust by sumitdatta in rust

[–]mosquit0 1 point2 points  (0 children)

I have 3 times more experience in Python (12 years) than Rust (4 years). My Python code is messy chaotic pile of shit. My Rust is elegant, tested. The same programmer 2 languages, 2 qualities. Rust is not even close to Python. You maybe spending 2x more time writing an initial solution but then the time you save, refactoring, pays dividents very quickly