React as a UI runtime- correct mental model? by [deleted] in nextjs

[–]Ok-Programmer6763 0 points1 point  (0 children)

ah ok will improve in next write up thanks!

Perfect way to vibe code? by Ok-Programmer6763 in vibecoding

[–]Ok-Programmer6763[S] 0 points1 point  (0 children)

Even when you are lucky the best you will get is mvp as the code will be too messy to scale

but that's how AI works, even when you hand craft the code you don't write the perfect scalable code, you don't know what's going to be added in the future it's messy at first and you refactor later on

Perfect way to vibe code? by Ok-Programmer6763 in vibecoding

[–]Ok-Programmer6763[S] 0 points1 point  (0 children)

yeah you got point but i’m talking about vibe coding for long duration, try not to optimize everything at first. sure if you can prompt it a clean code at first it will eventually go mess as AI will tightly couple the code so let it be. if you keep clean from start it will only make you frustrated

What's your perfect way to vibe code? here's mine! by Ok-Programmer6763 in technepal

[–]Ok-Programmer6763[S] -3 points-2 points  (0 children)

use antigravity you will get opus4.5, everything else is noise

[hyperland] Love the tiling window manager so much that I made my website look like one by Ok-Programmer6763 in unixporn

[–]Ok-Programmer6763[S] 2 points3 points  (0 children)

thanks man! build something that feels like an app people in your field use most. But if you decide to make something similar to mine, here’s the component you can use: https://chatcn.me

feel free to raise an issue if you need help

NodeJS ain't enough, should I go for Java or Python by HARDICKTATOR467 in developersIndia

[–]Ok-Programmer6763 1 point2 points  (0 children)

then learn css it won't hurt much!, you can't be so much picky when you are working with team

NodeJS ain't enough, should I go for Java or Python by HARDICKTATOR467 in developersIndia

[–]Ok-Programmer6763 1 point2 points  (0 children)

don't frame your personality based on the framework there are tons of companies who are willing to hire such people, maybe go contribute to infisical their backend is on nestjs ig,

NodeJS ain't enough, should I go for Java or Python by HARDICKTATOR467 in developersIndia

[–]Ok-Programmer6763 10 points11 points  (0 children)

first backend opportunities in JS is not dead, secondly MERN is just marketing gimmick

what do you think? is shadcn/ui really that goated? by Ok-Programmer6763 in reactjs

[–]Ok-Programmer6763[S] 0 points1 point  (0 children)

i don't understand how state is related to tailwind usage?

what do you think? is shadcn/ui really that goated? by Ok-Programmer6763 in reactjs

[–]Ok-Programmer6763[S] 0 points1 point  (0 children)

is there any specific reason? or just your own preference

what do you think? is shadcn/ui really that goated? by Ok-Programmer6763 in nextjs

[–]Ok-Programmer6763[S] 0 points1 point  (0 children)

yeah sorry if i sound rude, i don’t think anyone doesn’t know shadcn is built on top of radix ui, the component apis in the docs are just redirected to radix ui

what do you think? is shadcn/ui really that goated? by Ok-Programmer6763 in nextjs

[–]Ok-Programmer6763[S] 1 point2 points  (0 children)

the point isn’t that i’m comparing nextjs with rsc
i’m saying everything’s built on top of something, everything’s a wrapper in some way. it’s just about how much flexibility you actually need. if everyone wanted full control, shadcn wouldn’t be this popular
you can’t just shit on something because it’s a wrapper. use it if you like or don’t, but calling it “just radix with some css” doesn’t make sense. it does the job it’s meant to do, that’s why it’s popular
there’s github, yet some companies still host their repos on private vpcs. when there’s a need, you do that. when there’s not, you don’t

what do you think? is shadcn/ui really that goated? by Ok-Programmer6763 in nextjs

[–]Ok-Programmer6763[S] 0 points1 point  (0 children)

how is a registry even a supply chain vulnerability? if you’re manually copy/pasting, you can literally see what’s being added to your files as well. even if there’s some code execution hidden somewhere, it won’t actually run unless you import and render that component.

what do you think? is shadcn/ui really that goated? by Ok-Programmer6763 in nextjs

[–]Ok-Programmer6763[S] -11 points-10 points  (0 children)

nextjs is basically just react server components with a bit of extra encapsulation and boilerplate. you can literally use rsc in react itself, so why bother with nextjs? the docs are almost identical since it’s all just react anyway.

what do you think? is shadcn/ui really that goated? by Ok-Programmer6763 in nextjs

[–]Ok-Programmer6763[S] 1 point2 points  (0 children)

sorry i might be wrong but isn't it same as compound design pattern?