Slashdot Mirror


User: cyborg_zx

cyborg_zx's activity in the archive.

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

Comments · 476

  1. Re:Megalomanic on New Unix Implementation Turns 30 · · Score: 3, Funny

    Don't need money, don't need fame,
    Don't need no credit card to ride this train,
    It's strong and it's sudden, it can be cruel sometimes,
    But it might just change your life,
    That's the power of Austim.

  2. Re:Uhg, not Cass Sunstein on How Human Psychology Holds Back Climate Change Action · · Score: 1

    Do you really think that economic and political change is all that's needed to stop the Earth to do what it's been doing since long before humans exist and change on a global scale?

    Are you going to anchor the continental plates to the moon or something as well?

  3. Re:fud on IAB Urges People To Stop "Mozilla From Hijacking the Internet" · · Score: 1

    The people behind the propaganda embedded in these websites don't built houses, they don't plant food. They're middle men. Humanity has no need for them. It's been pretty clearly demonstrated that people in information technology are capable of putting middle men out of business. It's so easy we do it in our spare time.

    I've never been able to articulate it before but this is probably why I hate people in advertising so much.

    They're full of such self importance for a role in society that is entirely unnecessary other than to serve itself.

  4. Re:How is this a breaking discovery? on Dolphin Memories Span At Least 20 Years · · Score: 1

    Is it not already inherent that ALL forms of life communicate and form memories?

    Bacteria form memories?

  5. Re:Timeline on Dolphin Memories Span At Least 20 Years · · Score: 1

    I base my eating preferences on how well it goes with Tabasco source and I find Anonymous Coward meat is spiced up real good.

  6. Re:Hope and change Obummer's way! on Administration Seeks To Make Unauthorized Streaming A Felony · · Score: 1

    What brand of "faggot" exactly do you think there is in US politics is going to do anything differently?

  7. Re:Down the line... on Court Upholds Ruling On Dish Network's 'Hopper' · · Score: 1

    He burns all Hyundai on sight just incase...

  8. Re:Really?!? on Orson Scott Card Pleads 'Tolerance' For Ender's Game Movie · · Score: 1

    The exception of course being religious texts.

    They hardly seem like the exception when people will go about explictly trying to eek out depth of interpretation from them.

  9. Re:Really?!? on Orson Scott Card Pleads 'Tolerance' For Ender's Game Movie · · Score: 4, Funny

    Fine, it's like some weird Treissand effect.

  10. Re:windows 8.1 only for the USA on The Black Underbelly of Windows 8.1 'Blue' · · Score: 1

    Microsoft really need to watch their own "your privacy is our priority" ads.

  11. Re:Reboot! on Disney's Titling Problem With Its Star Wars Movies · · Score: 1

    2 Star 2 Wars

  12. Re:How about this on Disney's Titling Problem With Its Star Wars Movies · · Score: 1

    I think there may be a little more than a hint of performance art in that post.

  13. Re:Ugh on Microsoft To Add Ads To Smart Search · · Score: 1

    Advertisers and those who sell their billboards apparently do.

    But they're scum so it's to be expected.

  14. Re:Grammar check on Beer Fridge Caught Interfering With Cellular Network · · Score: 1

    "How much compute will this big data task require? Maybe we should leverage the synergy of the cloud!" and "How much compute does your new host mainframe have?" are both considered cromulent at this point.

    Not this side of the Atlantic. Sweet Jesus how is that supposed to make any sense?

  15. Re:Maybe. on Vint Cerf: Data That's Here Today May Be Gone Tomorrow · · Score: 1

    For Duke Nukem 3D there are a plethora of source code modifications I suggest you check out. At least one of them will amost certainly do it for you. Running on the original exe may well be a challenge. Surprised SoundBlaster wouldn't work to be fair though since that at least became the de-facto standard.

  16. Re:Grammar check on Beer Fridge Caught Interfering With Cellular Network · · Score: 1

    Personally, I found the nouning of "compute" to be more irksome, and that's fucking ubiquitous now. If I ever find the guy who started that trend, I would break his goddamn face.

    Invent time travel first.

    computer
    noun
    1.
    Also called processor. an electronic device designed to accept data, perform prescribed mathematical and logical operations at high speed, and display the results of these operations. Compare analog computer, digital computer.
    2.
    a person who computes; computist
    Origin:
    1640–50; compute + -er1; compare Middle French computeur

    If you're going to try and be a grammar Nazi you've got to try and at least know something about languages first.

  17. Re:There's a reason nobody talks about it on Dao, a New Programming Language Supporting Advanced Features With Small Runtime · · Score: 1

    I'm just saying that in real life in the corporate world they will often get rushed and short changed or even ignored.

    I can't help the companies I'm not part of to not do stupid things. I have my work cut out for me here.

  18. Re:Let's just get this out of the way... on Iron In Egyptian Relics Came From Space · · Score: 2

    Technically, the Hebrew slaves built the pyramids.

    Eh... probably not that either. There's no particular evidence for their existence in Egypt. Exodus using Egypt is like using the USA in the plot of your Evil Empire narrative - it works because everyone knows the players.

    And before you dismiss that as ridiculous just remember that there are people out there who seriously believe that native Americans are the lost tribe of Israel.

    And white.

  19. Re:Giorgio Tsoukalos asks... on Iron In Egyptian Relics Came From Space · · Score: 1

    No.

    We know meteorites abundant with iron are out their floating about. We know they sometimes crash to Earth.

    We don't know if there are any alien life forms out there. We don't know if they've visited Earth. We don't know if they'd have any interest in leaving bits of iron about that look like iron from meteorites.

    Occam's razor - choose the simplest.

    The simplest explanation does not invoke things we've never seen before to explain the phenomena. Therefore aliens go home.

  20. Re:Obligatory on Iron In Egyptian Relics Came From Space · · Score: 1

    No, the pyramids are the landing platforms, not the ships.

  21. Re:There's a reason nobody talks about it on Dao, a New Programming Language Supporting Advanced Features With Small Runtime · · Score: 1

    In practice, code reviews are superficial. No one has the time to spend more time reviewing code than it took to write it, and there's immense time pressure to resolve the issues and release the code.

    I'd really be surprised if that were the case and I'd have to say you'd be doing it wrong - taking 8 hours to implement something doesn't mean you have 4 times as much code as something that took 2 hours to do - that would be the classic KLOC analytical approach to programming mistake. Also nothing says a code review is a one way thing - generally I'm looking for obvious deficiencies: can I read this code and actually understand it, and if I can't after spending a little time penetrating it can it be explained to me in understandably? If not it probably requires more work. Have you applied the style guidelines and if not why not (the Brown M&Ms test). Does this code do exactly the same thing I know something else is already doing? And as these are all questions not statements it implies that the person whose code I am reviewing should have good answers if they expect it to pass my review.

    You may see it as a waste of time that could be spent coding more stuff to fix more stuff - I see it as time spent not having to analyse code later when some piece of crap that wasn't properly reviewed causes a production issue and then suddenly everone has a real interest in the quality of the code. And given the frequency at which I see stuff that would have obviously caused problems down the line I think I've come to the right conclusion.

  22. Re:On a ZX Spectrum on How Did You Learn How To Program? · · Score: 1

    ZX Spectrum +3 for my 7th Birthday. Also had played aorund with batch scripts on my grandmother's Amstrad PC1512 but not much programming there. Typed in the BASIC from the manual, then from library books then from magazine listings - including the obligatory DATA statements containing machine code. By age 12 my Dad had found a book on Z80 assembler and I was using an assembler from a magazine tape cover to do some funky things with the screen but never did much too substantial. (Most I ever did was to hack the type in listing for a clock in order that I could put that clock into an IM2 routine and then overlay it on the +3 BASIC editing mode's black bar so it replicated the look of a PC corner clock and do something similar for a SoundTracker song routine so I could listen to a tune whilst typing as well). Mostly continued along with the hacking stuff during secondary school as I got my first PCs and I wanted to modify Doom, Quake, Duke Nukem 3d and the like - which were readily there for the hacking. Not much proper programming there until Uni and work.

  23. Re:There's a reason nobody talks about it on Dao, a New Programming Language Supporting Advanced Features With Small Runtime · · Score: 1

    And comments can be true while code is completely wrong.

    Well... no. Code is always going to do what it's going to do. If someone failed to do what was actually intended for the program that's a whole other set of problems where you're asking who checked the implementation and why it passed testing (assuming it went into production).

    I've found, far too often that developers who say "read the code" have written complete nonsense.

    You have to be able to read code though at some point - you really can't know what is going on for sure unless you do. If someone is producing an unpenetrable mess of code with no documentation under the idea that documentation is not necessary because the code is there then they have two problems. I only tend to comment code itself when something unintuitive is being done that I wouldn't expect anyone to really be able to see at first. Commenting simple loops and such - the stuff that should be the bread and butter of much development - shouldn't be necessary. If it looks complex decompose it into separate functions as much as you can and give them a name invocative of their function. You might even generate an opportunity for code re-use! Documenting an API is a different matter -and that doesn't have to mean you write libraries for drivers or something, just that you're producing something that you expect other people to be able to use without having to modify what you've provided.

    If the code is at complete variance with the comments, then it's a helpful warning that _both_ are wrong.

    And that someone is hankering for a spankering.

  24. Re:There's a reason nobody talks about it on Dao, a New Programming Language Supporting Advanced Features With Small Runtime · · Score: 3, Insightful

    True - there are many crap programmers around; but that is what things like code reviews should be for.

    Absolutely but I don't get to review every line (although I certainly try because I often wonder WTF is being check in other people's code reviews) and I can't do much about the code that was written years ago that has been left to bitrot.

    If you find a programmer who does that sort of thing do you want to continue to employ him ?

    No, not really. But fucked if it's my choice or if I know where the hell the programmers are who don't do this stuff.

  25. Re:There's a reason nobody talks about it on Dao, a New Programming Language Supporting Advanced Features With Small Runtime · · Score: 5, Insightful

    That is what comments are for.

    No it isn't.

    Seriously I see stuff like this in legacy code all the time:

    // Add one to the iterator
    i--

    Comments lie, code doesn't. Someone is going to update the code and not bother with the comments.