Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vsmhn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
vsmhn
2y ago
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-side in a lot of cases, so the media URL in the RSS feed w
2.
▲
by
vsmhn
3y ago
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 watches. It's nowhere close to the actual Tamagotchi game
3.
▲
by
vsmhn
4y ago
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 rushed decision imo, and it definitely shifted resources into
4.
▲
by
vsmhn
4y ago
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.
▲
by
vsmhn
4y ago
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 infrastructure. Ideally, swapping would take relatively the same
6.
▲
by
vsmhn
5y ago
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 used in these occasions.
7.
▲
starlette-jsonapi experimental OpenAPI (fka Swagger) support
(starlette-jsonapi.readthedocs.io)
3 points
by
vsmhn
6y ago
|
0 comments
8.
▲
Show HN: Starlette-jsonapi released 0.1.1 – sparse fields, relationship resource
(pypi.org)
1 points
by
vsmhn
6y ago
|
0 comments
9.
▲
Show HN: starlette-jsonapi – Python3 JSON:API services with stars under the hood
1 points
by
vsmhn
6y ago
|
0 comments
10.
▲
by
vsmhn
6y ago
> 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 just as a side effect, but my first goal is to make somethin
11.
▲
by
vsmhn
6y ago
Also on HN: https://www.sciencemag.org/news/2020/03/who-launches-global-... Testing will be randomized apparently.
12.
▲
by
vsmhn
7y ago
Precisely my thought :). Also, what about the builtin array module? https://docs.python.org/3.7/library/array.html
13.
▲
by
vsmhn
8y ago
trollius is no longer maintained
14.
▲
by
vsmhn
8y ago
I'm not sure I understand the question, are you interested in comparing tornado and aiohttp?
15.
▲
by
vsmhn
8y ago
Does it support HTTP/2?
16.
▲
by
vsmhn
8y ago
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 still WIP, so feedback like yours help
17.
▲
by
vsmhn
8y ago
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 Python's asyncio. th2c is mostly in
18.
▲
by
vsmhn
8y ago
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 compatibility with Tornado's reques
19.
▲
Show HN: Asynchronous HTTP/2 client for Python 2.7
(github.com)
94 points
by
vsmhn
8y ago
|
57 comments
20.
▲
by
vsmhn
10y ago
Happy to hear that, keep up the good work!
21.
▲
Redis.io down
(redis.io)
7 points
by
vsmhn
10y ago
|
3 comments