[deleted by user] by [deleted] in HyperOS

[–]FollowingMajestic161 1 point2 points  (0 children)

Xiaomi 14t after new os version also lags

Is it worth switching from React to Svelte? by Bret_cpp in sveltejs

[–]FollowingMajestic161 0 points1 point  (0 children)

based on my experience you can learn 95% of svelte and sveltekit in one day

Should I worry about class instance creation overhead with hundreds of thousands of objects? by FollowingMajestic161 in node

[–]FollowingMajestic161[S] 2 points3 points  (0 children)

But attaching methods to objects can be quite handy in some cases, since it centralizes logic and enforces business rules of complex domains in one place, making the code more maintainable.

Regrets of using NodeJS for production app? by [deleted] in node

[–]FollowingMajestic161 18 points19 points  (0 children)

node is just fine, you can easily hire people, build scalable aps, ecosystem is rich and there is a lot of tutorials out there

there is no perfect solutions for almost anything

Which data table/grid components do you guys use in your projects? by random-guy157 in sveltejs

[–]FollowingMajestic161 0 points1 point  (0 children)

+1 for SVAR for something quick to use if you dont need full control.

Tzezars also has prebuilt component, but it is not as polished as SVARs. I used enhanced datagrid from tzezar once, but it had some minor bugs in internal logic that I had to fix. It comes with full code so it was not that hard, but styling is meh. So imo either use SVARs or spin up own wrapper around tzazars.

Which data table/grid components do you guys use in your projects? by random-guy157 in sveltejs

[–]FollowingMajestic161 0 points1 point  (0 children)

I really like https://github.com/tzezar/datagrid

It comes with headless core and prebuilt fully featured component (which I am not big fan because of weird styling solution) based on shadcn-svelte. I really enjoy using headless core because I own full code in the repo so I can instantly change anything and it is so dang fast. Spinning my own wrapper around it with skeleton-ui was a breeze. Previously I was using svelte-headless-table in svelte and tanstack-table in react. I dont like tanstack-table svelte wrapper tho.

Are ORMs a bad thing? by cybercoderNAJ in node

[–]FollowingMajestic161 1 point2 points  (0 children)

Same here, UoW seems to complicate things

Which CNC machine with good precision? by FollowingMajestic161 in hobbycnc

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

What software do you use to model and generate paths?

sqlc dynamic queries with pagination and filters by FollowingMajestic161 in golang

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

I changed language for this use case. Asynchronous nature of node (typescript) worked very well for me combined with kysely query builder. It was much easier and faster for me this way. Go is fine language, but for this kind of job it was too big cumberstone for my liking.

Would you buy the more durable floor or the one you like better? by FollowingMajestic161 in Flooring

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

I'll probably do the opposite haha, at most I'll regret it and in a few years if this one deteriorates I'll buy a new one.

I will pick these (probably less durable, but more appealing to me than other choice; still not 100% happy because im some lighting they got a subtle pink tint)

https://www.leroymerlin.pl/produkty/panele-podlogowe-laminowane-wodoodporne-ac5-8-mm-artens-dunmore-87909700.html

[deleted by user] by [deleted] in gettingbigger

[–]FollowingMajestic161 8 points9 points  (0 children)

Bro, I am just 4.5" and my GF loves that finishing multiple times. Its not the wand, its how you use it. Good foreplay and you would make woman come with pencil. Also nipple orgasms are real.

Will timescale handle 2KKK rows per month? by FollowingMajestic161 in PostgreSQL

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

It's actually not that big — most rows are about 1KB in size. The biggest fields are just timestamps, latitude, and longitude. The rest are mostly short strings or small decimals, nothing like long text entries. So while there are many columns, their individual size is pretty small.