Viewing profile — agons
agons
HN member- Joined
- Sat, Mar 20, 2021, 5:16 PM UTC
- HN karma
- 50
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About agons
No profile information was provided.
Recent public activity
-
comment
Comment #48446800
The first use case that comes to mind is if you want a DSL to build expressions that are evaluated later in some different context e.g. when using `polars`: ```python df.filter( pl…
-
comment
Comment #47529724
I can imagine a pipeline where intermediate stages have been inserted to have some side effect, like debug logging all data passing through.
-
comment
Comment #47200509
The problem comes when there are lucrative odds for some unlikely scenario, which you can influence into realisation, and that outcome might be counter to the company's goals (i.e.…
-
comment
Comment #45267952
Huh.
-
comment
Comment #44847844
Is there a reason the Zig compiler can't perform type-narrowing for `u` within the `U::A(_) | U::B(_)` "guard", rendering just the set of 2 cases entirely necessary and sufficient …
-
comment
Comment #44183727
It gets worse the further you go, this was where I had to bail: > the format is much favored by AI frameworks such as TensorFlow and PyCharm.
-
comment
Comment #43738027
Could mean "appear" as in "show up"
-
comment
Comment #40107863
> one of the first times I don't think you can say it's "neither"! :)
-
comment
Comment #37968391
I don't think your "obvious" is the same as that of the person you're replying to.
-
comment
Comment #36593830
Tough to gauge how impressive this is without a before/after for comparison tbh.
-
comment
Comment #36563482
I'd say that the people counting leap seconds are the ones "doing something". At the point they needed to be inserted, Unix systems carry on counting seconds as units of time as th…
-
comment
Comment #36334203
Hey, you're leaning into it too much! Who are people who are against typing in this day and age?
-
comment
Comment #36318875
The problem with that is that Jupyter requires a back-end to do any of the actual processing that runs the code in the cells. Only way I can think to make the html file truly porta…
-
comment
Comment #34434845
I find `typer` way more ergonomic than either argparse or click (which it uses under the hood). If you're developing something more complex, you might find the feature set too smal…
-
comment
Comment #32946298
Just make sure to read the warning labels and take them seriously please. I believe the use of boiling water frequently causes them to rupture, inflicting burns on their users.
-
comment
Comment #32916717
OCI = Oracle Cloud Infrastructure (not Open Container Initiative)
-
comment
Comment #31380412
This looks like a really good resource, but why is it so difficult to find a somewhat up-to-date description of networking in the Linux kernel? It seems like the least documented (…
-
comment
Comment #28845622
How was your approach different?
-
comment
Comment #28721649
> feel free to drive engagement on my post
-
comment
Comment #28651020
I would have thought Cython would be the closest analogue for comparison.
-
comment
Comment #27637409
It didn't read unkind or snarky at all to me - just an amicable way of ending a thread of investigation where the result was a simple "a ha, I understand" moment.
-
comment
Comment #27597997
What kinds of community problems do you have in mind?
-
comment
Comment #27015048
This can definitely be significant as part of a trend