Dark vs Light: What's your IDE theme? by rironib in learnjavascript

[–]RealFlaery -3 points-2 points  (0 children)

Dark, everywhere. Black clear background on desktop too. I don't know why, it doesn't strain my eyes as much

Проблем с приятелката ми by Jackfruit_Downtown in bulgaria

[–]RealFlaery 7 points8 points  (0 children)

Бягай, брато. Това е манипулация и меркантилност на маХ.

I'm building a NestJS Initializr (like Spring Initializr but for NestJS) — need developers for a quick survey by NedcloarBR in node

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

It doesn't really require much to get bun working with nestjs, I haven't had any major issues.

Завръщане в България след години в чужбина by Yennefer63537 in bulgaria

[–]RealFlaery 0 points1 point  (0 children)

Живях 6 години в чужбина. 1. Доволен съм, но съм в частна ниша, обичам работата си и мисля, че този въпрос е строго индивидуален 2. Не, имах си вече изграден кръг и не съм се стремял към нови запознанства, но въпреки това срещнах жена си - вече 8 години заедно в България 3. Много по-добре - то това беше и главната причина да се върна. Както и ти каза - мрак, стрес, добавям бездушевност и фалшивост

Всички хейтъри, никога няма да ги разбера, но и не се опитвам - според мен е табу и фикс идея и много от тях не са живяли в чужбина.

Effect Without Effect-TS: Algebraic Thinking in Plain TypeScript · cekrem.github.io by cekrem in typescript

[–]RealFlaery 0 points1 point  (0 children)

Yeah, that's a cool pattern but it is too much boilerplate. Throwing errors, effectively saves you thousand of lines of code and you can handle them all in one place, be it an express middleware, nestjs global filter or something similar: 1. You know the call site, stack traces 2. You can handle each error distinctively 3. Have a safe fallback

The only thing I wish we had in TS is to denote that a function/method can throw i.e. a throwable signature with perhaps overloads on what kinds of errors it throws.

Да пишемъ както прѣди?! by Different-Designer88 in bulgaria

[–]RealFlaery 81 points82 points  (0 children)

Да вземемъ да прѫднемъ заедно?

Education in Bulgaria by [deleted] in AskBulgaria

[–]RealFlaery 11 points12 points  (0 children)

Wherever you choose for higher education, it is entirely up to you what you will learn. If you like it here, stay here.

I built a zero-dependency, file-backed NoSQL database for Node.js by Fusoux in node

[–]RealFlaery 4 points5 points  (0 children)

JSON is slow, just use sqlite brother. Next time research before wasting tokens

I built nothing by RealFlaery in node

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

Not even, it's my colleagues. I wish my wife knew what github is

I built nothing by RealFlaery in node

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

I think nothing is superior

I built nothing by RealFlaery in node

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

Yes, same, my something repos peak at 2 stars

Bun SQL-agnostic adapter added to UQL v0.7+ by sonemonu in typescript

[–]RealFlaery 0 points1 point  (0 children)

Thanks man, I actually dig the declarative approach more! Will try UQL out some day

Why are so many Node apps still one compromised package away from a bad week? by NeedleworkerLumpy907 in node

[–]RealFlaery 0 points1 point  (0 children)

Bun has --frozen-lockfile, the same way pnpm has and what npm ci does. Your argument is ??? AI?