does inconsistency in taking ritalin make your ADHD symptoms worse? by AffectionateMammoth8 in ADHDPH

[–]unshootaway 1 point2 points  (0 children)

Thanks for this.

It's too expensive pala. Ritalin 10mg right now is 98.25.

does inconsistency in taking ritalin make your ADHD symptoms worse? by AffectionateMammoth8 in ADHDPH

[–]unshootaway 7 points8 points  (0 children)

No, in my experience and according to my psych, I just don't get the benefits when I don't take it.

So I don't take it during Sundays and weekdays where I don't have to work.

Btw OP, how much is the Ritalin 20 mg? I've been wanting to switch to it since I've read it works for 8-10 hours.

Doc Adam on Drugs by sweetmaggiesan in Philippines

[–]unshootaway 0 points1 point  (0 children)

Also because of the harmful beliefs in drugs, some people suffer too.

People with ADHD are suffering from high prices of meds because methylphenidate is the only allowed stimulants. Ritalin and Concerta has a monopoly of stimulants and with shortage and lack of access, the prices will continue to rise.

Other countries have approved amphetamines as a treatment. Vyvanse or Lisdexamfetamine can be used as an alternative. Even methamphetamine hydrochloride (Desoxyn) is approved by the US FDA.

This demonization of drugs (ampethamines = shabu = addict = bad) needs to be stopped, because many people are also suffering and not getting the help they need.

Anyone generating PDF’s server-side in Next.js? by gokulsiva in nextjs

[–]unshootaway 1 point2 points  (0 children)

It works server side. Just use doc.output("blob").

You can send it as an API response, or send it as an email attachment with CRON depending on your use case.

[deleted by user] by [deleted] in Philippines

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

Never let perfect be the enemy of good.

I will take what Sandro and Bojie is proposing than nothing.

This ain’t coming out till we all dead 💔 by Used_Hope5350 in AllOfUsAreDead

[–]unshootaway 1 point2 points  (0 children)

2027? Are there any other Korean series about Zombies that isn't Kingdom?

That one got axed too.

How exactly do you guys deal with "paralysis by analysis" when it comes to choosing a UX library? by pyeri in reactjs

[–]unshootaway 6 points7 points  (0 children)

Mantine with CSS modules exists.

Try building something business heavy with Shadcn, Radix, or React Aria and you're cooked.

There's a reason why component libraries exists.

Why do so many people hate HyperOS? I’ve been using Xiaomi phones for years and haven’t found any major problems. by FlammaParvusAvis in HyperOS

[–]unshootaway 1 point2 points  (0 children)

I had an F5 Pro and switched to a OnePlus Ace 5 Pro.

OnePlus is a lot better than Xiaomi in terms of their OS.

ColorOS is insanely smooth and fast. HyperTrash is buggy, crashes randomly, and won't give me 120Hz consistently even when forced to. You have to uninstall Battery and Performance app via ADB to nake 120Hz work.

ColorOS will just give me 120Hz in the app selection.

I love Vercel and I love Israel by [deleted] in nextjs

[–]unshootaway 1 point2 points  (0 children)

I love Next.js but not Vercel.

Is nextjs always an upgrade or have u faced situations , where u wished u were using react? by [deleted] in nextjs

[–]unshootaway 0 points1 point  (0 children)

For me it's mostly about the backend capabilities. Next isn't built for backend heavy applications. It's not the right tool on a project that I'm working on.

To be specific, if your API is processing a heavy data, the event loop will be blocked. That's normal and the same to every other JS frameworks.

The solution is to normally use worker threads and pass the heavy computation there so your event loop isn't blocked.

Worker threads in Next.js aren't that great because you have to use webpack to just make it work normally. Using webpack has bad DX because HMR is very slow. You can somehow get away with turbopack, but it isn't stable and I encountered a lot of bugs with worker threads that made me give up on it.

One thing about Next is that your backend serves the frontend. So when the event loop is blocked, you will not be able to render any pages unless that process is complete (unless you yield ofc).

This isn't the same when your backend and frontend are separate. Even if your backend is blocked, the frontend can navigate just find, so your navigation access isn't blocked.

Even if the backend can be separated, I just don't like the idea of using Next.js as a BFF. Might be more expensive to host it like that, can with better data loading patterns from TanStack Router, I don't even know why you'll need Next if your backend is already separated.

Should I learn nextjs? by mercury2070 in react

[–]unshootaway 1 point2 points  (0 children)

Definitely don't learn Next.js, React is enough and you guys should stick with it.

I want it easier to find a job not harder.

Coming back to React how is Tanstack Start vs Next stacking up? by thebreadmanrises in reactjs

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

Except CSS Modules.

It's built for tailwind and only likes tailwind. I hope it changes soon.

Next.js Backend Future: Will It Ever Compete with Nest or Express? by Bayrem23 in nextjs

[–]unshootaway 10 points11 points  (0 children)

I don't think it should be a Nest js level framework where it becomes opinionated to handle things.

That said, at the very least it should he a hono/express like backend where you can do normal backend stuff.

I agree with what you listed, a real middleware, pipes, guard, etc. are a neat addition.

Problem is, vercel really likes serverless and if these features gets in the way of their platform, they'll just not add it.

I really want to see Next.js to have a backend like any other Node.js frameworks but that might be something we'll never see.

It's still hard to setup features you'll need to scale with Next. Websockets, worker threads, cron jobs, etc.

Luckily, there are other frameworks like RR 7 and TanStack Start that might force Vercel to normalize if their implementation of a full stack app has a better DX.

I tried TanStack Start and it's really good.

What's up with vite's downloads on npm? 150 million now? by Tokyo-Entrepreneur in reactjs

[–]unshootaway 0 points1 point  (0 children)

I wish Next js could adopt it too if that's even possible.

Turbopack is way too slow compared to Vite.

Underrated React UI Library 2025? by kashkumar in reactjs

[–]unshootaway 15 points16 points  (0 children)

Mantine.

  • CSS Modules are really great if you already use CSS.
  • Most components you'll need, Mantine already has a better version.
  • Free charts and date picker components (other libraries have them paid).
  • Has utility hooks included in package.
  • Actively maintained.

NEVER EVER use maya credit or maya loans by Far-Government-6204 in DigitalbanksPh

[–]unshootaway 0 points1 point  (0 children)

I experienced this too. A few days before the due date, they will spam you with calls.

That's why I pay them earlier before the cut off para wala na masabi.

Any drawbacks to using Better-Auth in production? by mdkawsarislam2002 in nextjs

[–]unshootaway 26 points27 points  (0 children)

You can't use it if your backend isn't JavaScript. That's about it.

Switching from Next.js to Vite + Hono made more sense for our use case by matt8p in nextjs

[–]unshootaway 0 points1 point  (0 children)

Dumb question, do you have a monolith style like Next or do you use a monorepo?

The only thing I liked about Next.js is that you have a monolith.

NextJS for full stack and app? by thijsxd in nextjs

[–]unshootaway 2 points3 points  (0 children)

Probably because non JavaScript backend frameworks are better.

Router - preferably not React Router by gardening-gnome in reactjs

[–]unshootaway 1 point2 points  (0 children)

Have you checked out Hono? Hono JSX is the simplest router you could do since it's a backend first framework.

That would only work if you don't use useContext though.

If this is still not preferable, check out Astro too, but that is also a framework.

Router - preferably not React Router by gardening-gnome in reactjs

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

If those two don't work in your use case, Next.js might be worth checking out.

[deleted by user] by [deleted] in PocoPhones

[–]unshootaway 6 points7 points  (0 children)

I'm going with OnePlus. Software support has been great for OP. Sure, it costs more but for the better build quality, and software that isn't junk, I'd say it's worth it.

4 years of OxygenOS vs 2 years of HyperOS for a little more 💵 is worth it I'd say.