Viewing profile — spoondan
spoondan
HN member- Joined
- Mon, Nov 17, 2008, 1:04 AM UTC
- HN karma
- 1,301
- Public activity
- 210 items
- HN profile
- View on Hacker News ↗
About spoondan
No profile information was provided.
Recent public activity
-
comment
Comment #30554183
There’s no need to speculate that Melinda had special knowledge. Epstein was convicted of procuring a child for prostitution in 2008 and was subsequently a registered sex offender.…
-
comment
Comment #27479913
Kimono is 着物 which transliterates to “wear-thing.” It’s the word for clothes, not just the traditional robes, and it’s not etymologically related to a word for Winter in any langua…
-
comment
Comment #27479808
Similarly, awesome is great, but awful is terrible. And terrible and terrifying are bad, but terrific is awesome.
-
comment
Comment #25336453
Maybe. But a possible contributor for the 1918 flu pandemic's relative obscurity is that it overlapped with World War I and was followed within ~20 years by the Great Depression an…
-
comment
Comment #25212698
No. If Alice reports Bob, the report only includes the most recent messages from Bob to Alice as forwarded from Alice's local copy of their chat. No other messages are made availab…
-
comment
Comment #25212489
No. WhatsApp does not keep delivered messages, and, by default, messages are end-to-end encrypted and cannot be read by WhatsApp.[1] As shown in the screenshots of the reporting fe…
-
comment
Comment #25094718
But it isn’t a good point absent the bad assumption that the mentally ill are more dangerous. It only takes one bicyclist that’s fallen off his bike to kill you. So what?
-
comment
Comment #24947187
I appreciate that they decided to apologize, but I find this statement lackluster at best. A better, more earnest apology would properly address the major concerns Jeremy raised. T…
-
comment
Comment #24023168
No. Look at the cookbook application ( http://weboob.org/applications/qcookboob ). It incorporates multiple sources of recipes behind a single, consistent, tailor-made interface. T…
-
comment
Comment #23511823
For the specific problem of easily setting up Python environments, you may wish to look into pipenv: https://pipenv.pypa.io/en/latest/
-
comment
Comment #22440432
“Mendaciously pretending,” is over the top. Even if you don’t agree with the author’s point, even if you think the tested users are idiots or unrepresentative, there’s simply no ju…
-
comment
Comment #22324602
There’s an important point to be made here about the gap between theoretical and practical security. Overly elaborate password policies (excessive complexity demands, passwords exp…
-
comment
Comment #22250912
It’s interesting to me that these kinds of things are not catalogued and advertised like other vulnerabilities. This is an exploitable information leak using an endpoint that many …
-
comment
Comment #22060309
There may be situations where 15-30 direct reports is workable, but that is a very large number of reports. Academic studies generally settle on a maximum effective team size aroun…
-
comment
Comment #21767677
About 15 years ago, I built a system like this for a web application. I defined a series of core extension points such as the request router and authentication and authorization pr…
-
comment
Comment #21441557
I think your issue isn’t with universities and certainly isn’t with me. Reading between the lines, I think your complaint is with the systemic over-valuing of university degrees by…
-
comment
Comment #21432748
This is a very strange article and premise to me. A university education is not vocational training. A CS education includes courses in programming, but learning to program—indeed,…
-
comment
Comment #21307721
I’ve never met anyone that assumed a time estimate was a, “hard deadline,” but every time deadlines are questioned, someone says, “You’re assuming it’s a hard deadline.” Can I conv…
-
comment
Comment #21307566
You don’t need a deadline to establish priorities and ensure the team is focused on those priorities. Nor does a deadline actually prevent procrastination. We all have had homework…
-
comment
Comment #21265884
Hmm. That’s neat. But usually someone has a bank card or other membership card with a support line on it. Is there some reason to not just call one to report the found wallet? The …
-
comment
Comment #20925658
I don’t see what legal or technical argument you’re making. Technically, of course you can identify IP ranges owned by certain entities and restrict their access. That’s trivial, s…
-
comment
Comment #20850817
This is wrong. CUE has optional closed schemas marked by a double colon. The V3 entity you’re talking about is explicitly declared to be a closed definition and therefore disallows…
-
comment
Comment #19916189
Are property crime stats adjusted in any way for wealth, inequality, or cost of living?
-
comment
Comment #19427474
The ability to apply the same argument to another situation has no probative value. Any policy has its pros and cons. One can support vacancy taxes/fines without supporting other t…
-
comment
Comment #18852846
The “set” command lets you override the positional arguments but starting at $1. You cannot directly set $0. But you can set BASH_ARGV0, and the value of $0 changes accordingly.