Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
londt8
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
londt8
5y ago
I think its typical that only one python runtime is installed in the system. What is the use case for bundling the runtime with the app?
2.
▲
by
londt8
6y ago
This may seem like a good idea, but it gets problematic since you need to always use isinstance checks. Its actually discouraged to return union types by the mypy team: https://github.com/python/mypy/issues/16
3.
▲
by
londt8
6y ago
ISO8601 is quite large, they probably don't want to ship that big standard library modules which would parse 100% of ISO8601
4.
▲
by
londt8
6y ago
Scripts which generate the config also have their own problems. Check out Dhall, it attempts to solve this.
5.
▲
by
londt8
6y ago
I think docker is great for providing isolated environment, venv has similar goals. pip-tools + docker is powerful combination, but the article doesnt mention pip-tools for some reason.
6.
▲
by
londt8
6y ago
docker with pip-tools is great combination, you get deterministic builds easily
7.
▲
by
londt8
6y ago
Just FYI: google recaptcha works with screen readers too and blind users can use it.
8.
▲
by
londt8
6y ago
What kind of videos you watch? Maybe that could guide you to find something which interests you.
9.
▲
by
londt8
6y ago
Why not just anonymize the data instead? Not using foreign key constraint just for the sake of GDPR sounds weird.
10.
▲
by
londt8
6y ago
I tried to search for "cheese without holes" on Google and it yielded good results. I think the problem here is that the query is something people would rarely search.
11.
▲
by
londt8
6y ago
You can use pip to install the executable source files. Pip is preinstalled on most Libux distributions and MacOS.
12.
▲
by
londt8
6y ago
8x8 uses Jitsi for their video calls. Therefore funding Jitsi improves their paid service. I hope this clarifies it.
13.
▲
by
londt8
6y ago
I dont think list comprehensions are used to improve performance. One reason to use them is to improve readability, as the execution doesnt jump around with continue/break etc.
14.
▲
by
londt8
6y ago
You can use strict types and enforce that all types are correct during runtime. Check out mypy with "--no-any-expression" flag and Pydantic.
15.
▲
by
londt8
7y ago
I get your point, but i think the main reason for using 80 character line length nowadays is that its more readable. Books use often line lenght of about 60 characters for this reason.
16.
▲
by
londt8
7y ago
It has questionable default of 88 characters per line, which is configurable. I wish they chose 79 characters as PEP8 suggests.
17.
▲
by
londt8
7y ago
I think reviewing all code in the dependencies is not reasonable. When i add new dependency to my projects i evaluate how trustworthy the maintainers seem.
18.
▲
by
londt8
7y ago
Its more like an alternative to scripts generating configuration from templates. they claim that this is better because you cant for example write an infinite loop ruining the script.
19.
▲
by
londt8
7y ago
Also adrenaline
20.
▲
by
londt8
7y ago
Technically there is no iteration in filter/map/reduce at all.
21.
▲
by
londt8
7y ago
You are thinking of something else than python? Python has strong, dynamic type system with little implicit type conversions.
22.
▲
by
londt8
7y ago
Have you checked for diabetes?
23.
▲
by
londt8
8y ago
I recommend using mypy for python, type safe python has came a long way. The type annotation syntax has been in the language spec for years
24.
▲
by
londt8
8y ago
Important part of STM is that the retry mechanism requires functions to be pure - which haskell compiler will check for you.
25.
▲
by
londt8
8y ago
I have understood that saturated fats are bigger culprit for type 2 diabetes than high carb intake. Also sugars are larger risk than carbs in general.
26.
▲
by
londt8
8y ago
The participants received other benefits too, the total was higher than 560 per month.
27.
▲
by
londt8
8y ago
Google has internal equivalent of docker which they use instead, and they are one of biggest contributors to kubernetes. Im sure there are more reasons though.
28.
▲
by
londt8
8y ago
Raw number crunching performance is similar with Node and Go. Python and ruby are in different league than them. https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
29.
▲
by
londt8
8y ago
Are you sure about this? I would think using wine or any other emulator would show up as windows in the statistics.
30.
▲
by
londt8
8y ago
Is ORTC used by something else than Skype?
More ›