brtmr | 4 years ago | on: Clojure 1.11 is now available
brtmr's comments
brtmr | 4 years ago | on: The hardest program I've ever written (2015)
Counterpoint: When using a formatter, I stop worrying about formatting. It's a job for a computer, done by a computer. Humans are bad at consistency and discipline, computers are great at it. I want to concentrate on the things that matter, and formatting isn't one of those.
Especially in larger teams, consistent formatting is just nice. No conflicting styles in the same file, and more meaningful diffs.
brtmr | 4 years ago | on: Ask stupid questions as a new software developer
brtmr | 10 years ago | on: Nvidia GPUs can break Chrome's incognito mode
brtmr | 10 years ago | on: Nvidia GPUs can break Chrome's incognito mode
brtmr | 10 years ago | on: Nvidia GPUs can break Chrome's incognito mode
Basically, this issue is not restricted to NVidia GPUs or specific operating systems - This can be reproduced on Windows, Linux and OSX. Basically the concept of memory safety does not exist in the gpu space - which is the reason why the webgl standard is so strict about always zeroing buffers. The issue of breaking privacy and privilege boundaries on a multiuser system is very real, and there is no workable solution. This seems to be one of those problems where a lot of people are aware, but no one is sure how to fix it and so it just stays how it is.
brtmr | 10 years ago | on: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
brtmr | 10 years ago | on: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
brtmr | 10 years ago | on: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
brtmr | 11 years ago | on: Is Your VirtualBox Reading Your E-Mail? Reconstruction of FrameBuffers from VRAM
brtmr | 11 years ago | on: Is Your VirtualBox Reading Your E-Mail? Reconstruction of FrameBuffers from VRAM
brtmr | 11 years ago | on: Is Your VirtualBox Reading Your E-Mail? Reconstruction of FrameBuffers from VRAM
brtmr | 11 years ago | on: Is Your VirtualBox Reading Your E-Mail? Reconstruction of FrameBuffers from VRAM
brtmr | 11 years ago | on: Is Your VirtualBox Reading Your E-Mail? Reconstruction of FrameBuffers from VRAM
brtmr | 11 years ago | on: Is Your VirtualBox Reading Your E-Mail? Reconstruction of FrameBuffers from VRAM
brtmr | 11 years ago | on: Is Your VirtualBox Reading Your E-Mail? Reconstruction of FrameBuffers from VRAM
brtmr | 11 years ago | on: Is Your VirtualBox Reading Your E-Mail? Reconstruction of FrameBuffers from VRAM
WebGL resources such as textures and vertex buffer objects (VBOs) must always contain initialized data, even if they were created without initial user data values.[0]
As long as browser vendors implement this (and chrome and firefox seem to), this should not be an issue.