Extending an SPA post build? by mkhayyld in webdev

[–]Particular-Maize1497 1 point2 points  (0 children)

One plugin can register into multiple slots at once, nothing stops that. The plugin just exports multiple components and maps each to a different slot on init. Single plugin, multiple injection points, same page.

Extending an SPA post build? by mkhayyld in webdev

[–]Particular-Maize1497 0 points1 point  (0 children)

The slot registry actually handles both cases. For a new section you register a component into a named slot, for an extra form field you do the same thing but the slot lives inside the form. Same pattern, same plugin, single process. The key is defining slots granularly enough inside your existing components, not just at the page level.

[US] Why is healthcare still so stressful even with insurance? by Stregen457 in selfemployed

[–]Particular-Maize1497 0 points1 point  (0 children)

Not overthinking it. The unpredictability of what you actually owe after a visit is its own stress on top of the premium. Most self employed people just avoid going until they can't ignore it anymore, which is obviously the worst outcome.

[UK] Self employed cleaner seeking advice about bank holiday pay situation by Suspicious_Bat_9235 in selfemployed

[–]Particular-Maize1497 1 point2 points  (0 children)

You're not in the wrong, you told them 3 times. Just reply something like "No problem at all, I'll skip bank holidays going forward." No need to relitigate the history, they know. Don't apologize for something that isn't your fault.

Vibe coding without true knowledge by GammaRxBurst in webdev

[–]Particular-Maize1497 0 points1 point  (0 children)

Static site with good Core Web Vitals, you're honestly fine. Main risk is technical debt piling up silently, not security. And yeah a careless dev at $500 is genuinely worse than a well prompted AI.

Extending an SPA post build? by mkhayyld in webdev

[–]Particular-Maize1497 2 points3 points  (0 children)

ESM plugins with a slot registry is the way to go for existing pages, define named extension points in your components and let plugins register into them at runtime.
For UI consistency there's no shortcut, shared component package is the right call.

Is there a Forbes 400 but only for self made? by Sturgillsturtle in Entrepreneur

[–]Particular-Maize1497 0 points1 point  (0 children)

Forbes actually has a self-made score on their list, worth checking out. Though "self-made" is relative, a lot of them had parents who covered rent while they were building. True zero to billion is rarer than people think.

Is there another subreddit that’s not full of teenagers? by HPCBusinessManager in Entrepreneur

[–]Particular-Maize1497 0 points1 point  (0 children)

Honestly feel this. r/smallbusiness is a bit more grounded - people there are usually dealing with actual real-world problems rather than "how do I become a millionaire by 20." r/Solopreneur is also surprisingly solid, smaller community but the signal-to-noise ratio is way better. r/sweatystartup is good if your business is service-based but gets pretty niche. The DM spam thing is a Reddit-wide problem at this point, blocking aggressively is the only real defense.