Live data from Hacker News

Viewing profile — vsmhn

vsmhn

HN member
Joined
Sat, Nov 26, 2016, 1:15 PM UTC
HN karma
116
Public activity
21 items

About vsmhn

No profile information was provided.

Recent public activity

  1. comment
    Comment #42162642

    RSS feeds are actually used quite a lot in the podcasting industry. And indeed, nothing guarantees that you won't get ads in those podcasts, because ad insertion is done server-sid…

  2. comment
    Comment #37417412

    Sweet childhood :D! So much nostalgia was tied to this game, that beginning the pandemic I thought I should have a go at creating a virtual pet game for Garmin touchscreen smart wa…

  3. comment
    Comment #33611197

    I was really tempted to buy a new Mac but there are still lots of gotchas my colleagues had to solve, so I decided to wait. Pushing ARM64 to developer machines still seems like a r…

  4. comment
    Comment #33610341

    Judging from your fourth row, it seems to be that "Apple made me give up a project today" is the correct headline, since M1 is apparently the issue.

  5. comment
    Comment #32675697

    I still wonder why we don't see wide spread standardized battery packs placed in standardized housings, that could be swapped faster at existing gas stations with minimal infrastru…

  6. comment
    Comment #29528829

    NamedTuple works great for a lot of cases, but not always. For example, when dealing with attribute defaults for mutable collections. Dataclasses have a `default_factory` that is u…

  7. story
  8. story
  9. story
    Show HN: starlette-jsonapi – Python3 JSON:API services with stars under the hood

    https://github.com/vladmunteanu/starlette-jsonapi A very early version of a minimal wrapper on top of marshmallow-jsonapi and Starlette. Designed to help build json:api services wi…

  10. comment
    Comment #23693730

    > I write code in order to express myself, and I consider what I code an artifact, rather than just something useful to get things done. I would say that what I write is useful jus…

  11. comment
    Comment #22662577

    Also on HN: https://www.sciencemag.org/news/2020/03/who-launches-global-... Testing will be randomized apparently.

  12. comment
    Comment #20643561

    Precisely my thought :). Also, what about the builtin array module? https://docs.python.org/3.7/library/array.html

  13. comment
    Comment #16652635

    trollius is no longer maintained

  14. comment
    Comment #16648309

    I'm not sure I understand the question, are you interested in comparing tornado and aiohttp?

  15. comment
    Comment #16648215

    Does it support HTTP/2?

  16. comment
    Comment #16648166

    I understand your point, and I'll try to update the README with that information. However, this client tries to follow Tornado's ways, whereas aioh2 works on Python's asyncio. It's…

  17. comment
    Comment #16648119

    Why Python 2 and not Python 3? Short answer is: because Python 3 already benefits from a better, more complete client: aioh2 ( https://github.com/decentfox/aioh2 ) that works with …

  18. comment
    Comment #16648099

    Well, Python 3 already has a similar library that deals with this stuff, such as https://github.com/decentfox/aioh2 . Also, this is mostly intended for Tornado backends, offering c…

  19. story
  20. comment
    Comment #13043601

    Happy to hear that, keep up the good work!

  21. story