Slashdot Mirror


User: WasterDave

WasterDave's activity in the archive.

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

Comments · 786

  1. You need the VC as well as them. on Contractor Dilemmas - Moral and Financial Obligations? · · Score: 5, Insightful

    They probably don't have the money. You can be as pissed off as you like about it, but that won't help you get paid. Ditto bitching to the VC's - won't put money in your pocket.

    I suggest you have a little chat with them along the following lines:

    1, You've not paid me, I'm a bit pissed off.
    2, But fundamentally I like you guys, I like working here, what we are doing has value and I hope to have a long and prosperous working relationship.
    3, So can we be honest about this - if you've not got the money to pay me right now, just tell me and we'll work something out.
    4, But if push comes to shove, until you pay me for it I own the intellectual property on the stuff I'm doing for you. You have to see this as a risk to the bigger picture, and clearly it's a risk that you'll be wanting to alleviate.

    Dave

  2. Re:Lazy Programming on Chip Makers Selling Fewer High-End CPUs · · Score: 2

    eliminate all the damn facing world's players that NEVER left the roof.

    Apart from a quick dash to chuck the redeemer into enemy territory, you mean?

    Dave

  3. Re:Why not simulate it? on Houston, We Have a Software Problem · · Score: 5, Insightful

    This is a very pertinent point that appears to have been lost on the initiators (and now burger flippers) of the replacement-launch-thingy project.

    What they have, right there, is one spectacularly reliable piece of software. I suspect it's significantly more bug free than even the microcode in a modern processor, let alone the companion chips, bios, operating system, and virtual machine for some god awful p-code language (not that I'm naming names here).

    The question that should have been asked is "how can we make a sustainable process for making extremely reliable control computers?". How to go about cutting custom silicon, tiny os's etc. How to save the happy tax payer hundreds of millions of dollars by reselling these services to people making nuclear power stations, heart pace makers etc. instead of going shopping for big sun boxes.

    Oh well, reality strikes again.

    Dave

  4. Commercial post of the day. on Rational Releases PurifyPlus for Linux · · Score: 2, Informative

    No pricing on the site, but the HPUX/Solaris version is tad under five grand. Five grand US, that is.

    Yeah, right.

    Dave

  5. Try again (feeling less bloody minded). on Writing Video Codecs for Win32? · · Score: 2

    Ok, so I'm feeling less bloody minded. Isn't a direct draw surface a directly addressable piece of memory? How about you get some example code for making the internal codecs render to a DD surface (almost certainly COM, if you're unlucky it may have to be via a dispatch interface), play it back a frame at a time and use that as input?

    Dave

  6. On Linux... on Writing Video Codecs for Win32? · · Score: 5, Insightful

    Yeah, I know you want to do it on Windows, but hear me out - I'm doing this at the moment.

    For source, a program called transcode will turn just about anything into 4:2:0 YUV. If you don't know what 4:2:0 YUV is, go back to MSDN now.Transcode is at http://www.theorie.physik.uni-goettingen.de/~ostre ich/transcode/ and I think the command line you want is something along the lines of "transcode -i /dev/dvd -y yuv4mpeg,null -o whatever". RTFM. Oh, the output is a format called YUV4MPEG, google for it, and open it in a hex editor, it's kinda obvious.

    Make your codec spit out YUV4MPEG too then pipe it into mplayer http://www.mplayerhq.hu/homepage/, with some distinctly non challenging flags ... so something like "mycodec | mplayer -vo x11".

    Easy peasy, and no shithead API's.

    Dave

  7. Re:I can't help but think.... on Convert Unneeded VRAM Into A Storage Device · · Score: 2

    No, this is a great idea. My main machine dual boots, Linux for work, 98se for games. Since I use the XFree nv driver, there's a bit chunk of memory in my video card that's doing nothing. Hey, shit, most of my video card is doing nothing but I digress.

    So I can swap onto it. Or use it for /tmp or something. Great idea.

    BTW, geek challenge: Use opengl2 shader instructions to do something useful other than accelerate games - bit parallel math cruches for compression video, say. Or crack DES3.

    Dave

  8. Two words. on Do Long Work Hours Affect Code Quality? · · Score: 2

    "Fucked" and "Company". Get out.

    Dave

  9. Re:Pringles on 802.11b Urban Network - 3 sq km! · · Score: 3, Funny

    We have running water too.

    Dave

  10. Windows? NetBEUI on Simple, Cross Platform P2P File Sharing via 802.11b? · · Score: 2

    Windows, LanManager et al. supported a non-routable protocol called NetBEUI that was designed for the olden days when a network consisted of three computers and a lump of thin ethernet cable. Should work a treat over 802.11 although I suspect it's security leaves a lot to be desired and (like all Windows networking) the network browsing code leaves a lot to be desired.

    Linux? Probably, but it'll be a fight getting it up. Mac? Probably not.

    Dave

  11. Apples and Oranges. on Why Do Flash Drives Cost So Much? · · Score: 4, Informative

    They're not the same thing, or at least they shouldn't be. Flash memory is *really* slow, fast random access, but spectacularly slow read/write. And it wears out. A good quality flash drive should be a stack of DRAM, a battery, and some way of backing up the DRAM when the power gets yanked (and vice versa). As you can imagine, this costs a bit and since it has low demand, it is also expensive.

    Dave

  12. Re:Jaguar? on Mac OS X 10.2 "Jaguar" Reviews Pour In · · Score: 2

    "pretty but unreliable British automobile"?

    Pretentious ford.

    Dave

  13. It's hard. Sorry. on CS Students Want Advice on Helping Strugglers? · · Score: 3, Insightful

    I recently read the first few pages of an introductory Java course taught at a University (too much wind, couldn't go snowboarding). It appeared to be the best introductory coding course ever written. It said, basically:

    * Coding is hard. We don't expect everyone to be able to do it.
    * You will only learn to code if you practice. It's like learning a musical instrument, there are no short cuts.
    * You will still be able to work in IT if you can't code.
    * Did we mention hard? Good.

    Dave

  14. Re:$22k per machine? on Verizon Switches Programmers to Linux · · Score: 2

    Fundamental differences in how Intel and HP processors treat binary numbers meant that some software was very difficult to translate

    Bad hackers, writing big endian dependent code. Bad! No more jolt!

    Dave

  15. Re:he is a C hacker, that's it on The Technology Behind ID's Games · · Score: 4, Funny

    Why people worship him, especially now, is beyond me.

    Well, ummm, you have a go then. Particularly at the 1996 stuff - you have a P75 and 8Mb, render a 3d texture mapped scene at 20fps.

    Dave

  16. Re:H1B's = Lack of Jobs for US Citizens on 235,000 Software Engineers Can't Be Wrong, Right? · · Score: 4, Funny

    Good troll.

    Just about when the arse started falling out of the dotcom thing, I saw inteviews with people saying "No fair, I studied two years to get a job in IT now there aren't any". To you (if this is for real) and to them, I would like to a present a quick "buck you, fuddy" and say that I would, indeed, like fries with that.

    Dave

  17. Re:Sue Disney on Disney Making Fake Crop Circles? · · Score: 2

    If Disney's really doing this, then I expect to see a rash of lawsuits against them as well

    I was wondering this, but expect we'll see a rash of suddenly rich farmers if push comes to shove.

    Dave

  18. Re:mounting floppies, CD's and DVD's on New Features For 2.5 Linux Kernel · · Score: 2

    is there any brand of floppies left that doesn't have at least three dead in a box of 10?

    No, there bloody isn't. I now maintain a small collection of antique floppy disks for the rare occasions where I want them to work.

    Dave

  19. Transcode on Video Capture from an X11 Window? · · Score: 4, Interesting

    Transcode pulls all sorts of stunts with importing/exporting video.

    http://www.theorie.physik.uni-goettingen.de/~ost re ich/transcode/

    http://www.theorie.physik.uni-goettingen.de/~ost re ich/transcode/html/modules.html

    Dave

  20. Bean bags. on Floor Furniture for Perfect Gaming? · · Score: 4, Informative

    Bean bags are the way to go, but washing the covers is a pain. TOP TIP! Buy a bean bag you don't like, but is cheap, and just the cover of one you do like. Put the cover over the whole bag, hence making it dead easy to just remove the cover when it's time to wash the sweaty-arseness from your favourite PS2 beanbag.

    WARNING! Requires input of money and concern for personal hygiene.

    Dave

  21. Re:Orbital on Electronic Music 101? · · Score: 3, Interesting

    Noooo! Don't start with Middle, it's wank. The official shit Orbital album. Brown, definately. Insides, definately. Snivilisation, very definately. Then maybe The Altogether (get "The Altogether 5.1" on DVD, it kicks arse), Green, the Orange one with remixes whose name I can't remember and it's at my mate's house. Then the Middle of Nowhere. In that order :)

    K&D are cool. Check out "Suzuki" by Tosca (The D in K&D), and G-Stoned by K&D.

    Dave

  22. Re:Webserver on Apache Binaries Available for PS2 Linux · · Score: 2

    http://www.linuxdevices.com/articles/AT2614444132. html

    http://www.soekris.com/

    Dave

  23. Re:Webserver on Apache Binaries Available for PS2 Linux · · Score: 5, Insightful

    Another bizarre, ridiculous and completely useless application of the technology.

    Which is exactly why it's so cool.

    Dave

  24. Rackable? on Small Footprint PCs? · · Score: 2

    For thousands I would say you needed to call rackable: http://www.rackable.com/

    Dave

  25. Re:MPEG-2 on Video Formats That Will Be Usable in 25 years? · · Score: 2

    Aye, another vote for MPEG2. It's standardised, there are stacks of open source decoders, and there is a large industry built around it.

    Probably cut to CD too. Twice, on different makes of blank because these things DO crap out.

    Dave