Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zootm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
zootm
5y ago
> For spring boot, the default is actually logback. I did not know this, thanks for letting me know! > I update aggressively on my own projects to stay on top of changes and keep the effort related to mitigating compatibility issues a
2.
▲
by
zootm
5y ago
Using logging facades means that libraries don't need to update -- which is great -- but libraries were never directly vulnerable anyway. log4j is, to my knowledge, still by far the most common actual implementation of logging in the J
3.
▲
by
zootm
6y ago
Looks like the paper referenced is from May, if you have a subscription to Nature: https://www.nature.com/articles/s41586-020-2278-9
4.
▲
by
zootm
7y ago
“Third party”. In this case it just means “not Amazon”.
5.
▲
by
zootm
8y ago
I've worked at Amazon since 2007 and I can confirm it has gotten a lot better over that time, especially more recently. I have, in the deep deep past, experienced serious strife with the older policies, and obviously nothing is perfect
6.
▲
by
zootm
8y ago
I think it's worth noting that the paper is from 1992, where much of the work you reference (such as widespread use of overloading in Haskell) won't have existed yet. I don't think it's unreasonable to point out that so
7.
▲
by
zootm
8y ago
Work on the specification stopped in 2010 but it's not been removed from the browsers that supported it.
8.
▲
by
zootm
8y ago
I think this is mostly answered in the README. This is probably the most relevant section: > The structure validation is simplistic by necessity, as it defers to the type system: a few elements will have one or more required children, an
9.
▲
by
zootm
9y ago
Isn't the former what Mozilla Persona was trying to provide? A shame that was canned.
10.
▲
by
zootm
9y ago
If you go to the Privacy section of the iOS app it's mentioned at the bottom with a link to the webpage ("Further customise your privacy..."). Not ideal you can't do it from within the app though.
11.
▲
by
zootm
9y ago
This isn't the case, he works for Amazon. Unless he also works for Intel but that seems unlikely. Edit: Just to make this clearer you can see his email in the Signed-off-by of the patch under discussion: https://lkml.org
12.
▲
by
zootm
9y ago
I had a look in Software Update and apparently iOS 11.2 is now available (not as a Beta release). Since people were reporting the Beta didn't have the issue, maybe Apple just released it?
13.
▲
by
zootm
10y ago
Possibly he was using this poll data: https://twitter.com/DRMacIver/status/746810127584464896 ...but I don't know what the primary source of that is. Edit: Sorry about multiple broken links, I was klutz-editi
14.
▲
by
zootm
10y ago
> Those languages used to introduce mutable wrappers and not a "to_string()" method. Yes! This is similar to, say, StringBuilder in Java. The difference is that ownership is intertwined with the type here. Strings are always ow
15.
▲
by
zootm
10y ago
If you have a string slice (&str) you need to convert it to a String you own before you can mutate it, yes. In some other languages strings are always immutable, and mutating them requires creating a copy. In Rust if you own the memory
16.
▲
by
zootm
11y ago
I think we're running out of good names for things, especially since Spark uses Snappy (compression) itself. It is time to build a tool on top of SnappyData called Spark.
17.
▲
by
zootm
13y ago
I'm led to believe the Glasgow TMU is pretty lively as well, although I've never been.
18.
▲
by
zootm
13y ago
Filtering out "bitcoin" should do the job.
19.
▲
by
zootm
13y ago
I'm finding the fact that almost every page in the CIA site's 6-12 section has the same "classroom" stock photo to be inexplicably unnerving.
20.
▲
by
zootm
13y ago
> When working with JSON, you must load the whole JSON document before you can start processing it. This is not the case; JSON is every bit as amenable to streaming as XML, in my experience. Fewer implementations may support that, of co
21.
▲
by
zootm
14y ago
I think I heard the Amazon-supplied ePub converter can work better sometimes, but I haven't tried it. It may be the one on this page: http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000...
22.
▲
by
zootm
14y ago
People focus on these because they are usually exploitable through applets; as such they pose a direct threat to users. The recent issues have been mostly irrelevant to "enterprise systems" since so few use Java's sandboxing, and it's typic
23.
▲
by
zootm
14y ago
So does Subversion :-)
24.
▲
by
zootm
14y ago
This is true, although I find the default body text size in Bootstrap way too small, and often wonder if others do too. It seems to fit the "text wedged into elements of a Web tool" use-case it originates from better than longer body text.
25.
▲
by
zootm
14y ago
There was also http://www.doineedajacket.com/ , but that seems to have gone ad-crazy to the point where I can't find the result.
26.
▲
by
zootm
14y ago
I think cluster instances are always HVM, not sure about high IO.
27.
▲
by
zootm
14y ago
I believe it's because the "normal". EC2 instances are paravirtualised through Xen, whereas the types listed are hardware virtualisation. Not sure though.
28.
▲
by
zootm
14y ago
Also see also RecordStream: https://github.com/benbernard/RecordStream Someone mentioned jsawk in a sibling comment, too.
29.
▲
by
zootm
14y ago
Tagged "satire" in case that isn't clear (I certainly missed it at first).
30.
▲
by
zootm
14y ago
Would it be possible for them to just rely on the commodity chip and PIN readers that most banks (in Europe, or at least the UK where I am) use for 2 factor auth for online banking?
More ›