Live data from Hacker News

Viewing profile — spoondan

spoondan

HN member
Joined
Mon, Nov 17, 2008, 1:04 AM UTC
HN karma
1,301
Public activity
210 items

About spoondan

No profile information was provided.

Recent public activity

  1. 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.…

  2. 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…

  3. comment
    Comment #27479808

    Similarly, awesome is great, but awful is terrible. And terrible and terrifying are bad, but terrific is awesome.

  4. 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…

  5. 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…

  6. 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…

  7. 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?

  8. 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…

  9. 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…

  10. 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/

  11. 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…

  12. 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…

  13. 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 …

  14. 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…

  15. 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…

  16. 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…

  17. 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,…

  18. 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…

  19. 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…

  20. 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 …

  21. 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…

  22. 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…

  23. comment
    Comment #19916189

    Are property crime stats adjusted in any way for wealth, inequality, or cost of living?

  24. 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…

  25. 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.