Viewing profile — radus
radus
HN member- Joined
- Sun, Sep 04, 2016, 6:22 AM UTC
- HN karma
- 846
- Public activity
- 313 items
- HN profile
- View on Hacker News ↗
About radus
No profile information was provided.
Recent public activity
-
comment
Comment #47492579
It's simple, just tell it not to hallucinate.
- story
-
comment
Comment #46389153
Okay, but why?
-
comment
Comment #46267152
I'm working on adding features to the snakemake aws batch executor plugin. The existing plugin supports execution on AWS Batch by dynamically creating job definitions based on rule…
-
comment
Comment #46131030
Polars has a much more consistent API, give it a shot. Regarding your plotting question: use seaborn when you can, but you’ll still need to know matplotlib.
- story
- story
- story
- story
-
comment
Comment #44312525
> But are you really going to repair it? Yes
- story
-
comment
Comment #44015885
Polars and duckdb interoperate nicely and can enable this flexibility
-
comment
Comment #41647729
I like using EFK (ElasticSearch-Fluent-Kibana) for this
-
comment
Comment #41113374
I guess then you've got to abstract one level further and formulate your advice as an allegory.
- story
-
comment
Comment #41102893
Example: you want to set your local docker context to the production environment, so that when you type `docker system prune --volumes` you delete your production data.
- story
- story
-
comment
Comment #40304813
The answer is “it depends”
-
comment
Comment #40087715
Quick critique: module contains functions with many parameters, many branches, deep nesting, and multiple return points.
-
comment
Comment #39935510
docker swarm is also a decent solution if you do need to distribute some workloads, while still using a docker compose file with a few extra tweaks. I use this to distribute comput…
-
comment
Comment #39851990
They were defending rocks. They had not uncovered evidence of native martian life. See more discussion here: https://scifi.stackexchange.com/questions/160959/is-or-was-t ...
- story
-
comment
Comment #39643868
You've explained your value proposition vs. celery, but I'm curious if you also see Hatchet as an alternative to Nextflow/Snakemake which are commonly used in bioinformatics.
-
comment
Comment #39643295
Example: you use a large plotting library, but it's only needed on some pages. Chunking allows you to selectively load that code only where it's needed.