To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.off-topic.geekOpen lugnet.off-topic.geek in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Off-Topic / Geek / *225 (-20)
  Re: Forging an NNTP header Message-ID
 
(...) Woo-hoo! Thanks, Todd! :-, Cheers, - jsproat (25 years ago, 12-Jul-99, to lugnet.off-topic.geek)
 
  Re: Forging an NNTP header Message-ID
 
(...) The newsserver will automatically assign one for your message if you leave that line out. No need to bother making one. --Todd (25 years ago, 12-Jul-99, to lugnet.off-topic.geek)
 
  Forging an NNTP header Message-ID
 
Hey all NNTP gurus, How does one construct an NNTP header Message-ID? Is there an algorighm? Is it random? I'm writing a script in Perl which would use Net::NNTP to submit an article to an NNTP server. However, I would need to supply the entire text (...) (25 years ago, 12-Jul-99, to lugnet.off-topic.geek)
 
  Re: Perl rules!
 
(...) Yeah, I had a nice discussion on this exact subject a while ago elsewhere. Maintainability is usually more important than efficiency or looking pretty. However, to be maintainable, code has to be written in ways that can be understood easily. (...) (25 years ago, 12-Jul-99, to lugnet.off-topic.debate, lugnet.off-topic.geek, lugnet.off-topic.pun)
 
  Re: Idea for automatic Lugnet Set Database linking
 
Todd, I've read several messages from the thread, but not the all of them, so please excuse me if it is already mentioned. I think the way web browsers automatically handles URLs in the message body is also suitable for this mission. if you type the (...) (25 years ago, 12-Jul-99, to lugnet.off-topic.geek, lugnet.publish)
 
  Re: Idea for automatic Lugnet Set Database linking
 
Well, that was the product of "2am after coming home from the bar" activity. Not too bad considering that. 1. The part about running it on the whole news tree every 5-10min was a joke (normally I would just give a code fragment instead of a whole (...) (25 years ago, 11-Jul-99, to lugnet.off-topic.geek, lugnet.publish)
 
  Re: Idea for automatic Lugnet Set Database linking
 
(...) Yikes! -- Kevin, surely you jest! :) Problems with the general approach above: * Iterates over tens of thousands of files every few minutes, rewriting each one whether it needs to or not. Doesn't track which articles have and have not yet been (...) (25 years ago, 11-Jul-99, to lugnet.off-topic.geek, lugnet.publish)
 
  Re: Idea for automatic Lugnet Set Database linking
 
(...) <SNIP> Hmmm... Here's an idea. If I'm talking about set #295 instead of my bowling score, I could type "...telephone from :295: is my favorite....". Just a random thought... Charles (25 years ago, 11-Jul-99, to lugnet.off-topic.geek, lugnet.publish, lugnet.admin.database)
 
  Re: Idea for automatic Lugnet Set Database linking
 
Todd Lehman wrote in message ... (...) Here's another idea! How about using a spacer GIF image as the link?! 8x5 pixels is probably big enough. Tell people that they can click on the "space" after a set# to look it up. You do this for all suspect (...) (25 years ago, 11-Jul-99, to lugnet.off-topic.geek, lugnet.publish, lugnet.admin.database)
 
  Re: Idea for automatic Lugnet Set Database linking
 
That's a great idea! I would love to see this! How about detecting any three or four digit numbers and linking them to the search page. just run this every 5-10 min.: #!/bin/sh filetmp1=/tmp/hypertmp1 filetmp2=/tmp/hypertmp2 filelist=/tmp/hyperlist (...) (25 years ago, 11-Jul-99, to lugnet.off-topic.geek, lugnet.publish)
 
  Re: Idea for automatic Lugnet Set Database linking
 
I don't think it would be sloppy at all. I think the benifit of being able to reference a set would vastly outweigh the cases where people are talking about their 1998 corvette. Besides, it would be a subtle reminder to stay topical. It might be a (...) (25 years ago, 11-Jul-99, to lugnet.off-topic.geek, lugnet.publish, lugnet.admin.database)
 
  Re: Idea for automatic Lugnet Set Database linking
 
(...) I was contemplating doing something similar a couple weeks ago when MikeS was talking about how much he used the search box... Rather than just giving a link into the DB, it really ought to (if it could) give a thumbnail and the set's data (...) (25 years ago, 11-Jul-99, to lugnet.off-topic.geek, lugnet.publish, lugnet.admin.database)
 
  Idea for automatic Lugnet Set Database linking
 
I was copy pasting URL to Lugnet set database onto my email client when I realized how HANDY it would be if all LEGO set numbers are automatically shown as hotlinks to the lugnet set database! So, you'll be reading a Lugnet posting, and the author (...) (25 years ago, 11-Jul-99, to lugnet.off-topic.geek, lugnet.publish)
 
  Re: Fun with JAVA
 
(...) HTML crashing netscape....... Big Chaos manor Onion to them ;) (...) That would probably be the problem. The typical crashing java applet tends to be the home-crafted (by someone else, though) kind. Jasper (25 years ago, 9-Jul-99, to lugnet.off-topic.geek)
 
  Re: markup syntax for member pages
 
(...) Yeah, we're both hardcore computer geeks -- although he's gone back to school now to complete his graduate studies in ecology. Over the past 20 years he's taught me most of what I know about programming and design, so I try to give back what I (...) (25 years ago, 8-Jul-99, to lugnet.off-topic.geek)
 
  Re: Looking for util to set IMG size in HTML
 
(...) Way To Do It. I've used the Image::Size module for a while now. It's a more generalized tool, using an OO interface to the image info. (It was in fact derived from wwwis.) One place it can be found: (URL) use it to automagically generate the (...) (25 years ago, 8-Jul-99, to lugnet.off-topic.geek, lugnet.publish)
 
  Re: markup syntax for member pages
 
(...) [...] (...) cool. -Tim (25 years ago, 8-Jul-99, to lugnet.off-topic.geek)
 
  Re: markup syntax for member pages
 
(...) Ahh, I see...you're thinking in actual terms of a programming language. But this is a simple text-formatting thing, not a programming language. But even in terms of programming languages: much success can be had with a preprocessor which uses (...) (25 years ago, 7-Jul-99, to lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: markup syntax for member pages
 
Todd Lehman wrote in message ... >In lugnet.admin.general, Chris Moseley writes: >> But regardless, please don't mix meta types. I suppose it's worth noting that I'm very unlikely to be a user of this language, because I don't virtually emote (...) (25 years ago, 7-Jul-99, to lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: markup syntax for member pages
 
(...) I don't quite grok. By COBOL-style comments do you mean something in column 1 affecting the rest of the line? And if so, why do you feel it is bad to mix that with paired (open/close) constructs? Take C++ for example -- it offers two types of (...) (25 years ago, 7-Jul-99, to lugnet.admin.general, lugnet.off-topic.geek)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR