Slashdot Mirror


User: bbroerman

bbroerman's activity in the archive.

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

Comments · 100

  1. See... on Security Researchers Threatened With US Cybercrime Laws · · Score: 2

    This is why we can't have nice things. Companies won't audit themselves, and they get bent out of shape if others do it for them...

  2. Re:Legally correct decision with awful results on Court: Oracle Entitled To Copyright Protection Over Some Parts of Java · · Score: 1

    I pray, in the name of developers everywhere, that Google wins. If not, our industry is screwed!

  3. Re:The usual suspects on Ask Slashdot: Preparing For Windows XP EOL? · · Score: 1

    I've worked for companies like that. Sometimes it happens. They don't have the time or money to invest in writing all new software. I'm still writing web apps that have to support IE 6 due to a partner using an older version of Developer Studio where the embedded browser widget renders as IE6. They don't have the money to re-tool and rewrite it all, and we have to support them...

  4. Re: The usual suspects on Ask Slashdot: Preparing For Windows XP EOL? · · Score: 1

    Don't have a choice. I don't have hundreds of dollars for new copies of Windows, and the time to spend days reinstalling all the apps for everyone in the house...

  5. Re: The usual suspects on Ask Slashdot: Preparing For Windows XP EOL? · · Score: 1

    I do that anyway when I get a machine or when I upgrade it.

  6. The usual suspects on Ask Slashdot: Preparing For Windows XP EOL? · · Score: 0

    Load all patches, install a good antivirus, have a second or third one that you run occasionally manually (not all anti-virus packages get everything), use an updated chrome or Firefox browser. For Firefox, I'd suggest using noscript and web of trust as well. Keep Java in medium or high security mode, only go to reputable sites, and only enable JavaScript when needed.

  7. Obviously, this person has no clue as to how the internet, or software works...

  8. Sounds familiar on How To Develop Unmaintainable Software · · Score: 1

    Sounds like most of the projects at my last job. As well as some at my current.

  9. The company should be sued on Should Developers Be Sued For Security Holes? · · Score: 1

    The company should be sued, not the developers. Its usually company management that tells the developers what to code, gives them too tight a deadline, changes requirements mid-stream, and prioritizes fixes and defects based on the percieve d cost vs. benefits. (i.e. how much a lawsuit costs vs. the cost of fixing it) Usually the poor developers are struggling to keep up, and most aren't trained in security... Most are barely trained, as the companies want to get people cheap. Its really the companies fault.. This coming from a developer with 20 years of professional experience in companies large and small...

  10. OAuth on OAuth 2.0 Standard Editor Quits, Takes Name Off Spec · · Score: 3, Interesting

    Having implemented OAuth1.0 and 2.0 services for communicating with various platforms, I was amazed at the lack of any security in Oauth 2.0. As mentioned by others, it completely relies on SSL/TLS, which is itself somewhat broken. From what I have gathered, it's simpler. That's about it. Actually, I prefer OAuth 1.0 and have modeled many of my own APIs after it.

  11. Total BS on Ruling Prohibits Kaleidescape From Selling, Supporting Movie Servers · · Score: 1

    But, it wasn't removing the copy protection, and it wasn't sharing outside of the home... so I think this finding is BS... Still, it doesn't keep us from building our own. It's very simple, actually...

  12. Well, if we dont, someone else will... on Astronauts As Alien Life Hunters? · · Score: 1

    At least there are other countries out there that have the will and the means. The US doesn't have to be the biggest and best any longer, and won't be for much longer anyway... China, India, and who knows who else will be out there long before we go back... Pretty soon, all the big announcements, advancements, etc. will be coming from them. Who knows, maybe one day we will be humbly asking China if they'll take us along, or let us spend time on their moon base.

  13. Good for her on Women Arrested For Refusing TSA Search of Children · · Score: 1

    This is why I refuse to fly, and will not take my family on a vacation where we would have to.

  14. Change on Promotion Or Job Change: Which Is the Best Way To Advance In IT? · · Score: 1

    In almost 20 years as a developer, I've noticed that the best means of obtaining a promotion and pay increase has been to change companies. This also seems constant between small companies and fortune 500 companies...

  15. thats why i use my own solution... on Why Doesn't Every Website Use HTTPS? · · Score: 1

    that's why I wrote a security framework that runs over HTTP and Ajax but is, as far as I can tell with my testing so far, as secure as HTTPS... with no need for expensive certs... It doesn't give you the nice blue / green address bar or the lock icon, but it's very secure when used properly. Decided not to go the patent route with this project, with all the changes and uncertainty in the patent landscape here in the US... but I would still like to get something out of all of my work and effort... so... I'm willing to give it to a few small companies for free as beta testers (with some consulting services) if they want to do an NDA... also, if there are any security experts out there who want a look-see... just send me an email... NDA there too... I'm going the trade-secret and copyright route on this, but hopefully it'll pay off. Anyone interested, let me know... (check email address on my profile)

  16. My choice on What 2D GUI Foundation Do You Use? · · Score: 1

    If you want to run on different platforms, my choice would be Java and Eclipse SWT... you have a platform dependent library to send out with your app, but your app code itself is platform independent.

  17. Re:I call bullsh*t on Government Could Forge SSL Certificates · · Score: 1

    Well, I've got a year to see. If I don't get anything in that time, I've already planned on releasing it as FOSS. Who knows, maybe a company will see it, like it, and buy the rights. Oh, and I already do consulting. Have been for years.

  18. Re:SSL / HTTPS on Government Could Forge SSL Certificates · · Score: 1

    That's the key part that led to the patent app. and no, it doesn't use https or prayer. And... the basic principal can be applied to other applications and protocols as well. Once I get the latest version of this library tested, optimized, and done, I'm going to start writing other apps that use the basic protocol, starting with FTP, POP3, and Telnet. Sorry I can't get more into it here, but I am waiting on the patent for the base protocol first.

  19. Re:SSL / HTTPS on Government Could Forge SSL Certificates · · Score: 1

    That's taken into account. I spent many months working through that. Again, that was a key factor in the initial design of the initialization protocol.

  20. Re:SSL / HTTPS on Government Could Forge SSL Certificates · · Score: 1

    Possibly, but time will tell. I've been working on this for 2 years now. I've got some close friends who are long time software experts looking at it. I would love it if I could find some security experts who would review it free, or low cost. In the mean-time, I have been reading every security book I can find. And, like I do with all of my other software testing, I have been going through it looking for different ways to "hack" it and then going back and tweaking the design.

  21. Re:I call bullsh*t on Government Could Forge SSL Certificates · · Score: 1

    well. I've put a LOT of hours into this, and I would really like to reap some benefit from it... I do FOSS from time to time, and I've put some things out there over the years, but this one is one I'd like to get something back out of... I have trusted peers checking my work currently. I am looking for some security experts (and in the mean time, I'm reading all of the security books I can get) that will do it at no or minimal cost.

  22. Re:SSL / HTTPS on Government Could Forge SSL Certificates · · Score: 1

    That's the "secret sauce" so to speak of the library. Like I mentioned in a previous post, I have been working with other expert software developers (who are close friends of mine) on code reviews, in-house testing, etc. I don't have the money for expert security people yet, but I am working on other avenues on testing the security of the protocol. I've been working on this library for the past 2 years...

  23. Re:I call bullsh*t on Government Could Forge SSL Certificates · · Score: 1

    I am looking forward to that. Unfortunately, as a one man shop, I don't have the money to pay experts. I am offering free licenses to the library (with the applicable NDA) for the first 20 or so medium size businesses that want to give it a trial run. I am also working with the company that I work for (my day job) to see if they will sponsor the testing / trial of the software with some of their clients. Additionally, I have many software professionals as friends whom I have asked to do code reviews and in-house trials.

  24. SSL / HTTPS on Government Could Forge SSL Certificates · · Score: 2, Funny

    One more nail in the coffin... (See http://nearlyperfectsoftware.com/secureajax.html for other hacks). Good thing I'm working on a protocol and libraries / utilities that can be used to replace it for all of my work, and my clients... Starting with a secure ajax framework, then on to things like POP, IMAP, SMTP, FTP, Telnet, etc. Should be cool once I get them all done.

  25. Re:New Heavy Lift Rocket? on Obama Choosing NOT To Go To the Moon · · Score: 1

    They will be "looking at" China developing a space program, as well as India. Like it said in the Tom Lehrer song... "And I'm learning Chinese, says Verner Van Braun"... It seems that like everything else in this country, we're outsourcing our space program to China and India... Go Figure