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 / *1520 (-20)
  Question about HTTP cookies
 
Hey all, When looking in my cookie jar, I see 4 cookies for LUGNET: NEWSPOST=x, NEWSMAIL=x, NEWSGROUPFILTER=x, /=x However, when I trace an HTTP GET, the only cookies transmitted in the query are NEWSGROUPFILTER and / . e.g.: GET (URL) HTTP/1.0 (...) (24 years ago, 10-Apr-00, to lugnet.off-topic.geek)
 
  Re: Ripping Vinyl to Digital
 
(...) started, (...) Following-up my initial post with some experience and recent findings. First off: CompUSA has a special on CD-Rs, today only. I don't have the newspaper ad with me, but the deal is a 5pack of 74min discs, free after rebate, 1 (...) (24 years ago, 10-Apr-00, to lugnet.off-topic.geek)  
 
  Re: CGI question
 
(...) In core, yah, but wot about in packed data structs on tapes? --Todd (24 years ago, 10-Apr-00, to lugnet.off-topic.geek)
 
  Re: CGI question
 
(...) at least at the unix epoch, most of the code won't have to be changed - the assumption here is that we won't be using 32-bit boxes anymore, so a long int will be a lot longer :) :) Dan (24 years ago, 10-Apr-00, to lugnet.off-topic.geek)
 
  Re: CGI question
 
(...) Oh, but no one will *possibly* be using the same code in 29 years. We don't need to worry about that. *much laughter* The unix epoch rollover is gonna be another one.... (24 years ago, 10-Apr-00, to lugnet.off-topic.geek)  
 
  Re: CGI question
 
(...) Yeah, the windowing/epoching/whatevering isn't a big deal. The thing is, they *hardcoded* the 29. They didn't even make it a constant, defined at the top of the code (or in a copybook). So in some number of years, someone is going to have to (...) (24 years ago, 10-Apr-00, to lugnet.off-topic.geek)  
 
  Re: Horizontal scrolling while posting? (was: Re: whoop de doo)
 
Xfered from admin.general..... (...) Thanks a ton Matthew. I am now set at 1280x1024 with my browser fonts just where I want them and everything is most excellent. Re-installing ATI Rage did not help. However, the website for my monitor's (...) (24 years ago, 8-Apr-00, to lugnet.off-topic.geek)  
 
  Re: Horizontal scrolling while posting? (was: Re: whoop de doo)
 
(...) Well, honestly, it's not the best monitor out there. But: (URL) has some specifications [1]: 17" (16.0" visible) w/ .28mm Dot Ptich VESA, XGA, SVGA, VGA Compatible VESA 85Hz Refresh Rate Preset [2] 1280x1024 maximum resolution So I'd say (...) (24 years ago, 8-Apr-00, to lugnet.admin.general, lugnet.off-topic.geek)  
 
  Re: CGI question
 
(...) Sure. That's a pretty typical Y2K fix. And it's basically what you do as a human when looking at a two-digit year. (If I tell you that the expiration date on my driver's license is 12-30-02, you assume 2002. If I tell you it's 12-30-98, you (...) (24 years ago, 8-Apr-00, to lugnet.off-topic.geek)  
 
  Re: CGI question
 
(...) Scary bit of COBOL code one of my co-workers ran across today (he was given the code because it's the closest thing to documentation available for a file he has to deal with): IF FLD_XYZ_YR < 29 THEN FLD_XYZ_YR4 = 2000 + FLD_XYZ_YR4 ELSE (...) (24 years ago, 8-Apr-00, to lugnet.off-topic.geek)
 
  Re: TMTOWTDI (was: Re: NQC in Boston University Linux :))
 
(...) Well, in python, that's very easy, since all variables are references. But, for example, to test if 'foo' is a callable object (a function, class, method, etc...), this is the Way: if not callable(foo): sys.exit(1) As I understand it, any (...) (24 years ago, 8-Apr-00, to lugnet.off-topic.geek)  
 
  Re: NQC in Boston University Linux :)
 
(...) It's like a throwback to the days of Cobol and Fortran, except, as you pointed out, it doesn't require column placement. When I script in Perl I always add my changes all the way to the left so they're easy to find, remove, etc. if things (...) (24 years ago, 7-Apr-00, to lugnet.off-topic.geek)  
 
  Re: Dark Side Developer's Kit at Toy World
 
I know; bad form replying to your own post and whatnot. This is a special circumstance: I noticed some factual errors in my previous post. The preview of Toy World 2000 is in Tomart's Action Figure Monthly, not Lee's Action Figure Digest, and it's (...) (24 years ago, 7-Apr-00, to lugnet.robotics, lugnet.starwars, lugnet.off-topic.geek)
 
  Re: NQC in Boston University Linux :)
 
(...) I can see their point on that one. Indention _is_ a logical way to keep blocks seperated, and it's easier for new users than keeping {s and }s matched up. It's important to note that it's only _relative_ indentation that is important -- you (...) (24 years ago, 7-Apr-00, to lugnet.off-topic.geek)
 
  LUGNET streaming news client in Java 2
 
Hey all, I've just uploaded a streaming news client for LUGNET, which I've written in Java 2 (JDK 1.2). It doesn't use any external Java classes! :-, It's downloadable from: (URL) run it with JDK 1.2, type: java -jar table_streaming_news.jar The (...) (24 years ago, 7-Apr-00, to lugnet.off-topic.geek, lugnet.announce)  
 
  Re: NQC in Boston University Linux :)
 
(...) Yeah, but they also claim that checking your indentation levels is good too... :) Chris (24 years ago, 7-Apr-00, to lugnet.off-topic.geek)
 
  TMTOWTDI (was: Re: NQC in Boston University Linux :))
 
(...) I'd like to take a close look at Python someday, but I doubt I'll end up using it if it's got the frustrations of other syntactically challenged languages. (My favorite programming languages are Perl, PostScript, and LISP/Scheme/Logo for their (...) (24 years ago, 7-Apr-00, to lugnet.off-topic.geek)
 
  Re: CGI question
 
(...) Thanks for all the responses from everybody, the final, simplest solution was to add the second text box. As for the javascript, not my choice. This is an internal prog anyways that runs on local, generic login workstations so browser options (...) (24 years ago, 7-Apr-00, to lugnet.off-topic.geek)
 
  Re: CGI question
 
(...) I had a C programming class in college with this woman who was upset that "MOVE TO" and "MULTIPLY BY" weren't part of the C language. The moment she said that, an eerie silence fell over the classroom... The punchline is that two years later, (...) (24 years ago, 7-Apr-00, to lugnet.off-topic.geek)  
 
  Re: NQC in Boston University Linux :)
 
(...) *grin* good for you. (...) Nope. That'd be too much of a change to the 6.0 installer for me to tackle right now. (The original code is _really_ crufty.) I'll look at this once I start on the next generation. (...) The python folks would (...) (24 years ago, 7-Apr-00, to 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