| Comments: |
I believe Firefox 2.omg will be storing bookmarks in the SQL dealie too. Because 10 years of a consistent, easily-parsable file format was WAY too long.
I've read about that. They're going to keep it stored in an html file as well but it will only be updated when the program is opened/close.
Go away.
By the way, "easily-parsable" doesn't beat the raw power of a database. DB>TXT any day.
I believe Firefox 2.omg will be storing bookmarks in the SQL dealie too.
.omg files?
Firefox 2.omg.ponies!!
(I just got myself banned from this blog, didn't I...)
I'm just glad to have an alternative to evite finally. Good lord is that place irritating.
There are a number of very good reasons to ignore the ics files. I can't think of one good reason to delete them.
Speaking of the database worms, have you been wondering why Mail.app's indices were so bloated and slow? SQLite, baby! Woo!
Do you have a link to the mozilla spec for this?
![[User Picture]](http://l-userpic.livejournal.com/5887295/515656) | From: jwz Thu, 13-Apr-2006 9:13 PM (UTC)
| (Link)
|
I do not. But one of the developers admitted/defended it, and the resulting conversation made both of us unhappy.
1. New online magical calendar system is announced.
2. Does it sync with my Palm? No? Okay then.
3. Go to #1.
If Google would put a Palm-sync conduit into their Google Desktop, I'd be on that in a second. They could even sync my address book with my Gmail contacts and do something interesting with the todo list.
![[User Picture]](http://l-userpic.livejournal.com/7259515/308356) | From: down8 Thu, 13-Apr-2006 9:30 PM (UTC)
| (Link)
|
Y!Calendar syncs w/Palm/PocketPC.
I honestly expect Google will have an app soon, if not by their own design, via a 3rd party - probably free.
-bZj
![[User Picture]](http://l-userpic.livejournal.com/5887295/515656) | From: jwz Thu, 13-Apr-2006 10:47 PM (UTC)
Palm | (Link)
|
Google seems to have something against PalmOS in general. Note how their entire "mobile" line ignores PalmOS and only works on phones built around a Java VM. (Anyone who says "but you can do Java on Palm" hasn't tried.)
![[User Picture]](http://l-userpic.livejournal.com/72003885/213436) | From: loic Thu, 13-Apr-2006 10:00 PM (UTC)
| (Link)
|
Oooh. I hadn't seen that. I'm pretty sure that's Not the Right Way.
Since adding features has never been part of the wheel-reinvention ethos it makes perfect sense that the moz developers now pursue weight, cost and complexity instead. As much as I recoil at the nerd culture around it, I'm so happy google is systematically replacing the bloated pigs that are modern-day desktop applications (some Apple software aside). I look forward to the day when most my data is on google's hardware and all I need to personally support is a moz-like browser and a community wi-fi connection.
I really hope you're joking or being sarcastic, mostly about the google part.
"I look forward to the day when most my data is on google's hardware"
There's something about this whole "I'll just store all of my data on the internet!" idea that makes me very, very uneasy.
If I don't have local copies on my own system, it's not something I will use.
*uses gmail as a pop3 server*
So, when do you think that the NSA will demand to build a "secret room" at Google's datacenters?
![[User Picture]](http://l-userpic.livejournal.com/2433339/468495) | From: ralesk Thu, 13-Apr-2006 11:31 PM (UTC)
| (Link)
|
I’m endlessly amused by how they can’t make up their minds about the bloody version numbers.
And a bunch of other things.
Sunbird… man, that’s so gonna be like Duke Nukem Forever for quite a while, if they keep on being so aimless and indecisive.
It's just the general dumbing down of the "FOSS community". Nobody ever got fired for buying an IBM 360 or choosing SQL or DBM.
It blows that you are (realistically) comparing Google's service-based calendar to something that runs locally. That's another bit of confusion that has swept the industry.
I say: sell the nightclub and put all yr money into trying to take over the software industry. You have the good taste for it and not enough angst, adreneline, and bitterness in yr life -- this would surely be the best cure.
-t
![[User Picture]](http://l-userpic.livejournal.com/5887295/515656) | From: jwz Thu, 13-Apr-2006 11:46 PM (UTC)
Re: yeah. | (Link)
|
That whole "software world domination" thing didn't work out so well -- the nightclub was the consolation prize.
Google calendar is REALLY awesome, too. It solves the single biggest problem with computer calendars, which is that you have to push ten buttons to put any information into them. With Google calendar, you can just type, "lunch with steve at 1pm on friday at the pub", and it will parse it and put it into the calendar!
And if you want to see an even better parser and far fewer bugs, try 30boxes.
Rather than reinventing the wheel (over and over, because the last time we reinvented it, it wasn't good enough!) they're bashing ants with sledgehammers. Now, see, this is progress! Yes, the performance hit of text/iCal/sanity is untenable, and nothing when compared to implementing a database engine inside the app. It's SUCH a good idea, it's being brought in to handle... BOOKMARKS in Firefox 2. Yes, never again will you have to worry about your bookmarks being relatively easy to read in a text file, portable, etc. And yeah, we'll write it out to the bookmarks.html file when we shut down, because it never crashes, and in 2006 it's not like people leave their browsers open for days or anything anymore.
Sorry, preaching to the choir.
Fri Jun 18 2004 23:16EDT jesus_X: you sound like a traitor to the cause
You either drink the kool-aid or leave. I left too.
Meanwhile they never got around to incorporating one of the best features of Netscape 4.x - Roaming - into the core browser. Despite a developer submitting the patches back around the SeaMonkey 1.6 days, maybe earlier.
Instead we're getting a local database. Yay.
I suppose there is also del.icio.us and the like.
I met an ex-Netscaper recently, and he's still using Netscape 3.0 as his mail client. Very efficiently. He's got a lot of filters in javascript -- apparently this was an undocumented feature?
But the first thing we talked about was the insanity of Mork.
I've discovered at work that anybody who even uses the phrase 'poor performance characteristics' is, by-and-large, terminally clueless.
If they knew something, they'd be more specific. If they knew nothing, they'd ask a question. But using that specific phrase means they think they know what they're doing but are operating totally on superstition.
I avoid such people where feasible.
From: ianbicking Sat, 15-Apr-2006 1:40 AM (UTC)
This makes sense | (Link)
|
This makes total sense. They have a bunch of data. They need to query that data. Do they use some flat file data source with their own indexes and querying system? No, they use a query system that already exists, is well supported, is as transparent as a database can be (it's not like they *wrote* a SQL database, they are just using the most popular embedded database available).
This criticism is just that they aren't rolling their own index+query for every kind of data they store. That's not a very good criticism. Flat ICS files aren't an index, and they aren't something that supports queries, they are just a data storage format; the database implements entirely different functionality.
From: Sat, 15-Apr-2006 7:33 PM (UTC)
| (Link)
|
I'm just waiting for them to put the browser preferences into some kind of file that allows more than one process to access them at once. Then they can make every window a separate process, so that when one crashes it won't take down the whole app. If a database is the price to pay for that, so be it.... Apparently this is likely to take a while to fix. | |