u/Inside_World_6174

▲ 0 r/theprimeagen+1 crossposts

Do vibe coding know about the new HTTP QUERY method yet?

I recently learned that HTTP now has a standardized QUERY method (RFC 10008).

For years, we've done something like:

  • GET for simple searches
  • POST /search when the filters become too large or complex for a URL

QUERY is designed for exactly that use case:

  • Safe (read-only)
  • Idempotent
  • Supports a request body

Example:

QUERY /products
Content-Type: application/json

{
  "category": "laptop",
  "brand": "Dell",
  "price": {
    "min": 1000,
    "max": 2000
  }
}

I'm curious whether in vibe coding; do they still generate POST /search, or do they suggest QUERY?

reddit.com
u/Inside_World_6174 — 24 hours ago

how do people manage to get productive even when the energy is low

This is probably my biggest problem.

I'll randomly get really hyped up about improving my life or working on something. During that phase, I'll make plans, organize everything, and genuinely feel like this time will be different.

But the motivation disappears almost as quickly as it came.

I might be productive for an hour... honestly, even that feels like an exaggeration. Sometimes I can't even stay focused long enough to get into the task before my brain wants to do something else.

It's like I rely entirely on bursts of motivation, and once that feeling is gone, I have no drive left to continue. Then I end up doing nothing, feel guilty about it, and wait for the next random wave of motivation.

reddit.com
u/Inside_World_6174 — 7 days ago

how do people manage to get productive even when the energy is low

This is probably my biggest problem.

I'll randomly get really hyped up about improving my life or working on something. During that phase, I'll make plans, organize everything, and genuinely feel like this time will be different.

But the motivation disappears almost as quickly as it came.

I might be productive for an hour... honestly, even that feels like an exaggeration. Sometimes I can't even stay focused long enough to get into the task before my brain wants to do something else.

It's like I rely entirely on bursts of motivation, and once that feeling is gone, I have no drive left to continue. Then I end up doing nothing, feel guilty about it, and wait for the next random wave of motivation.

reddit.com
u/Inside_World_6174 — 7 days ago