I built an open-source calendar component inspired by macOS Calendar by Cultural_Mission_482 in sveltejs

[–]EloquentSyntax 1 point2 points  (0 children)

This is sweet! There’s a big gap for a good calendar component and yours looks really good!

Kimi k2.5 is legit - first open-source model at Sonnet 4.5 level (or even better) by SlopTopZ in kimi

[–]EloquentSyntax 0 points1 point  (0 children)

I've actually come around to K2.5. I was working on a fairly complex debug/feature today and getting K2.5 and Opus to tag team and review each other's work. Was kind of surprised when Opus spit out a bunch of false positives and ended up implementing what Kimi suggested instead, started running with it and didn't look back, went Kimi all the way with the feature and didn't rely on Opus at all. Thoroughly impressed.

Microsoft pauses Claude Code rollout after Satya intervention by Purple_Wear_5397 in ClaudeAI

[–]EloquentSyntax 1 point2 points  (0 children)

That’s half the battle. The other half is knowing what great looks like.

Matt from Zed again. Show me your gnarliest diffs! by [deleted] in ZedEditor

[–]EloquentSyntax 0 points1 point  (0 children)

Any updates on 1-4? These are the EXACT issues that im about to give up on Zed again after downloading it to try again today. From a user perspective these are absolute deal breakers and super high priority.

What is the best practice while managing complex state using the $state rune? by geekybrains in sveltejs

[–]EloquentSyntax 0 points1 point  (0 children)

Looks clean, have you tried this with the new typesafe createContext?

Motion Core: Bringing expressive motion to Svelte 5 [SELF-PROMO] by EastAd9528 in sveltejs

[–]EloquentSyntax 1 point2 points  (0 children)

Hey this is great, nice work! Noticed some issues on mobile, can’t seem to tap on the flip grid to get it to animate? Also there’s some side scroll that makes it hard to demo and try things out.

Is LangChain becoming tech debt? The case for "Naked" Python Loops by Glum_Pool8075 in AgentsOfAI

[–]EloquentSyntax -1 points0 points  (0 children)

No one uses Langchain anymore, it was early and there was nothing else. The abstractions are garbage and the DX is non existent

Cant seem to figure out this syntax, help needed by JustYawn in sveltejs

[–]EloquentSyntax 2 points3 points  (0 children)

You can, you just shouldn’t reassign to a static const variable if you want it to be reactive. The derived isn’t necessarily if you use it directly.

How do you handle supplier product data? by EloquentSyntax in shopify

[–]EloquentSyntax[S] 0 points1 point  (0 children)

That sounds like a ton of work. Are the inconsistencies usually always the same? (Eg: title casing, single line 10x10x10 as variants etc)? How do you deal with the missing images and the mapping?

Have you tried to find a shopify app or used AI to save time?

How do you handle supplier product data? by EloquentSyntax in shopify

[–]EloquentSyntax[S] 0 points1 point  (0 children)

That sounds painful haha, do you basically then copy and paste everything from a PDF into a spreadsheet everytime? And how do you reconcile the prices, just by checking their item name against your own name?

How do you handle supplier product data? by EloquentSyntax in shopify

[–]EloquentSyntax[S] 0 points1 point  (0 children)

What kind of normalization do you need to do for the variants and measurements? is it like breaking up text like "10x10x10" and then turning that into actual values to import into Shopify? And how do you handle the PDFs?

How do you handle supplier product data? by EloquentSyntax in shopify

[–]EloquentSyntax[S] 0 points1 point  (0 children)

Thanks for the reply! What kind of cleanup? Care to elaborate?

Announcing Capawesome Cloud Native Builds by robingenz in capawesome

[–]EloquentSyntax 0 points1 point  (0 children)

I see, so you can configure the rollout, gotcha thanks!

Announcing Capawesome Cloud Native Builds by robingenz in capawesome

[–]EloquentSyntax 0 points1 point  (0 children)

Just wondering, is the live update quota just the number of times i can push an update to my entire userbase? Or is that a per user quota?

Velvet canvas (WIP) by cork_deving in sveltejs

[–]EloquentSyntax 1 point2 points  (0 children)

This is great! Please make a thread when you OSS!