He's anything but stupid, he is also human, makes mistakes (like you) and the last time I checked he was working on AI for years now so, yeah, he's probably going to gravitate towards "AI good" instead of "AI took my…
There is no "real" GPU virtualization available for regular consumer, as both AMD and NVIDIA are gatekeeping it for their server oriented gpus. This is the same story with Intel gatekeeping ECC ram for decades. Even if…
You are wrong, Pascal has always allowed pure raw pointer and data manipulation as well as self memory management, the strong type enforcement and auto management for some types (strings, dynamic arrays) is just on the…
sounds like it's designed to be that way, yes.
They announce the product but you can't even pre-order it, a typical pi experience.
I used to have a lot of cavities due to poor oral hygiene, after I had a complications with my wisdom tooth, I really decided to step up my game and take care of my teeth. Brush 3 times per day, 15 minutes after every…
> I think, much like even-versioned releases of Delphi -- which were famously half-baked and buggy, and you'd inevitably end up dealing with a confluence of bugs until the odd-released version came out a year or two…
nothing magic about Result keyword, it's just an implicit pointer, you can avoid it completely by using explicit pointers.
Imho if cpu manufacturers figure out how to slap a large cache on the same die (something like amd 3D V-Cache but much more) we may actually see graphic cards become obsolete in favor of software rendering.
I just took apart my unit CP1300EPFCLCD and it indeed has the yellow silicone. There's also a lot of white silicone but only to keep wires in place. My solution is to just inspect the unit every once a year to see if…
no it doesn't. It just shows the location where you can find the glue. How do you actually remove it? Do you soke it in ethanol and pick it apart or how ?
so how do you go about removing/cleaning that glue?
true, surge protectors are actual snake oil. 99% of people get em thinking it will protect em from lightning strikes ...
How do you achieve the X <= 10 ms switching capacity? You need this if you actually want your equipment to survive the power outage. Also, I'm extremely sensitive to humm noise output by inverters so I can only tolerate…
I had to place my unit (CP1300EPFCLCD) in an empty room for 2 weeks to let it out-gass, the smell of plastic was unbarable and was not suitable for living conditions. I found others complain on the web just as well.…
This was very educational, all of a sudden I couldn't reach 60% of all websites I normally visit everyday. I guess this is the cost of laziness under the guise of DDOS protection.
This is because some major refactoring has to happen in RTTI and system units to support dynamic linking so that true delphi-style runtime dynamic packages can be supported. This is easier said then done because of how…
I use the synopse mORMot library for server side rendering http server and database access. It has well written documentation with lots of examples on how to get started. IF you have any questions I am free to answer…
for me download is correct but upload is 1/3 ...
I bought a 58 inch samsung tv in 2016 for around 250 euro. 1080p, barebone no smart features, two hdmi ports and two usb 2.0 ports. I wouldn't give it up even if someone payed me double today. It works as intended and…
thank you for that link. Does AMD have the same shenanigans of locking out consumer grade gpu's? Intel has GVT-g vGPU virtualization which works with intel integrated graphics, it will be interesting to see what road…
I game on linux, it's not as secure as I would like it to be. I run everything under unprivileged container including steam, the problem is that for vulkan hardware renderer to work it requires direct access to the…
I'm in EU, I was able to completely delete my entire battle.net account two weeks ago, (active since 2005) just by going to the support page and filling some web form. No ID photo required. Once you send that, you get…
I wish Systemd-networkd had native PPPoE support. https://github.com/systemd/systemd/issues/481 Still, systemd is just great and it has made my life a lot easier.
iptables and nftables both have ways to declare rules for interfaces that come and go. Identifying dynamic interfaces is done by string comparison instead of by index (for static interfaces).
He's anything but stupid, he is also human, makes mistakes (like you) and the last time I checked he was working on AI for years now so, yeah, he's probably going to gravitate towards "AI good" instead of "AI took my…
There is no "real" GPU virtualization available for regular consumer, as both AMD and NVIDIA are gatekeeping it for their server oriented gpus. This is the same story with Intel gatekeeping ECC ram for decades. Even if…
You are wrong, Pascal has always allowed pure raw pointer and data manipulation as well as self memory management, the strong type enforcement and auto management for some types (strings, dynamic arrays) is just on the…
sounds like it's designed to be that way, yes.
They announce the product but you can't even pre-order it, a typical pi experience.
I used to have a lot of cavities due to poor oral hygiene, after I had a complications with my wisdom tooth, I really decided to step up my game and take care of my teeth. Brush 3 times per day, 15 minutes after every…
> I think, much like even-versioned releases of Delphi -- which were famously half-baked and buggy, and you'd inevitably end up dealing with a confluence of bugs until the odd-released version came out a year or two…
nothing magic about Result keyword, it's just an implicit pointer, you can avoid it completely by using explicit pointers.
Imho if cpu manufacturers figure out how to slap a large cache on the same die (something like amd 3D V-Cache but much more) we may actually see graphic cards become obsolete in favor of software rendering.
I just took apart my unit CP1300EPFCLCD and it indeed has the yellow silicone. There's also a lot of white silicone but only to keep wires in place. My solution is to just inspect the unit every once a year to see if…
no it doesn't. It just shows the location where you can find the glue. How do you actually remove it? Do you soke it in ethanol and pick it apart or how ?
so how do you go about removing/cleaning that glue?
true, surge protectors are actual snake oil. 99% of people get em thinking it will protect em from lightning strikes ...
How do you achieve the X <= 10 ms switching capacity? You need this if you actually want your equipment to survive the power outage. Also, I'm extremely sensitive to humm noise output by inverters so I can only tolerate…
I had to place my unit (CP1300EPFCLCD) in an empty room for 2 weeks to let it out-gass, the smell of plastic was unbarable and was not suitable for living conditions. I found others complain on the web just as well.…
This was very educational, all of a sudden I couldn't reach 60% of all websites I normally visit everyday. I guess this is the cost of laziness under the guise of DDOS protection.
This is because some major refactoring has to happen in RTTI and system units to support dynamic linking so that true delphi-style runtime dynamic packages can be supported. This is easier said then done because of how…
I use the synopse mORMot library for server side rendering http server and database access. It has well written documentation with lots of examples on how to get started. IF you have any questions I am free to answer…
for me download is correct but upload is 1/3 ...
I bought a 58 inch samsung tv in 2016 for around 250 euro. 1080p, barebone no smart features, two hdmi ports and two usb 2.0 ports. I wouldn't give it up even if someone payed me double today. It works as intended and…
thank you for that link. Does AMD have the same shenanigans of locking out consumer grade gpu's? Intel has GVT-g vGPU virtualization which works with intel integrated graphics, it will be interesting to see what road…
I game on linux, it's not as secure as I would like it to be. I run everything under unprivileged container including steam, the problem is that for vulkan hardware renderer to work it requires direct access to the…
I'm in EU, I was able to completely delete my entire battle.net account two weeks ago, (active since 2005) just by going to the support page and filling some web form. No ID photo required. Once you send that, you get…
I wish Systemd-networkd had native PPPoE support. https://github.com/systemd/systemd/issues/481 Still, systemd is just great and it has made my life a lot easier.
iptables and nftables both have ways to declare rules for interfaces that come and go. Identifying dynamic interfaces is done by string comparison instead of by index (for static interfaces).