Slashdot Mirror


User: phantomfive

phantomfive's activity in the archive.

Stories
0
Comments
31,362
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 31,362

  1. Re:Firehose stories on front page on Ask Slashdot: How Can We Improve Slashdot? · · Score: 1

    Screenshot. Maybe it's only a problem on Firefox on OSX? I can check a different OS later........

  2. Re:Firehose stories on front page on Ask Slashdot: How Can We Improve Slashdot? · · Score: 1

    Ah, I see. It shows up in Safari, but not in Firefox. Browser bug.

  3. Re:Firehose stories on front page on Ask Slashdot: How Can We Improve Slashdot? · · Score: 1

    I don't see a link to it on the front page anywhere. Maybe it's there and I'm missing it, but I just looked again right now and can't find it. Maybe I'm blind.

  4. Re:Firehose stories on front page on Ask Slashdot: How Can We Improve Slashdot? · · Score: 2

    That seems worthwhile.
    Related bug: it's hard to figure out what the colors mean in firehose (and I clicked on a color, and half the colored stories disappeared, and now I can't get them back).
    Other related issue: it's kind of hard to find firehose in the UI, I use Google to find it now.

  5. Re:There's no doubt that... on Ask Slashdot: How Can We Improve Slashdot? · · Score: 1

    The "new" metamoderation never made any sense whatsoever.

    I didn't know that existed anymore

  6. Re:Not enough content on Ask Slashdot: How Can We Improve Slashdot? · · Score: 1

    fwiw I wrote a really nice book review that never got accepted and I'm kind of bitter about that :)

  7. Re:Overhaul comment system. on Ask Slashdot: How Can We Improve Slashdot? · · Score: 1

    This could be improved somewhat by changing the default sorting order, so older comments appear at the bottom.

  8. Re:Science Coverage is Not Thoughtful on Ask Slashdot: How Can We Improve Slashdot? · · Score: 1
    I like your comment, but:

    at the geographical center of the tech world, in the Mission in San Francisco

    this is some kind of cognitive bias or something, because the Mission in San Francisco is definitely not the geographical center of the tech world.

  9. Re:Easiest things to do. on Ask Slashdot: How Can We Improve Slashdot? · · Score: 3, Interesting

    Direct messaging? Are you kidding me? Promote use of journals more if you want to encourage inter-personal communications that might be off-topic in a discussion elsewhere.

    For that to work, you'll need to remove the time-limit on journal comments. Right now, if a journal entry has been around too long, people won't be able to comment on it.

  10. Re:I can give input there! on Video Game Cheaters Outed By Logic Bombs · · Score: 1

    Yeap. But if you can think of other ways to make the game bigger, I would be interested, too.

  11. Re:I can give input there! on Video Game Cheaters Outed By Logic Bombs · · Score: 1

    Ah... a 'dwarf' variant. There are defenses against that strategy though.

    In fact, it is the original published by A.K. Dewdney himself.

    For example, a multiprocess warrior would demolish this, even though it may be several times as long.

    Yes, the multiprocessor warrior is the original counter to this, but it can't be too long otherwise it will not demolish this. The dwarf is the thing in the ecosystem that prevents programs from getting too long.

  12. Re:Not a big deal on Video Game Cheaters Outed By Logic Bombs · · Score: 1

    poor kid

  13. Re:I can give input there! on Video Game Cheaters Outed By Logic Bombs · · Score: 1
    Here is an example of a 'rock' program, it basically overwrites every fifth memory address. The strategy is to quickly pass through memory, hopefully destroying the opponent by blind luck:

    dat -1 ;data, also stores the bombing address
    add #5 -1 ;increases the bombing address by five
    mov #0 @ -2 ;this is the bomb, it copies the dat line to the address
    jmp -2 ;jumpbacktwoinstructions

    If you write a program that is only one line long, then this program only has a 1/5 chance of winning.
    So the longer the program, the weaker it is against this one. Many complex, interesting programs have been written, only to fall to this bomber.

    My theory is, if you could find a way to modify the system that would weaken this strategy, then it would allow longer, and more interesting programs.

  14. Re:I can give input there! on Video Game Cheaters Outed By Logic Bombs · · Score: 1

    I used to like Corewar but the problem is the VM it runs in is too limited in scope for it to be interesting after a while.

    Yeah, I've spent time trying to figure out how to make the VM better. I think what you really need is a way to limit rocks, so program size can increase. Right now, any program too large loses quickly to a small, dumb script. And "too large" means larger than 15 lines......

  15. Re:Not a big deal on Video Game Cheaters Outed By Logic Bombs · · Score: 1

    But if you think your moral outrage will change the world

    LOL

  16. Re:Not a big deal on Video Game Cheaters Outed By Logic Bombs · · Score: 1

    But a game is supposed to be entertainment, Why bother playing a game if you are not actually playing the game?

    "Nerd rage is the best rage." When you beat someone in an online game, and they just start raging, saying senseless things to you, and you know they want to throw their keyboard out the window.....

    Online team games are even worse, like League of Legends, where you are teamed with a random stranger. Then your teammates will purposely play badly (even attacking their own teammates) just to produce the rage.

    Remember that a lot of these people are teenagers, or even pre-teens (some are so young they can't even read the hate you spew at them). They still haven't figured out how to survive in the world, and strange rage entertains them.

  17. Re:Open to Questions on Slashdot and SourceForge Sold, Now Under New Management (bizx.info) · · Score: 1

    There used to be a good amount of original content on Slashdot, things like interviews, book reviews, articles written by Jon Katz. I understand that it may not be worth paying someone to write original content, but why not solicit it from users? I'd love to see more of an emphasis on Ask Slashdot and interviews.

    I've done it for free, but wasn't accepted.

  18. Re:Make sure Windows 10 does what you need it to d on Windows 10 Now a 'Recommended Update' For Windows 7 and 8.1 Users (betanews.com) · · Score: 1

    The one that really annoys me is that the Windows version of select(), WaitForMultipleObjects(), has a limit of 64. It's bad enough that the linux version of select() only goes up to 1024 (but at least there are simple ways around that).

    The Linux Android drivers used to crash a lot on Windows because they kept hitting that limit. Eventually they fixed it, but with a very ugly hack.

  19. Re:Make sure Windows 10 does what you need it to d on Windows 10 Now a 'Recommended Update' For Windows 7 and 8.1 Users (betanews.com) · · Score: 1

    if you are doing device development work or working with different devices which allocate com ports, you may find yourself running out of them and/or applications no longer working because the allocated port number is higher than the range the application handles.

    Weird because you would think with more powerful systems, the OS would be updated to handle more ports. No reason to keep the limit artificially low.

  20. Maybe you're right. Maybe I need to do better at understanding people.

  21. it looked so much like layoffs on Former Yahoo Employee Challenges the Legality of Yahoo's Ranking System (nytimes.com) · · Score: 2, Insightful

    It looked so much like layoffs that I thought it was layoffs.
    Maybe I misunderstood and they were just trying to get rid of bad programmers. From what I understand, Yahoo had a lot of them.

  22. Re: Systemd developers have rejected on Running "rm -rf /" Is Now Bricking Linux Systems (phoronix.com) · · Score: 1

    If they had implemented a 'biosvars' module that understood particular vendor(s) proprietary schemes, then a BIOS system would have the same problem.

    That's true, it's technically a UEFI implementation problem, not a problem with UEFI itself. Especially since other boards don't have this problem. (UEFI being complex lends itself to this sort of problem more easily, but there's not really an excuse for the implementation).

  23. Re:Gonna get lambasted for this but... on Running "rm -rf /" Is Now Bricking Linux Systems (phoronix.com) · · Score: 1

    The answer is to include a way in the UEFI to restore the default configuration so something like this doesn't brick it irrecoverably.
    Rethinking the interface would be nice, but wouldn't stop malicious users.

  24. Re:Captain Obvious to the rescue!!! on Running "rm -rf /" Is Now Bricking Linux Systems (phoronix.com) · · Score: 1

    If this becomes a standard test case, then you'll see firmware get more resilient to this over time.

    The standard test case for UEFI seems to be, "Does it boot Windows?" Those drivers tend to be really buggy.

  25. Re:Immutable Bit on Running "rm -rf /" Is Now Bricking Linux Systems (phoronix.com) · · Score: 1

    Because a malicious user shouldn't be able to brick your device that way, either.
    There are plenty of ways to avoid accidentally ruining a system this way (including not typing "rm -rf /") but they don't prevent a hacker from destroying your system.