blogg]ff #+home

— Q: What to do when I have valuable ideas captured during home hours?
A: Try to capture in git-blog. Then after chewing in git-blog for a while, update WP in bulk … see prefer bulk-operationS #G3 blogg`insight { 2010

gmail is an (rarely worthwhile) alternative … if I update on home laptop only

— Q: ideas captured during work hours, before 7pm?

Slippery slope — is dangerous in git-blogging on workPC or my laptop, but worst in web blogging

[score 80] alternative : paper blogging including printout, smemo. I can update either at home or on github.com. Eliminates merge conflict + slippery slope

[score 90] alternative : MSOL soaking/chewing/brewing

  • first capture raw content in mslo task/draft. Can’t easily transcribe to git-blog.
  • Some content I can chew over in MSOL then post to WP outside work hour, but risk is slippery slope
  • Some content I should simply send to gmail and post from home
  • For the rest, Over weekend, select some content and transcribe to tmp NEW file on github, then sync to laptop. NEW file reduces risk of merge conflict.

[score 50] git-blogging in pantry/lotus. I always follow a hard time limit.

[score 30] alternative: github.com-blogging? Reduces merge conflict. Feels uncomfortable and inefficient

… after 7pm?

[score 60] alternative : WP-blogging after 7pm

[score 50] git-blog on workPC, perhaps After 7pm. Smaller slippery slope than web blogging, but worse merge-conflict risk

Q: is git-blogging@workPC better than using my laptop in the pantry?
A: controversial. Using my laptop, beside better merge conflict, I always follow a hard time limit.

 

html-table: sample post; border control

“safe blogg” means blogg in office without breach. No posting. Mostly printing.

Above is a single-cell table. Below is a full table.

better leave first row and first/last columns empty

resizing should be disabled ..

— control html table borders. This solution was unknown to me for years. Then in 2025 I searched online, found countless ineffective solutions, before I stumbled on a real solution. Check out theme -> customize -> additionalCSS->

td, th {
  border: 1px solid #bbb;
  padding: 0px;
}

The solid color value can range from (dark) 000 to 999 to fff (white)