How to Display Code on Your WordPress Website the Proper Way http://premium.wpmudev.org/blog/displaying-code/ via @wpmudev
The Conference Manifesto: 10 Steps to a Better Conference
Acceptance to the conference could be contingent upon the speaker reading and signing an agreement to meet the following criteria in their talks:
1) I understand that the conference paper should do something that an article cannot. Since it involves direct, real-time contact with other humans, the speaker should make use of this relatively rare and thus precious opportunity to interact meaningfully with other scholars.
2) I will not read my paper line by line in a monotone without looking at the audience. I needn’t necessarily abide by some entertainment imperative, with jokes, anecdotes or flashy slides, but I will strive to maintain a certain compassion toward my captive audience.
3) I understand that a list is not a talk. I will not simply list appearances of a theme in a given corpus.
4) I will have a thesis, and if I don’t, I will at least have a reason that my talk should exist.
5) I will keep direct citations to a minimum, not relying on them to fill up time. I understand that audience members shudder at lengthy blocks of text in the PowerPoint or on the handout.
6) In the Q. and A., I will not ask an irrelevant question for the sake of being seen asking a question. If my question is hyperspecific and meaningless to anyone but myself, I will approach the speaker after the talk with my query.
7) I will not make a statement and then put a question mark at the end to make it sound like a question.
8) If I ask an actual question, I will a) not take more than a minute or so to ask it, and b) ask it politely even if I disagree with the speaker.
9) I respect the time of my colleagues who’ve come to hear me speak. I will do my best to be as clear and succinct as possible, and make their attendance worthwhile.
10) I understand that if I disregard these recommendations, I might be complicit in the death of the humanities.
Source: The Conference Manifesto
This is aimed at academic conferences in the humanities, but it applies equally to academic conferences in law and to many tech conferences. CALIcon would be an even better conference if presenters and attendees kept these things in mind.
Adding custom slash commands to Slack
Slack’s custom slash commands perform a very simple task: they take whatever text you enter after the command itself (along with some other predefined values), send it to a URL, then accept whatever the script returns and posts it as a Slackbot message to the person who issued the command. What you do with that text at the URL is what makes slash commands so useful.
For example, you have a script that translates English to French, so you create a slash command called
/translate
, and expect that the user will enter an English word that they’d like translated into French. When the user types/translate dog
into the Slack message field, Slack bundles up the text stringdog
with those other server variables and sends the whole thing to your script, which performs its task of finding the correct French word,chien
, and sends it back to Slack along with whatever message you added with your script has, and Slack posts it back to the user asThe French word for "dog" is "chien"
. No one else on the team will see message, since it’s from Slackbot to the user.
— via Creating Custom Slash Commands for Slack
Great tutorial walking you through one of the many useful features of Slack. This will get included in the CALIcon15 session.
Apache Allura is an open source repo/project management system
Apache Allura is an open source implementation of a software “forge”, a web site that manages source code repositories, bug reports, discussions, wiki pages, blogs and more for any number of individual projects.
Source: Apache Allura™ / Wiki / Home
Looks like it could be a good alternative for folks looking for something that is not Github to help manage code and projects. Written Python, uses MongoDB as its dbm, search is SOLR powered.
My Twitter Digest for 05/01/2015
- RT @buchmanster: blockchains: emphasis on fork choice rules, crypto tooling, and p2p everything. https://t.co/RdWtfsFR6G 13:45:31, 2015-05-01
- Session accepted for #CALIcon15 are beginning to appear at http://t.co/wVEJgtt6JN. Acceptance emails going out this afternoon. @caliorg 14:59:05, 2015-05-01
- My Twitter Digest for 04/30/2015 http://t.co/jRmJvOWKsU 15:31:16, 2015-05-01
- 48 sessions covering a wide range of topics in tech + legal education accepted for #CALIcon15 http://t.co/wVEJgtt6JN A few more coming… 17:40:49, 2015-05-01
- Gitchain http://t.co/Uf4eDwpRcz 19:16:15, 2015-05-01
- Build nginx with Google PageSpeed module for better performance http://t.co/qCC19RFqn5 19:52:03, 2015-05-01
- How much can technology actually improve collaboration? http://t.co/EYPhEXldjF 22:45:00, 2015-05-01
How much can technology actually improve collaboration?
Communication and collaboration are not synonymous. One is a simple exchange of information, the other is the co-creation of shared outcomes that are richer than they would be otherwise because the participants respond to learning and insight during the process itself.
How much can technology actually improve collaboration? | ZDNet http://www.zdnet.com/article/how-much-can-technology-actually-improve-collaboration/
Good explanation of the promise of and problems with modern collaboration tools. Tech isn’t a silver bullet.
Build nginx with Google PageSpeed module for better performance
This tutorials explains how to build nginx with the latest version of the nginx_pagespeed module on Debian Jessie. The PageSpeed module applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) and therefore speeds up your web site and reduces load times.
How to build nginx with Google PageSpeed module on Debian 8 (Jessie) https://www.howtoforge.com/tutorial/nginx-with-ngx_pagespeed-on-debian-8-jessie/
Seems like an interesting weekend project.
Gitchain
Gitchain http://gitchain.org/#
My Twitter Digest for 04/30/2015
- @sglassmeyer How does big law and analytics help a single parent with kids who was just wrongly evicted? #FutureLaw in reply to sglassmeyer 13:43:40, 2015-04-30
- @sglassmeyer Or a peanut farmer with contracts to sell a crop to a processor who just shutdown over health code violations. in reply to sglassmeyer 13:45:20, 2015-04-30
- Incoming Harvard Law students will be offered Harvard Business School’s online courses on business fundamentals http://t.co/kKACDTg3Tt 14:18:49, 2015-04-30
- @TeriKarobonik @sglassmeyer it would be nice if such tools existed. Little is affordable to nonprofits. We build our own tools. in reply to TeriKarobonik 14:35:56, 2015-04-30
- My Twitter Digest for 04/29/2015 http://t.co/jFJsS4jqt6 15:30:12, 2015-04-30
- RT @trbruce: "Law students don't really need collaborative space" — statement made by a faculty member at a space-planning meeting this mo… 17:08:27, 2015-04-30
- RT @sglassmeyer: Every time someone says "with technology you can…" I mentally replace "technology" with "magic fairies." Same thing. 19:42:25, 2015-04-30
- RT @sglassmeyer: Overuse of word technology klaxon. Stone arrow points are technology. Technology not a panacea or just one thing. Be spec… 19:42:47, 2015-04-30
- RT @mojavelinux: Asciidoctor is starting to show up in Apache projects. Nice! http://t.co/oiXbc6NzrW 19:43:13, 2015-04-30
- @sglassmeyer @trbruce Git + block chain could provide a way to authenticate legal info by creating history that runs back to a doc's origin. in reply to sglassmeyer 20:46:31, 2015-04-30
My Twitter Digest for 04/29/2015
- Syncthing for syncing data between devices http://t.co/pWf6NZDMDb 10:20:43, 2015-04-29
- My Twitter Digest for 04/28/2015 http://t.co/hlaCt2wTAu 15:30:51, 2015-04-29