#bupkesI'm doing it all by hand. I want to know the real basics first
#bupkesso I've got an .html and a .css file ready to upload
#kbsgotcha. I think [as far as indieweb-specific stuff goes] marking up your content with the h-* formats would be one idea, as you say
#kbsIt might also depend to some extent on what you like doing. If you're interested in making a nicely designed site - probably might continue exploring css.
#bupkesok I shall look into that stuff first then.
#kbsand I was going to say - would also suggest continuing to pinging other folks here - unfortunately [being a dumb coder] I have a skewed sense of reality :)
#bupkeshaha well i think you've given me some pretty sound advice.
#bretaaronpk what are your mixed feelings on btsync?
#aaronpkmostly that it's not a paid service but it's also not open source
#aaronpkso in order to keep using it, I have to trust that the company will stick around, but I'm not even paying them anything
#bretthe worst thing bt.inc has done so far is charge for bullshit addons in utorrent and have sketchy installers where you have to "cancel" to install software without installing crapware
#bretaaronpk if it means anything to you, people still use utorrent 2.x way back from 2006ish
#kbsrunning scripts on openwrt + dropbox + encryption + dropbox-as-store-and-forward ends up being reasonable enough for some set of people, I guess :)
#bretkbs the other thing about btsync that is rad is that the more people who want the files, the faster the connection gets
#kbsI'm pretty sure btsync makes sense in a lot of contexts, don't get me wrong
#kbsI kinda think there are a few workflows that I've felt for my little group. One is what I think of as 'disconnected sharing'. Eg: I take a pic, don't want to use my data plan, but want to share with friends
#kbsjust want it to "do the right thing eventually"
#kbssecond, tends to be archiving - (also disconnected) - some set of stuff - just archive when you get around to it, don't bother me.
markmhendrickson joined the channel
#kbsbut all of them, I'd prefer to stay encrypted when it's moving around, just because.
#kbsSo what I've ended up doing is some crude mixture of android apps to exit stuff off my phone, and some openwrt routers sitting at my friends and family and it's kinda sorta working
markmhen_ joined the channel
#kbsundoubtedly, someone smarter than me will make all this trivial over the next decade and be a happy camper :)
gRegor`, bupkes and KartikPrabhu joined the channel
#LoqiKartikPrabhu: bret left you a message 35 minutes ago: just updated the next HWC wiki page, can you look to make sure chicago details look right?
yaf joined the channel
#kbslooks for folks to start implementing 'indiebox' :)
#Loqibear_: kbs left you a message on 4/8 at 12:20pm: just wondering - https://bear.im/pubkey.txt has both the expired and the new key, deliberate decision?
#KartikPrabhuso I have some time string of this sort "Wed May 23 06:01:13 +0000 2007" and I want to separate the timezone from the date i.e. I want "Wed May 23 06:01:13 2007" and "+0000" how do I do that?
#KartikPrabhukylewm: I tried datetime.strptime(time_str, '%a %b %d %H:%M:%S %z %Y') and it says "ValueError: 'z' is a bad directive in format '%a %b %d %H:%M:%S %z %Y'"
#KartikPrabhukylewm: are you sure it worked with the %z ?
#snarfedi'd eventually probably move the tzinfo class into webutil/util.py, but we can do that afterward
#snarfedmy one big remaining request is a unit test :P
#KartikPrabhusnarfed: yes the tzinfo class could be moved but I didn't have that lib in my fork. hmm will look into the unit test. where are the current unit tests?
#snarfedahhhh i see. yeah, sorry, you'll want to clone it locally and run the full alltests.py. annoying, i know
#KartikPrabhunp! I should have been doing that already... time to reboot my git skills
#snarfedon a related note, hey kylewm, you squashed the commits for one of your recent PRs, right? i'm curious how you did that after they'd been pushed to github
markmhendrickson joined the channel
#KartikPrabhusnarfed: the alltests.py simlink is broken after I cloned it locally
#snarfedah, you need to run git submodule update —init --recursive
#snarfedkylewm: oh i see, you just rebase -i and rewrite history on the topic branch. got it
demis joined the channel
#KartikPrabhusnarfed: It seems I can't clone beautifulsoup!
#snarfedKartikPrabhu: huh. what's the error message?
#KartikPrabhu"Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rights and the repository exists. Clone of 'git@github.com:JinnLynn/beautifulsoup.git' into submodule path 'beautifulsoup' failed"