back
user profile

josephcsible

28,560karma·8,511submissions·May 26, 2020
recent activity (8,511 total)
comment
Ignoring the results of a test seems like the wrong solution to this problem. Why not make the test harder instead, so that a perfect score could be a ticket to the school of your choice?
6y ago·view thread
comment
Yes, but I don't think it's something that would easily be automated, so every game would have to have its protection reverse engineered by hand.
6y ago·view thread
comment
This won't work in practice for most Flash games. They're almost all "site-locked", so they refuse to execute anywhere except in a browser on the domain where they came from.
6y ago·view thread
comment
The camera in the testing center can't see in your house.
6y ago·view thread
comment
> nobody is creating new ones. I sure wish that were true, but it's almost certainly not.
6y ago·view thread
comment
This isn't related to that, and the same thing would have happened no matter where it was hosted. It was a DMCA issue, not Microsoft giving themselves special treatment with GitHub.
6y ago·view thread
comment
But where do you draw the line? What if it clobbers the stack pointer?
6y ago·view thread
comment
I agree that passing `ax` and `bx` as inputs is better than setting them in the inline asm, but I don't like the idea of setting registers that shouldn't get changed as outputs "just in…
6y ago·view thread
comment
Is AT&T syntax really that bad? In particular, it's way nicer for specifying operand sizes. I'd prefer "andl $3, (%eax)" any day over "and DWORD PTR [eax], 3".
6y ago·view thread
comment
You're mixing up the case fatality rate with the infection fatality rate.
6y ago·view thread
comment
> Errr, to be clear, the reason that phones don’t get stolen is that there are anti-theft measures in place. Activation lock actually helps to reduce phone theft, but IMEI blacklisting is basic…
6y ago·view thread
comment
Does anyone use Brave on the desktop? I thought Brave was only relevant on mobile, since mobile Chrome doesn't support extensions, and for some reason unknown to me people don't want to just…
6y ago·view thread
comment
>>YouTube doesn't allow content that spreads medical misinformation that contradicts the World Health Organization (WHO) or local health authorities’ medical information about COVID-19 >…
6y ago·view thread
comment
We started this a long time ago. It is "later".
6y ago·view thread
comment
I'm not sure how threading is relevant. CGI inherently requires a new process per request, regardless of any choices you may make about threading.
6y ago·view thread
comment
While that may be true for general use of the gene drive, doesn't this particular use significantly increase the fitness of the individual organisms (despite being harmful to the species as a who…
6y ago·view thread
comment
I wonder what would happen if instead of releasing sterile male screwworms, we used the gene drive to release screwworms that could only have male descendants. I've heard of a similar idea to era…
6y ago·view thread
comment
Won't happen for anything serious, because a process per request doesn't scale. FastCGI is probably as close as anything modern will ever get.
6y ago·view thread
comment
> I agree that all police should have body cams always, for the protection of all. I'm not aware of anyone that objects to this, though probably there are some. The Movement for Black Lives ob…
6y ago·view thread
comment
Fair enough. This command would do it then: openssl x509 -req -days 365 -in example.com.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out example.com.crt
6y ago·view thread
comment
This is the no true Scotsman fallacy. If I told you how to sign a certificate with your own CA, you'd tell me the result was "faked up".
6y ago·view thread
comment
It's really ironic that only "stable" distros were affected by this, and that distros with software closer to bleeding-edge worked fine through it.
6y ago·view thread
comment
You didn't need to do that. You could have kept your leaf certificate and just swapped out the expired intermediate certificate.
6y ago·view thread
comment
My point is that connecting with OCSP down carries the exact same risk that accepting an expired certificate does. In both cases, the risk is that the certificate might have been revoked without you k…
6y ago·view thread
comment
Fuchsia could have fixed it by being copyleft licensed. That doesn't preclude in any way having a stable interface for drivers.
6y ago·view thread
comment
I can't claim credit for coming up with it: that honor goes to RMS and the FSF. See https://www.gnu.org/licenses/license-compatibility.html and https://www.gnu.or…
6y ago·view thread
comment
> An open source driver Lost you already. Since Fuchsia uses a pushover license instead of a copyleft license, the vendors' drivers aren't going to be open source. Look how many companies…
6y ago·view thread
comment
This one is. None of those other diseases have such a long time period where people are presymptomatic and contagious, and that's the only reason that COVID-19 is out of control.
6y ago·view thread
comment
While a good idea in theory, I feel like this would be pointless in practice, because none of the amendments would ever end up getting the supermajority of approval they'd need to pass.
6y ago·view thread
comment
That's what my browser shows me too, but it's just because it's ignoring the cross-signed one that chains to AAA. The server is sending it, per InCommon's setup instructions.
6y ago·view thread