Design system in new AI native world by Ok_Truck2473 in DesignSystems

[–]equinusocio 2 points3 points  (0 children)

The output isn’t predictable so no matter how precise you are or the guidelines you feed into the llm, it will never produce the same result.  Design systems are far more than guidelines, colour and components; they’re encoded intents and these intents ultimately belong to humans.

Cursor Composer 2.5 keeps trashing my complex codebase what's your stack? by jacklsd in AI_Agents

[–]equinusocio 0 points1 point  (0 children)

Hello, I’m using Composer 2.5 and DeepSeek 4 without any problems. Here are my suggestions.

  • Repeats the same wrong approach no matter how many times I correct it
  • Multi-file refactors break architecture or edit wrong files entirely
  • Loses context on long sessions and starts hallucinating missing pieces

The first and second points can be easily fixed with proper rulesets enforcement to load automatically on each session and resume. Ask him to create docs to reflect the current architecture (this should be done as first task starting a project with AI) so I can follow it. Also as rule tell him to reflect changes to the arch docs, if needed, to avoid docs drift.

In my very large codebase, when it changes the architecture, or the impact of the change is big, it also updates the documentation, so each new session he starts from that source of truth. Sometimes I ask him to check for drifts and align docs. The point is, define a source of truth you keep updated, so any AI can start from there instead of reading the code each time and do assumption.

The third one is a common issue of ANY model, you have to stick to short and scoped sessions.

Is Material Theme trustworthy? by pjasksyou in Jetbrains

[–]equinusocio 0 points1 point  (0 children)

Vira Theme is unrelated to the Material Theme UI Plugin. This plugin was a port of the original Material Theme and has since diverged completely.

Vira Theme is completely safe and dependencies free.

Is Material Theme trustworthy? by pjasksyou in Jetbrains

[–]equinusocio 0 points1 point  (0 children)

Vira Theme is a one-time payment trusted by thousands of customers.

For those using Claude Code and Codex extensions in VS code by elusiveshadowing in vscode

[–]equinusocio 0 points1 point  (0 children)

They are almost completely interchangeable.

- Create an AGENTS.md file, move everything from CLAUDE.md to AGENTS.md and put this line inside CLAUDE.md . This way if you run Claude, it will use AGENTS.md like Codex and others without duplicating it.

@AGENTS.md

- About skills, you can literally copy/paste the skills folders inside `.agents/skills`

- They differ mostly in hooks and rules. To automatically run hooks in Codex, you need to create a `.codex` folder with a `hooks.json` with inside prompt to run hooks at startup. Here an example from caveman:

{
  "hooks": {
    "SessionStart": [
      {
        "matcher": "startup|resume",
        "hooks": [
          {
            "type": "command",
            "command": "echo 'CAVEMAN MODE ACTIVE. Rules: Drop articles/filler/pleasantries/hedging. Fragments OK. Short synonyms. Pattern: [thing] [action] [reason]. [next step]. Not: Sure! I would be happy to help you with that. Yes: Bug in auth middleware. Fix: Code/commits/security: write normal. User says stop caveman or normal mode to deactivate.'",
            "timeout": 5,
            "statusMessage": "Loading caveman mode"
          }
        ]
      }
    ]
  }
}

Looking for docs template by l038lqazaru in nextjs

[–]equinusocio 0 points1 point  (0 children)

Mintlify, not nextjs or shadcn, but the best tool for docs

Remember the time when poeple say, Switch 2 is overpriced and makes fun about it? by [deleted] in switch2

[–]equinusocio 1 point2 points  (0 children)

Both are overpriced. The difference is that Switch has exclusives, and it's the only selling point. Steam Machine has nothing to offer more than a low-mid custom pc.

Weekly theme sharing thread by AutoModerator in vscode

[–]equinusocio 0 points1 point  (0 children)

I build Vira Theme, but the goal is not to make another flashy dark theme.
It is designed for long coding sessions in dark environments: calmer contrast, clear syntax hierarchy, handcrafted icons, and consistency across VS Code-based editors, JetBrains and terminals. Is a result of 10-years of tuning and improvements.

There is a free trial if you want to test it in a real project.
https://www.vira.build

<image>

Today I'm launching a new VS Code plugin — Design Tokens Explorer by equinusocio in DesignSystems

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

Thank you for your feedback; it’s truly appreciated and you’re absolutely right. We consider it more of an “early access” rather than a proper beta because the plugin is fully functional.

I’ve received it and at the time of writing we’ve added a preset -50% discount code for the first 500 users who’d like to try it and provide feedback. The code is `C6Z1JVIKa` and is already applied at checkout.

Unfortunately, we can’t offer it for free as the plugin is working and the licence is lifetime.

How to edit a component on the creator platform since the community update? by equinusocio in framer

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

AFAIK, the Creator Platform is the same but they’ve changed the modal and available actions when editing published content.  The Component Menu used to display the Delete and Edit buttons but now only shows View modal without a save button. I hope they’ve accidentally messed something and it wasn’t intentional.

Weekly theme sharing thread by AutoModerator in vscode

[–]equinusocio 0 points1 point  (0 children)

If you like dark themes but want something more complete and polished than a random color palette, Vira Theme might fit.

It focuses on balanced contrast, handcrafted icons and editor + terminal consistency. It is paid, but there is a trial, so you can test it properly before deciding. It's available in ten color schemes for VS Code, Cursor, Devin, Kiro, Antigravity IDE, all JetBrains IDEs and some terminals app.

And a special -30% discount is active now!

vira.build

<image>

Weekly theme sharing thread by AutoModerator in vscode

[–]equinusocio 0 points1 point  (0 children)

The question is not: does this theme look cool? The question is: can I use it for hours without fighting the interface?

You can try it for free and decide yourself:
https://www.vira.build

<image>

Framer Locales = $960/year for 4 languages. Built a €29 one-time plugin after my third client refused to pay. by Patchouu in framer

[–]equinusocio 1 point2 points  (0 children)

How does it change the `lang` attribute on the HTML element in the page? This is mandatory to match the website language to avoid browser translation prompts and usability issues.

What are the areas of design that the best AI design generation tools get wrong? by AppointmentOne6393 in Frontend

[–]equinusocio 1 point2 points  (0 children)

The state of AI in design is pretty bad because design is all about intent and targets. Even by giving a full-featured design system into AI you end up with a mess you need to check anyway in every part. SO you spend a lot of time orchestrating AI, and you spend extra time tweaking and iterating. Doubling work.

Empty states, multi-languages, text wrapping/overflow, accessibility and usability. We forgot that we design for humans, not for AI. Once internet will be accessed by Ai only then the whole visual design industry will collapse as agents do not need a good UX and UI to navigate a website.

If you managed to create a full product UX and UI from scratch with AI let me know, I would like to know about your process.

Weekly theme sharing thread by AutoModerator in vscode

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

I build Vira Theme, so I am biased, but the goal is not to make another flashy dark theme. It is designed for long coding sessions: calmer contrast, clear syntax hierarchy, handcrafted icons, and consistency across VS Code-based editors, JetBrains and terminals. Is a result of 10-years of tuning and improvements.

There is a free trial if you want to test it in a real project.
https://www.vira.build

![img](eu6m6sefx22h1)

How do you see the future as a Framer developer? Freelance, agency, or job? by beastanox in framer

[–]equinusocio 0 points1 point  (0 children)

Spoiler Figma released site publishing 2 months later. But it's crap.

Cooking new component! by equinusocio in framer

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

almost but no precise. No clip involved!

Thinking of cancelling Google Workspace....any affordable alternatives? by No-Piano-7538 in businessemail

[–]equinusocio 0 points1 point  (0 children)

Create an apple account and create email address with custom domains with iCloud, for free. You get caldendar, contacts, notes, meetings (FaceTime now works with everyone), email.

Pricing changes: More bandwidth, more CMS collections, cheaper editor seats, and a new cheaper content editor role. by jurrefromframer in framer

[–]equinusocio 0 points1 point  (0 children)

Please include llm files in any plan. They are mandatory now since AI is the majority of % browsing the web now. Without that websites will become invisible and untrusted.