Hacker News new | past | comments | ask | show | jobs | submit | more kzar's comments login

Nicely put, reading through your list I realise I've used half of it too! What a waste :(


I did for what it's worth, for exactly this kind of reason. I needed my computer to just work so I could.


Surely it can depend on the computer and the kind of work you need to do. But I doubt there are any systems which "just work" for every single use case and scenario in the world. So if you found something that fits your particular needs (and wasn't achievable on Linux) - good. But for many use cases Linux is even better than Mac OSX. So it depends.


Of course you're right about the corner cases where somebody has particular requirements, but I'm also counted among the Linux-to-Mac migration. I couldn't afford the amount of time I was spending just to keep my desktop functioning, so I got a macbook. I run a dozen Debian or Ubuntu servers, but my primary workstation is a mac laptop.

Honestly, this article made me realize how much I take it for granted that all of the LCD projectors and dual-monitor setups I've encountered in the last half-decade have just worked with my mac. I thought back to 1999, when I got my first Xinerama dual-head setup working with X11 after about 4 hours of work...

xf86config? Oh the pain! One of the video cards was running at 50hz in 15-bit color mode. Madness.


I'm using "Nvidia X Server settings" tool for setting multiple monitors. Never had any problems with it on my Debian testing. And configuring system is usually trivial. How long ago did you stop using Linux for the desktop? If it was indeed around 1999 - then really, try again. Linux is not standing in one place.



Glad he's okay.

Let's hope the hospital doesn't offer him breakfast.


matt from the fsf here -- i spoke to the person with him at the hospital, he's fine. they're doing some routine tests now.


At least he probably doesn't need to worry about the hospital buying him a parrot.


If the server feels unhappy with the extra https traffic, the http://www.fsf.org/news/richard-stallman-speech-in-barcelona... link works OK.


Does anyone know of a good book about Ooka Tadasuke? He sounds like an interesting guy to read about.


I wrote an app that puts Facebook birthdays (and events) in Google calendar a while back: http://calenderp.appspot.com

(Just re-writing it now actually, few improvements here and this time I'm doing it in Clojure.)


Do any of these IRB alternatives support multi-line history? I want to define a function, press up and have the whole function definition there instead of the last line of it -- how it works with Clojure's REPL.


I just implemented it for ripl, http://github.com/cldwalker/ripl, in two ways: https://gist.github.com/939846. First way would put it in your history as a one-liner. The second would let you edit the last code block in your editor. The gist shows an example.

If you want to try this out, simply `gem install ripl ripl-multi_line` and add the gist to ~/.riplrc. Since this is a hack, I would open an issue on https://github.com/janlelis/ripl-multi_line/issues if you want it to be done properly.

If you were talking about using readline's multi-line history, I'm not sure if ruby's readline library has an api to it. Would be useful.


Hey, I've implemented it for the ripl multi_line plugin <https://github.com/janlelis/ripl-multi_line/>; (version 0.3.0).

You can change the behavior with the Ripl.config[:multi_line_history] option. Possible values: * :compact - transform the last statement into a ; separated one-liner * :block - just join the last multi-line statement to one block ("\n") * :blank - do nothing


Python's IDLE does this as well. It's hugely frustrating in other REPLs (irb, iPython) to type out a 5-line block only to find that you missed a keystroke on line 2. I'm hoping there's a keyboard shortcut I don't know about.


It does work in ipython it just is annoying to navigate and you have to rely on the automatic indenting a bit more if you are adding anything (as the ...: is missing).

Unless of course you mean history through different sessions as that doesn't work for full functions.


With IDLE a quick Ctrl-P will bring up the entire previous block input, including indents, all at once.


Indents are included with a simple up arrow with ipython, it also works if you are doing a backwards search (C-r), it just doesn't have the nice formatting you get when you first write the function.

Idle is a bit easier to edit the function though.


Thanks for making this, it's great.


I'd just donated to Wikileaks and PayPal wont let me close my account until next week when it's cleared. I hope they actually see the money :o


Ooo I can't wait


Just compile the CVS version and use that, then? That's what many of us have been doing for years -- Emacs 23's exciting new features are mostly very old news :)


(That sounded sarcastic in hindsight but it wasn't)


Just do an aptitude install emacs-snapshot if you're on Ubuntu.

(Debian might have that package too, but I'm not sure.)


Firefox only required the reboot due to an OS limitation by the sounds of it though, I didn't have to reboot my linux box or my macbook.


Consider applying for YC's Summer 2025 batch! Applications are open till May 13

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

Search: