Live data from Hacker News

Viewing profile — alayne

alayne

HN member
Joined
Sun, Feb 14, 2010, 5:26 AM UTC
HN karma
1,645
Public activity
844 items

About alayne

No profile information was provided.

Recent public activity

  1. comment
    Comment #38451617

    the bad ones are in Santa Barbara

  2. comment
    Comment #38120000

    https://www.youtube.com/@6.824/videos

  3. comment
    Comment #37196869

    It's stylized as "LOGO" in Papert's 1981 book Mindstorms and in papers written by Papert in the 1970s.

  4. comment
    Comment #31574402

    Looks like some kind of hybrid. https://reviews.transmission1.net/2006/02/cobra-200-gtl-dx-s...

  5. comment
    Comment #22268365

    Other languages don't generally have special order guarantees about standard maps. This seems very idiosyncratic.

  6. comment
    Comment #22268319

    This isn't a sorted dictionary, it's an insertion order dictionary.

  7. comment
    Comment #22268300

    I use OrderedDict in code that generates JSON records so the key orders are preserved to help human readability. LRU caches are another use case.

  8. comment
    Comment #21861403

    As mentioned in The Friendly Orange Glow, it was started by people who worked on the PLATO system at the University of Illinois which added its Notes discussion system in 1973. PLA…

  9. comment
  10. comment
    Comment #20067153

    Do you think you might have a conflict of interest here?

  11. comment
    Comment #19049270

    What is your stack? I feel like you are doing something odd if total build times are a bottleneck on development.

  12. comment
    Comment #19049155

    Checked exceptions don't work right with streams/functional programming. They prevent abstractions that couldn't possibly be aware of custom checked exceptions. That's why Scala do…

  13. comment
  14. comment
    Comment #18708653

    It was though https://www.artima.com/intv/pyscale.html "So I never intended Python to be the primary language for programmers, although it has become the primary language for many …

  15. comment
    Comment #18241076

    They aren't making a profit if that money is going to wages.

  16. comment
  17. comment
    Comment #18141491

    Not only is HN full of smart people, people with high IQs are likely drawn to articles about high IQs.

  18. comment
    Comment #18121348

    That comment was about the number of women who had won. Strickland is the third woman to win.

  19. comment
    Comment #17957478

    Yes and I don't accept Y Combinator's word as empirical science either.

  20. comment
    Comment #17957464

    I'm extremely sympathetic to mental health issues, but this article is based on a survey by a mental health charity. This is junk science.

  21. comment
    Comment #17852477

    Have you seen the previous fad? Data centers full of idle servers.

  22. comment
  23. comment
    Comment #17180525

    The O(1) amortized access of a hash table is for the number of entries, not key hashing or comparison. Doubling the number of entries does not double the retrieval time. As a hash …

  24. comment
    Comment #16981369

    The linked post is about Python startup being a problem with thousands of invocations. Is Python startup really a problem for the niches you mention, or is it a problem in some ext…

  25. comment
    Comment #16877485

    You're just asserting that though. There was a study done on the removal of two of the racist/hate subreddits on reddit that indicated a positive affect. "In this paper, we studied…