Slashdot Mirror


User: bsd4me

bsd4me's activity in the archive.

Stories
0
Comments
274
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 274

  1. Buggalo on Mars Rover Stuck in a Dune · · Score: 1

    I'm sure someone riding a buggalo will fly by soon and rescue it.

  2. Re:I don't get it. on Can an Open Source Project Be Acquired? · · Score: 2, Interesting

    Can we moderate an entire story as "Flamebait"?

    No, but people with mod points can refrain from moderating any posts in the story. It may not do much, but it's something.

  3. Discussion on The Early History of Nupedia and Wikipedia, Part II · · Score: 1

    It would seem to be a breeding ground of fighting, flaming, and trolling.

    Seem? You obviously haven't read many of the Discussion pages for some of the more controversial (and even some of the mundane) topics.

  4. XEmacs Approach on Pros and Cons of Firefox Critically Evaluated? · · Score: 1

    I think the XEmacs approach would work out well. You download and install the base system, and then you either get the packages you want or install the sumo package with everything.

  5. MPEG-2 Hardware on Hardware MPEG2 TV Tuners Compared · · Score: 1

    MPEG2 hardware has been around since the days of the original Pentiums...

    I'm not positive about the MPEG4 specs, but the MPEG-1 and MPEG-2 specs were written so that they were implementable on the largest available single-chip ASIC process at the time.

  6. Ob Simpsons on Randomly Generated Paper Accepted to Conference · · Score: 1

    I was the best of times, it was the blerst of times...

  7. Embedded Systems on Daylight Savings Change Proposed · · Score: 2, Informative

    In every embedded system I have worked on, we always dealt with time in UTC or ticks from a predefined epoch. Presenting local time to a human was always up to the system communicating with the embedded system, as was converting time to UTC or ticks for sending to the embedded system.

  8. Flash Shared Objects on New Technique for Tracking Web Site Visitors · · Score: 3, Informative

    I'm not sure about blocking it, but at least on Windows, the Flash local shared objects are stored in C:\Documents and Settings\user\Application Data\Macromedia\Flash Player and have a file extension of .sol. It is rather easy to delete them. Remote shared objects are a different story, but I don't see how these are really different than server side scripting tricks using sessions (eg, use a php script to serve up an image, and start a session).

  9. Re:Retaliation against /. on Britannica Takes Over the Wikimedia Foundation · · Score: 3, Funny

    I think I am going to configure my computer to give me an electric shock every time I try to read Shashdot today...

  10. Unpossible on Professor Finds Fault with MS Grammar Checker · · Score: 1

    Anyone want to go to the National Grammar Rodeo at the Sheraton Hotel in Canada?

  11. Self Employement Tax on HP Contract Workers Sue For Recognition · · Score: 1

    If a employer has a normal employee, then the company is responsible for a portion of the Medicare taxes. If the employee is a contractor (ie, no withholding taken and given a 1099-MISC), then the employee is responsible for paying these taxes. It is generally referred to as the self-employment tax.

  12. Re:My opinion on this whole thing... on Hurd/L4 Developer Marcus Brinkmann Interviewed · · Score: 2, Informative

    I installed linux on my machine in late 1991 (I think it was version 0.11). At the time, 386bsd wasn't officially out yet; I think it came out in eary-mid 1992. Linux development was pretty rapid, especially during the first year, and 386bsd development was pretty slow.

    I think this is the real reason why linux became so popular. By the time netbsd started getting off the ground, there was already a pretty large linux user base. If the timing and development pace of 386bsd had been different, things may have been different today.

  13. Legacy Systems on Microsoft Remains Firm On Ending VB6 Support · · Score: 1

    What if VB is F/OSS? I don't think businesses would touch any more of it once MS stops supporting it.

    Maybe not for new projects, but I think the problem has to do with maintainence and updates to deployed systems. Doing a full rewrite to support new semantics and/or libraries isn't always feasible.

  14. My bad... on Tracking a Specific Machine Anywhere On The Net · · Score: 1

    Oops; brain fart. ntp.drift is the wrong place to look. You have to enable statistics loging in ntp.conf.

  15. Sceptical on Tracking a Specific Machine Anywhere On The Net · · Score: 5, Interesting

    I am a little sceptical as to how well this works. PC clocks are rather crappy and temperature sensitive. If you look at the ntp.drift file, you will see a diurnal pattern. Plus, I would suspect that if this technology became widespread, that someone would add some dither to adjtime() to throw it off.

  16. Acrobat Reader and Yahoo! Toolbar on Adobe Unveils Open Source Library · · Score: 1

    Didja ever wonder why SO MANY people have the Yahoo toolbar even though they don't use Yahoo?

    I just installed Acrobat Reader 7 on one of our test machines yesterday. There was a rather obvious checkbox to select whether you want this or not.

  17. 68k on Data Execution Protection · · Score: 1

    You could also do something similar with the MC68000. I can't remember if it successors also had it.

    Basically, there were two extra output pins on the address bus. One signified program or data access, and the other signified supervisory versus user. So, a clever engineer could four separate memory spaces. I am unaware of any products that used it, though.

  18. i, j, k, ... on Optimizations - Programmer vs. Compiler? · · Score: 4, Informative

    I think that most people forget that the reason that i, j, k, etc. are used for loop counters is that unless otherwise declared, I..N default to INTEGER in FORTRAN. This convention just carried over as programmers migrated from FORTRAN to other languages and has been passed down through the ages.

  19. Code Twiddling on Optimizations - Programmer vs. Compiler? · · Score: 2, Informative

    There really is no one answer to this, as it depends on the compiler itself, and the target architecture. The only real way to be sure is to profile the code, and to study assembler output. Even then, modern CPUs are really complicated due to pipelining, multilevel cache, multiple execution units, etc. I try not to worry about micro-twiddling, and work on optimizations at a higher-level.

  20. FLASH on AMD's New Low-Power CPUs · · Score: 1

    AMD also makes FLASH devices, and they have for a long time. Given how many things have FLASH in them, I suspect that it is their cash cow.

  21. Potholes on Philadelphia Considering Municipal Wi-Fi · · Score: 5, Insightful

    I would prefer them to fix all of the potholes first...

  22. EZ-Pass on Following the Chips in Wynn's New Casino · · Score: 1

    I believe they are all active devices. I recall a recent news story where all of the original EZ-Passes in the NE USA were failing because the batteries in them were dying.

  23. SAV CE on Symantec Antivirus May Execute Virus Code · · Score: 2, Informative

    Syamantec pretty much assume that if you are running SAV CE, than you use login scripts to push patches to machines. There is a section in the docs on the various flags to give the MSI for automated mode (eg, how to specify the group server).

  24. Power! on Cooling Down Hot Processors · · Score: 1
    v = i * r
    p = i * v = i^2 * r = v^2 / r
  25. Re:Yet another chatty beginner's guide? on Beginning AppleScript · · Score: 1

    Yeah. I really wish that O'Reilly would get back to its roots and publish book geared for advanced users (and not users who think they are advanced). Even the Definitive Guide pales in comparison to the coverage in the original X series, or the other early books.