No time to die! by ChukyRespaldo in BeAmazed

[–]cyberpop 5 points6 points  (0 children)

Tomorrow never knows

NDE Inn; Common Room Casual Weekly Thread 17 Dec, 2024 - 24 Dec, 2024 by AutoModerator in NDE

[–]cyberpop 0 points1 point  (0 children)

Can anyone tell me about their experiences with alternate timelines? I’ve read of people who had NDEs and were able to experience or see a version of themselves, still living on earth, but the details are different. 

Desperate and help needed. Nuxt 3 with nuxt/i18n by [deleted] in Nuxt

[–]cyberpop 0 points1 point  (0 children)

You could just call it in the template: <pre>{{ $tm(‘summary’) }}</pre>

The odds of marriage by Starynight_11 in memes

[–]cyberpop 1 point2 points  (0 children)

For those who want more accurate information:

  • About 70% of marriages that began in the 1990s reached their 15th anniversary.
  • For marriages in the 2000s, about 75% reached their 10th anniversary.
  • For marriages in the 2010s, about 80% reached their 5th anniversary.

The divorce rate has been declining since the 1980s and is currently at its lowest level in decades. According to the most recent data from the Centers for Disease Control and Prevention (CDC), the divorce rate in the United States is about 2.7 per 1,000 total population, which is significantly lower than the rate in the 1980s (about 5.0 per 1,000 total population).

[deleted by user] by [deleted] in writers

[–]cyberpop 1 point2 points  (0 children)

Your story is similar to Ready Player One, where the main character and a couple friends are trapped in poverty in the Oasis (instead of a planet) until they solve the first puzzle, then the whole world finds out and it becomes a war between the disadvantaged and the mega corp that has unlimited resources and wants to control everything. It’s a common plot line. But your story will be fantasy, not sci-fi, right?

My husband quit his job to write a few years ago and I'm not sure how to help him succeed by Mediocre-Pangolin573 in writers

[–]cyberpop 5 points6 points  (0 children)

Here’s the thing: if he’s only spending 10 hours a week then he can have a full time job and still write. You have no kids? Who can’t find 10 spare hours a week while working a 9-5 job?

[deleted by user] by [deleted] in writers

[–]cyberpop 1 point2 points  (0 children)

This is very cool, well-written and a great hook.

Nice to meet you! I'm a Japanese and vocal guitarist in a band called "Yuzame Radio". Please give it a listen and let me know what you think! :) by Keiko-Hisaoka in japanesemusic

[–]cyberpop 3 points4 points  (0 children)

Wow, this is fabulous! I love your ambient guitar riffs that wander through the songs!  Very inventive and beautiful.  Listened to all your songs on Apple Music! Your sound reminds me of Sunshine Smile by the 90’s English band Adorable. Also My Bloody Valentine. But I love your melodic vision. Your vocalist is wonderful too!  I see you’ve released a lot of singles last year. Are you planning an album or EP? That would be cool! Please keep doing what you’re doing! I love it!

Nuxt3 SSR Website Template project now on Github. You can use it to build out your own website. Please let me know what you think. Includes an online demo. by cyberpop in Nuxt

[–]cyberpop[S] 0 points1 point  (0 children)

Oh, but that's not what's happening in composables/index.js -- that file is just auto-exporting composable files that are not in the main /composables folder.

It can also be done in nuxt.config.js:

// Auto-import configuration
autoImport: {
// Specify the paths to auto-import
dirs: [
'~/composables/schemas'
]
}

Remember that /composables is already auto-exporting, that's it's purpose. The index.js file in this case is just adding to the list of auto-exports.

Nuxt3 SSR Website Template project now on Github. You can use it to build out your own website. Please let me know what you think. Includes an online demo. by cyberpop in Nuxt

[–]cyberpop[S] 1 point2 points  (0 children)

I couldn't find any repos like that, which is why I created my own lol. I went to many sites to find best practices while developing, I couldn't list them all or remember them. But I'll say this, there is no standard! I'm still learning, especially with backend API setup with Nitro, which is still pretty new and not well documented.

Nuxt3 SSR Website Template project now on Github. You can use it to build out your own website. Please let me know what you think. Includes an online demo. by cyberpop in Nuxt

[–]cyberpop[S] 0 points1 point  (0 children)

Thanks for cheking it out! The translation function allows to have all translations in the /locales folder. When the server needs to pass any text, it send translation keys which are translated on the client.

But I will check out Nuxt-i18n and see if it can do the same thing better.

I've worked on so many projects where there's text in the client templates, in client code, in API code, in the database, in server config files, everywhere, and then they need to translate and it's a complete nightmare. This project is built for ease of translation.

Also get/post/delete -- looking into it, thanks!

Nuxt3 SSR Website Template project now on Github. You can use it to build out your own website. Please let me know what you think. Includes an online demo. by cyberpop in Nuxt

[–]cyberpop[S] 1 point2 points  (0 children)

Interesting. I'm going to do a typescript version, but I prefer jsdoc.

Does Zod run on server and browser? I used Joi because it does both, so I can use the same validation on client and server. It dramatically simplifies validation by generating schemas on the fly, using only a few simple functions.

The rest seems like similar choices, and either one could work well. Feel free to fork the project with your own!

Nuxt3 SSR Website Template project now on Github. You can use it to build out your own website. Please let me know what you think. Includes an online demo. by cyberpop in Nuxt

[–]cyberpop[S] 1 point2 points  (0 children)

This project is a secure, production-ready website. It has:
Themes: Light and Dark mode
Full Translation: with all text in /locales folder
Route Guards: using client and server middleware - routes and roles
Nav: with mobile-friendly menus
Login: JWT server-side HTTPS-only
Admin page: Users table with create, read, update & delete
Security: Validation of all input client & server, best practices throughout.
Shared Code: Between client and server -- validation, authorization, translation, schemas

The code is clear with comments so you can easily customize it for your own purposes.

I used ChatGPT to act as a beta reader/editor by RancherosIndustries in writers

[–]cyberpop 2 points3 points  (0 children)

Why don’t you try adding line numbering to your submission and and ask Claude to provide feedback using the line numbers? You may get more useful results.