Viewing profile — mezuzza
mezuzza
HN member- Joined
- Sat, Apr 23, 2016, 6:08 AM UTC
- HN karma
- 20
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About mezuzza
No profile information was provided.
Recent public activity
-
comment
Comment #15249438
I've used Arch since at least 2011 and I know exactly what you're talking about. When I first started using it, it had the stupid blue install script (pacstrap was it?). Around tha…
-
comment
Comment #13542971
Alternatively, add the following to your `~/.pylintrc`. Granted pylint just stops checking those particular modules, but it's better than nothing. [TYPECHECK] ignored-modules = ssl…
-
comment
Comment #12345876
This point should be understood very clearly: The article isn't wrong that an ArrayList has O(n) for a single insertion. However, the article misses that amortized analysis shows t…
-
comment
Comment #11554408
I like to think of it as a way to combine monads. Two classic examples might be the State monad and the Maybe monad. So let's say you want to create a function that operates on som…