Viewing profile — binaryapparatus
binaryapparatus
HN member- Joined
- Tue, Apr 15, 2014, 12:48 PM UTC
- HN karma
- 813
- Public activity
- 275 items
- HN profile
- View on Hacker News ↗
About binaryapparatus
No profile information was provided.
Recent public activity
-
comment
Comment #43715678
I see it more like platform for sharing personal most important message at the moment, with occasional link to one's project, but it is not intended as marketing tool. Appeal shoul…
-
comment
Comment #43714894
Author here, just adding a few more details. What AI told me to tell you: In today's overwhelming digital landscape, it's easy for individual thoughts and moments to get lost in th…
-
story
Show HN: Flamabl.com – Real-Time Global Collective Thought Stream
I just launched flamabl.com, a unique experiment in shared online consciousness. It is technically interesting, ready to scale, and something I wanted to make for a while. It could…
-
comment
Comment #38792236
Found somewhere on stackoverflow many years ago and being my shell banner ever since: .-------. | Hi | '-------' ^ (\_/) '----- (O.o) (>
-
comment
Comment #37403631
I am happy zsa/ergodox ez user for many years and was waiting for something like this from zsa, since moonlander wasn't for my hands. My current ergodox layout doesn't use keys tha…
-
comment
Comment #37187532
> How does it deal with interrupted backups? Any new backup is hardlinked against previous in temporary 'in-progress' directory, then renamed to proper name at the end. If backup b…
-
comment
Comment #37187129
With me that's absolutely okay. We all need more choice and HN is a great way to learn about alternatives. Few nice things I borrowed from those two scripts mentioned in readme (cr…
-
comment
Comment #37186933
"saf bugs, rsync bugs/misconfiguration" On top of many cheap backups, I am also trying not to rely on any single peace of technology (I know, it is not ideal that hardware and OS r…
-
comment
Comment #37186841
Those same questions always bug me, and I did try all from very smart to very brute force solutions. I love ZFS but then we can question ZFS and OS bugs in the same manner as saf o…
-
comment
Comment #37186804
In my understanding, rsnapshot is equivalent of 'saf backup' which is only one bit of saf functionality. saf has few more commands to be able to see and analyze what's on the backu…
-
comment
Comment #37186750
Author here. Yes, I am also the one that loves to see alternatives on topic of interest to me on HN. However putting an effort to publish different take on something already 'solve…
-
story
Show HN: Saf – simple, reliable, rsync-based, battle tested, rounded backup
I had this backup code working reliably for years, using local file system, vps/dedicated server, or remote storage for backup, then I finally get time to wrap README, iron few mis…
-
comment
Comment #34308348
Two+ years in Algarve, with registered activity and paying all the taxes here. Having foreign income all my taxes fall within sweet NHR regime. Can't say anything bad about bureauc…
-
story
Show HN: I Made a Decent Android TV Web Browser
After some effort to find decent Android TV Web Browser that can work without hacks and support basic 'mouse' navigation using TV remote, I wrote one myself. Doesn't spy at all and…
-
comment
Comment #24636891
Huge Tridactyl fan here, it works beautifully. I am using it for over a year, ever since I spotted its mention at Suckless 'rocks' page: https://suckless.org/rocks/
-
comment
Comment #22327498
> Weight: 67g bottom out if using Panda springs, 100gf bottom out if using Halo True springs That means they require more force than Model M? Too much I think.
-
comment
Comment #20081411
Great tip, thanks, trying it now. Seems nicer and easier to tweak than spacemacs, from my perspective.
-
comment
Comment #20080900
I was using/am using: Plug 'tmhedberg/SimpylFold' "Plug 'python-mode/python-mode', { 'branch': 'develop' } "let g:pymode_python = 'python3' ... in different combinations. Deleting …
-
comment
Comment #20079094
Interesting, I don't often use Python but recent project had few 3000+ lines .py files, which make Vim _very_ unresponsive when editing. Other languages weren't so problematic but …
-
comment
Comment #20079030
"Exobrains, on the other hand, stuff Vim full of plugins, functions, and homebrew mappings in a vain attempt to pretend they’re using Emacs." This is disturbingly accurate from my …
-
comment
Comment #19615705
"Nidavellir is real? Seriously? I mean, that place is a legend. They make the most powerful, horrific weapons to ever torment the universe. I would very much like to go there, plea…
-
comment
Comment #19185193
I first heard of Tridactyl because it was listed on https://suckless.org/rocks/ page. It filled huge gap left from Vimperator and no complaints on my side. Works well.
-
comment
Comment #18898815
function convert-decimaltobinary(){ n="$1" bit="" while [ "$n" -gt 0 ]; do bit="$(( n&1 ))$bit"; : $(( n >>= 1 )) done printf "%s\n" "$bit" } function convert-binarytodecimal(){ ec…
-
comment
Comment #18756995
Huge additional plus, entr does not rely exclusively on inotify, it is also 'BSD kqueue wrapper. It is the only command line utility that I found that allows cross platform (linux/…
-
comment
Comment #18659649
Sorry if off-topic: How does DO compare to Linode? I have lots of experience with Linode but since I hear good things about DO I would love to try it out.