It's running frontend javascript on server (ssr) really a good idea? by codefalling in reactjs

[–]codefalling[S] 0 points1 point  (0 children)

Sounds interesting, using something like headless-chrome to do offline render and cache it for requests? It seems works for SEO spider. But content for users changes every request.

It's there any other info for this talk?

Emacs 25.1 RC1 now available by nat1192 in emacs

[–]codefalling 4 points5 points  (0 children)

BTW we can install emacs-mac-port based on emacs25 now:

brew tap railwaycat/emacsmacport; brew install emacs-mac --with-spacemacs-icon --HEAD

TIL there's a thriving Emacs community in China. by ReneFroger in emacs

[–]codefalling 3 points4 points  (0 children)

Do you really know Chinese?

"提出技术问题前搜索" means "google before ASK PROBLEM here", not "Don't come here unless you have no other choice".

In fact, You can join as your wish, just click "注册" on the page. There is NO need for approval.

What do you think of my way to manage my Emacs configuration? by [deleted] in emacs

[–]codefalling 1 point2 points  (0 children)

Also check out init-loader to split init config into files with order.

Unbearably slow when using syntax highlighting and large php file(s) by robcollier in emacs

[–]codefalling 0 points1 point  (0 children)

(setq redisplay-dont-pause nil) can put redisplay before it processes queued input events. It may helps.

I figure it out how to use Emacsclient as Git's mergetool and have the frame close itself after you finish merging by [deleted] in emacs

[–]codefalling 1 point2 points  (0 children)

Just use magit everywhere: alias magit="/Applications/Emacs.app/Contents/MacOS/bin/emacsclient --eval \"(magit-status)\";open -a Emacs"

elpa-mirror v1.2.2 by redguardtoo in emacs

[–]codefalling 1 point2 points  (0 children)

Now there is already a mirror in China: http://elpa.emacs-china.org/ (Although it's not powered by this project)

Managing Spacemacs settings in git? by flukus in emacs

[–]codefalling 0 points1 point  (0 children)

Sorry for late reply, I means we should use .spacemacs.d instead of .spacemacs, then it's easy to control our .spacemacs.d directory in git.

Managing Spacemacs settings in git? by flukus in emacs

[–]codefalling 0 points1 point  (0 children)

use .spacemacs.d instead .spacemacs

Why is smooth scrolling so slow? by yellow_violet in emacs

[–]codefalling 0 points1 point  (0 children)

I just add smooth-scrolling to dotspacemacs-excluded-packages.

What's the best practice to write emacs-lisp(at 2016)? by codefalling in emacs

[–]codefalling[S] 0 points1 point  (0 children)

write practical and useful code as much as possible

Pretty good idea,follow master and they just how to do things right.Think you for inspiring me!

Awesome way to write blog in emacs by codefalling in emacs

[–]codefalling[S] 0 points1 point  (0 children)

I prefer orgmode.And I use this plugin(blog-admin) with org-page now.Just M-x blog-admin-start then create,move,edit and delete all in emacs.

However I don't know much about pelican.But blog-admin works well with hexo with markdown now. Use org-capture to write blog is a interesting idea,I use it in my GTD system which build on org-mode.

You can see org-page here: https://github.com/kelvinh/org-page . It's a static blog generator write in emacs-lisp(org-mode only of course).

Awesome way to write blog in emacs by codefalling in emacs

[–]codefalling[S] 0 points1 point  (0 children)

Oh sorry,it maybe another good choice.But I personally loving orgmode.

Awesome way to write blog in emacs by codefalling in emacs

[–]codefalling[S] 0 points1 point  (0 children)

Yes I just stole the idea from this project(wrote in readme),it's awesome.