Viewing profile — maksimum
maksimum
HN member- Joined
- Sun, Aug 21, 2016, 3:26 PM UTC
- HN karma
- 316
- Public activity
- 174 items
- HN profile
- View on Hacker News ↗
About maksimum
No profile information was provided.
Recent public activity
-
comment
Comment #41009009
This is good nuance to add to the conversation, thanks. I think in most cases you have to trust some group of parties. As an individual you likely don't have enough time and expert…
-
comment
Comment #26764676
A reference (that lays out the statistical arguments) is "Common Sense on Mutual Funds" by John Bogle.
-
comment
Comment #26764668
What would you rather have for the next 5 years? Why?
-
comment
Comment #22087070
Many reasons. Time value of money, competition, maybe even regulation.
-
comment
Comment #22042482
Compared to __slots__ (also Python 3.7.4) Using your definition of class X %timeit x.w() 313 ns ± 18.3 ns per loop (mean ± std. dev. of 7 runs, 1000000 loops each) Add __slots__ cl…
-
comment
Comment #21904452
> The condition is, though, that I need to be able to quickly run the program to validate just all of it to work. That's a condition for all TDD. > I know there's testing framework…
-
comment
Comment #21904362
TIL... Thanks for highlighting this.
-
comment
Comment #21902471
> We've lost this battle. I think you could look at the battle/war from a different perspectives, and come up with different conclusions. In the mainstream (whatever that is?) it a…
-
comment
Comment #21870316
Wow, that's super unlikely. How many commits did the repo have? According to [1] using 3 letters you'd need at least 72 commits to have at least 50% chance to observe a clash. Usin…
-
comment
Comment #21870240
> It works in conjunction with the command line Do you know of git GUIs that explicitly maintain a bijection between the GUI and the underlying command history? It'd be cool to use…
-
comment
Comment #21791293
> I don't interpret this as charging different customers different prices per se. Based on my experience Lyft and Uber charge different prices to different customers with identical…
-
comment
Comment #21791055
> more precisely predict what riders might be willing to pay for a ride It's weird to me that this sort of price discrimination is legal. E.g. given this information, my incentive …
-
comment
Comment #21511989
Docker + setuptools/pip + python is great for development and production. Docker is definitely worth learning, and is pretty easy to learn.
-
comment
Comment #21511982
It seems like long builds are either (a) necessary or (b) user error. (a) If you have a tree of dependencies and you change the root, you should rebuild everything that depends on …
-
comment
Comment #21511951
I think contemporary best practices start with the production environment and work backwards towards creating a development environment as close to the production environment as po…
-
comment
Comment #21511903
That does sound convenient. I wonder if the virtualenv aspect is relevant though, i.e. do people really deploy npm apps outside of a container/isolation layer? I imagine if you're …
-
comment
Comment #21499690
> It’s not really clear how to best use containers to protect your privacy Do you think private browsing sessions are also unclear/have unintuitive UX? It seems like firefox contai…
-
comment
Comment #21256075
As a python programmer I would have no idea what `valid_P` is supposed to mean. Valid Pascals?
-
comment
Comment #21230174
Yes, async/await. https://docs.python.org/3/library/asyncio-task.html#awaitabl...
-
comment
Comment #20849461
Whenever I hear people talk about picking up journaling I come away a little annoyed. They publicly describe a habit that they claim is useful. To me that implies that they're sugg…
-
comment
Comment #20849199
Took me about 3 weeks to get to proficient and a month or two to be fluent. Mainly playing on a dvorak typing tutor website while watching TV.
-
comment
Comment #20664121
There were a bunch of (online) games without a well-defined end popular in the late 90s/early 00s too. https://en.wikipedia.org/wiki/Diablo_II https://en.wikipedia.org/wiki/StarCra…
-
comment
Comment #20591105
Have you been tipping on your AWS bill? Or the package delivery workers? (What does Amazon have to do with this?)
-
comment
Comment #20545327
A similar neat O(log(n)) solution https://kukuruku.co/post/the-nth-fibonacci-number-in-olog-n/
-
comment
Comment #20199856
Did you vet your question and its phrasing with your co-workers? What did they say?