Slashdot Mirror


User: Clipper

Clipper's activity in the archive.

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

Comments · 23

  1. It's still 2006, right? on 2D Drawing To 3D Object Tool · · Score: 5, Informative

    As the headline points out, this was demoed at SIGGRAPH 1999. Umm, maybe someone could tell me why Slashdot is featuring news from 7 years ago on the front page. Igarashi's work was novel at the time (in fact, he won the Significant New Researcher Award at this year's SIGGRAPH partly because of it), but let's remember that it's 2006 and a lot has been done in the world of sketch based interfaces. SmoothSketch3D is just one example from this year alone.

  2. Original BumpTop on BumpTop, Pushing the Desktop Metaphor · · Score: 1

    Seems the author did some other research involving moving things around before this publication:

    http://pages.cpsc.ucalgary.ca/~anand/581site/ass1/ watch.html

  3. What is the real world? on How Important is a Well-Known CS Degree? · · Score: 1

    A common theme among all of the replies is that "Experience is more important than the name of your university". This is definitely true. If your goal is to get a good job, then yes, employers do care more for what work you've done, not on the school you attended. Granted, "better" CS programs generally give more opportunities for cool projects to work on. For example, I'm in my last year of CS at UW and I've developed a compiler, a ray tracer and a toy operating system. Add the experience that the co-op program has given me, and there's a lot there for employers to drool over.

    This isn't a "Look-at-me" or "UW-is-great" rant (in fact, there are a few things that I do not like about my program). The point is that I am kind of alarmed that everybody seems to think that if you have a CS degree, you are slated to become a code monkey. If you wanted to be a programmer (ahem, sorry, software developer) then you should go to a college (FYI, most Americans call any post-secondary institution "college"... Canadians maintain a distinction between college and university, with the former being more skills based while the latter is academically based).

    The choice of school for your undergraduate should not be based on whether or not you will get a job as a programmer after you graduate. If that's all you wanted, you could have saved many thousands of dollars by not attending university at all and just hacked on some project for fun building while acquiring experience. Your decision on whether or not to transfer should be based on the quality of the education you're receiving and the quality that you expect to receive. If you are content with the curriculum in your school as compared to other schools, then there is really no reason to transfer.

  4. It's Its on CA's Ex-CEO Indicted on Fraud · · Score: 4, Informative

    "CA settled it's case with the DOJ."

    It should be its, not it's.

    Since we had a recent article from the CGL at the Univeristy of Waterloo, here's the explanation from one of the faculty there.

    Yes, I'm pedantic.

  5. Re:What is a "good" programmer? on Communication Within Programming Teams? · · Score: 2, Insightful

    Twylite (234238) wrote: The idea that deadlines lead to bad code is a fallacy, and a self fulfilling prophecy. Code that is written well the first time has less bugs, which are more easily tracked down, and is easier to integrate with. Unfortunately those that cling to this mantra tend to believe that the only way to meet a tight deadline is a hack job.

    The problem isn't so much deadlines as it is unexpected additions to a project without a corresponding change in deadline. You're saying that it's not true that the only way to meet a tight deadline is a hack job. Indeed, you're right if you live in the ideal world where you know that the following are set in stone:

    • what features need to be completed
    • the project's exact due date

    Unfortunately, most of the time both of the above points are moving targets. There are many times when a customer (you know, those annoying people who pay the salary :-) will request a full implementation of something that's only so far in experimental stages. Did I mention that they also wanted it by yesterday? Other times, a due date will be pushed forward in order to meet some other milestone (for example, releasing something in December instead of January so that it's in Q4). At these times, a hack job is done with the good intention of "I'll fix it later". Of course, later may never actually come since another deadline will be pushed forward or another feature will be added last minute, causing yet even more hacks to be implemented.

    Deadlines do cause hack jobs, well, moving deadlines do anyways. Unfortunately, these are a common occurence.

  6. Problem with ambiguity on Reducing Electricity Bills For Buildings With XML · · Score: 0, Offtopic

    Totally off topic, but....

    upon first reading the subject, I thought to myself "They make buildings out of XML now? But why do those buildings get lower electricity bills?!"

    Oh, the loveliness that is ambiguity

  7. VC++ best compiler? on Anatomy of Game Development · · Score: 1

    Even so, Visual C++ is the best compiler we have on PCs--with no competitive alternatives--so we're just sort of along for the ride.

    Did I miss something, or did Borland, Intel and RMS all just stop making compilers? These are all competitive alternatives if I'm not mistaken.

  8. Ready by 2001 on Batteries Continue To Suck · · Score: 1

    "The wonderful side of this dream [fuel cells powering laptops] is that some engineers expect it to be reality by the end of 2001."

    So we're a bit behind. :-)

    Unfortunately, I feel that due to varying lobby groups, the usage of fuel cells as an energy source will always be confined to the lab. The gasoline industry has heavily lobbied governments to prevent research into alternative fuel technologies (e.g., fuel cells) for the last few decades. Battery manufacturer's have also done the same (and they just keep going and going :-).

    Until there is major R&D funding available to try to lower the production costs of fuel cells, their true potential will never be realized (no pun intended :-).

  9. Same Xen? on Half-Life 2 Delayed Following Code Leak · · Score: 1

    From the article:

    "Half-Life II" stars Gordon Freeman, a scientist battling aliens from the planet Xen in a mysterious European locale known only as City 17.

    Surely this isn't the same Xen that gave us multiple virtual machines running on a single x86 chip? Would be quite funny if it was though. Imagine a first person shooter in which you kill multiple Linux distributions from all running at the same time on a single chip. Wonder if Billy Boy would be the first buyer?

  10. 404 is not the same as domain not found on Slashback: VeriSign, Balance, Manifestation · · Score: 5, Insightful

    The actual complaint in the class action law suit has very serious confusion involving the technical issues surrounding the SiteFinder.

    In the introduction, they discuss that the SiteFinder replaces what was previously done with 404 errors. However, as has been previously discussed many times here on SlashDot, 404 errors occur when the domain exists, but the requested document does not exist on the webserver hosting that domain (it is the webserver than returns the 404 HTTP error code). In actually, when a domain didn't exist, you would get an error stating "Could not find domain". The complaint even describes how, in the past, incorrectly typing a URL would give a 404 error (they use the typo "ssyncalot.com" as a typo of "syncalot.com"). This behaviour never occured.

    Although I feel that legal action against Verisign is a good idea, the plaintiffs should perhaps organize their technical facts before appearing in court.

  11. Re:X server architecture on Proxy Servers Lighten Up X · · Score: 5, Insightful

    Yes it is. In fact, X is liked by so many because of its network transparency.

    However, the amount of data that a typical "rich" X client sends (e.g., mozilla) is huge. Many X clients are not optimized in terms of the amount of display information they output (that is, they output a lot of stuff that could probably be optimized away). For many developers, this is within reason since they figure that most of the time the xserver and xclient will be on the same machine (e.g., running mozilla on my box to display on my monitor).

    This handy piece of proxy software put out by NX claims to be able to cache a lot of the data that X clients send, thereby reducing the amount of data actually transmitted. This will allow "rich" applications which send a lot of data to be run over slower connections with an apparenet reduce in lag time.

  12. Symbolic Links in NTFS on Ballmer on Windows Server 2003, Linux · · Score: 1

    That's an area where the Unix guys are ahead of us, because of the way they do redirection -- they can patch a file and then change the symbolic link. That's an area where we've got a problem, and we'll fix it in the near future when possible.

    Is is safe to assume that MS will be implementing symbolic links on files in NTFS (real symlinks, not "shortcuts" :-)? Or is this statement just referring to how MS plans to be able to update files without having to reboot the system?

    Interestingly enough, NTFS5 (on Win2K and above) already has support for a structure called Junctions. Essentially, these behave like symbolic links do in Unix, except that they can only point to directories (not to files). You can either use linkd.exe (provided in the Win2K Resource Kit) or visit Sysinterals, where they have a tool that will also create junctions. It's interesting that when MS deployed this feature, they didn't add support for symlinking to files also (granted, I don't know how NTFS works, so maybe it's not so trivial to link to files).

  13. Re:OGG or NOTHING! on New Online Music Push by EMI · · Score: 3, Interesting

    Although this comment is kind of fundamentalist (essentially, Ogg or Bust), it does raise an interesting question: How will EMI distribute the music online? The article doesn't get into this at all. There's been talk about lossless vs. lossy compression so far in here, but even amongst these there are choices. If EMI chooses lossless, will they go for WAV, FLAC or some other encoding. For lossy compression, there's a plethora of options: Ogg, MP3, Real Player, Windows Media, etc.

    Although I am a fan of Ogg as a media format, I think it's safe to say that it will not be the number one choice of EMI. What's more, I feel that there is a narrow chance that even MP3 will be offered as one of the d/l options. Although MP3 has near ubiquitous compatibility with audio players and consumer hardware, it does not provide a key feature that companies like EMI do crave: Digital Rights Management. I predict that the only d/l options available to users will be Real Player and/or Windows Media.

    EMI, if they have not done so already, will make "distribution deals" with both Microsoft and Real so that these two formats are the only ones used for downloading. In return, software like "Windows XP Media Edition" (or whatever that new thing is called :-) could push the user to acquire Music from EMI (MS did a similar thing with respect to Internet access and AOL... I'm certain many of us remember installing Windows at some point and seeing that the Desktop had, by default, a few icons for various large commercial ISPs).

    As a final note, I don't feel that my claims that Windows Media and Real will be the only formats available is unsound. /. readers are, typically, a bunch of nerds (self-proclaimed :-). While it is easy to give arguments like "But MP3 is better" or "Ogg roxors cause it's patent-free", these do not hold much water from a business perspective (which is where EMI is coming from). Other major sites already use Windows Media and Real as their only distribution format (e.g., amazon.com, when previewing tracks from CDs).

  14. Advertising in stories? on George Foreman USB iGrill · · Score: 1

    Maybe it's just me, but does anybody else see a problem with Slashdot using stories as an advertising mechanism? Thinkgeek does offer some very cool merchandise. I'll even admit that this item is rather leet (the iMac green and USB features are cool). But I really do not believe that Thinkgeek having this item for sale qualifies as "stuff that matters". Slashdot already runs banner ads for Thinkgeek... I don't think we need to have advertising appearing in "stories" also.

  15. File size limits in NT on Video Capturing Guide at Ars Technica · · Score: 1

    From the article:

    "We strongly recommend using a Windows2000/XP machine since the NTFS file system has no such file size limitation."

    In fact, NTFS does have an upper bound on how large a single file can be. In theory, NTFS can have a file that is 16 exabytes minus 1 KB (2^64 bytes minus 1 KB). However, from an implementation standpoint, NTFS can only have a file as large as 16 terabytes minus 64 KB (2^44 bytes minus 64 KB) (yeah, way to go MS...). Not that anyone will be making video files that are 16 TB large, but the limit does exist.

    More info at MS Technet

  16. Slashdotted.... Mirror Available on CDT Releases New Report on Origins of Spam · · Score: 1

    Their server is totally slashdotted. I'm mirroring the article at my personal site.

  17. Re:post your MD5 sums on Second Episode of The Animatrix Released · · Score: 1

    There is a command line utility available at http://www.fourmilab.ch/md5/. They provide a zip file that contains a windows executable and source code (source is in the public domain). Place the executable someplace in your %PATH% (the Windows directory is a good place) and you're ready to rock.

  18. First Post on Source Code To Dungeon Master Java Released · · Score: -1, Offtopic

    Java is a dungeon.

  19. Re:A problem I've struggled with ... on Use of Math Languages and Packages in Research? · · Score: 1

    With respect to Maple, the "built-in" capabilites that you describe generally add bloat to a math package's kernel. To circumvent this, Maple has placed much of its functionality in packages:

    • Plotting: with( plots ):
    • Statistics: with( stats ):
    • Numerical Analysis: with( numtheory, numapprox, padic ):
  20. Free software gets a share on Weak Elliptic Curve Cryptography Brute-Forced · · Score: 2, Informative

    It is nice to see that Monico is donating the majority of the prize money to the FSF.

  21. Garbage collection on Ask Larry Wall · · Score: 4, Interesting

    As others have pointed out, Perl's garbage collector does lend itself to the circle of garbage problem because it uses reference counting. Could you comment on the tradeoffs weighed when designing the garbage collector? e.g., Efficiency, time to implement, etc. If you could, would you reimplement it so that it used techniques like the Train Algorithm instead?

  22. Digital Ass on Napster Not To Blame · · Score: 1

    At the end of the article, right above where it says "Mark Jenkins reviews music and film for...", there is an advertisement for a wireless device (in fact, it even says Advertisement). The ad is randomized so that a new device is featured with each page reload. When I was reading the article, I saw:

    Jornada 568 Personal Digital Ass

    You may have to hit reload a few times before it comes up (it took me about 10 tries before I got it to come up again). Count on Microsoft (MSN) to have a truncation error.

  23. Sigma Design Resumes on Sigma Designs Accused of Copyright Infringement · · Score: 5, Funny
    Here's some snippets from resumes recently submitted to Sigma Design's HR department

    Qualifications:
    • Advanced knowledge of the C-c and C-v hotkeys in Windows
    Work Experience