Solarized-dark(left) vs wombat emacs 24 themes.
Personally the bluey blue of the Solarized makes me want to stab your eyes out.
What says you?
Solarized-dark(left) vs wombat emacs 24 themes.
Personally the bluey blue of the Solarized makes me want to stab your eyes out.
What says you?
From my previous link but this is a clearer representation.
I use rinari in my emacs setup.
I also swear at it when it fails, which causes my blood pressure to go up and productivity to go further down. i don’t need help procrastinating!
Rinari needs to do some things to make it useful(ler) in today’s rails setups.
In no particular order:
So for all this to happen, in my life, I’ll need to ‘be better’ at lisp. Ok just ‘be’ in lisp would be a good start. I get the concepts. probably just copy shit i see and adapt. Whine on #emacs in irc or something, but it should come.
Time to learn, and do this, are also needed. Rinari has all the pieces to make it’s comeback like Rocky V or Rambo 18. But as LL Cool J said, “Don’t call it a comeback, cause I’ve been here for years”… this was pre Law & Order LA, or whatever show he is/was on.
Oh wow, look, it’s my emacs setup. Use it.
zsh aliases don’t take arguments. You must use a function instead.
em () { /Applications/Emacs.app/Contents/MacOS/Emacs $1 & }
Now you can open emacs in a gui window similar to mate blah.rb
Source: zsh docs
— Some site with annoying ads, so won’t reference.
This information isn’t rocket science or new, but some of these services were a surprise to me that they weren’t initiated by default.
For all of us learning, or relearning, when setting up a gentoo server, make sure your rc-update has all the services you need to run, after a server reboot
On my Rackspace Cloud server, below is what I needed to get most of it going. Now i need to add unicorn (through eunic ) and delayed job into this too, but I want to point out something I didn’t know I needed, and that was the net.eth* services.
I had a server blow up, needed a restart and I could not ssh into it from my terminal. That was because the net.eth0 and net.lo were not added to rc-update to start on boot. Without those, my server (or anyone’s from what i can tell) is impossible to ssh as nothing works to listen for incoming calls.
So check out the code below and make sure yours looks like this, plus any other vital services that need to run to make your app run after a surprise reboot
# rc-update show default
iptables | default
local | default
net.eth0 | default
net.eth1 | default
net.lo | default
netmount | default
nginx | default
postgresql-9.0 | default
rsyslog | default
sshd | default
udev-postmount | default
vixie-cron | default
As a total primer completion, here is how you add to rc-update any service you need.
First, make sure you have the file in /etc/init.d and you can run it in your terminal normally. starting stopping, that kind of thing.
Now to add to rc-update:
# rc-update add net.lo default # rc-update add net.eth0 default # rc-update add net.eth1 default
I hope this helps the internet somewhat. Don’t take for granted that basic services you’d think were there to restart, are.
cruftless return of filename and line no.
I know i’ll lose this link if i don’t put it here.
— me fucker.