Live data from Hacker News

Viewing profile — binaryapparatus

binaryapparatus

HN member
Joined
Tue, Apr 15, 2014, 12:48 PM UTC
HN karma
813
Public activity
275 items

About binaryapparatus

No profile information was provided.

Recent public activity

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

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

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

  4. comment
    Comment #38792236

    Found somewhere on stackoverflow many years ago and being my shell banner ever since: .-------. | Hi | '-------' ^ (\_/) '----- (O.o) (>

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

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

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

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

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

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

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

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

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

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

  15. 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/

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

  17. comment
    Comment #20081411

    Great tip, thanks, trying it now. Seems nicer and easier to tweak than spacemacs, from my perspective.

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

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

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

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

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

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

  24. 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/…

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