This looked like the easiest way to post to LinkedIn. It isn’t. Hootsuite is.
Easily Move Comments to Another Post in WordPress
Sometimes you accidentally double-post the same article. It looks like an easy fix until you notice that people have commented on both articles! It turns out that the solution is pretty easy if you are comfortable with SQL. This post is a work of art concisely explaining what to do and making it simple.
Easily and Automatically Post to LinkedIn
Social Media Auto Publish lets you easily and automatically post to LinkedIn from WordPress.
The setup is effortless once you work around the disparity between the setup documentation and the current LinkedIn user interface.
Be sure to set “Enable auto publish posts to my linkedin account” to YES
.
Artificial Intelligence Answers Artificial Questions
Artificial intelligence answers artificial questions.
That observation says nothing about either.
MathJax Test Post
This is a test post to help evaluate the system.
MathJax
- Examples copied from here
- Inline
- \(\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}\)
- Equation
- \[\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}\]
- Inline
Org-Mode 8.3.4 Is Out
Org-Mode 8.3.4, a bugfix release, is out.
Only Do What Computers Cannot
Only Do What Computers Cannot
Switch to nlinum Immediately
A lot of headings in your Org-Mode file can make Emacs unusably slow when you collapse all of them.
My original solution was to avoid collapsing them with #+STARTUP: showeverything
. Major problem with that approach is that you still can’t use collapsing because if you do, Emacs because again unusable.
Months ago I switched to nlinum and now there are no more performance issues, even on the largest file that I work on.
Too Much Sugar Inhibits Cognitive Repair & Function
Via this study:
MetS as a result of fructose consumption exacerbates the deleterious effects of TBI on cognitive function. We propose a framework for a potential model in which fructose and TBI affect systems related to cell energy metabolism, which converge on intracellular pathways that regulate brain plasticity and cognitive function (Figure 7). Our results show the harmful impact of metabolic disease on the outcome of TBI with regards to mitochondrial biogenesis, synaptic plasticity, and cognitive function. These data suggest that fructose consumption reduces neural resilience and may predispose the brain toward cognitive dysfunction and lifelong susceptibility to neurological disorders.
When will this be on the 5am, 6am, 11am, 12am, 4pm, 5pm, 10pm news?
Choosing a WordPress Vagrant Box
I want a Vagrant box on which to configure and develop WordPress. Here are some of the options. I wanted to decide on one. Here is how.
- Box: name
- Stars: on GitHub, # stars
- Ctrb: on GitHub, # contributors
- Rel: on GitHub, # releases
- Cmts: on GitHub, # commits
- Brn: on GitHub, # branches
- For: Purpose of box
- Rct: Gut reaction 1
+
: Like*
: Pros and Cons-
: Dislike
- Rt2: Gut reaction 2
Strategy:
- Identify options
- Classify them by stars and contributors
- Get a gut reaction whether to dig deeper or not
- Review them again
Box | Stars | Ctrb | Rel | Cmts | Brn | For | Rct | Rt2 |
---|---|---|---|---|---|---|---|---|
VVV | 2323 | 72 | 13 | 1178 | 4 | WP Dev | + | |
Vagrnt-Press | 696 | 17 | 0 | 107 | 5 | Gen dev | + | ++ |
vipquickstart | 242 | 23 | 3 | 562 | 9 | Gen dev | + | – |
Primary-Vgrnt | 103 | 7 | 15 | 399 | 3 | Gen dev | + | na |
wp-nginx-hhvm | 28 | 2 | 0 | 20 | 1 | Gen dev | + | na |
MonkeyRocket | 13 | 1 | 0 | 5 | 2 | Gen dev | + | na |
Chassis | 330 | 17 | 0 | 274 | 7 | Gen dev | * | na |
wp-vagrant | 110 | 1 | 0 | 17 | 2 | Reg sup | * | na |
vccw | 382 | 20 | 45 | 343 | 3 | Gen dev | * | na |
genesis | 674 | 10 | 83 | 384 | 42 | Gen dev | * | na |
VVV-site-wizard | 373 | 5 | 0 | 70 | 2 | Cfg VVV | – | na |
vvv-reviewer | 69 | 3 | 4 | 23 | 2 | Rvw | – | na |
VAW | 78 | 2 | 0 | 31 | 1 | Gen dev | – | na |
WP Machine | 14 | 1 | 0 | 17 | 1 | LAMP | – | na |
wpkickstart | 32 | 9 | 0 | 44 | 1 | DigOcn | – | na |
VVV
seems to be the best place to start.