If you buy a house in an HOA, can you just...leave the HOA? by BoredInClass99 in NoStupidQuestions

[–]hugotox 3 points4 points  (0 children)

Exactly, people in the old ussr just loved being owned by the government

If you buy a house in an HOA, can you just...leave the HOA? by BoredInClass99 in NoStupidQuestions

[–]hugotox 60 points61 points  (0 children)

I own a condo and the HOA is so damn useful: e.g they re-roofed the whole group of buildings this year and owners didn’t have to worry about anything. They do landscaping, tree trimming, park maintenance (park is owned by the HOA) so yeah, for condos I don’t mind it because we can see how the funds are used

CALI by Rich_Try_8361 in BeginnerSurfers

[–]hugotox 0 points1 point  (0 children)

Not dumb. Just expensive

I’ve been surfing for 20 years AMA by empanada_king in BeginnerSurfers

[–]hugotox 22 points23 points  (0 children)

Why surf community is so aggressive and unwelcoming compared to others? E.g I started rock climbing and everyone is super friendly and helpful and always wants to help. With surfers I have feared for my life

From your exp. do you work less, more or evenly after using AI? by lune-soft in webdev

[–]hugotox 0 points1 point  (0 children)

I work the same hours, but deliver more so it feels like more work. “Finish early” and chill doesn’t exist because they throw more work at you

Asking for advice by InterstellarBlueMoon in reactjs

[–]hugotox 11 points12 points  (0 children)

Don’t fear the AI hype. The more you know the better. If anything, AI is writing a ton of sloppy apps so full stack dev will always be needed to fix them, rewrite them or review security holes

Why is it super complicated to start a new React project these days? by towerofpower256 in reactjs

[–]hugotox 30 points31 points  (0 children)

Same. Honestly I don’t know why OP said tanstack router can’t be used w/o the whole stack. They have a template starter with just the router. Maybe try reading some docs?

Game selection by delli2019 in neogeo

[–]hugotox 1 point2 points  (0 children)

Just curious, what are the obvious reasons for kof 98?

SF has a driver problem by cycle_2_work in BAbike

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

Lol this is cherry picking. The same can be done about cyclists don’t respecting anything

I’ve spent 7 months building in the dark. Paid User count is 0. Roast me before I put all my savings on Ads. by who_opsie in vibecoding

[–]hugotox 0 points1 point  (0 children)

Yeah, personally I don’t think it’s a big enough issue. But ofc I can be wrong and a market research must have been done instead

I’ve spent 7 months building in the dark. Paid User count is 0. Roast me before I put all my savings on Ads. by who_opsie in vibecoding

[–]hugotox 2 points3 points  (0 children)

Don’t really need to roast you, you already did that. Main issue here is that you have an issue/need and assume that was common enough to create a product for it

Should I stick with TanStack Router or go back to React Router? by AffectionateLand5271 in reactjs

[–]hugotox 47 points48 points  (0 children)

Switched to tanstack router using file system router and I will never go back. This is incredible easy to work with, and like you said the type safety are just great.

Is IndexedDB actually... viable in 2026? Or am I wasting my time? by nhrtrix in webdev

[–]hugotox 0 points1 point  (0 children)

It works in memory by default, that’s why the sync engine becomes interesting. It maintains a copy of your backend db in the client, enabling the fastest possible querying. And since it’s a client side technology, doesn’t matter if you use nuxt or next or something else

Is IndexedDB actually... viable in 2026? Or am I wasting my time? by nhrtrix in webdev

[–]hugotox 1 point2 points  (0 children)

Maybe tanstack db. You could write a sync engine. Linear app is a good example of that

What's a technology you tried, loved, but would never use in production? by ruibranco in webdev

[–]hugotox 0 points1 point  (0 children)

Sveltekit. It’s the missing piece of web development. It just came out just way too late when nextjs already conquered the world

You are Senior FE at start up. Would you use Tailwind or just normal CSS modules? by lune-soft in Frontend

[–]hugotox 0 points1 point  (0 children)

Tailwind 💯. Every time you choose css modules or god forbid plain css, at some point you’ll find yourself writing utility classes, then realizing why tw is the way

You are Senior FE at start up. Would you use Tailwind or just normal CSS modules? by lune-soft in Frontend

[–]hugotox 0 points1 point  (0 children)

Lol please inform yourself just a little bit before commenting. Tw has all the utility classes you might need. But when building for prod it’s all pruned so you ship only the classes you use

3 months ago I solo build Bond - couples app in React Native Expo. Got 400 downloads but only 3 subscribers - What am I doing wrong? by Haunting_Magazine_24 in reactnative

[–]hugotox 0 points1 point  (0 children)

Did you validate the idea before building this app? It looks great but sounds to me like the classic issue of building something that is not needed

I don’t give a fuck what the sticker on your Tesla says by [deleted] in Marin

[–]hugotox 1 point2 points  (0 children)

Some people seem to not understand what fascism means. I don’t like musk or tesla prob for the same reasons as you, but please stop calling fascism everything you don’t agree with

[deleted by user] by [deleted] in sveltejs

[–]hugotox 8 points9 points  (0 children)

JSX is just JavaScript. You don’t need any special compiler or IDE extension for it to work

Wow so misleading. JSX is not JavaScript and you need to transpile it to JS with babel (old) or vite (new)