Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
basnijholt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Migrating from TrueNAS to NixOS without losing data after the rug pull
(nijho.lt)
6 points
by
basnijholt
3mo ago
|
0 comments
2.
▲
by
basnijholt
3mo ago
Author here! All valid comments about the fact that Proxmox is not limited to clicking around in the web UI. It has qm, pct, config files, a REST API, Terraform providers, and Ansible workflows. My point is not that Proxmox cannot be automa
3.
▲
Dotbins: Seamlessly version-control your CLI tools within your dotfiles
(github.com)
3 points
by
basnijholt
1y ago
|
1 comments
4.
▲
by
basnijholt
1y ago
I built dotbins, a Python-based tool designed to simplify managing and version-controlling pre-compiled CLI binaries directly within your dotfiles repository. See this repository of my personal setup https://github.com/basni
5.
▲
by
basnijholt
2y ago
I wouldn’t say it is better, just different trade offs. Using this tool you can see/restore all files in normal folder structures without requiring the tool itself.
6.
▲
Python Port of 600 Line Bash Script: rsync-time-machine.py for Rsync Backups
(github.com)
4 points
by
basnijholt
2y ago
|
3 comments
7.
▲
by
basnijholt
2y ago
Hi Hacker News, I'm excited to share my project, where I took on the challenge of porting a popular but untested 600+ line Bash script to Python. The outcome is rsync-time-machine.py ( https://github.com/basnijholt/
8.
▲
by
basnijholt
2y ago
I've developed PipeFunc, a new Python library designed to simplify the creation and execution of DAG-based computational pipelines, specifically targeting scientific computing and data analysis workflows. It's built for speed and
9.
▲
PipeFunc: Ultra Simple DAG Pipelines in Python with 15µs Overhead for Science
(github.com)
5 points
by
basnijholt
2y ago
|
1 comments
10.
▲
Pipefunc: Minimal-Code DAGs for Scientific Python, from Laptop to Supercomputer
(github.com)
3 points
by
basnijholt
2y ago
|
0 comments
11.
▲
UniDep: Unified Conda and Pip dependency management via pyproject.toml
(github.com)
3 points
by
basnijholt
3y ago
|
0 comments
12.
▲
Show HN: UniDep – Unify Conda and Pip Dependencies in Your Python Projects
(github.com)
3 points
by
basnijholt
3y ago
|
0 comments
13.
▲
by
basnijholt
3y ago
Actually, for raw speed, rsync is much faster than any of the tools you mentioned (see e.g., https://github.com/borgbackup/borg/issues/4190 ). I really like a lightweight solution, where I do not even need any
14.
▲
by
basnijholt
3y ago
I attempted doing this initially. Everything is very doable except SSH. One would have to rely on third-party libraries to do this well.
15.
▲
Python Port of 600 Line Bash Script: rsync-time-machine.py for Rsync Backups
(github.com)
67 points
by
basnijholt
3y ago
|
17 comments
16.
▲
by
basnijholt
3y ago
Hi Hacker News, I'm excited to share my recent project, where I took on the challenge of porting a popular but untested 600+ line Bash script to Python. The outcome is [`rsync-time-machine.py`]( https://github.com/basnij
17.
▲
Markdown-code-runner: A tool to run (hidden) code blocks in Markdown files
(github.com)
3 points
by
basnijholt
3y ago
|
1 comments
18.
▲
by
basnijholt
3y ago
Hey HN! I recently created a tool called markdown-code-runner ( https://github.com/basnijholt/markdown-code-runner ) that allows you to run code blocks in markdown files. It also supports hidden code blocks in Markdown c