It's Like Déjà Vu All Over Again
"You could probably waste an entire day on the preceding links alone. But why take chances? We also give you Paul Snively..." — John Wiseman, lemonodor


Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

Click on the coffee mug to add Paul Snively's Instant Outline to your Radio UserLand buddy list.

Top 10 hits for composing monads on..
Google
1.Building Interpreters by Composing Monads - Steele ( ...
2.Composing monads - Mark, Duponcheel, December (ResearchIndex)
3.Citation details: Building interpreters by composing monads - ...
4.Building Interpreters by Transforming Stratified Monads - ...
5.Composing Monads
6.Composing monads
7.From Inheritance to Feature Interaction or Composing Monads
8.Monads and Arrows: Theory and Applications
9.Monads and Arrows: Theory and Applications
10.David Espinosa

Help link 6/1/02; 9:11:22 AM.

currently subscribed to:

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Patrick Beard (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. A Frog in the Valley. Communication + Technologies (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Aaron Swartz: The Weblog (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Advogato (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. All Things Distributed (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. bOing bOing (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Dave Winer: Radio UserLand (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. David McCusker (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Digital Identity (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Doc Searls Weblog (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Eclectic (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Flutterby! (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. freshmeat.net (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. From the Desktop of Dane Carlson (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Hack the Planet (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Inspirational Technology (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. iRights (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Java Geek (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Joel on Software (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. John Robb's Radio Weblog (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Jon's Radio (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Lambda the Ultimate (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Living Code (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. mac.scripting.com (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. osOpinion (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Patrick Logan's Radio Weblog (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Privacy Digest (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. rebelutionary (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Robot Wisdom (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Roland Tanglao's Weblog (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. saladwithsteve (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Scobleizer (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Scripting News (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Sjoerd Visscher's weblog - w3future.com (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. TidBITS (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Tomalak's Realm (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Transhumanism (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. WebTransmission (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Wired News (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. Workbench (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. xmlhack (rss)

Radio UserLand users: click to subscribe. Other folks: use the RSS link to acquire this channel. YACCS Comments for It's Like Déjà Vu All Over Again (rss)

Here's how this works.


Monday, May 13, 2002
 

Hun Boon Teo @ 05/12/2002 11:00 PM. Talk about philosophy, I can only say that a free man on the street does not mean he is free whereas a locked man behind a bar could be as free as the bird in the sky.

Yeah, I really liked Brazil too!

End of the day, combination of perception, business decision and pragmatism will decide the approach you adopt or philosophically speaking, to each his own , live and let live :-) .

Well put! My perception is that I stand to gain nothing by limiting myself to Microsoft or Sun technologies, therefore I don't.
9:44:59 PM        


via [David McCusker]:
just a few strings.
How did version 2.0 of Pivia's software allocate any more memory?
So far it doesn't look like we're leaking. We delete all the new stuff.
The problem is that the allocations occur at all. They should be rare.
My original design called for reaching a steady state of no allocation.
Since this was considered overkill, folks said a few strings can't hurt.

Then a few more, and a few more. Oh heck, let's do what we want.
Okay, now you've got hundreds of allocations per request. Clever.
Not surprisingly, from my perspective, we now see lock contention.
Of course, we can't tell exactly where without a thorough analysis.
But first thing, we can get a handle on the unnecessary allocations.

The number of threads running should not degrade speed per thread.
I've got folks allocating heap-based strings just for smallish appends.
And the free use of STL collections crept in numerous places as well.
After we replace their allocators, we'll measure the impact size of that.
The reward for being sloppy is getting to do it twice when it's slow.

Pretty funny. Your experience (when generalized) parallels mine: people say you're being a purist, an "architecture astronaut," and then go build a system that has some kind of unacceptable property that could have been avoided with the "overkill" architecture.

The moral, for those who didn't catch it: sometimes it's cheaper and more efficient to stop, think, and do it right the first time. You wouldn't think that would need explication. But history has demonstrated repeatedly that nothing could be further from the truth.
9:30:27 PM        


via [David McCusker]:

As a joke, I started telling folks this object style was Turing-complete.
You can get anything you need done by making and unmaking objects.

Oh dear God. Now someone will feel compelled to go off and actually implement a Universal Turing Machine this way.

And then someone else will feel compelled to demonstrate that it can all be done at compile time with template metaprogramming. Your compile times will be excruciating, but your runtime will simply send the value of some struct's "value" member to cout.
9:21:15 PM        


via [David McCusker]:
database hierarchy.
I recently found Simon St. Laurent via citations by Paul Snively.
(Whoa, Paul has something new on Python that I'll need to read.)

Thanks, but I doubt it: I don't have as much to say as I thought I did (or rather, my feelings are still so amorphous and vague that I'm reluctant to recapitulate them—same thing). John Wiseman actually did a vastly superior job summarizing Python criticism than I expect I could given my work with it to date.

If I understand this terminology, then IronDoc is a hierarchical db.
(Or, it would be if it were not still vaporware at the present time.)
Normally I call IronDoc a structured storage system. Same thing.
It's not an object database, because I see no need for object-based.
I think class-oriented persistence frameworks are tedious and ugly.

Instead, I like a system that presents mechanisms for persistence.
Then you can build whatever you want from graphs and hierarchy.
You can always add object-based framework layers on the very top.
But I think it's idiotic to lace all data storage with code dependency.
Why would you tie data integrity to fragile class and object issues?

I can't wait for IronDoc. Literally. So I use e4Graph and MetaKit. All joking aside, I very much look forward to a side-by-side comparison. I have to confess that I'm now quite taken with e4Graph/MetaKit; converting—even if I really want to on the basis of high expectations of reliability and performance—will be a hard sell. Maybe once IronDoc and Mithril are both done...

Early on I described IronDoc to folks as a way to "compile" XML.
Basically it aims to be an efficient binary form of what XML does.
So there's little inherent impedance involved in any data translation.
And IronDoc is designed to perform well despite arbitrary scaling.
Obviously linear plain text formats like XML are not scale friendly.

Clearly. As you and I have discussed before, it's amazing what you can accomplish with zlib at compression level 3. Of course, there's no accomodation there for searching and the like, so there's still a need for IronDoc.
9:11:45 PM        



Click here to visit the Radio UserLand website. © Copyright 2002 Paul Snively.
Last update: 6/1/02; 9:12:31 AM. Comments by: YACCS
May 2002
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Apr   Jun