But if you mean putting your name in there, yeah, I can definitely understand why women might not want to. :/
I use the site instead of the app, but overall it has been a good experience. Nothing really creepy.
I’d hope not, since your name isn’t Gregor!
want-to-read
may be unnecessarily verbose for the machine-readable value. Maybe it should just be to-read
.
My project for today's IndieWebCamp Austin was initially to update my fork of Quill for posting read posts.
I started by getting my fork of Quill updated. As I was working through some questions about how to include the action being taken on the book (“want to read,” “currently reading,” “finished reading,” etc.), Aaron helped me realize I was working a bit backwards and should start by publishing microformats properties that indicate the status.
I updated a recent read post to include microformats property p-read-status
with a value of “to-read.” I will continue experimenting with other values for that property. I am thinking “reading” for currently reading and “finished” for finished reading, but I don’t have any of those published yet.
I also added property p-read-of
on the h-cite
. This causes the cited work to show up as a property of the h-entry
when it’s parsed, not just as a child object.
Props to Aaron for helping get me on the right track for this!
Previously: https://gregorlove.com/2017/11/martijn-asked-if-i-had/
I am currently safe during the Lilac Fire. I had some family inquire, so thought I’d post this in case anyone else wondered. San Diego county is big and the fires are ~45 miles north of me.
More: http://www.fire.ca.gov/current_incidents/incidentdetails/Index/1928
I, like, see what you did there
I mean, several *have* gotten it and it does make me swoon a little.
Marrying an axe murderer worked out okay for Mike Myers.
My OKC profile starts out with “My name is Gregor and yes, ‘Gregor is a weird name.’” which is a StrongBad reference. I don’t expect everyone to get it, but it’s funny the number of messages I get that are just a variant of “Gregor isn’t a weird name.”
Watching IndieWebCamp Austin introduction and demos: https://www.youtube.com/watch?v=sB4zHGpvyig
AOL Instant Messenger is being discontinued on 2017-12-15. I have not used it regularly in quite a while, but I wanted to at least export my buddy list. I found a way using Javascript and browser dev tools. It’s not the most user-friendly, but it’s better than nothing.
First, if you still have the AIM desktop software installed, check the menus and https://help.aol.com/articles/aim-discontinued for possibly much easier options to save your buddy list and chat logs. I don’t have a version installed and since AOL has removed official download links, I don’t know what’s possible through the software.
If that doesn’t work, here is what I did:
Log in to https://aim.com
Click the down arrow by your name at the top left. Under Contacts check “Show offline contacts in one group.” Uncheck “Show custom groups.”
In your browser’s dev tools, disable the following CSS properties:
.aimlist-panel { position: absolute; }
.aimlist-itemscontainer { position: absolute; overflow-y: auto; height: auto; }
.accordion-list { * }
.virtual-list { * }
.vl-rows { * }
This will mess up the visual display of the buddy list in your browser, but should make it so the entire list of buddies is in the HTML, which is what we want. By default only the current screen’s worth of usernames is in the HTML.
In your browser’s dev tools console, run these lines of Javascript:
var entries = document.querySelectorAll('.aimlist-item');
for ( i = 0; i < entries.length; i++ ) { console.log(entries[i].getAttribute('title') + ': ' + entries[i].getAttribute('aria-label')) }
The console should then fill up with lines of screennames, display names, and online status. Copy and paste all of those into a text editor, then do some cleanup as needed.
Thanks for a great service and the exports! Is it possible to announce this from @gimmebar? I didn't get an email so just found out via another mention of it.
Great article!
If someone wants to avoid using the shell, or does not have shell access, I have had good experiences using a GUI like SQLyog Community. With that you can connect directly to your current database host as well as the new one (Dreamhost). Then there is an option to “Copy Tables to Different Host/Database.” You can select all tables or a subset of them.
There is an option to “DROP if table exists in target” which you may want to use, but be careful and double-check of course. :]
This should not run into issues with database sizes. As far as I know it is using individual SQL commands to copy.
If you’re in/near Austin, you should go!
Surprisingly they already responded and removed the profile.
Well, this is pleasantly surprising. Facebook responded and removed the profile, based on my “annoying or uninteresting” report:
Thanks for taking the time to report something you feel may go against the Facebook Community Standards. We removed Sarah Huckabee PresSec’s profile from Facebook. If Sarah Huckabee PresSec’s profile is restored, the photo you reported might reappear. If this happens, please feel free to report it again.