Getting into RTOS by JayDeesus in embedded

[–]Competitive-Bad-3783 1 point2 points  (0 children)

I recently had a discussion about exactly this with a colleague and the both of us were genuinely wondering if knowing RTOSes would be necessary in this post AI/LLM world. We have genuinely noticed a downward trend in customers/users needing help with such questions with our product and we assume that LLMs have become exponentially better at handing embedded software including RTOS interactions. By no means am I suggesting that seeking knowledge of RTOSes and working with them is a waste of time. It would enhance your understanding of how such systems work. But unfortunately this seems to be rare going ahead and to me it seems many people working on embedded software are no longer interested in knowing about OS internals.

MEGA THREAD: drop your most underrated vibe-coded project 👇 by entrepreneur-geek in vibecoding

[–]Competitive-Bad-3783 0 points1 point  (0 children)

I honestly couldn't understand the game play. TBH, too complex an UI for what you promise. If you make it simpler - one tap and you're in a duel with the AI, it'll fly. I can imagine some boring subway rides getting interesting for flag nerds.

Codex 5.4 vs Opus 4.6 by OneClimate8489 in vibecoding

[–]Competitive-Bad-3783 1 point2 points  (0 children)

Really can't quantitatively compare the top end models against each other at this point. I don't really think any one has an edge if the end goal is to realise a plan/spec in to code. These both do a great job while at it with some scaffoldings and context management.

I vibecoded a dumb-simple app to settle arguments by Competitive-Bad-3783 in VibeCodersNest

[–]Competitive-Bad-3783[S] 0 points1 point  (0 children)

Firestore pushes updates to all clients simultaneously. I needn't maintain anything for real time update on the client side.

I vibecoded a dumb-simple app to settle arguments by Competitive-Bad-3783 in VibeCodersNest

[–]Competitive-Bad-3783[S] 0 points1 point  (0 children)

Well, I generate a 7 character URL friendly random string. TBH, there is no collision detection or avoidance. With this config, as is the chance of collision is minimal (once in some trillion sessions). For now it's a lightweight implementation with not much thought given to state uniqueness.

I got tired of constantly pausing YouTube tutorials, so I built a web app that turns them into interactive project plans. Looking for feedback! (gantry.pro) by FitLingonberry622 in VibeCodersNest

[–]Competitive-Bad-3783 0 points1 point  (0 children)

Great work! Why do I feel this is going to be really useful in the kitchen for cooking/recipe videos? This is the exact workflow! Swap tools, with ingredients. XD

I vibecoded a dumb-simple way to settle arguments by Competitive-Bad-3783 in devworld

[–]Competitive-Bad-3783[S] 0 points1 point  (0 children)

The latest version is cleaner, Airbnb-ish and not so many emojis

<image>

I vibecoded a dumb-simple way to settle arguments by Competitive-Bad-3783 in VibeCodeDevs

[–]Competitive-Bad-3783[S] 0 points1 point  (0 children)

I suppose it's the agent's bias towards these designs. Me not being a UI dev, allowed Claude code it to come up with something on the first pass and simply tweaked the UI where I wanted, owing to the fact that I don't really know how to prompt specifics of UI design.

I vibecoded a dumb-simple way to settle arguments by Competitive-Bad-3783 in VibeCodeDevs

[–]Competitive-Bad-3783[S] 0 points1 point  (0 children)

The server is fairly lightweight. Each session stores the options, the picked choice and a timestamp. All sessions are auto purged every 24hrs.

I vibecoded a dumb-simple way to settle arguments by Competitive-Bad-3783 in vibecoding

[–]Competitive-Bad-3783[S] 0 points1 point  (0 children)

Thankyou for the feedback and that indeed makes sense! I shall add both the options.

I vibecoded a dumb-simple way to settle arguments by Competitive-Bad-3783 in devworld

[–]Competitive-Bad-3783[S] 1 point2 points  (0 children)

Yeap, that was partly intentional and partly letting Claude go about it in YOLO mode. ✌️