Slashdot Mirror


User: kbrasee

kbrasee's activity in the archive.

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

Comments · 141

  1. Re:EEG on Brain Electrodes That Screw On the Skin · · Score: 3, Informative

    It would also have been nice when I had the stupid things glued to my head for 10 days during a VEEG. Then again, it wouldn't have helped the worst part, which was the 2-inch electrode probes stuck in beside my cheekbones. Still, it was worth it to validate the viability of surgery, even with the rotten glue.

  2. Glassfish/OpenMQ instead of Websphere/WebsphereMQ? on Best Open Source Alternatives To Enterprise Apps · · Score: 2, Interesting

    I've often wondered if Glassfish app server and OpenMQ messaging are viable alternatives (in realibility, performance and features) to IBM's Websphere and Websphere MQ. That would save a bunch of money right there, but it's got to be a huge battle switching an existing IBM system (and add-ons to that system) over to the open source alternatives.

  3. Just don't goto fdisk.com on Google Native Client Puts x86 On the Web · · Score: 1

    or you will be in for an unpleasant surprise.

  4. Actually, you're wrong. on Sun's Mickos Is OK With Monty's MySQL 5.1 Rant · · Score: 1

    A text file makes a better database than MySQL.

    A text file does not make a better database than MySQL. No queries. No transactions. No way.

  5. Re:Or better yet on Time To Discuss Drug Prohibition? · · Score: 5, Interesting

    Yeah, that's true -- it makes more sense to either ban all, or ban none.

    I worked with a guy who was driving and was hit head-on by some drunk idiot. He and his girlfriend were both in pretty bad shape for a while. I know that alcohol's not going to get banned again, but you wonder how many lives it would save if it did?

    Of course, musing about something like this on /. gets you modded troll, flamebait, or worse.

  6. Or better yet on Time To Discuss Drug Prohibition? · · Score: 5, Funny

    Let's just bring back alcohol prohibition.

  7. XSLT is functional on Time to Get Good At Functional Programming? · · Score: 1

    So I think I'll just switch from Java to that.

  8. Re:Solution: driving w/ phone = lose your license on Study Confirms Mobile Phones Distract Drivers · · Score: 1

    Because draconian punishments work so well to prevent all these other crimes.

    Mocking my post = you lose all your karma.

    Then the death penalty.

  9. Solution: driving w/ phone = lose your license on Study Confirms Mobile Phones Distract Drivers · · Score: 1

    First for a month, then for a year.

    Then heavy fines and community service.

    Then jail time.

    Then the death penalty.

    This will guarantee no repeat offenders.

  10. Re:Perhaps on Avoiding Mistakes Can Be a Huge Mistake · · Score: 5, Funny

    /irony

    /woosh

    /irony

    Error: Cyclic Dependency

  11. Just in time on The State of Open Source Hardware In 2008 · · Score: 1, Offtopic

    for the Year Of The Linux Desktop.

    (sorry, I couldn't help myself...)

  12. Just in time on Left 4 Dead Demo Includes Linux Steam Client Libraries · · Score: 5, Funny

    for the Year Of The Linux Desktop.

  13. Mod parent Insightful on Web Browser Programming Blurring the Lines of MVC · · Score: 1

    This is very true -- it's so easy to get into the mindset of "well I write webapps, so everything I make has to be a webapp".

    Actually, this just happened to me. I was trying to find a way to write a utility that reads and writes in a big directory structure which users can access, but which the app server is not able to see. So I figured I would have to force users to zip up the whole directory and upload it, until my team lead said, "Why don't you just make this a client-side app instead?" Before that it had never even crossed my mind, but it made so much more sense to do it that way.

    It's much better to think about requirements with an open mind about the platform than it is to lock yourself in, either consciously or subconsciously.

  14. Re:Oh, get over yourself on Computer For a Child? · · Score: 5, Funny

    he's interested in anything that goes "ping"

    Well, teach him how to use ping then...

  15. Start him on pico on Computer For a Child? · · Score: 2, Funny

    Then when he gets the hang of that, take off the training wheels and let him use vi.

  16. Bullcrap, I get awesome FPS on my MacBook Pro on Gaming Benchmarks For the New MacBook Pros · · Score: 5, Funny

    Spectre VR has never played this silky smoothly.

  17. Re:How about medicine? on Fun Things To Do With a Math Or Science Degree? · · Score: 1

    I scored a 35 on the ACT and qualified for a full ride scholarship at every university I was considering (including Case Western, not a cheap place by any means). But that was for Comp Sci, don't know if the same scholarship criteria are used for medicine.

  18. Re:quantative finance on Fun Things To Do With a Math Or Science Degree? · · Score: 1, Funny

    While not anyone's idea of fun

    Fixed that for you.

  19. Be a waitress on Fun Things To Do With a Math Or Science Degree? · · Score: 0, Flamebait

    Those tabs don't add themselves, you know.

    And it's definitely not nerdy.

  20. Re:Video games should be illegal. on VR Snow Game Functions As Pain Management · · Score: 2, Insightful

    We should draw a line and prohibit incoherent posts like this one.

  21. Bigger company = more money on Job and Internship Salary Comparisons? · · Score: 1

    Generally speaking, the bigger companies (IBM, Microsoft, Google, Motorola) pay quite a bit better for co-ops. Back when I was in college (comp sci & eng), people who worked at the big places made close to twice what I was getting at a smaller place. Those numbers were pretty consistent across our whole class.

    I don't know what the quality of work is like at big places compares to the smaller. I liked the variety and importance of the stuff I got to do in an IT department of 4 people, and a better co-op experience is far more valuable in the long run. Basically, do what you think you'll like the most and aligns best with what you're planning for your future, instead of just trying to squeeze as much money as you out of a co-op. It won't seem that significant once you get a real position.

  22. We're pregnant with anticipation on Debian Lenny Installer RC1 Arrives · · Score: 0

    Can't wait for this baby.

  23. Re:Oblig on Amazon's Cloud Data Center To Follow Google To Oregon · · Score: 2, Funny

    You have died of dysentery. Settle here or move on?

  24. Re:Seems to me like a bit of a role reversal on Microsoft Begs Hardware Makers To Take Support Seriously · · Score: 4, Funny

    Because we all know this is the Year Of The Linux Desktop.

  25. Re:Use JPA on Reuse Code Or Code It Yourself? · · Score: 1

    I'm a fan of JPA after using it on a decent-sized project (Spring MVC web app using Hibernate's JPA implementation). From what I've seen of original Hibernate config this does look a little simpler, primarily due to the annotations. However, I did run into a few JPA and JPA+Spring quirks that took up quite a bit of my time and would never have been an issue if I stuck to straight JDBC.

    Would it have been quicker if I went with JDBC instead of JPA? Maybe. But now that I've got an idea of how to work through the minor issues, I'm pretty sure it'll save me some time on my next project.