Viewing profile — vsmhn
vsmhn
HN member- Joined
- Sat, Nov 26, 2016, 1:15 PM UTC
- HN karma
- 116
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About vsmhn
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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.
-
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…
-
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…
- story
- story
-
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…
-
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…
-
comment
Comment #22662577
Also on HN: https://www.sciencemag.org/news/2020/03/who-launches-global-... Testing will be randomized apparently.
-
comment
Comment #20643561
Precisely my thought :). Also, what about the builtin array module? https://docs.python.org/3.7/library/array.html
-
comment
Comment #16652635
trollius is no longer maintained
-
comment
Comment #16648309
I'm not sure I understand the question, are you interested in comparing tornado and aiohttp?
-
comment
Comment #16648215
Does it support HTTP/2?
-
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…
-
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 …
-
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…
- story
-
comment
Comment #13043601
Happy to hear that, keep up the good work!
- story