Hacker Newsnew | past | comments | ask | show | jobs | submit | more sc's commentslogin

  curl -LO http://www.portaudio.com/archives/pa_stable_v19_20071207.tar.gz
  tar xzf pa_stable_v19_20071207.tar.gz
  cd portaudios
  ./configure && make && sudo make install
  cd ..
  curl -LO http://www.complang.org/ragel/ragel-6.3.tar.gz
  tar xzf ragel-6.3.tar.gz
  cd ragel-6.3
  ./configure && make && sudo make install
Now go back to bloopsaphone and

  make clean
  make ruby
(Make sure "/usr/local/bin" is in your $PATH.)


I also had to modify the portaudio Makefile to remove the -arch flags, and it worked then.


He wrote it for Hackety Hack, which will be built on Shoes for its next version. Whether or not it's included in Shoes itself or just HH will remain to be seen, but I'd love to see it in the former.


  Sounds like this isn't really big news at all ... Or am I too skeptical?
It does seem harder to trust a news source these days for accurate news, but as far as one thing that worked once being news or not: isn't that one definition of what "news" used to be? The discovery of the first _____.


Cool, sure, but blind rescues are as the crow flies to bugs: use them wisely, or use them _why-ly.


His comments about the CSS Garden are extremely misguided: "But how much of the loveliness is due to CSS and how much is due to photoshop is far from clear."

The whole point is that every page of the garden is the same, HTML-wise. CSS transforms each variation completely from the last.


But that in and of itself doesn't mean anything. The content is static. That makes it much easier to prettify. Look for example at the Orchid example that I linked to:

http://www.csszengarden.com/?cssfile=/211/211.css&page=0

Look at the headings. They're really beautiful. How do I do that in CSS? I can't. They are images.

To really demonstrate CSS you'd need to take all those style sheets and apply them to a different HTML document and see if they still looked good. No one has done that experiment (and I suspect no one will) but I predict the results would not look nearly as good.


> Look at the headings. They're really beautiful. How do I do that in CSS? I can't. They are images.

But really, the whole point is that they _are_ doing that in CSS. The images are defined in CSS; no "img" tags here. Browsers (and bots) that don't have that CSS support gracefully degrade to indexable text.

The headings are also nothing special. Just the "Zapfino" font pre-rendered. You could use CSS today and get it to work on every computer that has that font installed (every Mac and iPhone, to name a few), or if the browser has more experimental CSS support, you can render any custom font (with an open license) by specifying a path to the font online. But alas, most browsers do not support this, and we developers use sIFR instead.

> To really demonstrate CSS you'd need to take all those style sheets and apply them to a different HTML document and see if they still looked good. No one has done that experiment (and I suspect no one will) but I predict the results would not look nearly as good.

That's not the point of CSS.


> That's not the point of CSS.

Really? If that's true then either 1) CSS is useless for dynamic content or 2) you have to dynamically generate your CSS to match your dynamic content. Which is it?


Change the "ftp" protocol to "http" for a more reasonable download speed.


More info at http://www.rubyinside.com/ruby-191-released-first-production...

But also mirrored for much faster speed (ruby-lang.org is notoriously slow, even with HTTP): http://www.rubyinside.com/files/ruby-1.9.1-p0.tar.bz2


I think "they" were the developers, though (not the publisher), and they weren't "complaining" so much as commenting. I think this kind of piracy rate is pretty common with software.


It renders the entire article almost unreadable on my MacBook's 1280x800 resolution.


There is cost in overhead, too. Beyond getting the drive:

  - Connecting it to the internet so you can access it from anywhere
  - Setting up iTunes to stream properly
  - Setting up a mechanism that caches recent/popular files locally
  - Develop an iPhone app to access the drive


why (the Lucky Stiff) was using XUL for Hackety Hack[1], but wasn't happy with Mozilla, so he started building Shoes[2], instead.

[1] http://hacketyhack.net [2] http://shoooes.net


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

Search: