Slashdot Mirror


User: Peach+Rings

Peach+Rings's activity in the archive.

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

Comments · 489

  1. Re:Criminals use ICQ... on US Fears Loss of ICQ Honeypot · · Score: 1

    Of course, they could easily just use encryption, which is dead easy and widely available. Just encrypt the message and send it over some clear channel like IRC. If you don't mind a little centralization, run a Jabber server and connect securely to that, and you don't have to fiddle with PGP.

  2. Re:Sounds like troll bait on Security For Open Source Web Projects? · · Score: 1

    How would using a different platform for the server solve all of his problems? Every platform has similar problems; there's no "turn-key" substitute for knowing what you're doing.

    My advice: don't release the source. If the application is secure, release it. If it's riddled with vulnerabilities, releasing the source code will only cause headaches for you (and your players). Good choice on a permissive license though. ;)

  3. Re:They -buried- the reports? on 3D Displays May Be Hazardous To Young Children · · Score: 1

    I understand why they would bury it had it actually been released for mass consumption

    ...

  4. Re:Shit! on USPTO Grants Bezos Patent On '60s-Era Chargebacks · · Score: 3, Insightful

    Ironically, your post follows the response predicted by the meta-meme exactly.

  5. Cases on Experts Explain iPhone 4 Antenna Problem · · Score: 4, Interesting

    How will wrapping the phone in a case and then holding it the same way as before fix the problem?

  6. Re:Valve hasn't said a word. on Hemisphere Games Reveals Osmos Linux Sales Numbers · · Score: 2, Informative
  7. Re:That's All? on Arlington National Cemetery's Many IT Flaws · · Score: 1

    I'll better that offer- $6M USD, delivery in 9 to 10 years!

  8. Re:Imagine the uproar if it was the other way roun on Pakistan To Scour Google, Yahoo For Blasphemy · · Score: 2, Interesting

    That would be hilarious, not offensive. I'd buy swag from whatever company vengefully blocked them back.

  9. Re:While I agree that anonymity is a good thing... on SCOTUS Rules Petiton Signatures Are Public Record · · Score: 5, Insightful

    Otherwise the petition isn't worth anything.

    ;)

  10. Re:Well then, on SCOTUS Rules Petiton Signatures Are Public Record · · Score: 1

    Don't know where you've been but on my planet closed ballots are a fundamental requirement for democracy...

  11. Re:Cosmic rays, my ass. Occam's Razor time. on Tracking Down a Single-Bit RAM Error · · Score: 1

    Electronics are designed well within tolerances for temperature and EM interference. At least, good ones are. Since my fans are broken, I've been running the GPU in my Thinkpad to 107C every day for a few years when I play games. No problems yet.

    As someone with over a quarter century of background in

    As someone who hasn't been in school in 30 years, memory loss, sits on the porch with a shotgun hollering at kids, has to call his grandson to install the newfangled Norton Internet Security because you've been screwing around with FPGAs for decades and last used a web browser in 1995, etc

  12. Re:Message in the Bottle on Twitter To Establish Information Security Program · · Score: 5, Insightful

    I don't know 20 years seems like an awful long time to be barred from doing something illegal...

  13. Re:so now will they bill $1 per txt each way? on Sending Data In Bursts of SMS Messages · · Score: 5, Insightful

    Maybe they should just make normal data transfer reasonably priced instead of jacking up SMS pricing...

  14. Re:So basically... on Louisiana Federal Judge Blocks Drilling Moratorium · · Score: 1

    I could care less

    Eyebrow twitch

  15. Re:So? on Louisiana Federal Judge Blocks Drilling Moratorium · · Score: 1

    Your response is the one in error. We walk around in fields accepting the risk that there's a tiny chance you could be hit by lightning. When lightning does strike and kill somebody a thousand miles away, that hasn't changed the risks involved. You're still going to walk around in fields.

    Now, whether you should be subjecting yourself to the risk in the first place is a different issue. But if a single unlikely burst changes our policy then that means it was seriously flawed to begin with.

  16. Re:argentina ones are not Illegal as argentina fre on For-Profit, Illegal Movie Download Sites Threaten MPAA · · Score: 2, Informative

    I do remember something about the US screwing over some small country recently so WIPO issued sanctions saying that they wouldn't be expected to enforce US copyright law in that country for a period of time. Essentially they have the approval of the international community to pirate whatever they want from the US and they don't have to pay licensing. It wasn't Argentina though.

  17. Re:Crime rate is lower in facilities... on In NJ, Higher Tech Lowers Crime · · Score: 1

    Cameras stop cheating, not crime. With hundreds of full time security guys walking around, you don't need cameras to quell violence. The only analogue to NJ would be if you put 2 cops on every street corner.

  18. Re:Crime rate is lower in facilities... on In NJ, Higher Tech Lowers Crime · · Score: 1

    there was the suggestion of crowdwourcing public surveillance cameras. So, if I don't like you, you get thrown in a holding cell

    Logic?

  19. Re:Doesn't really matter. on In NJ, Higher Tech Lowers Crime · · Score: -1, Troll

    See, computers are racist because they make them too hard to use. They need to make them easy like TV so people in the community can have good jobs. Computers are made by whites and Chinese, and they don't like it when we try to get ahead.

  20. Re:forcing views of the hompage on Firefox Extension HTTPS Everywhere Does What It Sounds Like · · Score: 1

    In fact, since Javascript is capable of self-modification it’d be nice to see extensions that could update themselves on-the-fly, only updating the actual files on the disk when the browser is restarted.

    Most extensions modify the way the browser is set up when it's started: the look of the address bar, some special thing in the statusbar, whatever. Yeah you could in theory create a special update script for every extension that reloads only certain components of the browser, but it's really easier to just restart the browser.

  21. Re:noscript? on Firefox Extension HTTPS Everywhere Does What It Sounds Like · · Score: 2, Informative

    No, noscript can't do this. Noscript just changes http to https. If you want more complex rewriting like

    http://en.wikipedia.org/wiki/Main_Page
    to
    https://secure.wikimedia.org/wikipedia/en/wiki/Main_Page
    then you need something like this extension.

    Of course, it's useless in the case of wikipedia, because no images at all are available from the secure server. The extension will let images through unencrypted, so it's very easy to tell what page you're looking at. You can just go to the image pages and scroll down to "what links here," and the page that appears in every list is the page that the person is looking at.

    You can block unsecure content with noscript but articles are unusable without the helpful diagrams and pictures.

  22. Re:No name-based virtual hosting on Firefox Extension HTTPS Everywhere Does What It Sounds Like · · Score: 1

    There's nothing converse about anything you said.

  23. Re:forcing views of the hompage on Firefox Extension HTTPS Everywhere Does What It Sounds Like · · Score: 2, Interesting

    So you'd rather have extensions updating themselves through their own downloader code than have them just use the Firefox update framework?

  24. Re:slashdot, HTTPS please! on Firefox Extension HTTPS Everywhere Does What It Sounds Like · · Score: 2, Insightful

    How about sending your login credentials to the server? That's not encrypted.

  25. Re:It's all BS. on USPTO Lets Amazon Patent the "Social Networking System" · · Score: 1

    Good luck making yourself understood without infringing on my "Method to aid in communicating with other similar minds by means of symbolizing common thoughts" patent on language!