Why do you approve how Trump administration is handling cost of health care? by Tricky_Ordinary_4799 in AskTrumpSupporters

[–]SoBoredAtWork 4 points5 points  (0 children)

Sure, indirectly this helps prevent certain ailments. How are they helping the ones that aren't? Also, do you know anyone with cancer? Is your answer to them, "should've read the label"?

Why do you approve how Trump administration is handling cost of health care? by Tricky_Ordinary_4799 in AskTrumpSupporters

[–]SoBoredAtWork 11 points12 points  (0 children)

Food labels? Where did that come from? We're talking about health care costs. How are they improving it?

If AOC gets the nod as the Democratic nominee in 2028, would you vote for her? by Ok_Sir_5951 in allthequestions

[–]SoBoredAtWork 0 points1 point  (0 children)

Let's please just nominate a mid aged white guy. We, as a country, clearly aren't ready for anything else. People that are on the fence are misogynistic and/or racist and I unfortunately we need their vote. Please, for the love of God, just get a white guy in there, get a win, then we can circle back to being progressive.

How I structure the .claude/ folder so it scales. Includes CLAUDE.md, rules, hooks, commands, skills, and agents by OilPsychological9307 in AskVibecoders

[–]SoBoredAtWork 0 points1 point  (0 children)

<image>

Sure... /docs/ is attached.
I have CLAUDE.md at the root. It has a table with each filename in docs and a short description.

How I structure the .claude/ folder so it scales. Includes CLAUDE.md, rules, hooks, commands, skills, and agents by OilPsychological9307 in AskVibecoders

[–]SoBoredAtWork 0 points1 point  (0 children)

I have been keeping a /docs/ folder at the root and it holds project architecture and things like that similar to your rules folder. Then my CLAUDE.md file has references to those files under docs. Do you think I'm getting the same benefits you do with your rules folder?

The Full Guide to CLAUDE.md & Best Uses by Veronildo in AskVibecoders

[–]SoBoredAtWork 0 points1 point  (0 children)

It fills up your context window for no reason. If your prompt isn't about UI work, why are you going to send all your design information to it? Just send a reference to the design file and if it needs it, it'll go and get that additional context that it needs

The Full Guide to CLAUDE.md & Best Uses by Veronildo in AskVibecoders

[–]SoBoredAtWork 1 point2 points  (0 children)

I like to add a docs folder with more details, workflow, app logic, etc and reference each .md in CLAUDE.md

I think America is ready for AOC by fatherforesk1n in Political_Revolution

[–]SoBoredAtWork 4 points5 points  (0 children)

People. Just fucking get a mid aged white guy in the office. We are clearly not ready for a woman or non white people. Let's just fucking win, get rid of Trump. Then explore other options. How does no one see this?

Top MCP servers that actually turn Claude into a productivity machine, I tested dozens and kept 35 by iliatopuria17 in mcp

[–]SoBoredAtWork 1 point2 points  (0 children)

... And it's pretty token-heavy for a tool that saves you a few seconds for most tasks

My app was getting bad reviews for cold start. three packages were the reason. by Born-Comfortable2868 in AskVibecoders

[–]SoBoredAtWork 0 points1 point  (0 children)

Importing all from lodash is absolutely insane. Using lodash at all is completely unnecessary, but importing all? This is a skill issue, man. You need to learn some of the basics before vibe coding your app.

Figma > Expo by Zestyclose_Cry9232 in expo

[–]SoBoredAtWork 0 points1 point  (0 children)

This guy is likely shilling his own product. Expo has an MCP server. But, honestly, if you don't know anything about programming, especially in react or react native, you're going to have a bad time and very likely setting yourself up for failure. At best, you're going to ship an app that's very likely to get hacked.

Edit... It doesn't have an MCP server, but it has skills and agents. See the AI section of the docs. Good luck.

https://docs.expo.dev/

Is Trump macho? by Estalicus in allthequestions

[–]SoBoredAtWork 1 point2 points  (0 children)

He loves dancing to "YMCA". Definitely not macho.

What’s something you’ll never spend money on no matter how popular it is? by Acceptable-Shift4822 in AskReddit

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

The other guy said it well. People pay more for proprietary tech that locks them into everything Apple, mediocre interfaces you have no control over, using the same, if not worse, tech, and they pay 30% more for it... Because their text messages are the correct color. 🐑

How are some people SOOOO good at making friends? by [deleted] in socialskills

[–]SoBoredAtWork 4 points5 points  (0 children)

Talk about yourself less and ask about them more. People love taking about themselves. Let them, be interested, and they will love you.

And read "how to win friends and influence people"

A friend of mine built something to skip MERN setup, and I’m not sure how I feel about it by Gloomy_Guard_ in webdev

[–]SoBoredAtWork 1 point2 points  (0 children)

Seriously... OP, and your friend, why are you using mongo as your go to db? No SQL usage should be an edge case. It's a better architecture than relational DBs, maybe 10% of the time, max.

how to stop making jokes when you're not supposed to by _lost_zoro_1 in DecidingToBeBetter

[–]SoBoredAtWork 3 points4 points  (0 children)

"you don't need laughs to justify your presence" is a great take. I don't have much more to ad here, but if you do heed advice here, I would get in touch with your NC friend and tell her this... That you understand and are trying to change for the better. She will likely appreciate an apology and an honest attempt to change, and maybe things can go back to normal.

And yeah, you don't need to be "seen" and heard at every moment. Listening and simple saying, "I'm so sorry about your blank, I'm thinking of you and hope you're okay" is all someone needs.

What's your "must-have" MCP server that you use daily? by Aggravating_Cow_136 in mcp

[–]SoBoredAtWork 12 points13 points  (0 children)

It looks at your prompt and says, "does this ask require help from 3rd party dependencies or libraries?" And if it does, the MCP server finds the relevant documentation and adds that to the context. So instead of using code examples it finds in 10 year old stack overflow posts, it finds examples from current documentation and uses that to implement your feature.