The pun in the title is just world class.
I love it. So much in computers is trade offs and this was a fun read exploring it. It would be interesting to see some economics of what 8,000% increase in encoding time takes to make that money back in terms of…
The author made a good point here about running trackers and ad ops (think Google analytics or ad words). I'd guess if you don't run those, it'd just be supply chain attacks that could exfiltrate secrets. This seems…
Have you tried csharpier? It's got some wrinkles but kept things pretty consistent.
How much does http/3 help for server to server traffic? Seems like larger websites can use a CDN or load balancer to do termination and then use http 1.1 to the back end. Is that good enough with large pipes and a high…
Would a project similar to wine/proton help to cover that gap?
The funny thing with wine is that as the market grows for Linux, more and more bugs will be fixed. I could see a tipping point where even the elusive Adobe Creative Cloud runs on Linux.
I had exactly this! I kept having flare ups and couldn't figure out the pattern until we tore up a bathroom and discovered mold. Suddenly I realized my lungs hurt everytime I had people come stay over. They'd use the…
So you're telling me if United goes out and gets a bunch of paper bags to attach to the wings it will reduce drag by 30%? Are there industrial materials that can do this on a 747 and sustain hundreds of hours of flight?…
I'm just imagining Husker McGumbo, the great golden potato of 1923 who road a wagon train from the Yukon to be the first potatoes in the new world.
XSalsa and XChaCha do something extremely similar. In order to extend the nonce space by 128 bits you basically run a round of ChaCha against 128 bits of your nonce. Those 128 bits represent 96 bits of nonce and 32 bits…
But have you thought about the shareholders?
I love the prospect of going to the least popular items on this list. The volunteers sound super passionate and not having to fight lines is wonderful.
Hard part there is getting the wear and tear from oils in your hand to look identical. Although maybe most people don't pay attention to that.
Sweet mama speed. Although from what I understand it is more legacy speed cause you're losing all your time to fetching the memory anyway. But when processors were slower it was a meaningful amount.
The fact that msvc generates the unaligned loads for every avx instruction but gcc didn't gave me so many headaches. Most people worked on PC or Xbox and I was on the Playstation team. "oh boy, another one of these..."
C++, it was an in house engine to make everything fit in memory on PS3. Removing fragmentation gave ~10% of usable memory back.
So scary. I was working on a garbage collection bug for a AAA video game one time for months. It'd crash once a day on a tester machine and we'd add more and more prints to try and narrow it down. Finally got enough…
Downloading random exes from the internet is real scary. Jamming this into another tool feels like a better way to go.
This is exceedingly cool use of cartridges. Just as a thought experiment I've often wondered if some of the cartridge based consoles could be expanded considerably. Along the lines of this project, would it be possible…
What about when those 6 bytes are randomly generated? RFC 4122 does allow the MAC address in a version-1 (or 2) UUID to be replaced by a random 48-bit node ID, either because the node does not have a MAC address, or…
Imagine the rennessaince in shorthand if this became a thing. It feels like the best of both worlds (writing and typing).
This paper came out and changed the game a few years ago. It's called scratch theory and the front edge of the stone scratches tracks for the back edge to run along. There was a sweeping summit this summer to discuss…
The pun in the title is just world class.
I love it. So much in computers is trade offs and this was a fun read exploring it. It would be interesting to see some economics of what 8,000% increase in encoding time takes to make that money back in terms of…
The author made a good point here about running trackers and ad ops (think Google analytics or ad words). I'd guess if you don't run those, it'd just be supply chain attacks that could exfiltrate secrets. This seems…
Have you tried csharpier? It's got some wrinkles but kept things pretty consistent.
How much does http/3 help for server to server traffic? Seems like larger websites can use a CDN or load balancer to do termination and then use http 1.1 to the back end. Is that good enough with large pipes and a high…
Would a project similar to wine/proton help to cover that gap?
The funny thing with wine is that as the market grows for Linux, more and more bugs will be fixed. I could see a tipping point where even the elusive Adobe Creative Cloud runs on Linux.
I had exactly this! I kept having flare ups and couldn't figure out the pattern until we tore up a bathroom and discovered mold. Suddenly I realized my lungs hurt everytime I had people come stay over. They'd use the…
So you're telling me if United goes out and gets a bunch of paper bags to attach to the wings it will reduce drag by 30%? Are there industrial materials that can do this on a 747 and sustain hundreds of hours of flight?…
I'm just imagining Husker McGumbo, the great golden potato of 1923 who road a wagon train from the Yukon to be the first potatoes in the new world.
XSalsa and XChaCha do something extremely similar. In order to extend the nonce space by 128 bits you basically run a round of ChaCha against 128 bits of your nonce. Those 128 bits represent 96 bits of nonce and 32 bits…
But have you thought about the shareholders?
I love the prospect of going to the least popular items on this list. The volunteers sound super passionate and not having to fight lines is wonderful.
Hard part there is getting the wear and tear from oils in your hand to look identical. Although maybe most people don't pay attention to that.
Sweet mama speed. Although from what I understand it is more legacy speed cause you're losing all your time to fetching the memory anyway. But when processors were slower it was a meaningful amount.
The fact that msvc generates the unaligned loads for every avx instruction but gcc didn't gave me so many headaches. Most people worked on PC or Xbox and I was on the Playstation team. "oh boy, another one of these..."
C++, it was an in house engine to make everything fit in memory on PS3. Removing fragmentation gave ~10% of usable memory back.
So scary. I was working on a garbage collection bug for a AAA video game one time for months. It'd crash once a day on a tester machine and we'd add more and more prints to try and narrow it down. Finally got enough…
Downloading random exes from the internet is real scary. Jamming this into another tool feels like a better way to go.
This is exceedingly cool use of cartridges. Just as a thought experiment I've often wondered if some of the cartridge based consoles could be expanded considerably. Along the lines of this project, would it be possible…
What about when those 6 bytes are randomly generated? RFC 4122 does allow the MAC address in a version-1 (or 2) UUID to be replaced by a random 48-bit node ID, either because the node does not have a MAC address, or…
Imagine the rennessaince in shorthand if this became a thing. It feels like the best of both worlds (writing and typing).
This paper came out and changed the game a few years ago. It's called scratch theory and the front edge of the stone scratches tracks for the back edge to run along. There was a sweeping summit this summer to discuss…