Live data from Hacker News

Viewing profile — radus

radus

HN member
Joined
Sun, Sep 04, 2016, 6:22 AM UTC
HN karma
846
Public activity
313 items

About radus

No profile information was provided.

Recent public activity

  1. comment
    Comment #47492579

    It's simple, just tell it not to hallucinate.

  2. story
  3. comment
    Comment #46389153

    Okay, but why?

  4. 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…

  5. 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.

  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #44312525

    > But are you really going to repair it? Yes

  11. story
  12. comment
    Comment #44015885

    Polars and duckdb interoperate nicely and can enable this flexibility

  13. comment
    Comment #41647729

    I like using EFK (ElasticSearch-Fluent-Kibana) for this

  14. comment
    Comment #41113374

    I guess then you've got to abstract one level further and formulate your advice as an allegory.

  15. story
  16. 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.

  17. story
  18. story
  19. comment
    Comment #40304813

    The answer is “it depends”

  20. comment
    Comment #40087715

    Quick critique: module contains functions with many parameters, many branches, deep nesting, and multiple return points.

  21. 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…

  22. 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 ...

  23. story
  24. 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.

  25. 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.