New Civilization News: Wikipedia |
Category: Internet 5 comments 24 Feb 2005 @ 00:47 by Ge Zi @24.126.199.23 : so .......... why exactly did you then reinvent the wheel, Flemming? But I sure appreciate the amount of work something like that must be. I am just now about through with the one website which I used to get more familiar with php and where I even use xmlHTTP!!! And not even that - it even works. But this combination of Javascript and php was really a killer - similar enough to get confused and dissimilar enough to not work. Still sometimes forget that $ in front of variables and that php wouldn't remind me either. say, are there any better tool to debug a script that to put in var_dumps, upload, run again? Espeically if a form is involved that needs to be filling out until all the bugs are out ;-) 24 Feb 2005 @ 02:40 by ming : Coding I don't use anything better. I put various things into html comments, to check that things are alright. But no real debugger or anything. Oh, it exists, I just haven't found a great need. On reinventing the wheel... well, if I only take a copy of wikipedia, while rewriting the code, and making it do the same thing, yeah, not much need for that in itself. But having the database locally opens up new possibilities. Like wikipedizing text. You know, take a piece of text and automatically highlight all the words found in the encyclopedia as links that you can click on. Somebody else thought of that already, so that's not new either. But adding different ways of searching it is an obvious start. Full text search, thumbnail previews, etc. Anyway, part of what I'm trying to do is to collect a number of different data sources and finding useful ways of combining them or cross-relating them. Sometimes it can be fun to take apart somebody else's wheel, and put it together a little differently, and discover something new. 24 Feb 2005 @ 06:10 by Ge Zi @24.126.199.23 : jawoll That I can understand now. I liked to disect code, but mostly when I was paid for doing that by the hour ;-) I sometimes get so sucked into this stuff - it's terrible - adiction, really. My very first big project I did for the japanese company I contracted for for so long was something like that. I got that xlisp interpreter and built on top of that but first had to understand how it worked and this thing is one recursive sucker! no chance to trace because you never knew how deep the recursion was. At this time for me - and I guess not only for me - the idea of open source was very new and I remember sometimes feeling bad that I just took that code and used it - but yes, each sourcefile had the mentioning of the original author :-) 24 Feb 2005 @ 16:51 by ming : Code Addictions See, I'm a bit addicted to thinking it would be better doing it myself when I look at other people's code. Oh, I can learn some new tricks, but often I find it a bit unbearable to have to change somebody else's code, when there's a lot of it, and it is all over the place. So, after a few days of pulling my hair out, I get the strong urge to start all over and do it myself. Which I've done many times, and then I end up being stuck with it. But whenever there's a neatly packaged library for doing something, I'm all for using it. Even though I easily forget that too. I was just recently doing a thing in C for an RSS aggregator that needed to pick up large numbers of feeds in parallel. And I'm not normally working in C. Somehow I decided to do everything from scratch. Which I did, but the code for picking up a simple file over the web is hundreds of lines, and there are some complex things to deal with, like chunk encoded transfers, and I have all the normal C problems of maybe having forgotten to check for a null pointer or something. Whereas there are some perfectly nice libraries that exist, like libwww, that reduces the job to just a few lines. And I could have spent the time on something that wasn't already invented. 21 Apr 2016 @ 11:37 by Delphia @188.143.232.32 : qxcTIPiXDstf This inarfmotion is off the hizool! Other entries in Internet 10 Jul 2010 @ 13:01: Strong Elastic Links 13 Oct 2008 @ 14:42: Call for Papers: (Online) Conference On Systemic Flaws and Solutions 2009 25 Oct 2007 @ 21:47: Static or dynamic web metaphors 28 Mar 2007 @ 05:36: The Tyee - Vancouver's Online Newspaper 11 Jul 2006 @ 15:12: Response to Josep L.I. Ortega's Statement for Unity of Action 25 May 2006 @ 10:14: Squidoo lenses 8 Apr 2006 @ 23:44: Web2.0 10 Jan 2006 @ 22:55: Agora and Antigora 14 Dec 2005 @ 15:15: Ruby on Rails 19 Nov 2005 @ 14:12: Saving the net from the pipe owners
|