Live data from Hacker News

Viewing profile — drongoking

drongoking

HN member
Joined
Fri, Aug 26, 2016, 12:00 AM UTC
HN karma
376
Public activity
67 items

About drongoking

No profile information was provided.

Recent public activity

  1. comment
    Comment #23077344

    That's an insanely broad brush. The mainstream press includes the NY Times, The Washington Post, The Economist, The Atlantic, and NPR. Please explain how they fabricate narratives,…

  2. comment
    Comment #23008118

    "Direct connections to the KKK" ? Did you read the article or his statement? He was 17 and fell in with white supremacists after/during an abusive childhood. If you want to dispute…

  3. comment
    Comment #22991605

    Is this worth buying/borrowing if you already know programming languages but not Javascript? Or is there a better approach?

  4. comment
    Comment #22950407

    Chemistry, biology, botany, and geology are dead?

  5. comment
    Comment #22950392

    This whole article, and your agreement, rests on a false dichotomy. "Fallacy" implies learning about mental models is useless. No one said mental models replace experience any more…

  6. comment
    Comment #22935570

    I don't agree. Paisley is a well-known pattern type and some people really dislike it. "Shirt without paisley" is not a common request but its meaning is clear (if you do an image …

  7. comment
    Comment #22830340

    "He developed a philosophy that assumed that the sun was the venerable source of all life, and since the coconut was the fruit that grows nearest the sun, it must be the most perfe…

  8. comment
    Comment #22697319

    Mendeley and Zotero are both free, but both have storage limits beyond which you have to pay (Zotero is 300M, Mendeley is 2G). If you only store references and annotations you'll l…

  9. comment
    Comment #22671678

    Knowledge discovery used to be a big part of ML, and the KDD conference included papers on association rules, clustering, rule learning, interpretable classifiers, etc. In my exper…

  10. comment
    Comment #22543521

    My reaction too. They've reinvented genetic/evolutionary programming. They should probably read some of the decades of work that have already been done on it.

  11. comment
    Comment #22514073

    The word is commonly misused. What they probably mean is sympathy, but that isn't really right either. The correct word would be compassion or altruism. But /altruism/ is a word th…

  12. comment
    Comment #22437388

    As opposed to corporate bureaucracies? If you think the free market magically makes everything efficient and free of politics and bureaucracy, try spending some time in a big compa…

  13. comment
    Comment #22431035

    There's an odd jump in this narrative. PCA is indeed a great technique, but the essay goes from PCA to neural nets without explaining why. PCA was around for a long time before NNs…

  14. comment
    Comment #22410886

    At one point Microsoft would refuse to interview you unless you were their first and only choice. If you ever hinted you were considering other companies---interview over. Probably…

  15. comment
    Comment #22388862

    I'm surprised it's taken this long. There is no peer review to arXiv. If you've ever reviewed for a conference or a journal (10-30% acceptance rates) you've seen the "raw feed" of …

  16. comment
    Comment #22380141

    Any idea on how this compares with the other deep learning intro courses available?

  17. comment
    Comment #22345393

    > I actually do appreciate many forms of art, but I feel that many artist (that I know) are just a mixture of regurgitators and expert salesmen. They make something random, then co…

  18. comment
    Comment #22310225

    Good answers. (And I hadn't realized Apple was planning on getting rid of Python, Perl, and Ruby from default installs! Wow.)

  19. comment
    Comment #22306435

    Sure, but you can invoke nearly all languages (and write one-liners) at the command line, e.g.: python -c 'import sys; f=open(sys.argv[1]);print(len(f.readlines()))' .zshrc But I w…

  20. comment
    Comment #22244496

    As a long-time user of Prolog I didn't find the explanation so horrible. Unification is indeed like variable assignment in the constraint-satisfaction sense: bindings are not state…

  21. comment
    Comment #22219827

    This isn't "evolution in action" in any inevitable sense. This only happens if the consumer values up-front price over TCO. Admittedly, with emphasis on quarterly earnings, this is…

  22. comment
    Comment #22154689

    You mean like the .excel command? "... causes them to accumulate output as Comma-Separated-Values (CSV) in a temporary file, then invoke the default system utility for viewing CSV …

  23. comment
    Comment #22150908

    Arguing that physics students don't understand equations very well is a poor way to make a point about GPT-2. GPT-2 fails at a much more basic level, and that's Marcus's point. Tal…

  24. comment
    Comment #22150837

    > it is astonishingly good at recognizing the _kind_ of answer that should be produced. The fact that it usually answers with a language here is a reflection of what it understands…

  25. comment
    Comment #22103483

    Isn't this sort of what Glib is getting at? Bringing higher level data structures and capabilities (extendable arrays, hash tables, heaps, etc.) into C. https://developer.gnome.org…