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

cylemons

no profile record

コメント

cylemons
·11 日前·議論
Also the sideroads intersecting each other usually don't have traffic lights which is good for low traffic but bad for high traffic.

What they would do in that case is close off one the roads so traffic flows smoothly through the other one
cylemons
·18 日前·議論
To clarify, the loot boxes in Roblox are game specific. The platform itself just has the catalog where you buy stuff directly

But still, Roblox should do a better job regulating the games on its platform
cylemons
·23 日前·議論
Yikes, does that mean each dev has terabytes of stuff on their machine?
cylemons
·先月·議論
In the manpage for vfork, Linux in particular

> As with fork(2), the child process created by vfork() inherits copies of various of the caller's process attributes (e.g., file descriptors, signal dispositions, and current working directory); the vfork() call differs only in the treatment of the virtual address space, as described above.

so it seems Linux does define the behavior of vfork, but if you rely on it, your code won't be portable to other POSIX systems

https://man7.org/linux/man-pages/man2/vfork.2.html
cylemons
·先月·議論
> If you're not overcommiting, that fork will fail, because total memory consumption will be 1200 MB which is more than 1GB. That somewhat restricts program design.

Does this accounting apply to vfork as well?
cylemons
·2 か月前·議論
> 69% of those who got green cards through marriage to US citizen spouses

Nice.
cylemons
·2 か月前·議論
As a non Malawian no, but I do think its important to ask what the local sentiment of their country is.
cylemons
·2 か月前·議論
Now that makes sense, so its legal because the contributors can still access their code
cylemons
·2 か月前·議論
> If you actually look at the redis code base the majority of it was written by people who never worked for redis.

Thats a really big deal, how did they legally managed to do the license change? I was under the impression that only works if the original owner is the doing most work
cylemons
·3 か月前·議論
Apperantly the AKID and SKID extensions are used instead these days
cylemons
·3 か月前·議論
TCP still works this way?
cylemons
·3 か月前·議論
VK_KHR_buffer_device_address has 91.3% support

and

VK_KHR_variable_pointers has 98.66% support

looks good to me
cylemons
·3 か月前·議論
When I personally use chatgpt and friends, I am not seeing any slowdowns or anything, meaning that their servers can handle the loads just fine. So then, why are these companies spending so much building new capacity if the current capacity is enough?
cylemons
·3 か月前·議論
Microsoft itself is 73% owned by institutional investors, so more of the same really.

see: https://www.nasdaq.com/market-activity/stocks/msft/instituti...
cylemons
·3 か月前·議論
Yeah why is this so common in .NET?
cylemons
·3 か月前·議論
Whatabout the extensions? is it widely supported
cylemons
·3 か月前·議論
You mean the locking would be done in software?
cylemons
·3 か月前·議論
I assume to save on resources, even if your algorithm is not much more taxxing on silicon, maybe the designers at intel and amd just didn't think optimizing split locks was worth it
cylemons
·3 か月前·議論
Biggest pump and dump in history
cylemons
·3 か月前·議論
> chat.agent.maxRequests

"Maximum number of requests that copilot can make using agents"

I don't get how this setting is relevant?