Earlier quoted context omitted.
> This has to take a toll, right? For a while, a friend and I went on a "steal sleep" schedule. We both underslept, got like 4-6 hours per night, and then stole sleep whenever we had nothing important to do. Sleep 10 minutes in a taxi, 20 minutes on a subway ride, 1 hour between meetings when you're in the middle of the city... surprisingly, it actually works, and you can go into deep sleep pretty quickly whenever yo…
It sounds like a fun experiment, but hard to control for the fact that your decisions, your "effective IQ", etc. are all greatly affected by being tired. This would let you do more stuff, but you were doing it all sub-optimally.
The Way I Work: Matt Mullenweg
31–40 of 47 posts
Re: The Way I Work: Matt Mullenweg
#32Earlier quoted context omitted.
He definitely means Synergy -- that's the setup I have at work too. (except 24")
Me too, except with Linux on one and Windows on the other. synergy works fine, although the fact that the last release seems to be from 2006 worries me a bit.
* Make it peer to peer instead of client/server, keyboard & mouse events from all peers are shared, not just the server's
* Use mDNS (e.g. Bonjour) to auto-detect nearby peers and auto-connect to known ones. Also, use some kind of authentication - you don't want random people on a public wifi to be able to get access to your clipboard because you forgot to quit your synergy client.
Alas, I haven't had the time. Maybe this summer...
Re: The Way I Work: Matt Mullenweg
#33Yeah. It is time to save on all those offices, leased lines, and owning a hardware. Laptop, 3G, code.google.com and aws.amazon.com or some self-managed dedicated server. That is already established way to work in US. Now it is time to expand to so-called third world.
Re: The Way I Work: Matt Mullenweg
#34Yeah. It is time to save on all those offices, leased lines, and owning a hardware. Laptop, 3G, code.google.com and aws.amazon.com or some self-managed dedicated server. That is already established way to work in US. Now it is time to expand to so-called third world.
You're late. It's expanded already. :P
Re: The Way I Work: Matt Mullenweg
#35I'd recognize those Shindo Latour loudspeakers anywhere. That's a serious audiophile system costing more than a typical U.S. automobile.
Re: The Way I Work: Matt Mullenweg
#36Some aspects of the bubble lifestyle irritate me, but this was an interesting read. In my home office, I have two large, 30-inch computer monitors -- a Mac and a PC. They share the same mouse and keyboard, so I can type or copy and paste between them. I'll typically do Web stuff on the Mac and e-mail and chat stuff on the PC. What does this actually mean? A Mac with a virtualized Windows instance on one of the monito…
What does "bubble lifestyle" mean?
You can see this when Wall Street traders blow $100,000 on a night of entertainment, and you can also see it on a smaller scale when excessive financing through a VC reaches a company which then sometimes wastes the excess money.
Coming back to this article, Matt seems like a nice, productive guy, so this wasn't really a good example of what I'm talking about. There are some people in the Bay Area, though, who are in the "startup scene" largely to party, socialize, spend lots of money in extravagant ways, and attempt to get rich quick -- this is the "bubble lifestyle" I referred to. I know there are at least a few others here on HN who have seen firsthand what I'm talking about, because it's been mentioned before.
So, when I saw the mention of dual 30" monitors, 2 laptops a year, prime SF real estate, eating out all the time, etc. I was reminded of the bubble lifestyle. Sometimes, for people who are used to being frugal, this kind of thing just jumps out at you. Many hackers are frugal people -- PG seems to be one of them, because I remember him saying something about being impressed that a Yahoo co-founder went poking around Viaweb servers to see if there was any unnecessary use of resources, even though Yahoo was already big and he was already rich.
Before someone downvotes this comment, I want to reiterate that I don't mean to denigrate Matt at all. In Matt's case, it could very well be that the expenditures are worthwhile and even necessary. But I was just reminded of others who are just in it for the lifestyle.
Re: The Way I Work: Matt Mullenweg
#37Some aspects of the bubble lifestyle irritate me, but this was an interesting read. In my home office, I have two large, 30-inch computer monitors -- a Mac and a PC. They share the same mouse and keyboard, so I can type or copy and paste between them. I'll typically do Web stuff on the Mac and e-mail and chat stuff on the PC. What does this actually mean? A Mac with a virtualized Windows instance on one of the monito…
It probably means he's using http://synergy2.sourceforge.net/ - I've used it for similar things (typing on a Mac laptop, with a second monitor hooked up to a Linux desktop) and it's a brilliant solution.
I'm trying to decide between 2x30" and 30" + 2x20"(in landscape) on either side.
Re: The Way I Work: Matt Mullenweg
#38Re: The Way I Work: Matt Mullenweg
#39I'd recognize those Shindo Latour loudspeakers anywhere. That's a serious audiophile system costing more than a typical U.S. automobile.
Re: The Way I Work: Matt Mullenweg
#40Earlier quoted context omitted.
Me too, except with Linux on one and Windows on the other. synergy works fine, although the fact that the last release seems to be from 2006 worries me a bit.
I keep meaning to pick up the synergy source code and improve it a bit. Things I'd like to see: * Make it peer to peer instead of client/server, keyboard & mouse events from all peers are shared, not just the server's * Use mDNS (e.g. Bonjour) to auto-detect nearby peers and auto-connect to known ones. Also, use some kind of authentication - you don't want random people on a public wifi to be able to get access to yo…