HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ptrwis

91 karmajoined hace 7 años

comments

ptrwis
·ayer·discuss
Not the OP, but yes - just imagine a web server talking to DB over one connection without any connection pooler
ptrwis
·hace 3 meses·discuss
When you pair-programming with AI, even Haiku is very good. Just treat is as you assistant.
ptrwis
·hace 4 meses·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
·hace 4 meses·discuss
You can fix you code 10 times you will fix it.
ptrwis
·hace 5 meses·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
·hace 5 meses·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
·hace 6 meses·discuss
I mean, aren't system calls thread-safe?
ptrwis
·hace 6 meses·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
·hace 9 meses·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
·hace 9 meses·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
·hace 10 meses·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.