Slashdot Mirror


User: HiveMind118

HiveMind118's activity in the archive.

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

Comments · 5

  1. We need another list! on Kentucky Announces Creationism Theme Park · · Score: 1

    We need a list of people who visit these theme parks. They are religious fanatics, right? Not listening to reason at all? It'd be just like a terrorist watch list! Also, I would go there every day and wear a burka. A state funded park can't exclude visitors based on religion right?

  2. EM radiation from cables? on Calling Shenanigans On Super SATA's Claimed Audio Qualities · · Score: 1

    Could it be that his audio jacks are picking up EM interference given of by moving electricity through SATA cables? could the new SATA cables reduce the amount of interference they emit? Its plausible.

  3. Exploit rewards are a joke on Cyberwarrior Shortage Threatens US Security · · Score: 1

    I could have gone into security but whats the point? Working for the government is not an ideal job (see posts about offices like caves and inane security clearance requirements). If you lucky enough to have gotten a job in the security industry instead of the gov't things tend to go like this: Any new exploit you find will either be (a) swept under a rug by the vendor, (b) accepted as an exploit but never patched, or (c) get the researcher sued by the vendor. If by some small chance you end up finding an exploit for a vendor that actually pays for such knowledge, the average is about $500 per exploit I believe. Not really worth a month of my time no matter how you look at it. If we want a security industry, we have to foster a security industry, not try and hide the fact that we need one (as most companies do now).

  4. Antennas and Cradles on Apple Censors Consumer Report iPhone4 Discussions · · Score: 3, Interesting

    We all know how Apple likes to make sure all peripherals are Apple licensed. Couldn't a cradle be made (for cars for example) that used the antenna contact point to extend the antenna (thereby bypassing the need to license a Apple proprietary plug)?

  5. Re:Much easier to catch on Why Computer Science Students Cheat · · Score: 1

    But on the other hand if you restructure the code using different abstraction points (printf outside of the function call instead of inside of it, and looped outside instead of using recursion in the function for example) then this method will bet by most if not all code checkers. This also implies a level of knowledge of the program that is above that required to change comments and spacing. If I can't figure something out, I'll go find a solution, then understand the solution, then rewrite it. This could be considered plagiarism but in the end I still learned what was needed, where is the line drawn really?