Viewing profile — senotrusov
senotrusov
HN member- Joined
- Sun, Sep 01, 2013, 12:36 AM UTC
- HN karma
- 34
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About senotrusov
Recent public activity
-
comment
Comment #48593908
I evaluated most of the popular dotfile management tools and found them far too complex for the problems they try to solve. I then used stow for about a year just to see whether sy…
- comment
- story
-
story
Show HN: A tool to keep dotfiles and system configs in sync with a Git repo
Hi HN, I built a small tool called etcdotica in Golang for keeping dotfiles and small system configs in sync with a Git or other VCS repository that mirrors your machine's filesyst…
-
story
Show HN: Arch Linux installation lab notes turned into a clean guide
Hi HN, I turned my personal Arch Linux installation notes into a public guide and wanted to share it. It is a set of lab notes for a fully manual install, with the exact commands w…
-
comment
Comment #46061646
>this lets you use Gemini 2.5 Pro for free with generous usage limits Considering that access is limited to the countries on the list [0], I wonder what motivated their choices, es…
-
comment
Comment #45874227
I’ve created a small command-line tool that generates a hash-based, human-readable list of git repositories and data folders. Its purpose is to capture the exact state of all proje…
-
comment
Comment #30924385
It surprises me that it is a problem that needs to be solved, and not just a way it should be done from day one. Back in 2011 I wrote a small ruby class that interacts with redis a…
-
comment
Comment #30754345
Maybe due to it's distinct and utility design I still remember my granddad's Russian-made jerrycan that he used to fill his motorcycle with gasoline, in his remote Siberian village…
-
comment
Comment #29212695
I'm really glad that you find it interesting, it was my solo project for the long time. Feel free to contact me on discord stan#9673 if you need any help or just for the general sh…
-
comment
Comment #29210278
Restic is amazing. I like how Restic could be automated. I usually work in multiple Linux virtual machines and I have a Bash script to setup regular backup of all my many $HOMEs. I…
-
comment
Comment #29209813
There is also a tool ssh-import-id. It could do the similar with the command "ssh-import-id gh: ". It checks if key is already in authorized_keys, and it's handy if you want to run…
-
comment
Comment #26492444
Cool concept, lovely graphics and nice interface!
-
comment
Comment #21644120
I use BorgBackup to make a local backup on linux and mac machines and rclone to upload that backup to the cloud. It took me some time to figure it all out. I wrote a script to not …
-
comment
Comment #20268047
I use Raspberry Pi 2 to synchronize files across my ubuntu/macos/windows machines, backup them into the encrypted backup and then upload that backup offsite. I use syncthing to syn…
-
comment
Comment #17252706
Rails provide ruby DLS for migrations but you can always put plain SQL in that migration files. I do this most of the time and the Rails conveniently tracks which script needs to b…
-
comment
Comment #10618614
Thank you! I was lucky to not hit OOM and I've got 5.648s for setting properties outside of the constructor and 3.680s for setting them inside of the constructor, so just as the po…
-
comment
Comment #10618192
Trying to understand the described matter I created some simple code to benchmark different cases. Probably I got something wrong, but setting properties inside the constructor fun…
-
comment
Comment #9359497
Wall Street International Magazine | Montenegro, Europe, RELOCATION | INTERN/entry/mid level software engineer, JavaScript/Rails Wall Street International Magazine (wsimag.com) is …
-
comment
Comment #9103142
Photos and videos are searched for duplicates based on file size and checksum. Calculated checksums are cached. On a first run, not having the cache yet, it takes 1 hour 9 minutes …
- story
-
comment
Comment #8190754
https://github.com/senotrusov/workety - A library to run Ruby classes as daemons. Process start, signal handling, logfile/pidfile, restart by watchdog, exception handling, reportin…
-
comment
Comment #8190740
https://github.com/senotrusov/march A social content creation tool with cartography features. A document consist of sections, sections contain paragraphs. One single paragraph may …