Live data from Hacker News

Viewing profile — taserian

taserian

HN member
Joined
Wed, Jun 15, 2016, 7:06 PM UTC
HN karma
111
Public activity
47 items

About taserian

No profile information was provided.

Recent public activity

  1. comment
    Comment #36073689

    Who gets to define "good"?

  2. comment
    Comment #18223665

    One of my favorite stand-up routines talks about the infamous bumper sticker philosophy, and what happened when the person moved from a left-leaning location to a right-leaning one…

  3. comment
    Comment #17451846

    && precedence mans that the && arguments are bound first, so: .where(p -> p.getCategory == 2 || p.getCategory == 5 && isProductUnderDiscount(p)) is equivalent to: if (product.getCa…

  4. comment
    Comment #17426308

    Hiya, Scott! I recently heard the first episode of Rationally Speaking podcast episode where you were the guest (yes, I'm catching up with the RS Archives during my long commute). …

  5. comment
    Comment #17403827

    I can speak from my own experience; even though English is my first language, I entered as a grad student and TA in a public US university as a foreigner, since my undergrad degree…

  6. comment
    Comment #17039338

    Thank you for this! I've always wondered if there was anything similar being done. I will say that this is quite a large collection of papers. Do you have any pointers as to which …

  7. comment
    Comment #17029622

    I've always wanted a page where it would have the translation of "I'm sorry, but I don't speak a word of X" in perfectly enunciated X for all X in [Languages]. I guess this is the …

  8. comment
    Comment #17024802

    That's a totally different issue. There are multiple products on Amazon that develop a "following" (either because the product is ridiculous on its face, or because it's so ordinar…

  9. comment
    Comment #16932307

    A lot of the "rarity" with baseball cards was that they weren't inherently rare on release, but that the player on the card became a standout for the team afterwards, and therefore…

  10. comment
    Comment #16915448

    I have a small velvet bag that I use to keep my cell phone safe from scratches in my pocket. You can keep the fingerprint sensor on, but drop it in a similar bag with the sensor at…

  11. comment
    Comment #16875877

    My experience with coding was using the old BASIC books (like the ones at https://www.atariarchives.org/ ), and stubbornly typing my way to make these games work. When they didn't,…

  12. comment
    Comment #16852241

    I lived in New York until the early '80s (I was 11 at the time), and I recall the commercial "Take the Train to the Plane". I always thought that they were part of the MTA. https:/…

  13. comment
    Comment #16821886

    It's a funny after-dinner speech (where some of the attendees aren't experts in coding theory), providing a somewhat tongue-in-cheek biography of Alice and Bob.

  14. comment
    Comment #16442056

    Also a concept used in the game Endgame: Singularity. https://en.wikipedia.org/wiki/Endgame:_Singularity

  15. comment
    Comment #16259386

    I recognize that premise about 3 being an optimal radix from https://web.williams.edu/Mathematics/sjmiller/public_html/10...

  16. comment
    Comment #16224270

    What I feel is most important is reducing the amount of "friction". if the OS is a GUI Linux with Python, it's just a matter of: - opening a terminal - `python` - `print "mikestew"…

  17. comment
    Comment #16136407

    One of my favorite quotes from James Nicoll: "The problem with defending the purity of the English language is that English is about as pure as a cribhouse whore. We don't just bor…

  18. comment
    Comment #16125090

    http://www.todayifoundout.com/index.php/2017/01/time-mozart-...

  19. comment
    Comment #16080990

    A dear favorite of mine was Baldor's Algebra. Everyone else in high school was scared of it, but I found it to be very methodical and easy to follow from one topic to another. Pict…

  20. comment
    Comment #15861669

    Slightly off-topic, but is there a resource that collects the music cited in Hofstadter's "Godel, Escher, Bach"? I've never been good at reading music notation, so those sections o…

  21. comment
    Comment #15819175

    A local speed-dating event. 15 years together this upcoming February, and we have a middle-school age daughter who is a joy (I thought they were supposed to be challenging at this …

  22. story
  23. comment
    Comment #15743678

    You might want to check out lesswrong.com I'd recommend https://www.readthesequences.com/ as something to test the waters; if this is your style, then you'll enjoy lesswrong.com .

  24. comment
    Comment #15588931

    Are they tossed because of malicious intent, or because they can't change the outcome of the election? For example, if the outcome of the election has Candidate X ahead of Y by D v…

  25. comment
    Comment #15507507

    Some 10-12 years ago, I used to teach a simple CompSci 102 course on a military base while in grad school. A drill sergeant taking this class was a veritable fountain of stories of…