Viewing profile — alayne
alayne
HN member- Joined
- Sun, Feb 14, 2010, 5:26 AM UTC
- HN karma
- 1,645
- Public activity
- 844 items
- HN profile
- View on Hacker News ↗
About alayne
No profile information was provided.
Recent public activity
-
comment
Comment #38451617
the bad ones are in Santa Barbara
-
comment
Comment #38120000
https://www.youtube.com/@6.824/videos
-
comment
Comment #37196869
It's stylized as "LOGO" in Papert's 1981 book Mindstorms and in papers written by Papert in the 1970s.
-
comment
Comment #31574402
Looks like some kind of hybrid. https://reviews.transmission1.net/2006/02/cobra-200-gtl-dx-s...
-
comment
Comment #22268365
Other languages don't generally have special order guarantees about standard maps. This seems very idiosyncratic.
-
comment
Comment #22268319
This isn't a sorted dictionary, it's an insertion order dictionary.
-
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.
-
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…
- comment
-
comment
Comment #20067153
Do you think you might have a conflict of interest here?
-
comment
Comment #19049270
What is your stack? I feel like you are doing something odd if total build times are a bottleneck on development.
-
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…
- comment
-
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 …
-
comment
Comment #18241076
They aren't making a profit if that money is going to wages.
- comment
-
comment
Comment #18141491
Not only is HN full of smart people, people with high IQs are likely drawn to articles about high IQs.
-
comment
Comment #18121348
That comment was about the number of women who had won. Strickland is the third woman to win.
-
comment
Comment #17957478
Yes and I don't accept Y Combinator's word as empirical science either.
-
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.
-
comment
Comment #17852477
Have you seen the previous fad? Data centers full of idle servers.
- comment
-
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 …
-
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…
-
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…