Slashdot Mirror


User: phasm42

phasm42's activity in the archive.

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

Comments · 434

  1. Re:Two things on How to Recognize a Good Programmer · · Score: 4, Funny

    Thats why once, in .NET, I coded some tool, it took let say 50000 lines of code, then learned about some obscure feature that could have reduced it to 500. Yes, 500.
    Arrays?

    I kid, I kid!
  2. Re:Car analogy on Schneier Says 'Steal this Wi-Fi' · · Score: 3, Insightful

    So if one of those red-light-cameras snaps a picture of my car running down a pedestrian, it should be a really great defense for me to say, "Oh yeah, I have a policy of leaving my car doors unlocked the keys in the ignition. Everyone around the neighborhood knows that."
    Which completely ignores that pretty much nobody does that with their cars (since having your car stolen results in a definite loss that can cost lots of money and a major inconvenience), but a large percentage of people do that with their wi-fi (since most of the time they don't even notice, and it doesn't cost them anything).
  3. Re:Beginner language? on Professors Slam Java As "Damaging" To Students · · Score: 1

    A person that is unable to write a driver or low-level library from scratch, should not be starting his education by using one.
    Tell it to the elementary school kids using Logo. You don't start a math education with number theory.
  4. Re:Beginner language? on Professors Slam Java As "Damaging" To Students · · Score: 1

    When something is wrong, you know that YOU did it
    WRONG. Often, you don't even know something went wrong (see buffer overflows).

    not the compiler, not some class or wrapper or interface you have never seen, not the VM, or some bug or leak or god knows what.
    What? You're saying the Java libraries and runtime are full of bugs, as opposed to C's perfect libraries? Or the OS is perfect when running C programs?

    If something is messed up, I KNOW I did it, and I shouldn't google around for workaround, a bug fix or some undocumented feature.
    This makes no fucking sense. How does using Java prevent you from determining where the problem is? What are all these bugfixes and undocumented features you need? The rest of your post makes just as little sense. If anything, Java is far more predictable and documented than C is. No, it's not good for embedded apps like PIC or AVR, but who fucking said it was?

    Your post is full of straw men stuffed with bullshit.
  5. Re:Accurate, considering the caveats on PC Mag Slams Cheap Wal-Mart Linux Desktop · · Score: 1

    If you don't expect a strong money bias on a PC Mag article, you haven't been paying attention. There are a lot of whores out there, and PC Mag is one of the worst.
    Wouldn't that make them one of the best?
  6. Re:Who cares? on Duke Nukem Forever Teaser Released · · Score: 1

    Serious Sam. Give it a try..
    ++ to this. I've actually been playing it the past few days. Somewhat similar character and sense of humor, ridiculous battles (in some places, there are literally HUNDREDS of creatures attacking), and it plays damn smooth on old hardware.

    If you like Duke Nukem, definitely play Serious Sam.
  7. Re:The basic problem on Faster Chips Are Leaving Programmers in Their Dust · · Score: 1

    Your post is so vague, that it is pointless. You might want to be more specific because otherwise I could easily just say "no you can't" and I'd be just as right.
    Grandparent post was specific: shared cache

    You don't have to be an ass if you want specifics, you could just ask. In this case, I think GPP is referring to the upfront cost of memory access. Once one core pays that price (think of it as a fixed cost), the other cores will be able to access the memory from the shared cache without having to pay that cost. Thus, theoretically resulting in a speedup greater than the number of cores.
  8. Re:The best way to bring people to open source on KDE and KOffice Rebuke OOXML, GNOME Dithers · · Score: 5, Funny

    Will the GNOME Foundation's indifferent response to Richard Stallman's appeal drive him to throw his weight behind KDE?
    Found out on the next exciting episode of Desktop Drama!
  9. Re:WTF? on YouTube Breeding Harmful Scientific Misinformation · · Score: 1

    Probably the same people who think vaccination is eeevil. But then, if you get your health information from youtube, you deserve the darwin award. So I see no problem.
    Where this gets interesting is when you have idiot adults making decisions for their children.
  10. Re:What??? on Erratum Plagues Quad-Core Opterons, Phenoms · · Score: 1

    Turn in your geek card!

  11. Re:Not Impressed on Is It Time for a 'Kinder, Gentler HTML'? · · Score: 1

    So your solution is that all devices and operating system support all dam code-page in the world while Unicode cover 99.99% of all symbols used in a single simple solution!

    BTW my mother language is not English...
    I can tell: I'm arguing for UTF-8, not against it. As a developer, I dislike having to deal with a bunch of character encodings.
  12. Re:Not Impressed on Is It Time for a 'Kinder, Gentler HTML'? · · Score: 1

    I looked at the Wikipedia article on GB 18030, and it says there's no straightforward way of translating a byte stream into a set of unicode code points. Contrast this with UTF-8/16/32, which are trivial to translate to code points, and I really don't see the point of using alternative systems. You can argue over what the code points mean, but UTF-8/16/32 works well for encoding the code points. I fail to see how it's English-centric; Windows-1250 or ISO 8859 would be English-centric, and they should be discriminated against equally.

  13. Re:Not Impressed on Is It Time for a 'Kinder, Gentler HTML'? · · Score: 1

    Will UTF-8 be suitable 'forever'?
    Yes, it can encode all unicode characters. The only drawback is that some languages are better suited for UTF-16, which may make UTF-8 encoding longer than needed.
  14. Re:Advertising on Christmas Shopping For Your Nephew · · Score: 1, Insightful

    Compared to other seemingly ad articles, this isn't bad. Most take the form "Product X is awesome, discuss". This is more like "Product X is awesome; what other products are awesome?", which can include direct competitors and replacements for X. Provided enough good comments get in, I think this is a useful question. To be fair, the EyeClops shouldn't have been in the summary, but it probably provides a good starting point for discussion.

  15. DC transmission lines on The Last DC Power Grid Shut Down in NYC · · Score: 1

    DC has become feasible and possibly advantageous for long-distance transmission lines now, thanks to better technology. The trouble was that there wasn't a good way to alter DC voltage, something trivial with AC using transformers. Now that DC can be pumped up to high voltages like AC, it's easier to transmit due to fewer losses and less stress on the lines.

    It still may not be economical beyond transmission lines though.

  16. Re:But the scary part is... on Backing Up Your Brain · · Score: 1

    It'll silently drop all your bad memories of Microsoft products. BSODs, Explorer crashes... gone!

  17. Re:Recommendation for online gaming on World of Warcraft's Brand New Rootkit · · Score: 3, Insightful

    Or, stop playing WoW. More people should consider this option.

  18. Re:Have i missed something? on Half a Million Database Servers 'Have no Firewall' · · Score: 1

    Exposing it through TCP/IP is separation enough (exposure to the intranet). There's nothing to be gained by exposing it to the internet at large.

  19. Re:News flash! on Attacking Multicore CPUs · · Score: 1

    Mod parent up.

    This is only a problem if your syscall wrapper didn't take this into consideration. If you're writing a syscall wrapper for security reasons, you don't pass parameters that the original caller still has write access to.

  20. Tattoos? on HP's Inkjet Technology Used to Administer Drugs · · Score: 3, Interesting

    Could this be used to make a tattoo printer? Maybe they could release a laser tattoo remover as well.

  21. FoxIt Reader for PDFs on Name Your Favorite Bloat-Free Software · · Score: 1

    I love installing FoxIt Reader after installing Acrobat for years. Acrobat downloads some huge bloated reader that takes forever to even begin thinking about installing, let alone the actual installation. FoxIt is far smaller and installs pretty much instantly, and starts up about as fast too.

  22. Oblig on Mark Russinovich On Vista Network Slowdown · · Score: 4, Funny

    10,000 packets/second ought to be enough for anyone.

  23. Re:Text of page on A Campaign to Block Firefox Users? · · Score: 1

    Has there ever been a case of someone suing an ad-blocker company for tortious interference? I hate to give anyone ideas, but that seems to be what this guy's rant is implying.

  24. Re:It was news,... in 1980 on Secretly Monopolizing the CPU Without Being Root · · Score: 1

    That's not what the paper talks about. The vulnerability is that the scheduler gathers statistics (used to make scheduling decisions) by checking who is running at every clock tick. By running only between clock ticks and never running at the time of a clock tick, your process can use a lot of CPU without the scheduler knowing.

  25. Re:No SDK? Call MacGyver! on No iPhone SDK Means No iPhone Killer Apps · · Score: 1

    and some Hot Pockets...
    You no want SDK, you want Hot Pockets!