Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
binaryapparatus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: Replaced news reading with two tiny editions a day, then made it public
(cutthroat.news)
2 points
by
binaryapparatus
1mo ago
|
0 comments
2.
▲
by
binaryapparatus
1y ago
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 should be that (with enough users, I don't want to simu
3.
▲
by
binaryapparatus
1y ago
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 the noise. I wanted to create a space where everyo
4.
▲
Show HN: Flamabl.com – Real-Time Global Collective Thought Stream
(flamabl.com)
1 points
by
binaryapparatus
1y ago
|
3 comments
5.
▲
by
binaryapparatus
3y ago
Found somewhere on stackoverflow many years ago and being my shell banner ever since: .-------. | Hi | '-------' ^ (\_/) '----- (O.o) (> <)
6.
▲
by
binaryapparatus
3y ago
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 that are removed on voyager, so everything plays
7.
▲
by
binaryapparatus
3y ago
> 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 breaks, new 'saf backup' by default fi
8.
▲
by
binaryapparatus
3y ago
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 (credit given) wouldn't be possible without alternati
9.
▲
by
binaryapparatus
3y ago
"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 remains the same on any computer no matter wha
10.
▲
by
binaryapparatus
3y ago
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 or rsync -- that rabbit hole is deep and quickly becomes expe
11.
▲
by
binaryapparatus
3y ago
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 backup target side. rsnapshot uses centralized rsn
12.
▲
by
binaryapparatus
3y ago
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 'solved' is either because I want my own solution no mat
13.
▲
Show HN: Saf – simple, reliable, rsync-based, battle tested, rounded backup
(github.com)
89 points
by
binaryapparatus
3y ago
|
24 comments
14.
▲
by
binaryapparatus
4y ago
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 bureaucracy, with proper lawyer help it is slow-ish but very d
15.
▲
Show HN: I Made a Decent Android TV Web Browser
4 points
by
binaryapparatus
4y ago
|
0 comments
16.
▲
by
binaryapparatus
6y ago
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/
17.
▲
by
binaryapparatus
7y ago
> 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.
18.
▲
by
binaryapparatus
7y ago
Great tip, thanks, trying it now. Seems nicer and easier to tweak than spacemacs, from my perspective.
19.
▲
by
binaryapparatus
7y ago
I was using/am using: Plug 'tmhedberg/SimpylFold' "Plug 'python-mode/python-mode', { 'branch': 'develop' } "let g:pymode_python = 'python3' ... in d
20.
▲
by
binaryapparatus
7y ago
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 Python code is what made me look at Emacs directio
21.
▲
by
binaryapparatus
7y ago
"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 point of view. I keep wondering if I should fina
22.
▲
by
binaryapparatus
7y ago
"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, please."
23.
▲
by
binaryapparatus
8y ago
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.
24.
▲
by
binaryapparatus
8y ago
function convert-decimaltobinary(){ n="$1" bit="" while [ "$n" -gt 0 ]; do bit="$(( n&1 ))$bit"; : $(( n >>= 1 )) done
25.
▲
by
binaryapparatus
8y ago
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/BSD) scripting with file system events. I have few
26.
▲
by
binaryapparatus
8y ago
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.
27.
▲
Tridactyl: A Vim-Like Interface for Firefox, Inspired by Vimperator/Pentadactyl
(github.com)
2 points
by
binaryapparatus
8y ago
|
0 comments
28.
▲
by
binaryapparatus
8y ago
I did initial plunge into Haskell when I started using xmonad, looking at config file was visibly 'something else'. I would probably recommend starting with Haskell first -- if you want to properly blow your mind that's the w
29.
▲
by
binaryapparatus
8y ago
What an amazing language. I am working on a Elixir project, with a lot of Erlang peaces used directly. Integration is flawless and beautiful to observe. I do have many languages in my toolbox but only few of them were truly exciting for me,
30.
▲
by
binaryapparatus
8y ago
https://newsboat.org/ Newsboat, fantastic RSS reader, built on top of newsbeuter. http://www.mutt.org/ Mutt for email of course. https://vifm.info/ Vifm file manager, I am using it for ever
More ›