Just bought it; thank you, great work!
I'm still wondering though, is it technically possible for a website to transfer a file to a pc w…
Normally it should not be possible for website to do that. Except if there are unpatched bugs in b…
Thanks all for answering, I'm still wondering though, is it technically possible for a website to …
poe —
Thank you for a really awesome answer! :)
Miles —
Honestly, if you run a modern operating system, use strong and unique passwords, run an ad blocker…
Do not run programs that listens on network connection that is exposed to internet. Often programs…
Great, thanks. I will keep an eye on this corrupted configuration. I will inform you if this conti…
Jai —
thanks for explaining this!
spx —
Thanks for reporting this. I am seeing this as well and should be able to get this fixed for the …
One should of course not try to write your own RSA (epsilon = 1 and other beginner mistakes in ke…
In computer security there is concept of zero-day - exploitable bug that is not yet patched. These…
Even with scripts blocked, be careful if you see a new browser tab or instance you don't recall cr…
How dangerous can a website be? Using firefox with something like NoScript enabled protects a pc f…
I have located another problem. It seems that lambdas are not handled correctly. With the code (g+…
It's a hack for sure. But it turns out users don't actually care whether something is a hack. The…
Hello! I'm looking for a low level-ish person to help us out at System Era (Seattle) working on As…
You can always begin by converting to camera space by multiplying the object-to-world matrix with…
Miles —
On the contrary, the primary driving forces behind the popularity of browser-based software have n…
It's a hack for sure. But it turns out users don't actually care whether something is a hack. The…
I don't know about lisp. It thought it was weird when I tried it. At least learning C/Assembler w…
While I too get frustrated with the current state of web frameworks and the amazing rate at which …
clang has generic "annotate" attribute with arbitrary string as value. And you can stick it on var…
I've never done it so I'm afraid I can't help you more. I know some people in the forums have done…
Cool. I thought the problem might be it doesn't show tagged variables like Casey was doing in his …
Nothing :) You can use clang for your metaprogramming needs just fine if you're willing to buy int…
I watched Casey's video where he wrote a basic C parser and saw Ryan's video where he demoed his o…
I posted a link in the How I Program C thread that had a video relating to this. Hadi Hariri: The …
Roman —
Thanks for your answer. I appreciate that. A very dumb mistake with parentheses. Fixed it. it's wo…