Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
radus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
radus
6mo ago
It's simple, just tell it not to hallucinate.
2.
▲
by
radus
9mo ago
Okay, but why?
3.
▲
by
radus
9mo ago
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 resource configuration, but was missing support for fe
4.
▲
by
radus
10mo ago
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.
5.
▲
Yet another redundant workflow engine
(github.com)
2 points
by
radus
10mo ago
|
0 comments
6.
▲
The FAIR Guiding Principles for scientific data management and stewardship
(nature.com)
1 points
by
radus
11mo ago
|
0 comments
7.
▲
Great Tables: The Polars DataFrame Styler of Your Dreams
(posit-dev.github.io)
9 points
by
radus
1y ago
|
0 comments
8.
▲
Why, in 2025, do we still need a 3rd party app to write a REST API with Django?
(emma.has-a.blog)
2 points
by
radus
1y ago
|
0 comments
9.
▲
by
radus
1y ago
> But are you really going to repair it? Yes
10.
▲
Using the Python Match Statement
(tonybaloney.github.io)
3 points
by
radus
1y ago
|
0 comments
11.
▲
by
radus
1y ago
Polars and duckdb interoperate nicely and can enable this flexibility
12.
▲
by
radus
2y ago
I like using EFK (ElasticSearch-Fluent-Kibana) for this
13.
▲
by
radus
2y ago
I guess then you've got to abstract one level further and formulate your advice as an allegory.
14.
▲
by
radus
2y ago
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.
15.
▲
In PostgreSQL, as in life, don't wait too long to commit
(lerner.co.il)
1 points
by
radus
2y ago
|
0 comments
16.
▲
New Dockerfile Capabilities in v1.7.0
(medium.com)
1 points
by
radus
2y ago
|
0 comments
17.
▲
by
radus
2y ago
The answer is “it depends”
18.
▲
by
radus
2y ago
Quick critique: module contains functions with many parameters, many branches, deep nesting, and multiple return points.
19.
▲
by
radus
2y ago
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 compute intensive jobs across a few servers and it pretty much jus
20.
▲
by
radus
2y ago
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 ...
21.
▲
Mise-en-place: The front-end to your dev env
(mise.jdx.dev)
2 points
by
radus
2y ago
|
0 comments
22.
▲
by
radus
3y ago
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.
23.
▲
by
radus
3y ago
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.
24.
▲
Funcy: Fancy and practical functional tools [Python]
(github.com)
1 points
by
radus
3y ago
|
0 comments
25.
▲
by
radus
3y ago
My approach for this is to use multi-stage dockerfiles. Build tools live and operate in a build stage, and you copy the /venv into your runtime stage. I think this same approach should work with uv so long as it doesn't bundle its
26.
▲
by
radus
3y ago
This is great! I’ve been waiting a long time for this and it seems like more debug features are in the pipeline too: https://github.com/docker/buildx/issues/1104 Docs: https://docs.docker.com/
27.
▲
by
radus
3y ago
This is my experience as well :/
28.
▲
by
radus
3y ago
The term translational is frequently used to describe basic research (eg. with cells or mice) that has applications to human health - findings in lab that make it to the clinic.
29.
▲
by
radus
3y ago
I’m not sure that dropping flaming batteries from the sky will be very popular with those on the ground.
30.
▲
by
radus
3y ago
Great tool, I use it with this alias: alias dive='docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive' (as suggested in project the README)
More ›