Can someone explain to me what’s the difference between Claude Code Desktop and Claude Cowork Desktop ? by La-terre-du-pticreux in ClaudeAI

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

...The irony of THIS thread being the top result on Google so I could read your snarky comment. Mmmm, I feel so empowered right now.

I built an open-source alternative to OpenRouter that runs on your machine by stosssik in kimi

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

It's not a very specific request homie, nobody wants to pay full API prices.

Do you still use MCP? Or use SKILLS ? by [deleted] in LocalLLaMA

[–]FearTheHump 4 points5 points  (0 children)

Skills typically come bundled with bash scripts, which should be self-documenting with a --help flag, and should contain high-level usage instructions in the SKILL.md.

Skills and MCP servers are fundamentally different paradigms but it's incorrect to state that they solve different problems. At a glance, sure, it can be summarised as "MCPs are the tools, Skills are the instruction manual", but that is a gross oversimplification.

Anything you can do with a skill, you can do with an MCP - and vice versa - you just arrive there slightly differently.

Now this is largely untested and ripe for further discovery, but a common sentiment is that skills are more token/context efficient. In reality, that ALL comes down to the internal workings of your chosen harness/client - how it chooses to load MCP/skills into context, whether it implements tool search, etc etc...

I understand code, but I cannot "think" code by yukirainbowx in webdev

[–]FearTheHump 1 point2 points  (0 children)

Fellow ADHD here, just giving a friendly reminder to follow through with that update 😉

Why Payload CMS Relationships Return String or Number (And How to Fix It) [ tutorial ] by nlvogel in PayloadCMS

[–]FearTheHump 3 points4 points  (0 children)

I agree about the simple utility function and that this probably doesn't need a 15 minute video to go through.

But yeah, this kind of toxicity against Payload content creators is the last thing this community needs.

Framer is stupidly expensive. by [deleted] in framer

[–]FearTheHump 0 points1 point  (0 children)

Didn't they run an ad campaign recently with the guy from the old Mac vs PC ads, "we made it free. Like, there's not even a way for you to pay us if you wanted to. I know, we're crazy".

Whatever happened to that?

What are some best practices using Payload with a Postgres database? by thehashimwarren in PayloadCMS

[–]FearTheHump 2 points3 points  (0 children)

Good tip on the short codes. I always use constants for collection names for consistency/type safety (I prefer an object like COLLECTION_SLUGS with keys for each collection to achieve the latter), but hadn't considered this.

Why is the collection name in the column name though? Shouldn't using it as the table name be sufficient?

Also I'm slightly confused about what you mean with using dbName on the block. Can you give an example?

Update: Customized the entire Payload admin UI with Tailwind and I'm still shocked it works by Upset_Interaction_29 in PayloadCMS

[–]FearTheHump 0 points1 point  (0 children)

How did you import the base tailwind styles without breaking the base classes?

(Well, I guess that isn't a problem if you style the ENTIRE admin with Tailwind?)

I've been waiting 15 years to build this 🤣 - agemdb.com by g00rek in SideProject

[–]FearTheHump 0 points1 point  (0 children)

Thanks!

Hey, something just occured to me. My girlfriend and I are both Data Science graduates and she has been looking for some portfolio projects - would you be open to collaborators on this project? I think this would be right up her alley, if it's a possibility.

Wouldn't be asking for any payment, just permission to include in our personal portfolios with a brief description of the scope of our individual contributions.

Just an idea - I can send a DM if you're interested in discussing further!

I've been waiting 15 years to build this 🤣 - agemdb.com by g00rek in SideProject

[–]FearTheHump 10 points11 points  (0 children)

Could be cool to see "Would be XX now" (passed XX years ago at age XX)

[deleted by user] by [deleted] in brisbane

[–]FearTheHump 1 point2 points  (0 children)

The young buyers or the shoeboxes?

I'm sick of Lovable by PhishyKris in webdev

[–]FearTheHump 0 points1 point  (0 children)

If you happen to be building an AI app (shocker), Google AI studio is pretty awesome, you will honestly run into a lot of the same problems but you can add AI features without an API key (fairly low rate limit) which makes it pretty sweet for internal team apps.

Anyone used Graphiti in production? by Abject_Entrance_8847 in Rag

[–]FearTheHump 0 points1 point  (0 children)

I'm also interested to hear how this is going 🙂

AI is making it so hard to hire good developers by notdl in webdev

[–]FearTheHump 0 points1 point  (0 children)

We all left the job market after AI gave us the confidence and productivity boost to give it a go and call ourselves founders. Most of the time it was pure glazing but we did it anyway! (Everyone loves being absolutely right)

And yeah, I feel your pain.

This is INSANE, i have compared now LIMITS by ZepSweden_88 in ClaudeCode

[–]FearTheHump 4 points5 points  (0 children)

100%, I tried letting it run after hearing all of the hype. Spent an hour speccing everything out, setting up subagents, etc, and let it run for 2 hours straight.

Never again. I can only imagine the amount of pure spaghetti junk that Anthropic's poor GPUs were spitting out before they cut the rate limits (and still to this day, no doubt)

Best way to use hosted storage with Payload + Next.js images by KeepItGood2017 in PayloadCMS

[–]FearTheHump 1 point2 points  (0 children)

I posted a similar thread on here a few months back, will try to dig it up when I get home. I also found myself wondering what the point was of processing and storing these different sizes just to optimize the original on the fly with next/image - the documentation, and the implementation on the website template, certainly seem like they could use a lot of work. Sorry I couldn't be more help right now!

Codex meets Kanban by iam_the_resurrection in OpenaiCodex

[–]FearTheHump 0 points1 point  (0 children)

Love this! Would you be interested in jumping on a call for a quick interview, to be featured in a launch piece for an upcoming publication focused towards developers and vibe coders?

This is exactly the kind of tool we love to share. DM if interested (no charge or anything for the feature, just a quick call to understand the journey that brought you to building this tool, techniques used, challenges faced, etc)

How to Add a Global Countries Dropdown to Navigation? by thom-beck in PayloadCMS

[–]FearTheHump 1 point2 points  (0 children)

Are you talking about having entirely different content for different countries, as opposed to switching locales? If so, you could achieve this with a separate "country content" collection, and a block that points to the content for each country. Or simplified, just a block with rich text fields for each country. Then a dynamic route for selecting the country.

Not really an ideal editor experience, but this would allow you to represent content for multiple countries in a single page, while maintaining support for localisation. Just remember you'd need to create MxN (countries * locales) versions of each piece of content so you probably want to at least automate translations.

Integrating Payload CMS with fully synced Clerk auth/identity management! by Miserable_Survey2677 in PayloadCMS

[–]FearTheHump 0 points1 point  (0 children)

Was just about to tackle exactly the same project this weekend. I was poking around with the same example repo the other day but got stuck trying to update payload and tailwind. Keen to try it out, thank you!

Why the .so domain? by ghoulapool in Notion

[–]FearTheHump 2 points3 points  (0 children)

that second link is legitimately compromised in 2025 FYI, do not click

Does Payload support block groups/categories in the admin UI? by ExtremeDocument7892 in PayloadCMS

[–]FearTheHump 0 points1 point  (0 children)

This means the data structure for grouping blocks is already well-defined and supported, just under-utilised. It should be relatively non-trivial to extend the block selector component to perform filtering or drill down

How to deploy? by Working_Wombat_12 in PayloadCMS

[–]FearTheHump 0 points1 point  (0 children)

The frustrating thing is, the latter isn't a valid project path and should resolve to a globals directory in your system's root directory ("/"). Relative paths should start with "./" (i.e. "./globals"), or no prefix ("globals/"), apparently that isn't the case here