#[schmarty]UI is pretty critical. as more of a developer than a designer it takes me a long time to work out UIs that I am happy with, but the results are better when I spend the time than if I just slap a UI on top of an implementation.
#GWGThis is going to be much nicer. I had to use JS though
#petermolnarthere's also the case of the language below them, eg. date formatting; PHP with it's no%s, Python with %, and Python generally being an a*hole with dates
#sl007I actually did autodetecting language in js - it uses fine 750 language fingerprints I did and is fine for node.js - In the browser you can select a set of fingerprints because performance (tell me if need)
#ben_thatmustbeme!tell miklb_ try inkstone again and let me know how it goes. again, it may take a few refreshes to get the new version. You'll be able to tell because the bottom of the settings page will have version info now and a button to force refresh syndication targets
#gRegorLoveI'm considering manually copying some of FB's "Memories" photo posts to my site. Sometimes they do a good job surfacing memories I'd like to keep, posted well before I even thought of posting photos on my own site. Also they're usually other people's photos of me I don't have copies of.
#KartikPrabhugRegorLove: if they are other people's photos is it appropriate to post on your site?
#gRegorLoveI'd only do it with friends' photos who I'm sure won't mind, or I'd ask
snarfed joined the channel
#KartikPrabhuthat seems fine. maybe you can attribute the photo to them too
#aaronpki registered a copyright on a music album in 1999 but they didn't have an online registration system then
#gRegorLoveI think that's slightly different. I mean specifically the DMCA safe harbor registration
#gRegorLoveOy. "the system is not designed for individuals or sole proprietorships, even though those people should be able to get DMCA safe harbor protections as well. Specifically, to register, it requires an organization name and a "second contact" name and information."
KevinMarks, snarfed and awolf joined the channel
#gRegorLoveThough at least the registration fee went from $100 to $6
KevinMarks, awolf, tantek and Zegnat joined the channel
#aaronpkthinks it's about time he set up a new website to talk about amateur radio stuff to keep it off of his main web page
KevinMarks1 joined the channel
#KevinMarks1hm. maybe svgur.com should register with DMCA
#ZegnatWhy a separate site vs a separate feed on your main site, aaronpk?
#aaronpkit's customary in this community for people to have a URL that matches their call sign. I also kind of like the idea of just having it totally separate
KartikPrabhu, snarfed and mlncn joined the channel
#Zegnataaronpk, aah, the callsign thing makes sense. The way IndieWeb has domains as identity, I guess in the radio world your callsign is your identity.
[schmarty] joined the channel
#[schmarty]aaronpk as a licensed ham i am interested in this. any references for the "typical" call sign domain? is it usually a .com?
#aaronpkjust anecdotal evidence every time I search for anything relating to radio. they seem to be mostly .coms
#aaronpkbut .fm is kinda expensive and also a lot of the communications happens on modes other than FM (frequency modulation)
#gRegorLoveHow long have you been into ham radio aaronpk? My dad was big into it when I was a kid; tried to get me to learn morse code. I did briefly but never got into like he did.
#aaronpkthere's this whole massive APRS network I can take advantage of
#kbs(context - used to be kg6qqr until I let it expire out of lack of actual use... I really loved building radios, but found I didn't actually use it for communication :)
sl007 joined the channel
#gRegorLoveHiya kbs. Are you still working on any pgp / private communications stuff?
#kbsgRegorLove: hey, long time :) not that much on pgp specifically, but related things for my job happily
#aaronpkkbs: aw, just missed the cutoff to renew it. but since you have the Extra license, all you have to do is pass the Tech exam and you'll get your old license back!
#kbsaaronpk: no claims to security expertise, as I just rely on others wiser than me here :) but based on the goals in the design considerations section, looks a nice balance between usability and the desired degree of acl security.
#MSiepI've set up a rel="me" link to my Twitter account on my home page, https://TechDesignPsych, and indieauth.com recognizes it as valid but indiewebify.me says "https://twitter.com/MSiep doesn’t link back" so I'm wondering whether I actually have it set up correctly or not?
#MSiepaaronpk: I did that and it indiewebify.me now accepts it as long as I specify https as what I'm testing too.
#aaronpki think indiewebify.me is only following one redirect
#aaronpkMSiep: cool thanks for confirming. in general you should limit the number of redirects, but technically indiewebify.me should have allowed those multiple redirects anyway.
#MSiep...but indieauth.com doesn't mind whether I do http or https.
#aaronpkyeah indieauth.com's redirect handling is a little better
#MSiepI'd wondered if the Twitter redirect had something to do with it, since I noticed it turns it into a t.co URL.
#aaronpkyeah that was the first time we started dealing with redirect issues, but people still have a variety of www / http / https redirects despite the t.co thing
#gRegorLoveYeah, I need to get back to those improvements on indiewebify.me
#ZegnatThat whole redirecting and canonical URLs thing is what has kept me from releasing my verification browser extension :/ It is annoying