HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ptrwis

91 カルマ登録 7 年前

コメント

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