HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cylemons

no profile record

comments

cylemons
·12 dni temu·discuss
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 dni temu·discuss
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 dni temu·discuss
Yikes, does that mean each dev has terabytes of stuff on their machine?
cylemons
·w zeszłym miesiącu·discuss
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
·w zeszłym miesiącu·discuss
> 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 miesiące temu·discuss
> 69% of those who got green cards through marriage to US citizen spouses

Nice.
cylemons
·2 miesiące temu·discuss
As a non Malawian no, but I do think its important to ask what the local sentiment of their country is.
cylemons
·2 miesiące temu·discuss
Now that makes sense, so its legal because the contributors can still access their code
cylemons
·2 miesiące temu·discuss
> 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 miesiące temu·discuss
Apperantly the AKID and SKID extensions are used instead these days
cylemons
·3 miesiące temu·discuss
TCP still works this way?
cylemons
·3 miesiące temu·discuss
VK_KHR_buffer_device_address has 91.3% support

and

VK_KHR_variable_pointers has 98.66% support

looks good to me
cylemons
·3 miesiące temu·discuss
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 miesiące temu·discuss
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 miesiące temu·discuss
Yeah why is this so common in .NET?
cylemons
·3 miesiące temu·discuss
Whatabout the extensions? is it widely supported
cylemons
·3 miesiące temu·discuss
You mean the locking would be done in software?
cylemons
·3 miesiące temu·discuss
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 miesiące temu·discuss
Biggest pump and dump in history
cylemons
·3 miesiące temu·discuss
> chat.agent.maxRequests

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

I don't get how this setting is relevant?