Viewing profile — mivade
mivade
HN member- Joined
- Fri, Jun 03, 2016, 6:40 PM UTC
- HN karma
- 55
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About mivade
Recent public activity
-
comment
Comment #36775342
cibuildwheel ( https://cibuildwheel.readthedocs.io/en/stable/ ) makes this fairly straightforward.
-
comment
Comment #30722947
Correct. Keys must be immutable and hashable.
-
comment
Comment #30060095
No analogy is perfect. They are intended to help illustrate a concept to gain insight. Ideally when using an analogy its limits should also be described. Luckily the very first lin…
-
comment
Comment #29410292
Makes me think of Fakeblock.
-
comment
Comment #29007474
The bang syntax works though: `!wv malta` sends me to the Wikivoyage page on Malta.
-
comment
Comment #28227321
https://github.com/nlohmann/json
-
comment
Comment #27290514
The difference is simple: NBC was (and still is) free to watch if you have a television and an antenna.
-
comment
Comment #25992544
My understanding was that if you write a regular function (`def` rather than `async def`) then FastAPI (or really Starlette which it uses under the hood) executes the function in a…
-
comment
Comment #24922760
They compare PyPy and CPython in their benchmarks.
- comment
-
comment
Comment #14967801
If for no other reason, pytest requires a lot less boilerplate. Pytest fixtures are also quite a bit more flexible than unittest's setUp and tearDown methods, although they take a …
-
comment
Comment #13838240
> think of all the years of unnecessary education they'd pile on to dentistry and the bottle necks they would put up to raise the wages to MD level. That seems more an indictment o…
-
comment
Comment #13713515
Matplotlib's main API is pretty terrible. But it's just fine for the simple plots that scientists and engineers are often needing (e.g., just plot y vs. x). It's also pretty straig…
-
comment
Comment #13643321
This looks pretty cool.
-
comment
Comment #13569484
> Don't the screen developers ever need to go to the beginning of a line in the shell or editor? C-a a. Using emacs with screen for many years, this is almost automatic for me.
-
comment
Comment #12678266
TortoiseHg is completely different than TortoiseGit, despite the similar names (and logos). While the latter is an assortment of context menus and dialogs, THG has this plus a grea…
-
comment
Comment #12574661
Cython is intended for making Python extension modules. So if the end goal is to make something that you interact with only from Python, then Cython is a good choice. You can still…
-
comment
Comment #12562685
I was a loyal Gnuplot user for many years until I got fed up with a bug where tick labels wouldn't be centered with ticks in LaTeX output without some manual hacks. I can see from …
-
comment
Comment #12281006
I don't know, and I find this rather frustrating. I write a lot of tools to monitor devices in the lab via a web interface and often want to see updates every 10-100 ms. The only l…
-
comment
Comment #12026853
I was using tmux for a while after years of using screen. At least for my use case, the main thing I liked better about tmux was that windows (or whatever the proper term is) get t…
-
comment
Comment #11955970
Thanks for this. I had somehow never heard of this chip before. Link for the lazy: http://esp8266.net/
-
comment
Comment #11832328
And yet we keep measuring what our models predict to extremely high levels of precision. We know there is something missing (gravity not playing nicely with quantum theory being th…