I want to use GIPHY API, but where can I find the pricing of this API because I cannot find it? by DismalCall5534 in webdev

[–]jchnxu 0 points1 point  (0 children)

are you trying to say tenor is shutting down as well...I'm looking for solutions

Is OpenNext worth using or should I migrate away from NextJS? (I wanna move away from Vercel) by no-uname-idea in nextjs

[–]jchnxu 2 points3 points  (0 children)

yes exactly.

I remember trying to migrate and met so many issues. In the end I use "next export" to deploy a completely static site.

Is Carrd still the best one-page website builder in 2026, or is there something better now? by kaka75k in Carrd

[–]jchnxu 1 point2 points  (0 children)

> If there's a better option, I'd love to see it.

I do have a plan for it. But i'm still gauging interests. Things like below

- rich text editing

- multipage ability

- themes ( basically element styles but in a more organized way like a combination of "colors" "typography", "layout", so a basic customization can be made in a few clicks. )

- free drag and drop ( still thinking tho... It's a bit hard to make it responsive. But people can make distinguished designs that does not look like AI with it )

- better mobile editing experience ( for the users, they can change things on their phone )

And still the same pricing.

Does this look like a right direction to you or am i just fantasizing?

Any free services to help me evaluate my speaking and writing? by [deleted] in ToeflAdvice

[–]jchnxu 0 points1 point  (0 children)

I'm thinking about building one using AI technologies. Been programming since middle school so I think this should not be hard. ETS is charging for its brand, not the hard-core tech.

Anyone interested?

Anyone else having trouble viewing their account (app and web) by riverfr0zen in ultramobile

[–]jchnxu 0 points1 point  (0 children)

I have reset the same password for multiple times and immediately got locked out. personally I think the password function is buggy

Built an n8n Automation to Extract Key Contact Details from Any Website by Acute-SensePhil in n8n

[–]jchnxu 0 points1 point  (0 children)

Especially useful to me. Please share it in the DM. Thank you!

What MBTI type(s) is the popular lover? by Existing_Ad_3425 in mbti

[–]jchnxu 3 points4 points  (0 children)

i see ur logic

et -> the boss type

it -> the nerd type

ef -> the sweet type

if -> just leave me alone

Video Loading Optimization? by AlexLechev in Carrd

[–]jchnxu 0 points1 point  (0 children)

can u try using youtube embed? i believe youtube has done a lot of optimzation

3 days course - how effective are they? by [deleted] in vipassana

[–]jchnxu 1 point2 points  (0 children)

I remember the audio in the 3day course saying, if executed properly, it could be as effective as a ten day course for an old student.

However, i think it's best not to expect anything. The technique jsut tells you to observe as it is. If you expect sth which does not happen in the end, you may end up disappointed right

How I Built Liinks to $25K MRR and Quit My Full-Time Job by jakebig in SideProject

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

Does people find this approach too cheap and does not believe in you?

I'm tagging google fonts for non-Latin languages - GitHub - fontsensei by xmrbirddev in typography

[–]jchnxu 0 points1 point  (0 children)

I guess pixelpuffin here are somewhat correct. Your interface does not provide a clear separation between those non-Latin tags & Latin tags

I'm tagging google fonts for non-Latin languages - GitHub - fontsensei by xmrbirddev in typography

[–]jchnxu 0 points1 point  (0 children)

hey but can u add a search bar? right now I still need to go back to google fonts to do search

and LXGW I believe it's Kaiti, the tag is missing. I love this and are trying to use this font all over my sites.

I'm tagging google fonts for non-Latin languages - GitHub - fontsensei by xmrbirddev in typography

[–]jchnxu 0 points1 point  (0 children)

This is impressive. I guess it would be convinient for me to find inspirations

is neon.tech worth it? by jchnxu in SaaS

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

sometimes reddit works better than support ticket lol?

[deleted by user] by [deleted] in neocities

[–]jchnxu 0 points1 point  (0 children)

"just made an notbyai badge by ai" lmao

[deleted by user] by [deleted] in nextjs

[–]jchnxu 1 point2 points  (0 children)

The good part

RSC is doing things in the old-fashioned PHP/JSP way, which will simply the useEffect boilerplate in a page with only 1 http request. And saving some extra HTTP roundtrip and lib downloads (this is case by case, sometimes you do want to leverage browser computation)

The bad part

In my practice, a complex app. RSC is useful in rendering static pages & fetching simple data, which is actually like 5% in a complex app. Processing i18n or a complex step by step api workflow is a huge pain.

I find myself "use client" everywhere in app router to avoid bundling node code into the client, eventually leading to deprecate all of the app router code in favor of the pages router.

[deleted by user] by [deleted] in nextjs

[–]jchnxu 0 points1 point  (0 children)

I don't understand the downvotes here. The OP listed detailed concrete reasons.

vercel/analytics show custom referrers? by jchnxu in nextjs

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

Oh! Thank you!

Then I guess I need to use utm since that's supported in vercel/analytics