HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ptrwis

91 karmajoined قبل 7 سنوات

comments

ptrwis
·أمس·discuss
Not the OP, but yes - just imagine a web server talking to DB over one connection without any connection pooler
ptrwis
·قبل 3 أشهر·discuss
When you pair-programming with AI, even Haiku is very good. Just treat is as you assistant.
ptrwis
·قبل 4 أشهر·discuss
I'm currently writing simulations of trading algorithms for my own use. I'm using worker_threads + SharedArrayBuffer and running them in Bun. I also tried porting the code to C# and Go, but the execution time ended up being very similar to the Bun version. NodeJS was slower. Only C gave a clear, noticeable performance advantage — but since I haven't written C in a long time, the code became significantly harder to maintain.
ptrwis
·قبل 4 أشهر·discuss
You can fix you code 10 times you will fix it.
ptrwis
·قبل 5 أشهر·discuss
I'm saying Haiku isn't that bad, it's good enough for my needs, and it's the cheapest one. Maybe it's because I'm giving it small, well defined tasks.
ptrwis
·قبل 5 أشهر·discuss
I also use Haiku daily and it's OK. One app is trading simulation algorithm in TypeScript (it implemented bayesian optimisation for me, optimised algorithm to use worker threads). Another one is CRUD app (NextJS, now switched to Vue).
ptrwis
·قبل 6 أشهر·discuss
I mean, aren't system calls thread-safe?
ptrwis
·قبل 6 أشهر·discuss
Doesn't (honest question) the operating system kernel prevent data races in memory accesses at the level of system calls like brk? I wonder at what level the operating system handles such things?
ptrwis
·قبل 9 أشهر·discuss
What do you think, there are milions of people or companies running NetBSD on 486 to protect the planet from e-waste? How many times have you replaced your phone with a newer model in the last 10 years?
ptrwis
·قبل 9 أشهر·discuss
Maybe in the future, if the language has very good AI support, security guarantees of the language won't be as important, as it (ai) will find potential bugs well enough. This may be the case with Zig, as the language is simple and consistent, and the lack of macros will make it easier for LLMs to understand the code.
ptrwis
·قبل 10 أشهر·discuss
For me it is natural that since the desktop environment is the most important part of the desktop operating system, it should have its own distribution.