Peeps by @n1_
Showing page 2 of 2 (75 peeps total)
Please stop writing common CLI apps, server tools (daemons) or desktop apps in Javascript (read Node.js/npm/Electron/...).
Just staph.
#javascript #linux
I'm quite overwhelmed in past days.... I hope I will find some time to advance with the project. I will also post a massive blog post and share it here once it's done.
Sure, share the code man.
I'm building "home cinema" in these days. It's quite a big project consisting of 2 raspberries, 1 odroid, TV, 1 big storage disk, 2.0 audio, sound card. Also quite intresting software like MPD, Mopidy, remote Pulse server, OSMC, .... huh :)
Vim pro tip:
gi - command will put you into Insert mode with the cursor at the end of the last insert you did
#linux #vim

Replying to @udaya (0xac0c96cbc611040e5455f0609bca3e371d89c9e8)
Thanks @Bevan @n1_ here you go: https://photos.app.goo.gl/vaFGR9yrETzSm7Yw7
Epic!
That's quite cool. I would maybe exchange Twitter for e-mail but it's just a detail.
Replying to @udaya (0xac0c96cbc611040e5455f0609bca3e371d89c9e8)
Mani Ganesh in Patan Durbar Square #nightsight #photowalk
Any chance to get the full resolution?
Replying to @city_bitcoin (0xe89d9980db53fcf96cdbb4a9a9f566ad296f81b1)
Night mode on Binance is killer bit.ly/CryptofolioBlog #bitcoin #cryptocurrency #bitcointrading #cryptotrader #ethereum #trading
finally :)
Can you describe what's that stuff exactly for?
My new micro article about blockchain and Peepeth.
https://medium.com/@n1_/twitter-on-blockchain-6adf318b8807
#peepeth #blockchain
Hey @bevan you (read your dev team) should resize the logo on homepage. The loaded image is almost 10 bigger than needs to be ;)
In the middle of a conflict? Do you want to just accept all their changes?
git checkout --theirs .
Or you want to override them with yours?
git checkout --ours .
#git #tip
Replying to @abcoathup (0x13ebd3443fa5575f0eb173e323d8419f7452cfb1)
Waiting to fly home
Isn't this Prague airport?
Need to know what files contains certain string? Just like git diff --name-only?
grep -rl my_pattern
-r -> recursive search
-l -> print only the filename
#linux #shell
It's going to blow off the roof. Soon.
Missing f-strings support in Vim syntax highlighting?
Try this:
https://github.com/vim-python/python-syntax
#python
Replying to @CallMeGwei (0x285bc660aa42b8effc6c60357cd4d8ca072be625)
Thank you. Sadly, only taken on a cell phone. I can get you a link to a full res copy though... give me a day or two. I have a few thousands pics to sort through and get organized from the trip.
Cool, thank you.
Replying to @CallMeGwei (0x285bc660aa42b8effc6c60357cd4d8ca072be625)
Looks good to me. Using Brave on Desktop.
That photo looks amazing. Any chance of link to full resolution?
Replying to @Kik (0x1d6776f6cfb5804724c71d98009acfc3ec564ec8)
#Cryptocurrency #Bank #Revolut Faces Heat For Abusive #Recruitment Activities https://bit.ly/2OcB3hY #spain #employment
Hope they will be okay soon. They do good work.
Need to stash a specific file?
git stash push my_file.txt
#git
#tip
Quick intro to GPG encryption.
echo "TRALALA" > test
gpg -e --output=test.gpg test
cat test.gpg
gpg -d --output=test2 test.gpg
cat test2
#tip
#encryption
Replying to @Bevan (0x30755d3e65c0cf46c35b72d11e52d941c5fc3a3e)
Hey Pavel, welcome to the peeposphere :)
Thank you