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.