Slashdot Mirror


User: kangsterizer

kangsterizer's activity in the archive.

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

Comments · 878

  1. Re:Firewalls on Mosh: Modernizing SSH With IP Roaming, Instant Local Echo · · Score: 1

    no it is not. security is made of layers.
    you let UDP out (and actually for mosh you need UDP in, because unlike you, I tried), and anyone can use this to get a remote shell among other things.
    udp in makes this easier than that of course

    but hey that ok, lets remove all firewalls, AC said its better.

  2. Re:Such an incredible opportunity... on Samsung Says Their TVs Aren't Really Spying On You · · Score: 2

    the problem is that its not so simple since you've to figure where the data is sent to in order to block it and that it can have multiple addresses, that the name used can resolve to various ips and change over time, that updates can change it, that it be tied to whatever online service the tv needs to be fully functional (stores for example), and even so they could still hide it in legit-looking requests without afaik, (ianal), violating any law

  3. Re:Marketing Opportunity - Privacy Star Compliance on Samsung Says Their TVs Aren't Really Spying On You · · Score: 1

    That's an awesome idea, however, I fear that it will take a long time for people to be aware that this is good and needed.
    Energy Star worked because people are aware we should preserve energy (also it make their bill lower)
    They don't seem to figure out whats the issue with privacy yet (see FB, Twitter, preference cards in supermarkets/etc - list is huge)

  4. Re:Paranoid? on Samsung Says Their TVs Aren't Really Spying On You · · Score: 1

    i know a lot of people taping the camera (also on laptops etc)
    and actually, it make sense

  5. Re:You have to separate issues on Ask Slashdot: A Cheap, DIY Home Security and Surveillance System? · · Score: 1

    can you link such a system you're describing?

  6. Re:Solution: API version apart from FF version on Firefox: In With the New, Out With the Compatibility · · Score: 1

    you dont get it
    plugins have a stable api (napi)
    native addons can directly change FF's code (a lot of it is done in XUL a javascript UI/toolkit)
    changes in FF therefore always can impact native addons

    OF COURSE there is a separate API (jetpack) that has a stable API (and provides restartless plugins too)

    But!

    - its like chrome's addon API aka it doesnt support as much (you can still do a lot)
    - previous plugins need rewrite, devs dont rewrite them

    So yeah, Firefox has the proper solution, but has to carry the weight of its past.

  7. Re:Minimum Sentences on European Law Could Give Hackers Mimimum Two-Year Sentence · · Score: 1

    pff next what, innocent until proven guilty?

  8. Re:No answer for you on Ask Slashdot: Most Secure Mobile OS? · · Score: 1

    its also not really all that secure.

  9. Re:The Most Secure Mobile OS on Ask Slashdot: Most Secure Mobile OS? · · Score: 1

    actually that s not true. linux has more options to secure itself, which make more sense too, so "it is" more secure
    the thing is, those are rarely enabled/configured

    otherwise, its all the same for win/osx/lin they're the same type of OS and kernel.

    things like plan9 or singularity are much more secure by design

  10. Re:Please sit down and shut up. on Getting the Most Out of SSH · · Score: 1

    man ssh
    now that wasnt so hard, was it?

    not buried. not long to read. precise, complete, concise and standard. you "really need to RTFM"

  11. Re:InfoWorld at it again on Getting the Most Out of SSH · · Score: 1

    and thats why /. readers arestill better than the likes of HN (which has TFA once a week as top story)

    heck some even just read man and that's that (holy cow all the secrets are clearly explained when you RTFM!)

  12. Re:Have fun on RDP Proof-of-Concept Exploit Triggers Blue Screen of Death · · Score: 1

    http://pastebin.com/48XkG9sq

    nice payload :P

    but not very useful for exploiting the bug. lol.

  13. Re:Who uses RDP without a VPN? on RDP Proof-of-Concept Exploit Triggers Blue Screen of Death · · Score: 1

    Well you should start nmap then. I see 3389 open every-f-where. Seriously.

    Just think web hosting on windows. That's not SSH. That's RDP. Everywhere.

  14. Re:GitHub hacked on GitHub Hacked · · Score: 1

    But would he actually look at all commits? Nope, hundred, thousands, you gotta trust where its coming from if it said signed off by .

    But hey, there's more. We invented a way to make sure "signed off" is _actually_ the person who say they signed off. It's called a cryptographic signature. And it's generally implemented through GnuPG.

    It happens that GIT now support per commit GPG signature for this reason (after telling me so many times "oh we don't see the point for implementing it"). Regardless, if everyone signs the commits and everyone checks the signatures locally via a list of people you trust for commits, any other commit will get rejected/you get a fat warning, etc.

    The point with this is that you should be able to pull from anywhere, GitHub, a ssh server, anywhere, and be able to trust the commits. Otherwise, distributed development doesn't make sense security-wise. GitHub got "compromised" this time, it will be another host the next time (or them again), there is no "its fixed now".
    Bugs exist, bugs are there, bugs will be there too. You just haven't discovered them yet. So, do use commit signing.

  15. Re:Ready? on Why Didn't the Internet Take Off In 1983? · · Score: 1

    "Secure" :)

  16. Re:The start of the Revolution. on Wikileaks and Anonymous Join Forces Against US Intelligence Community · · Score: 5, Interesting

    I don't know about you, but I trust them more than our politicians - truthfully. Says enough.

  17. Re:FUD on Microsoft's Anti-Google Video Campaign · · Score: 1

    Well you sure did good on that one, since Apple abandoned that stuff.

  18. Re:FUD on Microsoft's Anti-Google Video Campaign · · Score: 1

    Actually Google has a known track record. They kill apps easily if they don't bring profit. I think they cite buzz in the MS ad. There's many other Google services which went the way of the dodo.
    They change UI and features whenever they feel like it can be made better - which is not necessarily always the case for you. For example, many dislike the new gmail UI.
    They also have a peak in your data (i find that one scary).

    That's the bad side.
    There's good sides. You have nearly zero maintenance for example, which is awesome of course. They've a pretty good record of getting things running, and relatively fast, too. Then, you get new features "for free".

    I'd rather have something in between that and traditional software. Of course, that would require a company that isn't living solely for profit, which is, well, more than rare.

  19. Re:Only 2.0? on Is It Time For NoSQL 2.0? · · Score: 3, Funny

    Or NoSQL 16 if that was Google. What a great joke.

  20. Re:Hello - WebKit? JavaScript? on Google Chrome: the New Web Platform? · · Score: 1

    Err all the html apps you get on the chrome store are, chrome only.
    Stuff like gmail offline storage (reading emails offline) only works on chrome, despite the offline storage works on other browsers.
    NaCl of course only works on Chrome.
    It goes on and on.

    Of course one could take Chrome and push it into their browser to be compatible, since most of it is open source, right? Well that's one of the point of the article actually: Google becoming the platform.

  21. Re:Firefox mobile? on Google Releases Chrome For Android Beta · · Score: 1

    Hopefully Firefox mobile will get good enough that by then you wont want to switch ;-)

    And I'm saying that because if we lose diversity on mobile the web will become very locked in again hehe.

  22. Re:Suprnova 4 lyfe bitches on BTJunkie No More? · · Score: 1

    mininova was a very good replacement, til it "died"
    but yeah, suprnova will stay in every pirate's heart :)

  23. Re:Just goes to show you on Half of Fortune 500s, US Agencies Still Infected With DNSChanger Trojan · · Score: 1

    The only people in IT that know what they are doing are the "hackers".

    Yes and no. Hackers hack each other rather often, making the other hacker look "dumb".
    But then the other hack hacks the first one back.

    Then which one is better than the other uhm?

    Well none. This stuff is just too darn complex to figure out all the variables at any point in time. You can just focus on some thing and make them better, or break them.
    Or focus on the general issues and try to manage/detect/solve issues on a larger scale.

    Or, of course, be a true genius (true being the keyword here), or redesign your entire hardware and software stack (and i do mean entire, including the os, and so on). In fact, some attempted this at least on the software side, but since no software run on those, even if they're a lot more secure by design, it doesn't help much.

  24. Re:Just desserts. on Apple Overturns Motorola's German iPad and iPhone Sales Bans · · Score: 1

    im not that guy.

  25. Re:Decision was between Rafale vs Typhoon on India Turns Down American Fighter Jets, Buys From France · · Score: 1

    i think you got it all correctly :)