Slashback: Cinelerra, Dolphiname, Phoenix
And you don't want your database being a Flipper. MySQL has finally announced the name of their logo dolphin, and the winner is... Sakila! The name, submitted by Ambrose Twebaze of Swaziland, was chosen from 6357 entries "because it represents the global reach of MySQL as well as the friendly, open nature of the company." Slashdot covered the contest back in January, and MySQL listed some of the more popular names submitted back in April.
Perverse incentives are the most fun. Mark Barnett writes in reference to the ongoing pets.com lawsuit story Update: 10/04 00:18 GMT by T : Sorry, that's "PetsWarehouse," not "pets.com.":
"I was one of the settling parties. I did not settle out of fear. I settled because he wanted me to run his banner on my website for 120 days. The settlement did not say anything about the number of times it had to run. I ran it once per day at about 4 AM EST for 120 days. It was my joke on him. I think I got the better deal. I ran the defense fund banner about 1.5 million times versus his 120 times."
Wings for a lizard. Espectr0 writes "Phoenix 0.2 has been released!. Improvements include the return of the sidebar, extensions management and web form autocomplete. It's also a little smaller and faster, and 0.3 will be released in about a week. Get the scoop here."
Unsolicited testimonial. boomerang_56 writes "Wanting to see what the fuss was about, I just installed Red Hat 8. For me, working IEEE1394 features are a must. It was nice to see that now I don't have to recompile the kernel just to have Firewire working. So I downloaded and compiled Kino, and was able to capture from my camcorder, and even control it, without the major tweaks I used to have to do. Then I found out that Cinelerra has been released at version 1.0!!! So I downloaded and installed it via RPM (Pentium II binaries). I had to install an old version of libstdc++-3, but that was easy. No "--force" or the other hassles we used to have to go through. So the first time I fired up Cinelerra, after changing the preferences for IEEE1394 capture, I was impressed to see it actually captured on the first try. I guess the bottom line for this submission is as a user I wanted to say "thanks" for all the developers working on this kind of thing. We all know that besides gaming, video editing is the big killer app. It's really nice to be able to have this kind of power in open source software and not have to boot to Windows just to edit video now. It's not easy enough for my mom yet, but the way things are going, it won't be long. Oh, links... get Cinelerra here (check out the screenshots too). Get Kino here."
Blinkenlampen ueber Paris. fluxdvd writes "In celebration of the Nuit Blanche art festival in Paris, Project Blinkenlights has transformed Tower T2 of the Bibliothèque nationale de France into what is claimed to be the world's largest computer screen. The system used to drive the display runs an embedded version of Linux.
Read the story at Linuxdevices.com. They have live streams of the building at night (Paris time) and replay the previous night's display druing the day. It's quite impressive :)"
We mentioned the plans for this display a few weeks ago.
Don't you hunger for a patent-free, royalty-free, better-at-identical-bitrate alternative? The release of Red Hat 8.0 included the notable, intentional ommission of MP3 software, a decision Red Hat made on the basis of possible patent and royalty problems.
Now SnowDeath writes "After two days of trying to get my ALSA install to work correctly in RedHat 8.0 (Psyche), I finally headed over to the xmms website to see if there were any known bugs with ALSA. Low and behold, the first thing my eyes read tells how RedHat Software decided to not include the mp3 plugin in their xmms install in Psyche in fear of pending patent problems. So, do not despair, there is an rpm "update" for this particular problem on the xmms site."
ok, i guess i'm probably the last to know, but Redhat 8.0 has firewire support? sweet! maybe i will have to get it
mechanicos ergo cogito
"In celebration of the Nuit Blanche art festival in Paris, Project Blinkenlights has transformed Tower T2 of the Bibliothèque nationale de France into what is claimed to be the world's largest computer screen. The system used to drive the display runs an embedded version of Linux.
Am I the only one thinking this was someone's plan to play counter-strike on the worlds biggest screen?
because it represents the global reach of MySQL as well as the friendly, open nature of the company.
Shit, that's what I thought when I first glanced at that name.
Finally, math books without any of that base 6 crap in them.
Can't wait this on Mac OSX.
Uhh.. shouldn't that be petswarehouse.com?
you still caved, even if you found a way to be weasily about it.
Sure its funny, but now they can tell other people that previous suits have been successfull settled out of court and they had better pay up.
All actions have consequences.
"Weaseling out of things is makes us different from animals...except the waesel." H.Simpson.
The Kruger Dunning explains most post on
What version of Linux should I be programming to? Should I go with The Standard, Redhat? The Pure, Debian? The Cool, SuSE? or The Esoteric, Sorcerer? I would love to develop applications for Linux, but it is too difficult to nail down a baseline system what with each distro constantly adding and removing components all the time.
Each distro also demands tradeoffs. Redhat sacrifices everything to be "easy to install". Debian sacrifices currentness for stability (ha-ha). SuSE sacrifices compatibility with other distros for ease-of-use. And Sorcerer sacrifices that compatibility even more.
When Redhat removes another component like they did here, it's just business as usual in the Linux distro world. But for those developers out here who want to write applications, it's really hard with moving targets like these.
Since RedHat removed mp3 libraries from their distribution we should embrace a new format. This time, we should use a lossless format such as FLAC or Monkey's audio or even Meridian not only because of sound quality but because we need to show the Labels that we mean business. With lossless formats we will have equal standing with their business model technically and literally. We need to establish an age of freely distributed carbon copies of their material so that they become completely irrelevant. College dorms have enough bandwidth to exchange 30mb songs between each other. We should actively encourage people to adopt lossless file formats so we have more freedom in dissemination and use of OUR content. We need to defeat the Labels every way possible. By completely eliminating every reason for their existance we might come closer to their demise.
what happens when someone hacks it and it starts adding hardcore porn to the paris nightlife?
Bottles.
Don't know if you MYSQL users know about the MySQL Control Center application provided by MySQL, but it is pretty cool.
PROS:
1) Sleek User Interface (graphically shows PRI keys and I believe you can map relations (FK), but I haven't figured that out yet, also graphically shows indices).
2) Some queries download faster than web browser and telnet/ssh. Some SQL statements execute quite quickly like DELETE and INSERT.
3) Multi-window display helps to show historical SQL statements and current actions.
CONS:
1) System crashes with "large" queries. Kind of bad that I tried a simple SELECT of one of my "large" tables with 2,500 rows/records and my computer crashed. Yea, I quoted "large" because is is relative between my tables, not to the maximum number of rows that can be stored in MySQL tables. Your mileage may vary as I have really old computer at home - (64 MG/Ram, Pentium I, 32-bit Virtual Memory, Windows 95b).
2) Not very user-friendly in terms of SQL beginners. You have to know SQL in order to operate the application via the SQL pane.
3) Compared to other products like MS SQL Server Enterprise Manager, some of the screens are difficult to interpret (related to #2).
Hope this helps
"This must be a Thursday, I never could get the hang of Thursdays."
I'm using Phoenix right now, and seriously, I'm blown away by it. Not only is it lightning fast in comparison to Mozilla, but it already has the things I've been trying to get in the Mozilla trunk for a long time now. (For those of you who browse Bugzilla, you know how frustrating getting something into the trunk can be sometimes!) Some of the notable features of Phoenix are:
.5
1) Customizable Toolbars
2) Home button where it SHOULD BE!
3) Inline form management (Mozilla's form manager is all but worthless unless you've already filled out 20+ pages of forms.)
4) Theme that respects my system colors! (Go ahead, change your system colors, Phoenix changes with them!)
5) No bundled on software--I just want a browser! And if you use Mozilla for the mail, don't worry, the Mail client will be getting the same overhaul as the browser. It's a project called Minotaur, and will be started on roughly when Phoenix hits
There are tons of other things to mention here like the extensions manager, default popup blocking, tabs, worthwhile sidebars, ability to remove the throbber, a clean statusbar that actually works, etc., but it's best if you just see it for yourself! Go grab a copy, and then while you're enjoying it, thank Asa Dotzler, Blake Ross, Dave Hyatt, and the other guys who are making this a reality!
Thanks guys!
That link goes to a lawsuit redgarding petswarehouse.com. Are we mad at pets.com too?
It might be a good idea to not link directly to an rpm file located somewhere on the campus of a Norwegian Agricultural School. Hope they dont have upload quota caps, or some unlucky students going to get quite a few profanity-laced emails from sysadmins.....
they even included the profane name suggestions...
bastardo 14
absolutely hilarious
forget it.
FLAC is champagne, and mp3 is beer. Sure, champagne is better, but that doesn't mean there isn't a market for beer.
Phoenix is going to be the default browser in all Windows boxes that I admin - simply because it doesen't need to "install". Just plunk the directory over the network when a new version comes out and - wham! New broswer!
No "Updating Windows Installer"
No rebooting.
No IE vunerabilities!
No Unnesesary features from Mozilla.
No EULA to click through.
Oh. No rebooting!
Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.
I just installed Red Hat 8. For me, working IEEE1394 features are a must. It was nice to see that now I don't have to recompile the kernel just to have Firewire working
Does this mean that the many users of redhat who don't use firewire should recompile the kernal to remove an unused feature?
Of course Red Hat respects the mp3 patents. Red Hat (through employee Ingo Molnar) is applying for its own software patents, after all. If Red Hat does anything to interfere with the mp3 patents, then they would threaten their own ability to use the courts to quash competitors, should they win their own patents.
What patents are Molnar and Red Hat applying for? Why, patents on parts of Linux itself. See applications 20020059330 and 20020091868 at http://www.uspto.gov/patft/index.html
Linux has Tux the penguin. (Linus Torvalds likes penguins and there's the joke that penguins look like they're wearing tuxedoes which can be seen in many cartoons)
BSD has the BSD Daemon (sometimes known as Beastie, the daemon story is pretty long and I'm not going to type it here)
GNU has a Gnu (Well they share the same name so it was a fitting animal)
So umm why does MySQL have a dolphin? Named Sakila?
From the release notes:
6. Why would I want to use 0.2?
It has a cool build ID. 20021001 (October 1, 2002).
...nifty
I love Phoenix and have been using it as my primary browser since 0.1 was released.
I have posted severl screenshots on my site:
0.1 screenshots are here:
http://www.phatvibez.net/reviews.php?ID=phoenix
0.2 screenshots are here:
http://www.phatvibez.net/reviews.php?ID=phoenix2
--- Brad (http://www.LinuxReview.net)
Why is the name Sakila more global than any other name? I think the choice of a non-White African name is a manifestation of the typical White liberal hatred of their own kind. They hate the fact that the origins and legends of the open source movement are White, so they need to feel trendy and pick an African name to prove how progressive, enlightened and tolerant they are. It's cool to be a race traitor. How about the name Mugabe instead? Maybe they can commission a talented Ugandian artist to fashion a dolphin logo out of elephant dung?
thanks for the suggestion! I tried Mozilla when they had their first big "release" and was less than impressed. Phoenix, however, is a great browser in the first 10 minutes that I've been using it (downloaded it on your recommendation)
It's exactly what I need on my windows box: a BROWSER nothing more. Pages load fast and look just as good as they do when opened in IE.
I do most of my browsing on my iBook anyway and Apple Mail is for all of my mail accounts so this works perfectly! Thanks!
EVERYONE should try this out!
"an african flavor to MySQL??"
seriously. WHAT THE FUCK.
the dolphins name is SQUEAL. EVERYONE thinks it should be SQUEAL. i am starting my own form of mysql starting today, and the ONLY thing different is that the dolphin is named SQUEAL!
on that note:
ARE YOU A PHP DEVELOPER? WORK WITH ME AND MAKE MILLIONS!
Web Developer II
MARIJUANA, SHROOMS, X: ONLINE?! - E
The Blinkenlights people have a page about the Paris project here.
It sounds really cool. Based upon what I've heard on the radio, it is designed so that someone in Paris can call it on their mobile phone and play Tetris, Pong, Breakout, etc.
Plus, you can submit animated GIFs to them and they will play it. Neat.
Cogito ergo sum in Slashdot.
FLAC is champagne, and mp3 is beer.
Ogg is quality beer, and MP3 is Bud beer. How is Bud beer like repairing your filesystem on a boat? They're both fscking close to water.
Will I retire or break 10K?
I asked them a few times over the past few months what was going on with the dolphin naming contest. Never once got a reply. Never once an update on their web site, which HAD said it would be done "in a month or two"... that was back in January.
;)
Finally, I ended up forgetting about it. All the better. The name that they chose was equally forgettable. A "global" name probably means one that isn't trademarked that you're likely to forget in 5 minutes unless you're bombarded with heavy advertising and brand building.
So what did the dolphin namer win, anyhow?
Is it possible to use them both, do they use the same configuration data?
Because you think you are in Amsterdam.
--
Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
Just to add a couple points that I personally enjoy about Phoenix:
The olny thing that Windows Phoenix seems to be lacking from Mozilla (as far as I can tell) is a quick-launch option and the ability to change font scale on the fly with the Print Preview function (it can still be done via Page Setup, as with older versions of Mozilla.). Overall, this is a very good browser. I can see this going places... though sometimes I do appreciate the integration of Mozilla's email client, address book, and browser. I guess that this much is up to personal opinion...
Have you ever tried programming for Linux? If the removal of a plugin from XMMS hindered you, you're probably some sort of XMMS hacker. No one touches that code except for XMMS people. Sounds more off-the-hip than a real observation.
I have three big products I often deploy:
1. An LDAP Directory w/ Pretty Frontend
2. A "Windows Printer" That E-mails PDFs
3. An Industrial Remote I/O Controller
All three run happily on Redhat, Debian, SuSE, and even Sorcerer. No tweaking. Standard install materials. Not to mention all of these have package systems (albeit a bit rudimentary for Sorcerer) which makes the above problem little more than whining. I also pose the question "as opposed to what?". If different versions of Windows with varying levels of driver support aren't a moving target, I don't know what is. The only platforms I can think of that guarantees this kind of support stability are Sun, IBM, and maybe Apple.
Since you're a "developer who wants to write applications", where's your example? Which distro removed which precious component that stymied your project?
I think Mauve has the most RAM. --PHB (Dilbert Comic)
It's really quite simple, it IS about royalties, either they pay them to cover their ass so Thomson can't sue them a year down the road from now, or they simply don't include an MP3 decoder.
Sticking feathers up your butt does not make you a chicken - Tyler Durden
Paraphrasing Isaac Asimov, "--force is the last refuge of the incompetent."
If you are trying to install something and you find you need to use (rpm -i --force foo.rpm), you're sure to screw something up, or something's already been screwed up.
If you build a brick wall, each row of bricks depends on all of the bricks below being installed orderly. RPM and other dependency systems attempt to manage those bricks so you don't have mixed files, duplicates, holes or half-packages below the applications you want to use. Ignoring the errors or circumventing the checks for errors... well, some of us remember Humpty Dumpty.
[
When I congratulated her, she said:
All that work for nothing....Sometimes boldness is in fashion. Sometimes only the brave will be bold.
I didn't go back to the xmms site, I just used the Red Hat xmms RPMs which were included in the final beta called (null). These are xmms-1.2.7-14.mp3 and xmms-skins-1.2.7-14.mp3. I figure I don't need a lot of updates to a basic file player, and I prefer Red Hat authored RPMs for a Red Hat system.
Yanking MP3 support is unfortunate but not worth crying about. If you like MP3s, you probably can handle the hunt for the appropriate files to get your fix. I only use MP3s because so few hardware solutions support OGG or other formats yet. I'd love it if my SliMP3 supported OGG too, but for now it does a great job of making a household jukebox. If I adopt a similar OGG solution, I'll just re-rip the CDs.
[
somebody at work installed it today, and they had xmms running.
... more pr0n will be making its way to a building front near you.
so of course, the first thing i see on this screen is steve ballmer's "developers developers developers" dance
too bad this wasn't around when the ally our base craze got started
I installed Mozilla 1.1 on my Win98 machine and it would crash all the time (not so often on Win2k). It got so bad that I had to remove it and install IE. I felt dirty for using IE but I had to get my daily internet fix free of crashes. I grabbed Phoenix just to check it out. It needed no install, just run it from the directory you decompress it in....
So far Phoenix has yet to crash, is "popup" free, fast and everything I wanted Mozilla to be.
http://www.kubuntu.org/
are available here. Grab one today and enjoy the latest features!
-rimdo
making music isn't a full-time job, and even if we wanted it to be, that's why we have grants for artists available from public funds.
Every reasonable society needs a good, local art culture.
I'm not talking the National Enowment for the Arts...
I mean local governments supporting their own people to increase the quality of life for us all.
Call me a socialist, but if you want good art, you have to pay for it somehow. Get rid of the racket? Decentralize and _make public_ the monetary inentive system.
Obviously the corporate music system doesn't work... do you listen to that shit?
"Yeah, 'free' market!"
Bullshit.
Go grab a copy, and then while you're enjoying it, thank Asa Dotzler, Blake Ross, Dave Hyatt, and the other guys who are making this a reality!
Not sure about the others, but Dave Hyatt is/was one of the principles on the Chimera project and you can really see the similarity between these two browsers -- even to the point of the OS X style slide-out preference sheets. Very nice.
Lump lingered last in line for brains, and the ones she got were sorta rotten and insane.
Hmm... I've been watching the Blinkenlights stream for about 10 minutes now, and in that time I have seen 3 ads for the new Mini Cooper. Not that I mind, but it seems it is no longer possible to do anything without staring at ads. What next, half-page ads on slashdot?
er, wait... We already have those.
--- At my sig, unleash hell.
Tux the Penquin.
Beastie the Daemon.
Hexley the Platypus.
Sakila the Dolphin... what the?!? should have called him/her Mr. Jones (from Johnny Mnemonic). That dolphin could detect submarines and had the uncanny ability to surf the internet and people's minds via virtual reality too. Now that is one cool dolphin...
a ^= b; b ^= a; a ^= b;
That's really, really pathetic. You know what I did to capture digital video on one of the Macs at school? I plugged in the camera via Firewire, opened up iMovie, hit the "Play" button on the viewer, and then hit the "Capture" button. No additional configuration necessary.
Don't even get me started on the capabilities (or the lack thereof) of Free video editing applications. Even the feature set of iMovie makes them pale in comparison, and Final Cut Pro (which I have worked with extensively as part of a semester course on digital movie making) just completely blows them all away. I'm sorry, but Linux video editing with Free software is a complete joke. Use a Mac, it Just Works.
On the other hand, if you were willing to shell out the money required for a really nice x86 workstation and some of the high end compositing software supported under Linux, you'd definitely be good to go...
Software piracy is victimless theft.
Please don't confuse 'petswarehouse.com' (pets plural) with 'petwarehouse.com', which is run by Doctors Foster and Smith, and is (by all accounts) quite an upstanding company.
Now back to your regularly scheduled lawsuits.
For a long time, Windows didn't support mp3. You know what people did? They downloaded WinAmp.
Now, RH no longer has mp3 capability. Is that a problem? Nope. People will download xmms/etc.
Think they won't? They're idiot n00bs?
If some guy I know who couldn't figure out Norton Antivirus, and had a desktop filled to the brim with icons for *everything* (Ya couldna even see the wallpaper) could download and install WinAmp.. eh.
I've tried for three or four years to do 1394
style video editing under Windows. I've fiddled
with every hardware configuration and used every
capture program under the sun and I still can't
capture more than a few minutes of video without
loosing frames. I read the various forums
occasionally and it seems to me that a weegie
board has more relevant things to say
about video editing.
It's not your motherboard. It's not software X.
It's all Microsoft. I dual booted RedHat (so my
other box is debian, I was lazy) and low and
behold I can capture for HOURS and nary a dropped
frame. When it did drop a frame, dvgrab politely
told me why. This stuff works. Too bad I can't edit
under linux yet. When Cinelerra has the stability
and feature set of something like Sonic Foundry's
Video Vegas desktop video will finally stop being
an aggravating trip through the worst that personal
computing has to offer.
By the way, if you are a Windows user frustrated
with your editing app crashing get Video Vegas.
Despite the crazy name it has plenty of
professional features and it's rock solid. Unlike
Premiere, which I can crash just by blowing on the
case gently, Vegas let's me get through hours of
footage with no back talk.
I know replying to AC is probably a waste of time, but...
.wav it, .mp3 it, etc. Much easier to give him $10 for a CD & rip it.
.mp3s of his solo stuff...
Yeah, sure. A real lively music scene. How do you listen to it once you get home?
Perfect example: There's a guy here in Memphis who plays solo quite a bit, Ron Franklin (website). I really love his solo stuff, a good bluesy/folk/rock/gospel mix. But he only releases albums w/ the Entertainers. Don't get me wrong, I love RFE, too. But sometimes I'd rather listen to his solo stuff. I could probably get permission to record a show (I'm friendly w/ him), but then I'd have to mike it, try & get decent levels, pipe it into line in,
But hey! If you want to do all the work for me, I'd be glad to give you $10 for some
jred
I'm not a mechanic but I play one in my garage...
Eric Cartman: "Yeah, smart on rye bread with some mayonaise."
So I downloaded and installed it via RPM (Pentium II binaries). I had to install an old version of libstdc++-3, but that was easy.
What? Since when has that been easy. What do you tell your mom when she says, "I have a Pentium 4 dear, what are binaries?" and then try explaining to her the you need a older version of something. Isn't newer better? Especially when it comes to such necessities as libstdc++-3.
What is wrong here? No operating system will ever be mainstream with involvement like this. Maybe its great for elite linux geeks, but for standard desktop? I do not see that happening at this pace.
I tried using mencoder to convert to another format, but mencoder complains about 'illegal instruction' for some reason.
Anybody have any useful suggestions ? How can I convert the files ?
There are exceptions to every blanket statement, I guess. The Opera 6.x RPMs need --force on my system because I'm missing a Tk library which the RPM requires (for what I don't know). I don't want to install said libraries, so I use --force when installing Opera via RPM. Everything's fine.
-B
Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.
Just out of curiousity. Does anyone know how to pronounce this? Is it Sa ki la, or Sa Kee la, or something else entirely? I doubt I'll ever actually be verbalizing the name of the dolphin, but sometimes it helps to know these things should an arguement arise.
Sakila. Avaya. Verizon. Aquent (used to be MacTemps). Akamai.
Oh sure, they always say it comes from someplace. Akamai, for example, is supposed to mean something in Hawaiian. I forget what. It doesn't really matter because all these names sound the same. I think there is a secret Perl script somewhere that they aren't telling us about.
I think it has two basic algorithms. One of them takes a regular word and changes the spelling according to an algorithm I've yet to decipher. The other, simpler algorithm uses the folling syllables:
av, ev, iv, al, el, il, ul, ti, te, vi, va, vey, ty, tra, tri (perhaps others) and strings them together randomly.
Try it. It's easy:
Aviva. Eltiva. Altria. Ultera. Tyvela.
Thank-you.
By reading this post, and using the information contained herein, you consent to pay an outrageous consulting fee to me for naming your company. Make checks payable to Steven Marthouse, 5308 Oldcastle Ln., Springfield VA 22151.
For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
Simply include a program that pops up the first time you are connected to the internet after installation and offer to automatically download and install the RPM from the XMMS web site (after asking permission for xmms.org first, of course)? I'm sure xmms.org would cooperate here.
This way, they don't violate the patents (instead redirecting the download to xmms.org, which doesn't seem to mind distributing it), while still making it relatively simple and automatic for new users and others who then wouldn't have to figure out what's going on.
You'll be sued now, for sure.
Money for nothing, pix for free
It's pronounced "Bob."
they named their dolphin .. as an avid mysql user,
i'd hope they'd put as much effort in to stored
procedures, triggers and good transaction support
as they did in finding a name for their mascot
and 'sakila' is a sucky name
"suckila"
mysql walked right in to that one
It's not easy enough for my mom yet
Notice windows isn't easy enough for many people, but, with some help, they do use it.
Maybe your mom should give it a try !
On a related sidenote:
I just put a package for RadialContext for
Phoenix on the usual downloads page.
The olny thing that Windows Phoenix seems to be lacking from Mozilla (as far as I can tell) is a quick-launch option
This is probably because Phoenix was designed to be small and light-weight, thus eliminating the need for a "quick-launch" option. Think about it.
> Has an interface for adding and removing browser extensions (this Mozilla lacks)
I wish this was true. Phoenix has an interface for disabling extensions. But the uninstallation button is disabled because Mozilla still doesn't implement the functionality. (And Phoenix is a rewrite of the GUI portions. It doesn't implement anything new in the base.)
The uninstall functions in existing packages have been a pain to implement for the developers of the extensions. It's still several hundred lines of code to provide an uninstall button.
Sorry, pet peeve...
What Windows OS and version of Premiere are you using? I switched to from Win98 to Win2000 and from Premiere 5.1 to 6.0 a year ago. I can't remember the last time this combo crashed...
Am I just lucky?
-Peace-
Uhh, we do? Could somebody explain why please? I've heard it's more popular in the States than elsewhere, but I can count with one hand how many times I've seen (or even heard of) people editing their home movies on their computer: none.
Apple seem to make a big deal of this as well. Is this some kind of craze that never reached Europe, much like text messaging/sms never made the crossover to the US? Or is it just the latest round of tech industry hype, not actually backed up by substance?
About a third of the population of Swaziland is muslim. I'm pretty sure the name Sakila comes to SiSwati from the Arabic word Shakila which means beautiful or handsome (Shaquille is the masculine form of the same name).
Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
Configs in /etc, services in /etc/init.d, documentation in /usr/share/doc, user bins in /usr/bin unless your apps is necessary to rescue to the system, sbin for yoru admin bins, /usr/lib for your libraries, /usr/share for everything else, RPM for your packages, stable releases of glibc and gcc for C library and compiler, etc.
Do you want to know more?
If you write your core logic in ANSI C, or Perl, with the POSIX library functions, your program will be portable to any UNIX system with almost no trouble.
If your program is modular, then you can put all the non-portable stuff into abstraction modules. Targeting another system just means porting the abstraction, not the whole program.
Finally, open the source to your program and people will fix the portability problems for you if they want to use your program.
I started using it when I heard about the .1 release, and upgraded to .2 yesterday. My one major gripe about .1 was fixed in .2: CTRL+mwheel for font size changes.
;)
1) Customizable Toolbars
One of my biggest reasons for using it
2) Home button where it SHOULD BE!
Yes, GONE! No home button at all is exactly as it should be.
4) Theme that respects my system colors! (Go ahead, change your system colors, Phoenix changes with them!)
Exactly. WTF should my browser be blue when my system is silver or grey?
5) No bundled on software--I just want a browser!
Again, exactly. If I wanted the other software, I would download it.
There are tons of other things to mention here like the extensions manager, default popup blocking, tabs, worthwhile sidebars, ability to remove the throbber, a clean statusbar that actually works, etc.
Sidebar hidden by default, some of the mozilla preferences have returned, such as keeping scripts from screwing up your browser window and status bar, return of a normal download progress dialog.
The best part, imo, is that even without loading crap up at system startup, it loads almost as quickly as IE. There are only a few sites I still use IE to load any more, the vast majority of my browsing is in Phoenix (even hotmail is just better under Phoenix).
-PainKilleR-[CE]
:-)
If you develop in C++, make the effort to upgrade to GCC 3.2 and the new style standard C++ library style of programming. Believe me it's worth the effort. The only execption to this is if your interacting/recompiling with older KDE or Mozilla. The latter needs GCC-2.96 to load plugins.
This is incorrect. Phoenix is NOT just a rewrite of the GUI portions, it already has plenty of its own backend (i.e. C++) code. Changes were made in the chrome registry to support the new extensions manager *specifically for Phoenix*. The Phoenix team is not waiting on "Mozilla" to implement uninstall functionality, it just hasn't gotten the time to do it itself yet.
Do not set LD_LIBRARY_PATH. Compile with -R or LD_RUN_PATH instead.
That essay about LD_LIBRARY_PATH is one of the most interesting things I've ever read. Reading it helped me understand not only the issues involved, but affected a lot of my thinking about programming in general. It's good for you! :) I never can remember where it is, but I see that it's the first hit you get when you search for LD_LIBRARY_PATH on google now.
Secession is the right of all sentient beings.
In all seriousness, I am not just bitching because I submitted the story on the Paris display on MONDAY, I am just curious how long it takes for a story to get posted once it is submitted. I have submitted several stories, only to have them rejected and show up days later attributed to someone else. If there are that many stories being submitted that it takes 4 days to get through the queue, I am not even going to bother submitting anymore, because eventually someone else will either submit it, or everyone will see it anyway because the story will be a week old.
My beliefs do not require that you agree with them.
Captain Peacock: "The Japanese can't get their tongue around their r's."
:) )
Mr. Humphries: "Ohhhh...what a shame!"
(close enough quote anyway
Bill Clinton: Pimp we can believe in. - The Shirt!!!
I can here the music now.
Mannanap, nah nah nah nah nah nup.
Mannanap, nah nah nah nah nah nup.
SAKILA!
tune of Tequila
I used to wonder what was so holy about a silent night, now I have a child.
So you're saying that "door" should be pronounced like Homer's "doh"... Is that what he's been saying all this time...
Interestingly, the i686 build works on my K6-III+ which is technically an i586. Can anyone elaborate on the difference between i586 and i686 in this sense?
Escher was the first MC and Giger invented the HR department.
Just a note to point (2): You can put the home button in its proper place in mozilla by installing Home Button.
It's strange that moz doesn't put the home button there anyways. Maybe that will be fixed eventually.
-TomK
It translates in Enlgish usually to Cherry blossoms.
Didn't Pee Wee Herman dance to a song by this title in one of his movies?
OK, FLAC is "lossless" but it doesn't compress all that well.
Start with a 50 MB WAV file. Compress with Flac, and you *might* get 60% cut out. I honestly don't see much advantage over gzip or zip! Why bother with a new format name? ("Oh, our FLAC is better than zip/gzip, because... eh... we have a different name! We offer 2.2% better compression ratios!")
So now you have a 20 MB file. Lesee, over a 28.8 modem connection, you have...
A royal nightmare.
Ogg, on the other hand, compresses comparably to MP3. Your 50 MB WAV file might compress down to 4 MB with reasonable audio quality.
Lesee, over a 28.8 modem connection, you have...
Something reasonable.
I have no problem with your religion until you decide it's reason to deprive others of the truth.
your sig is a joke.
Two infinite things: your stupidity and mine. But I'm not sure about the latter. If my sig offends you, I'm sorry.
unintentional dig at MS SQL?
To read makes our speaking English good. - X. Harris
"(5) Think of how cool the name Squall would have been. Masculin, sea-related, implies a disruptive yet powerful force, has S,Q, and L in it..."
...and comes with gunblade?
I intended this post to be a troll. Its funny how a bunch of commie hippies fell for it.
I've been using Mozilla 1.2alpha and I'm already addicted to Typeahead Find-- land on a page, type / then a search string, and moz scrolls right to the first match on the page. No Ctrl-F, no dialog box!
Typeahead Find: the best thing to happen to browsers since the scroll wheel.
Has anyone else gotten so familiar with the daft Gnaming Konventions of many Free Software projects that they mistakenly assumed Kino was related to KDE?
... :)
(It is gkt based, see the build requirments page)
Sakila, makes me think of tequila
Mmm, tequila. It's gonna be a fun weekend
What about shorten? It's a lossless compressed format very popular with the www.etree.org crowd.
-- And, no it's not BS. It really happened (almost replying as AC because it's getting really offtopic).
OS Software is like love: The best way to make it grow is to give it away.
To my supportive, but angry "friend", I would say to chill out. It was off-topic, in a way. I have enough "venting karma" to last a while, but I would have liked to get some kind of response to my questions. Too bad you can't get modded UP even when you are off-topic.
My beliefs do not require that you agree with them.
Overall, the philosophy is to attack the availability problem from two
complementary directions: to reduce the number of software errors through
rigorous testing of running systems, and to reduce the effect of the remaining
errors by providing for recovery from them. An interesting footnote to this
design is that now a system failure can usually be considered to be the
result of two program errors: the first, in the program that started the
problem; the second, in the recovery routine that could not protect the
system.
-- A.L. Scherr, "Functional Structure of IBM Virtual Storage
Operating Systems, Part II: OS/VS-2 Concepts and
Philosophies," IBM Systems Journal, Vol. 12, No. 4.
- this post brought to you by the Automated Last Post Generator...