@Gargron lol this is really real, I am not that good at Photoshop :)
Notices by Nolan (nolan@toot.cafe), page 26
-
Nolan (nolan@toot.cafe)'s status on Wednesday, 12-Sep-2018 22:53:10 EDT
Nolan
-
Nolan (nolan@toot.cafe)'s status on Wednesday, 12-Sep-2018 22:51:48 EDT
Nolan
@Gargron outed by Minecraft
-
Nolan (nolan@toot.cafe)'s status on Wednesday, 12-Sep-2018 10:15:56 EDT
Nolan
Couple of good posts from the Chrome team looking at the past 10 years of JavaScript and browser performance: https://blog.chromium.org/2018/09/10-years-of-speed-in-chrome_11.html https://v8project.blogspot.com/2018/09/10-years.html
-
Nolan (nolan@toot.cafe)'s status on Tuesday, 11-Sep-2018 10:25:32 EDT
Nolan
"Jaron Lanier interview on how social media ruins your life" https://youtu.be/kc_Jq42Og7Q
Great interview, and once again can't recommend his book on social media enough. The main problem he cites is algorithmic manipulation, although I think many of his points are also relevant for non-algorithmic social media like Mastodon. https://www.goodreads.com/book/show/37830765-ten-arguments-for-deleting-your-social-media-accounts-right-now
In conversation from toot.cafe permalink Attachments
-
Andy Bell (hankchizljaw@toots.hankchizljaw.io)'s status on Monday, 10-Sep-2018 05:29:13 EDT
Andy Bell
You're probably aware of the recent Twitter hot drama about CSS, so instead of accusing people of doing front-end wrong, I thought I'd explain it all in a little tutorial instead.
Hopefully, this will make folks who did get it wrong feel a little better.
https://hankchizljaw.io/wrote/css-specifity-and-the-cascade/
In conversation from toots.hankchizljaw.io permalink Repeated by nolan -
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 23:53:32 EDT
Nolan
@kshyju Thanks!
In conversation from toot.cafe permalink -
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 20:17:08 EDT
Nolan
@nick Nope, they have an office in Bellevue (near Seattle). Although they're pretty friendly to remote work as well.
In conversation from toot.cafe permalink -
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 20:15:29 EDT
Nolan
@Gargron "welp" is definitely the first thing that popped into my head when I saw that.
In conversation from toot.cafe permalink -
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 16:27:31 EDT
Nolan
@DavidAnson That's too bad. Then again, I always have to visit the documentation for awk, grep, and sed because I can never remember how they work. 😂
In conversation from toot.cafe permalink -
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 16:18:50 EDT
Nolan
@ElfLord @probgoblin freedom.horse doesn't have a relay set up yet. Also still needs to upgrade to Mastodon v2.5.0, been putting it off because lazy. 😅
In conversation from toot.cafe permalink -
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 16:02:32 EDT
Nolan
@nick Yup, just posted about it today. https://nolanlawson.com/2018/09/09/moving-on-from-microsoft/
In conversation from toot.cafe permalink Attachments
-
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 15:57:23 EDT
Nolan
Even when I was at Microsoft I never really learned PowerShell, but it seemed to have some interesting ideas. I'm lazy, so I just clung to using the Windows Subsystem for Linux ("Bash on Windows"), even though it's still rough around the edges.
In conversation from toot.cafe permalink -
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 15:55:08 EDT
Nolan
Interesting interview with the creator of PowerShell https://www.heavybit.com/library/podcasts/to-be-continuous/ep-37-the-man-behind-windows-powershell/
I like this bit: "What's interesting is that the pattern on UNIX is you start writing it in some dirty Bash, and then you get 30 lines, and realize you're completely over your head, and so, you rewrite it in Python. Or in the old day, Perl, today, Python."
In conversation from toot.cafe permalink Attachments
-
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 14:42:03 EDT
Nolan
@skipfordj Oh cool, thanks! I don't even know what DMP is yet. 😜 I start on Monday.
In conversation from toot.cafe permalink -
Sorin Davidoi (sorin@toot.cafe)'s status on Saturday, 08-Sep-2018 18:35:06 EDT
Sorin Davidoi
Styled scrollbars have finally landed in Firefox Nightly (still off by default though), no more eyesore in Mastodon.
In conversation from toot.cafe permalink Repeated by nolan -
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 13:58:00 EDT
Nolan
New blog post: "Moving on from Microsoft" https://nolanlawson.com/2018/09/09/moving-on-from-microsoft/
A bit of a self-indulgent post, but I felt compelled to write it. I'm leaving Microsoft and joining Salesforce. Gonna miss all the friends I've made at Microsoft over the years, but excited for what's next!
In conversation from toot.cafe permalink Attachments
-
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 12:52:06 EDT
Nolan
@codesections @Kirschn @gcupc You provide a redirect URL, then Mastodon redirects to that URL with a query param containing the code: https://github.com/nolanlawson/pinafore/blob/fc46835decdab0dbadaa9ea25f0edd9a249c49e2/routes/_pages/settings/instances/add.html#L74-L77
In conversation from toot.cafe permalink Attachments
-
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 12:14:56 EDT
Nolan
@codesections @gcupc I can't remember exactly what I did, but I based my code on mastodon.js (https://github.com/Kirschn/mastodon.js/blob/master/mastodon.js) and you can see how I did it in Pinafore here: https://github.com/nolanlawson/pinafore/blob/fc46835decdab0dbadaa9ea25f0edd9a249c49e2/routes/_api/oauth.js
Just glanced at your code, but is "read:favourites" actually a thing? I thought the only scopes were "read", "write", and "follow". https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#registering-an-application
In conversation from toot.cafe permalink Attachments
-
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 12:10:35 EDT
Nolan
@dl hah yeah that's the other thing; he really looks like Goku with red hair.
In conversation from toot.cafe permalink -
Nolan (nolan@toot.cafe)'s status on Sunday, 09-Sep-2018 12:10:12 EDT
Nolan
@cheesegrits @dredmorbius @woozle I'm not really interested in trying the experiment again. I'm starting to think maybe it's normal for admin moderation talk to stick to channels like Discord where it stays off of public timelines. Also I think a lot of people just don't want to check multiple Mastodon accounts.
In conversation from toot.cafe permalink