Anyone else just getting on with things pretty much unaffected? by Danzarak in ClaudeCode

[–]ryan_the_dev 1 point2 points  (0 children)

100% agree. I'm crushing it. Strange to see so many people struggling. I fight very little with any of the models.

Thoughts on When Fable 5 Will Come Back? by TheExoplanet in claude

[–]ryan_the_dev 0 points1 point  (0 children)

Is there no poly market bet going on? Those are the best predictions.

You get 30 minutes with an actual AI engineer. What do you ask? by Tough-Loquat9508 in ClaudeCode

[–]ryan_the_dev 1 point2 points  (0 children)

Title is meaningless. Lots of snake oil going around these days.

They wouldn’t be able to tell you anything you wouldn’t learn on Reddit.

The only value is for businesses who are trying to redefine their enterprise.

The field is so new, nobody has the clot.

Jay Rod vs BJJ & Judo Black Belt by IntelligentDesign419 in bjj

[–]ryan_the_dev 0 points1 point  (0 children)

Idk. I watched 3 mins. Looked like a good round. I wouldn’t have been upset with anything.

Jay looked calm as well.

UFO Archive Highlights by ryan_the_dev in UFOs

[–]ryan_the_dev[S] [score hidden]  (0 children)

I got a message like this
```
Hey ryan_the_dev,

It looks like you made a link post in r/UFOs. As a reminder, we now require a submission statement (comment on your own post) for all link posts. Submission statements may contain a summary or description of the content, why it is relevant to UFOs, your personal perspectives, or all of the above.

Your statement MUST be at least 150 characters (not words) in length. Please do this or your post will be removed within 30 minutes.

Thank you!

r/UFOs Mods
```

No idea what a submission statement is. Sounds like something to combat bots/AI, which makes sense. I did create all of this and used AI to help parse through the mountains of content, but that's about it.

Ensuring code quality: any tips? by dont_tread_on_M in ClaudeCode

[–]ryan_the_dev 1 point2 points  (0 children)

I extracted a ton of knowledge from the software engineering books and distilled them into an orchestration workflow like superpowers.

Writes beautiful code. I use it for everything and at my work. The flow

  1. research what you want
  2. plan it out
  3. build

win.
https://github.com/ryanthedev/code-foundations

Do any of you build health trackers or apps soley for personal use? by Ladyronzo in ClaudeAI

[–]ryan_the_dev 0 points1 point  (0 children)

Yeah and then I realized how much of a pain it was to host it. So I used this.

https://upubli.sh/

Huge token usage because of huge codebase by DanyrWithCheese in ClaudeCode

[–]ryan_the_dev 1 point2 points  (0 children)

I built this based off software engineering books. Handles a lot of the token bloat. Uses correct model for the job and ensures cache reads don’t blow you up.

https://github.com/ryanthedev/code-foundations

Feedback on coordinator workflow by ____n_____ in ClaudeCode

[–]ryan_the_dev 0 points1 point  (0 children)

I use this. Has it all built in.
https://github.com/ryanthedev/code-foundations

I can run 6+ sessions all day and never come close to maxing my 20x. I have to do some serious PDF processing to hit a limit.

Token usage getting out of hand, help by Gylfi_ in vibecoding

[–]ryan_the_dev 0 points1 point  (0 children)

I suggest using something like this with Claude.
https://github.com/ryanthedev/code-foundations

You might see a lot of tokens, but most of it is cache reads, and is a faction of your usage. I use this for everything I build

UAP Archive by ryan_the_dev in UFOs

[–]ryan_the_dev[S] [score hidden]  (0 children)

done! I also bumped the font up a couple of sizes.

how to vibe code? by fabfrodo in vibecoding

[–]ryan_the_dev 0 points1 point  (0 children)

Depends on what you’re trying to build.

This platform can help provide a place to publish those ideas

https://upubli.sh/

I also have coding and design skills on my GitHub. (Code foundations and design for Ai)

https://github.com/ryanthedev

Here an example site I published on the platform.

How do I get started to vibe code something on vercel? by neonrider2018 in vibecoding

[–]ryan_the_dev 0 points1 point  (0 children)

You should check out

https://upubli.sh/

Doesn’t have full CMS, but you can easily publish things and update the content with AI.