Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kchamplewski
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kchamplewski
7y ago
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 Banana, as that would
2.
▲
by
kchamplewski
7y ago
> 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 used
3.
▲
by
kchamplewski
7y ago
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 Sweden, where I had
4.
▲
by
kchamplewski
7y ago
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 post may well contain
5.
▲
by
kchamplewski
7y ago
> DUI Is illegal and I don't think anyone here is arguing against that. > Liver disease That's harming you, not someone else. If the state pays for the healthcare requirements that then arise then a more nuanced argument can
6.
▲
by
kchamplewski
7y ago
> 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 you describe
7.
▲
by
kchamplewski
7y ago
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 for almost
8.
▲
by
kchamplewski
7y ago
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 capturing a scen
9.
▲
by
kchamplewski
7y ago
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 "eventually consistent&
10.
▲
by
kchamplewski
7y ago
> 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 categorisation, Has
11.
▲
by
kchamplewski
7y ago
A firewalled IP would be much more appropriate, and NAT is not a firewall or a security mechanism.
12.
▲
by
kchamplewski
7y ago
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 o
13.
▲
by
kchamplewski
7y ago
The fact that the math here is wrong is quite concerning. Probabilities are not additive - 1 in 6 dice rolls will produce a 5, it doesn't mean if I roll 6 times I am guaranteed a 5.
14.
▲
by
kchamplewski
7y ago
> 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 importantly) de
15.
▲
by
kchamplewski
7y ago
Except async communication doesn't disrupt deep flow if done properly since it should be simply ignored until flow breaks or pauses naturally. A slack message won't disrupt my deep work because I'll have notifications turned
16.
▲
by
kchamplewski
7y ago
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.
17.
▲
by
kchamplewski
7y ago
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 programming l
18.
▲
by
kchamplewski
7y ago
Lambda calculus, for example, has no ticker tape.
19.
▲
by
kchamplewski
7y ago
> 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 operations which write
20.
▲
by
kchamplewski
7y ago
That sounds quite intriguing, could you link to some of the papers on this topic as I'd be interested to read further.
21.
▲
by
kchamplewski
7y ago
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 problems but in t
22.
▲
by
kchamplewski
7y ago
> 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" tech is in
23.
▲
by
kchamplewski
7y ago
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 can put chess o
24.
▲
by
kchamplewski
7y ago
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 completely abs
25.
▲
by
kchamplewski
7y ago
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 duty pro
26.
▲
by
kchamplewski
7y ago
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 happy. As it
27.
▲
by
kchamplewski
7y ago
Dupe of what? You've linked to the same post.
28.
▲
by
kchamplewski
7y ago
I'd be curious to see an explanation of why just knowing about jury nullification would disqualify you from being on a jury - obviously if you intend to nullify or "helpfully" inform the other jurors about nullification you s
29.
▲
by
kchamplewski
7y ago
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. Personally
30.
▲
by
kchamplewski
7y ago
https://outline.com/2cNZTz Alternatively incognito or no js should do the job also.
More ›