Hacker News .hnnew | past | comments | ask | show | jobs | submit | weehuy's commentslogin

I think it's because the wss connection drops out, least that was what was spammed in my console logs.


This should be added to a FAQ somewhere. Took me ages to figure it out on my own, especially since the error msg is so generic -> http://pig-rabbit.com/tmux-and-launchctl


Just use https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard. Works for pbcopy, pbpaste, and launchctl.

Then just alias launchctl to "reattach-to-user-namespace /bin/launchctl"


So you can't resume an instance? I only ask because some of my projects take a long time to import the initial seed data.


I'm not sure if it was intentional or not (to grab attention) but the blue text with drop shadow on that red background hurts my eyes.


Nope, suppose to be white.

I'm guessing you're browser is automatically creating a link to that phone number and using some default stylesheet. What browser are you seeing that?


I see it as white, but the Skype plugin for Firefox changes phone numbers to highlight them.

I have it installed at home, will try it and then get back to you. Maybe some phones do that as well?.


Just tried it, it doesn't look blue, but it does look awful with the Skype plug-in.


This is cool idea and I wish it was available for linux.


How much of this is OSX specific since it's a node.js app? Other than the launchctl and plist stuff could this be ported to linux?


The majority of the OS X -specific aspects have to do with how it launches (launchd .plist files) and how it automagically resolves .dev domains (using /etc/resolver - see: http://developer.apple.com/library/mac/#documentation/Darwin... )

Substituting launchd is easily done with any process launcher of your choice. As for the .dev TLD trick - that's a little harder, as OS X 10.6 has support for flat files inside /etc/resolver/* which the name of the file indicates what configuration/settings to use when resolving that domain. As such, they just drop a file named 'dev' in there and tell it to look to localhost on a custom port for DNS resolution. Then they run a mini DNS server on that port to resolve .dev domains to localhost.

Probably the only way to do something similar to this for linux would be to run a name server of your own on your box and add a custom zone configuration for the .dev TLD and recursive lookup for anything else.


Yea this is interesting, with a little fiddling I was able to get the webserver up. It's not picking up my app yet. Though I'm not sure if it's because it's not being initialized or because I can't reach it due to not having the dns setup.


Now I can solve all those 'spot the difference' games. Bwhahahah!


Just cross your eyes.


Or uncross them--i.e. moving your eyes out also works.


One of the best things about this (and other irish & co. projects)are the explanations and docs. This team always makes reading and understanding what's going on behind the scenes entertaining. It's immensely valuable to a relative newbie like myself.


I'm still a little intimidated by the weight of their crushing intellect whenever I go to the dojo, but the friendly people make it bearable ;)


If I navigate to http://amiworkingforgithubnow.com/yes does that mean I'm instantly hired?


I thought maybe it was shenanigans like http://stackoverflow.com/questions/4198883/exposing-any-ruby...

where you were suppose to add your handle to GITHUB_HANDLES list, but alas didn't work.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: