Viewing profile — ketozhang
ketozhang
HN member- Joined
- Tue, Apr 24, 2018, 3:31 AM UTC
- HN karma
- 36
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About ketozhang
No profile information was provided.
Recent public activity
-
comment
Comment #48771300
Kubernetes isn’t a great example of you can just read it like a document. The resource kind jargon is huge. Most compose files are small and use familiar linux jargon. I can give a…
-
comment
Comment #48623059
I like to think most seniors know to not blindly follow DRY. However, I can tell many of us are uncomfortable with the idea of needing to maintain multiple duplicated sources of co…
-
comment
Comment #48622804
This assumes the bug exists in both places which might not be true at all even if they both are dependent on the same duplicated code. If you only spot the bug in path A and not pa…
- comment
-
comment
Comment #48057886
You could still have security bumps happening (like dependabot).
-
comment
Comment #45253311
GTD has the addition that you must create a system of reminders/followups. GTD is great to practice being okay with forgetting stuff and trusting your tracking system.
-
comment
Comment #45134858
I think your argument focuses a lot on the scenario where you already have cleaned data (i.e., data warehouse). I and many other data engineers agree, you're better off with hostin…
-
comment
Comment #45132649
We need long running averages and 2023-2025 is still too early to determine it's not effective. The barriers of entry for 2023 and 2024, I'd argue is too high for inexperienced dev…
-
comment
Comment #45131755
The data is surprising. However, I do wish this article looked carefully into barriers of entry as it can explain the lack of increases in your data. For example, in Steam, it cost…
-
comment
Comment #44358636
You could either delete the .venv and recreate it or run `uv pip install --upgrade .` Much prefer not thinking about venvs.
-
comment
Comment #38418511
The autocorrelation is important to show that it's transformation to D-K plot will always give you the D-K affect for independent variables. However, the focus on autocorrelation i…
-
comment
Comment #38418295
The more common experience with autocorrelations are with time series, but what the author said is correct even in that context. A time series autocorrelation relates the same time…
-
comment
Comment #38388419
Did you guys considered existing standards when you chose what to use for representing workflow definitions before choosing OpenFlow? For example, Common Workflow Language
-
comment
Comment #38280694
Hover your mouse over those and you should get the absolute date. Some if not many are using time tags.
-
comment
Comment #38200784
It's not popular because you're mostly hearing from the science community who want more features in their array (vector/matrix/tensors). Why would you want to use C-like arrays in …
-
comment
Comment #38095488
It is not deprecated. Calling setup.py directly is (i.e., `python setup.py sdist`) Modern way of building a package is to use a build frontend. Most notably is the PyPA's build pac…
-
comment
Comment #38095475
In this particular case. OP had a lot of knowledge which served as a crutch in this journey. The less you are aware of how setuptools used to work, the better.
-
comment
Comment #38095467
Here's a packaging guide that answers most of your questions. https://learn.scientific-python.org/development/guides/packa... As a TLDR, you have many options 3rd party build tool …
-
comment
Comment #37477339
In diataxis, a tutorial serves your education and a how-to guide serves your work. Following this standard, a tutorial may contain a simpler or more contrived example; it may conta…
-
comment
Comment #34966082
Why? What's your goal visiting the W3C homepage? It should be to learn who they are and what else the website provides. You're not there to read it's entire homepage. You're there …
-
comment
Comment #34784260
It works on HN for at least the reason that HN post titles are often relatable. The same can't be said about paper titles even if you're in the field.
-
comment
Comment #32905067
The design is horrible and a relic of skewmorphism. Single tally memory is useful on small screens. I just wish they’d display the stored value somewhere.
-
comment
Comment #30281921
I'm way off. I meant 15A. Now I've no clue what the journalist is calculating.
-
comment
Comment #30280350
I think the journalist is calculating load capacity. A 1500A @120V kettle requires 0.18 MW. Rounding up, 60 kettles requires 12 MW. It's not how much water you can boil, it's how m…
-
comment
Comment #30112467
Yes you're right, every superposition of quantum systems have a real valued probability distribution for some observable variable. QM has very specific rules when it comes to how t…