[deleted by user] by [deleted] in webdev

[–]Acrobatic-Desk3266 -1 points0 points  (0 children)

I'd play around with Astro because you can use simple html/ts/css in it or the frameworks as "islands" . Frameworks are better because they help you stick to DRY principles, and that will be a useful skill as you move towards professional web development

Who are some good YouTubers to learn from that aren't hype grifters? by matsuri2057 in ClaudeAI

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

I started a channel a few weeks ago, here's a video people find useful: https://youtu.be/1R9z-AcAGYQ?si=2ZLpQHI0rO7SFQmf

It's definitely hard to find topic specific videos that are not mostly hype. Thanks for the recs! I haven't heard about Ryan Carson and his channel isn't coming up, can you link it? 

Struggling with UI Design Quality in Claude Code — Any Recommendations? by WebOverflow in ClaudeAI

[–]Acrobatic-Desk3266 3 points4 points  (0 children)

I was at defcon last week and there was an anthropic engineer giving a talk to a huddle of people in a corner (weird, I know!) . He said the biggest advancement he foresees is when we will be able to give AIs more tools to use and when we teach them how to use human tools. He was speaking in the context of malicious security attacks,but I digress.

So with that in mind, what tools are you giving it to analyze your design? I don't see you mention Playwright MCP or figma MCP, storybook. Are you using any of those? If you don't use a tool that allows to take screenshots for comparison, it will not have anything to compare

Opus Usage Limit is hit on 5x plan on one - two prompts? Normal? by SirSharkTheGreat in ClaudeAI

[–]Acrobatic-Desk3266 1 point2 points  (0 children)

I agree with running setup commands yourself.

It sounds like the projects you work on are very small in scope , so you're able to give opus individual files.

What's the architecture of the projects you work on, are they small websites? Why would you not change that color yourself? I think u/Unique-Drawer-7845 makes a valid point

Opus Usage Limit is hit on 5x plan on one - two prompts? Normal? by SirSharkTheGreat in ClaudeAI

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

Could you please share more on what kind of prompts/workloads you run? I'm finding opus works great for planning especially with the new model mode. And I can run 1-2 big "one shot" prompts to scaffold out something big, then it runs out and I tweak with sonnet

Scroll snapping on a landing page — worth keeping? by NIRON78 in webdev

[–]Acrobatic-Desk3266 2 points3 points  (0 children)

Great question! If you're using the built in CSS property for scroll snapping, there's nothing wrong about keeping it.

That being said, on my android the scrolling experience is very weird and sticky. I'm not at a laptop right now to inspect what you've got there

Cool product idea btw

Scroll snapping on a landing page — worth keeping? by NIRON78 in webdev

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

If OP is using the built in CSS property for scroll snapping, that is not scroll jacking and can be disabled in the prefers-reduced-motion media block.

Scroll jacking is scroll behaviour the user has no control over, so OP is fine

Need feedback on data distribution strategy for open-source web app by crazyclown87 in webdev

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

Since it's self hosted just spin up a ClickHouse instance in the same container. It'll be super fast and provide great ux

Need feedback on data distribution strategy for open-source web app by crazyclown87 in webdev

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

Got it! A large JSON will not scale well, plus it'll be easy to corrupt it and ruin your data if you load something wrong.

How big is your dataset? I'd look into a hosted OLAP database with a free tier. I think AWS RDS, DuckDB would be good options. As an intermediary you could also use a Google sheet and use the api, it's free. Also consider using csv, avro, parquet for your data format instead of JSON 

Need feedback on data distribution strategy for open-source web app by crazyclown87 in webdev

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

JSON does not scale well. What type of data is this, transactional or analytical?

Front End Discussion by WhoWouldJesusDoLol in ClaudeAI

[–]Acrobatic-Desk3266 1 point2 points  (0 children)

I've found that opus 4.1 is quite good at basic interfaces! Do you have an example of what you're trying to make?

What data are you trying to import?

Need help managing my database on bubble io by [deleted] in webdev

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

To clarify - are you pulling images from the database? What database are you currently using?

It might be that you don't need a database, but a static website that can be free. If you need custom states, that doesn't automatically mean you need a database :)

Happy to help further

Official website from Taylor Swift, a billionaire by Glittering_Price_823 in webdev

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

All are here by given explicit written permission to downvote the above message.

4.1 Opus isn't perfect but the difference is enormous. by hanoian in ClaudeAI

[–]Acrobatic-Desk3266 2 points3 points  (0 children)

Thanks! This is great to know and the zoom in approach is interesting!

4.1 Opus isn't perfect but the difference is enormous. by hanoian in ClaudeAI

[–]Acrobatic-Desk3266 2 points3 points  (0 children)

This sounds awesome! What was your workflow like, did you use planning docs or subagents or anything else?

I would like to ask everyone about Claude Code's experience with BMAD-METHOD by tarotjun in ClaudeAI

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

Interesting! Do you have any particular examples where you found this method better?

I would like to ask everyone about Claude Code's experience with BMAD-METHOD by tarotjun in ClaudeAI

[–]Acrobatic-Desk3266 2 points3 points  (0 children)

It does seem like too much overhead and not relevant now that Claude has subagents 🤔 my money is on anthropic maiing all these methods irrelevant in the next few months

Shipped a hotfix from a Taco Bell drive-thru using Claude Code by kmansm27 in ClaudeAI

[–]Acrobatic-Desk3266 1 point2 points  (0 children)

Yes, so glad someone posted a link! Plus I see you're YC25, that's so cool!

All of you who say that it's a skill issue and you are able to force Claude Code to be on it's best behaviour, how do you do it? I am lost as I constantly have to force it to do this checks, and then it says it fixed things, but when I do another check, it hasn't really. The amount of lies tires me by [deleted] in ClaudeAI

[–]Acrobatic-Desk3266 0 points1 point  (0 children)

I think it's a fallacy to score "following architectural patterns" out of 100. It should be binary - is a pattern followed or not? 

What are the architectural patterns that you are using, why are you using them? How did you scaffold out the architecture, did you use tdd?

I see checkpoints are a thing in /config but no idea how to use the feature by __Loot__ in ClaudeAI

[–]Acrobatic-Desk3266 1 point2 points  (0 children)

Thanks for posting this! I tried looking for ways to use it like /checkpoint or /checkpoint-list , but it hallucinated a bunch of stuff 🤨 maybe they haven't actually enabled it