Slashdot Mirror


User: badkarmadayaccount

badkarmadayaccount's activity in the archive.

Stories
0
Comments
3,626
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,626

  1. Re:C-whatever on C Programming Language Back At Number 1 · · Score: 1
  2. Re:0.007% on C Programming Language Back At Number 1 · · Score: 1

    Everything works best with 3.11 for Workgroups.

  3. Re:Delphi Rules! on C Programming Language Back At Number 1 · · Score: 1

    I have couple of simple extensions for C that I believe would bring it back on the map. They are quite self-explanatory. Tell me what you think. IANAProgrammer.
    scope func_name() {
    @__scope="/path/to/module.c";} //Includes the scope from module.c in the current module
    private int func_name(arg1, arg2, ...){
    //func body
    } //hides func_name() symbols form module symbol table
    symbol func_name($type $arg_name, enum_type enumerator) {
    $foo; symbol var declaration, can only be assigned const strings
    @foo=cnd?"const string1":"const string2"; //only allowed type of assignment
    return $("const string to be concatenated", @with_interpolated_symbol_vars_and, enumerator)($type $arg_name);}//Implements function overloading

    /*...*/
    return event int var_name;}
    //Triggers an event with a value int var_name, every function that takes an event as an arg gets evaled on event trigger

  4. Re:What does Netcraft say? on Microsoft Announces End of the Line For Itanium Support · · Score: 1

    Netcraft is dying, Windows on IA-64 confirms it.

  5. Re:Not Very Comparable on Microsoft Announces End of the Line For Itanium Support · · Score: 1

    I'd rather DEC pulling a merger with SUN.

  6. Re:Microsoft is a Dinosaur on Microsoft and Apple Rumble Into Middle Age · · Score: 1

    Open is a relative term. Considering that XNU has near zero strategic value for Apple, while the userland is their crown jewel. MS needs both its kernel (drivers) and userland (apps) in order to survive. Apple needs their userland in order to control user experience.

  7. Re:Fanbois spew summary on Microsoft and Apple Rumble Into Middle Age · · Score: 1
  8. Re:Not really so on Microsoft and Apple Rumble Into Middle Age · · Score: 1

    What a waste. Do you know ubuntu supports ppc, and has a LXDE edition? The least you could do is give it to a poor family. What happened to "I still run a i386" pride on slashdot?

  9. Re:But... on Young Men Who Smoke Have Lower IQs · · Score: 1

    You mean .ogg, right?

  10. Re:Duh on Young Men Who Smoke Have Lower IQs · · Score: 1

    That's a good question.

  11. Re:Duh on Young Men Who Smoke Have Lower IQs · · Score: 1

    I wouldn't be able to kick either.

  12. Re:I wonder... on Clues That Apple's Bought Another Processor Design House · · Score: 1

    High end, as in XServe SAS drives. I'm not all that sure about HDs, but Apple has had some product lock down on its desktop/server line, I just can't be arsed to get links. Sorry in advance.

  13. Re:I wonder... on Clues That Apple's Bought Another Processor Design House · · Score: 1

    Patented, WIndows does to, useless, who doesn't have them, firmware locked - even high end hard drives, the difference is minimal. You were saying?

  14. Re:The problem is that it promotes the use of Flas on Adobe Flash Now Officially a Part of Google Chrome · · Score: 1

    Why not run AS3 parallel to JS? They can use the same VM. Maybe create descent DOM replacement and export it to the VM.

  15. Re:Lol? Sif it will happen. on Will Australia Follow China's Google Ban? · · Score: 1

    You can have it any color you like as long as it's black. The bus? There a lot of buses in the suburbs I don't know about? The kind that would only be truly useful for going to work, and not living free life. Not living in suburbia? Ever try raising kids elsewhere? Walk or bike to work in the city? Are you a fitness maniac with no life?

  16. In Bulgaria on How To Build Roads To Control How Fast You Drive · · Score: 1

    We have already mastered this method of traffic control, and I'm gonna let you in on the secret - potholes like a result from a bomb-strike.

  17. Re:No answer will be perfect on Fixing Internet Censorship In Schools · · Score: 1

    I'd say high-school girls have a tad too much self-esteem. Nothing bad in cutting it down a little. The down to earth girls are going to realize that there is more to a relationship, and won't care, and the elite whores of the school will start raising the boys' self-esteem. I'm totally serious. I'm sick of the clique stratification in schools. Time get some bitches' heads doen from the clouds.

  18. Re:Bad bill... on 10% Tax On Custom Software, $100M Tax Cut For Microsoft · · Score: 1

    Mod parent up.

  19. Re:Maintaining the Great Firewall on China's Great Firewall Infects Other Countries · · Score: 1
  20. Re:Heres an idea... on College To Save Money By Switching Email Font · · Score: 1

    Weird driver issue? I never thought I'd ask this, but are you running windows?

  21. Re:court intelligence on Canada's Top Court Quashes Child Porn Warrant · · Score: 1

    You mean the tech's mother?

  22. Re:The REAL problem with disseminating child porn on Canada's Top Court Quashes Child Porn Warrant · · Score: 1

    What outlet would you recommend for a teenager with anorgasmia? Serious question. This seemed like a good place to ask, and I'm going nuts.

  23. Re:Thats ok , as an XP user on Internet Explorer 9 Will Not Support Windows XP · · Score: 1

    http://kickstart-tools.sourceforge.net/howkickstartworks.html
    Amiga kickstart is a bootstrap firmware, and not a installer.
    <meta type='comment'>*WHOOSH*</meta>

  24. Re:Updating... how to? on Mozilla Plans Fix For Critical Firefox Vulnerability In Next Release · · Score: 1

    Include support for foreign resources in ELFs in the kernel, along with VFS directives for presenting the resources, and soft link all the compile time options (probably needs LLVM) in to one binary, just store the diffs, that don't have to be recalculated every time.

  25. Re:1.5 months for a response and release?! on Mozilla Plans Fix For Critical Firefox Vulnerability In Next Release · · Score: 1

    https://bugzilla.mozilla.org/show_bug.cgi?id=552350 Please see this bug if you are running FF 3.6. I have a sneaking suspicion that it's the culprit. I wouldn't mind anyone reproducing it, it's sitting unconfirmed as I reported it.