And if you’re looking for more command line pearls, there is a great list at https://inconsolation.wordpress.com/
Sometimes you know a new tool is better but you are so used to the old one… :)
@kas@enotty.dk Yeah, ranger is cool, but i have to admit that i just start mc when i need a “graphical” file manager
And i’m back on reednj, totally forgot to update my .htaccess after the last url change. #twtxt
#txtnix now depends on Net::DNS::Native for nonblocking dns request, this should solve the annoying request timeouts. Yay!
@pelmel@pelmel.org New debian release? :)
@clementd@clementd-files.cellar.services.clever-cloud.com @n1ko@nicolas.perriault.net Maybe you could file a bug report on github? With your python version and the installed modules.
@pelmel@pelmel.org Nice to see a new user! Have fun!
#txtnix would only unfollow urls with 410. Now you can set the variable unfollow_codes to list additional codes like 404 and 403.
Woah, three new users in one day? How did you disover twtxt? From the hackersnews thread?
Any particular plans @buckket@buckket.org?
So, what are we planning to do on twtxt first #birthday? https://github.com/buckket/twtxt/commit/d5c9e1da0b
And my files are created on ext3, backuped on zfs, transported via fat and then viewed on hfs+ #pain
@kas@enotty.dk, @freemor@freemor.homelinux.net Sadly, extended file attributes are not portable between different operating systems and/or filesystems. #squaretag
My newest project: https://github.com/mdom/squaretag - Tag files using just the filename. I’m open for critic… :)
But boy, ipfs name publish really takes its time to find other nodes #ipfs
#txtnix now has minimal support to add and publish files with IPFS. Subscriptions shouldn’t be too hard either.
@kas@enotty.dk I actually use lynx and WWW_HOME=https://news.ycombinator.com/ but it can’t handle threads … :/
Testing the ipfs backend … nothing to see!
@kas@enotty.dk Is #starttls-everywhere just to ease configuration or is there any reason why #lets-encrypt certs won’t work on mail servers?
sigh “Unfortunately, this video is not available in your country”. What would i do without #youtubedl and #tor. #Ashnaia
#txtnix now accepts user templates. There’s an example on github for html output wich can be used by calling txtnix timline –template html
It would probably be fun to implement a #gopher interface for taz.de. I have to talk to our webmaster about that… :)
@kas@enotty.dk Nope, creepy here too. Dont know what asmr is? http://www.slate.com/articles/life/culturebox/2013/02/asmr_videos_autonomous_sensory_meridian_response_and_whispering_videos_on.html
@freemor@freemor.homelinux.net Interesting post about sharing. What’re thoughts about closed sharing community where you have to contribute to get something?
If somebody is still afraid of using autotools … https://autotools.io/whosafraid.html
New plugin for #txtnix: Upload your twtfile to a ftp server. Hello FTP world! Now if someone would like ftp retrieval… :)
Let’s be honest, it seems to be impossible to use twtxt without adding new stuff to the client. So much fun.
New feature for #txtnix: tweet via email. This tweet was written on my phone!
@freemor@freemor.homelinux.net Okay, i admin, i have no idea what a TZAG is? And thanks for the great link about CloudFlare! MITM on 5% of the web…
You can find my twtxt feed at https://domgoergen.com/twtxt/mdom.txt Sorry for the trouble!
The only reason i used github for my twtxt was that my hoster not really supported ssl. This changed …
Worked the last weeks on https://github.com/mdom/tapsig/, a tap library to test unix commands. Would be interested in any kind of feedback!
So, after weeks of neglecting my twtxt feed, i try to tweet more often. I think i was simply a little burnt out after roster and txtnix.
New features for #roster: Autocompletion for #tags and searching for @mentions in the normal search field.
I wonder what the neighbours think … tonight I blocked the windows with tin foil to darken our bedroom. #paranoid #summer
#roster uses a junction table for tags insteaf of like, so #graph does not match #graphite. Should have done that from the start.
@kdave@kdave.github.io When you get timeouts, do all feeds timeout? Can you check if you can reproduce it when you flush your name server cache?
@kdave@kdave.github.io It should match the full word, but it’s currently matching the prefix as %tag is easier to implement. But it’s on my todo list.
My counter wasn’t incremented because of a seven year old bug … https://github.com/torvalds/linux/commit/8774cf8 #xfs
Every time i’m thinking about putting more data in munin, i decide against it and just push the data with nc into #graphite. So easy.
@quite@lublin.se Haven’t seen any asparagus yet, i think the harvest is late this year. But i’m looking forward to throw them in some curry! #yummy
@kdave@kdave.github.io I fixed the connection timeouts with #txtnix. It seems i fetched to many urls concurrently, so now there’s a worker pool.
@quite@lublin.se Yeah … i was too lazy to buy chipotle and just put a good handful of pepper flakes in it. #yummy
It’s probably a little bit slower now, but i’ll add a option to increase the workers. 16 seems to work nicely here.
Recipe for tonight: http://sidinthekitchen.blogspot.de/2014/04/smoky-incan-stew-quinoa-black-bean.html
@buckket@buckket.org Do you want to close all issues tagged enhancement and milestone 1.3 before you do another release?
/me has programmed for hours today only to learn that our problem is underspecified. gah!
Srsly? Just because unless (cond) { do_stoff unless other_cond } works, doesnt’ make it not insane. Or whatever.
Does cat /proc/fs/xfs/stat | awk ‘/^ig/{print $1}’ == 0 really mean that i’m not using the inode cache?