I think it’s the air in the cloth that isolates, and water just fills the gaps.
I think it’s the air in the cloth that isolates, and water just fills the gaps.
Your eyes are not digital. Nothing physical really is. Think about a camera flash. They can get well under 3.33ms, meaning over 300fps, and you can still see it clearly (and painfully). Same for a monitor, it also has a “response time”. It is how long it takes for a pixel to transition color. (Usually “gray to gray”, as in one shade of gray to another. Black to white would be longer, as is for eyes.)
So ofc you would see all the mice.
It’s also why motion blur is a thing, even though it was usually implemented incorrectly. Seeing every motion on a tv or monitor in perfect sharpness feels weird, because they are pictures not actual movements.
Your brain makes movements out of it all.
Anyway: 16 is minimum, 24 is good for most movies, 30 for slower games, 60 minimum for fps (75 and above for faster fps, even though i played xonotic on 45), 120 for vr.
Yea, and not cooking it for too long.
Twitch promoted gambling for children.
https://www.youtube.com/watch?v=LklUVkMPl8g
He goes on about the bigger picture, while I was thinking about just manufacturing and maintenance. That graph cost going down could be due to manufacturing ramping up. You need big machines to make big machines.
It’s interesting how fast the price per kWh went down. I’m glad.
AFAIK wind hasn’t changed much in a long time. Not much to improve really. Cost is materials and labour, both going up. Probably still cheaper then coal.
Can link a video about how they work, and the chalenges tomorow if you want.
Missing “;” on line 148.
You’d think they’d like grapes more.
Same in Croatia. Also think it’s in most countries.
Yes, except X had reasons for becoming like it is. But now when computers compute and draw on the same computer, wayland is way better. If only those freedesktop people would finalize this after 3 years of looking at it.
Reply was to you, but it’s still a public forum with a topic.
Hmm. I can’t find ehere i got that from, other then it being more general. https://cscie26.dce.harvard.edu/lectures/lect02/6_Extras/ch01s06.html
Either way the whole point is to write programs/code that can interoperate and be composed. SysD programs comunicate over an “implementation is the specification” protocol, so they might as well be one blob instead of separate programs.
Systemd hate is about it consuming things, and doing things badly.
Originally it was about code. Split it into reusable functions, and such.
SyStEMd fans don’t understand, per usual.
Lets say you use a variable named abcd in your function. And a variable named abcb in a for loop inside the same function. But because reasons you mistakenly use abcd inside that loop and modify the wrong variable, so that your code sometimes doesnt work properly.
It’s to prevent mistakes like that.
A similar thing is to use const when the variable is not modified.
Unix domain sockets, shared memory (classic and/or over anonymous file descriptors), file system in userspace, the (ms) ini format.
Was going to sleep when i wrote that.
Uds, shm, fuse for ipc. Ini for configs.
Both you and @SaltyIceteaMaker are completely wrong. There is no such thing as “reserving” memory.