Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:A humble request for Linux media player develop (Score 4, Informative) 79

gapless != cross-fade. An MP3 stream is divided into frames that are larger than CD frames. If a song ends in the middle of a frame, that frame is padded with silence which cause an audio dropout when playing albums with continuous sound, like live recordings for example. Most modern MP3 encoders (at least LAME) use a non-standard (but nowadays defacto-standard) tag to store the exact byte on which the song ends so players can skip the silent padding and play the album just like the original CD would had. Worth noting is that this problem is MP3-specific. All modern codecs/containers already handle this natively.

Comment Re:Advantage over PDF? (Score 1) 76

it sounds like it's trying to do everything HTML can, but not be HTML

Basically it IS just (a subset of) plain HTML+CSS with a standardized naming structure for table of contents, chapters, cover and similar, all bundled together into a zip file. It defines a default style for unstyled tags and which subset of HTML and CSS the renderer must handle to be compliant.

Comment Re:I must be missing something (Score 3, Interesting) 41

This. It's not specific to Ruby frameworks though. You're pretty much in the same situation if you want to use anything other than PHP+MySQL. Generic hosts nowadays are pretty much meant for non-programmers to run their own PhpBB, Wordpress, Drupal and various legacy websites, not recently developed web applications unless the developers are still stuck in 2004 and choose PHP+MySQL as their language and database even when they have the chance to start from scratch.

Personally I just get a XEN/KVM server somewhere and install what I need myself, be it Ruby+Rails, Node.js+Railway or Scala+Play and Redis, RIAK, MongoDB and/or PostgreSQL.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...