How does this in any way reflect on either the privacy of DuckDuckGo (I don't think they ever claimed or even vaguely implied that if I search for, say, Banana, no one else will be able to see the results page for…
> when you can't toss a printf debug or log statement into a function without changing function signatures all the way up But you absolutely _can_ do this in Haskell. Sure, it's considered very unsafe and shouldn't be…
That depends heavily on where you live. If the most common type of power outage is one that affects a small region, it's quite likely internet connectivity could remain unaffected. I had this experience in northern…
Worth noting that the Institute for Energy Research was founded by the ex-director of public policy for Enron, and has received donations from the likes of ExxonMobil and the American Petroleum Institute, so while this…
> it's trivial to generate text that could match any given hash Source on this? Wikipedia states what I have heard before which is that MD5 collision attacks are pretty trivial now, but carrying out a preimage attack as…
What advantages would it give them though? It's no faster than any existing means of communication since you still need to send classical information along with the quantum, though I guess it's nice that it can be used…
Photographers don't automatically gain copyright of a photo by virtue of it being a photo - they gain copyright when they create what the law considers a copyrightable work. In practice, most photos involve creating or…
As I understand it the reasoning given tends to be that ad auctions happen extremely quickly, and therefore too quickly to check some single source of truth for your current budget. Therefore, the budget is only…
> TypeScript doesn't count because all type information is stripped during runtime What's the point of keeping this information around at runtime if you do all your type checks at compile time? Based on this…
C-style languages tend to have squiggly brackets which can limit scope somewhat, but not as totally as you describe. For example: doThing(){ x = 7; //x visible in whole function { y = x*2; //y only visible in this…
> It could choose to decode, rotate, re-encode Or it could simply rotate without decoding or re-encoding, which has the added advantage of being lossless. Obviously it's still added processing time and (probably more…
Presumably they're referring to Datto's recovery process (i.e. recovering automatically from secondary or tertiary backups), as opposed to just the ZFS mirror.
Key ideas in computer science, such as for instance Chomsky grammars, are derived directly from linguistics. I don't think it's fair to say that approaching a foreign language has nothing to do with approaching a new…
Lambda calculus, for example, has no ticker tape.
> In a functional world persistence (e.g memory) cannot be a thing. Why not? To give a functional Haskell flavoured example, I can use the Reader and Writer monads (which are functional) to create a whole bunch of…
That sounds quite intriguing, could you link to some of the papers on this topic as I'd be interested to read further.
But the training process does generalise. The same training process produces an agent that works on a 19x19 board, or a standard Go board, or even a game of chess. How is that not general? Sure it doesn't work for all…
> Their “general learning” tech doesn’t even generalize to barely modified variants of the original games it has claimed to master. I call bullshit. But the point I was making is precisely that the "general learning"…
I think it's quite important to look at the distinction between the actual agent in play and the learning algorithm used. The learning algorithm AlphaGo uses is somewhat general, and can handle different games (e.g. you…
Domain joining means connecting the machine to a Windows domain allowing domain user accounts to be used, and allowing for the domain to administer the machine. It's actually quite a helpful option to have, but it's…
In what way though? Knowing that I could nullify does not in any way prevent me from properly concluding a verdict based on the laws that are in place. It's only if I choose to actually nullify that I'm not doing jury…
The biggest complaint I have regarding DoH is that it's extremely painful to configure because every application does it individually. If I could configure DoH at the system level, as I do normal DNS, I'd be perfectly…
Dupe of what? You've linked to the same post.
I'm curious, why phpStorm specifically and not IntelliJ or any other jetbrains IDE? Obviously its php specific features aren't relevant here since we're discussing editors (or development environments) in general.…
https://outline.com/2cNZTz Alternatively incognito or no js should do the job also.
How does this in any way reflect on either the privacy of DuckDuckGo (I don't think they ever claimed or even vaguely implied that if I search for, say, Banana, no one else will be able to see the results page for…
> when you can't toss a printf debug or log statement into a function without changing function signatures all the way up But you absolutely _can_ do this in Haskell. Sure, it's considered very unsafe and shouldn't be…
That depends heavily on where you live. If the most common type of power outage is one that affects a small region, it's quite likely internet connectivity could remain unaffected. I had this experience in northern…
Worth noting that the Institute for Energy Research was founded by the ex-director of public policy for Enron, and has received donations from the likes of ExxonMobil and the American Petroleum Institute, so while this…
> it's trivial to generate text that could match any given hash Source on this? Wikipedia states what I have heard before which is that MD5 collision attacks are pretty trivial now, but carrying out a preimage attack as…
What advantages would it give them though? It's no faster than any existing means of communication since you still need to send classical information along with the quantum, though I guess it's nice that it can be used…
Photographers don't automatically gain copyright of a photo by virtue of it being a photo - they gain copyright when they create what the law considers a copyrightable work. In practice, most photos involve creating or…
As I understand it the reasoning given tends to be that ad auctions happen extremely quickly, and therefore too quickly to check some single source of truth for your current budget. Therefore, the budget is only…
> TypeScript doesn't count because all type information is stripped during runtime What's the point of keeping this information around at runtime if you do all your type checks at compile time? Based on this…
C-style languages tend to have squiggly brackets which can limit scope somewhat, but not as totally as you describe. For example: doThing(){ x = 7; //x visible in whole function { y = x*2; //y only visible in this…
> It could choose to decode, rotate, re-encode Or it could simply rotate without decoding or re-encoding, which has the added advantage of being lossless. Obviously it's still added processing time and (probably more…
Presumably they're referring to Datto's recovery process (i.e. recovering automatically from secondary or tertiary backups), as opposed to just the ZFS mirror.
Key ideas in computer science, such as for instance Chomsky grammars, are derived directly from linguistics. I don't think it's fair to say that approaching a foreign language has nothing to do with approaching a new…
Lambda calculus, for example, has no ticker tape.
> In a functional world persistence (e.g memory) cannot be a thing. Why not? To give a functional Haskell flavoured example, I can use the Reader and Writer monads (which are functional) to create a whole bunch of…
That sounds quite intriguing, could you link to some of the papers on this topic as I'd be interested to read further.
But the training process does generalise. The same training process produces an agent that works on a 19x19 board, or a standard Go board, or even a game of chess. How is that not general? Sure it doesn't work for all…
> Their “general learning” tech doesn’t even generalize to barely modified variants of the original games it has claimed to master. I call bullshit. But the point I was making is precisely that the "general learning"…
I think it's quite important to look at the distinction between the actual agent in play and the learning algorithm used. The learning algorithm AlphaGo uses is somewhat general, and can handle different games (e.g. you…
Domain joining means connecting the machine to a Windows domain allowing domain user accounts to be used, and allowing for the domain to administer the machine. It's actually quite a helpful option to have, but it's…
In what way though? Knowing that I could nullify does not in any way prevent me from properly concluding a verdict based on the laws that are in place. It's only if I choose to actually nullify that I'm not doing jury…
The biggest complaint I have regarding DoH is that it's extremely painful to configure because every application does it individually. If I could configure DoH at the system level, as I do normal DNS, I'd be perfectly…
Dupe of what? You've linked to the same post.
I'm curious, why phpStorm specifically and not IntelliJ or any other jetbrains IDE? Obviously its php specific features aren't relevant here since we're discussing editors (or development environments) in general.…
https://outline.com/2cNZTz Alternatively incognito or no js should do the job also.