Live data from Hacker News

Viewing profile — mivade

mivade

HN member
Joined
Fri, Jun 03, 2016, 6:40 PM UTC
HN karma
55
Public activity
22 items

About mivade

[ my public key: https://keybase.io/mivade; my proof: https://keybase.io/mivade/sigs/pPb8ollnfz-gzxtgF9SPpapCzdb66qbVPyoigM_1DiY ]

Recent public activity

  1. comment
    Comment #36775342

    cibuildwheel ( https://cibuildwheel.readthedocs.io/en/stable/ ) makes this fairly straightforward.

  2. comment
    Comment #30722947

    Correct. Keys must be immutable and hashable.

  3. 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…

  4. comment
    Comment #29410292

    Makes me think of Fakeblock.

  5. comment
    Comment #29007474

    The bang syntax works though: `!wv malta` sends me to the Wikivoyage page on Malta.

  6. comment
    Comment #28227321

    https://github.com/nlohmann/json

  7. comment
    Comment #27290514

    The difference is simple: NBC was (and still is) free to watch if you have a television and an antenna.

  8. 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…

  9. comment
    Comment #24922760

    They compare PyPy and CPython in their benchmarks.

  10. comment
  11. 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 …

  12. 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…

  13. 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…

  14. comment
    Comment #13643321

    This looks pretty cool.

  15. 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.

  16. 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…

  17. 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…

  18. 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 …

  19. 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…

  20. 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…

  21. comment
    Comment #11955970

    Thanks for this. I had somehow never heard of this chip before. Link for the lazy: http://esp8266.net/

  22. 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…