Slashdot Mirror


User: Golthar

Golthar's activity in the archive.

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

Comments · 120

  1. Re:How much time is spent producing a work product on Your 60-Hour Work Week Is Not a Badge of Honor · · Score: 0

    Meant to click insightful. Undoing moderation

  2. Re:Bigots who think this is a joke - shame on you! on Transgendered Folks Encountering Document/Database ID Hassles · · Score: 3, Insightful

    As shameful as some of the comments are (I'm embarrassed as well by some of the bigotry on here), let's not feed into the animosity more by painting us all with the same brush.

  3. Re:Not just Apple... on Apple Criticized For Not Blocking Stolen Certs · · Score: 4, Informative

    At the request of the Dutch government, Microsoft is delaying the update in the Netherlands (home of DigiNotar) until next week, to avoid confusion (and to buy the government more time to roll out new certs).

    I feel much safer now, knowing our government has the power to stop Microsoft from rolling out security updates in a country.

    I'm in the Netherlands and I got the patch just fine.
    Must be because I use the English version of Windows

  4. Re:This is the way of MySQL too? on Oracle Shuttering OpenSSO · · Score: 1

    Currently using OpenSSO on a product, I've seen that Oracle has removed more and more (now including the Wiki content it seems) from the project.
    This is going to be one in a long line of project cancelations.

  5. Re:Do any of them assess performance? on Eight PHP IDEs Compared · · Score: 1

    Oracle has already announced that Netbeans will stay and be developed more.
    Depending on the FAQ you access Netbeans will focus more on Java and/or Dynamic languages (which includes PHP)

  6. Re:They should spend more on the upload tool on Facebook Rewrites PHP Runtime For Speed · · Score: 1

    Actually Chrome does; I'm using it to deploy large WAR files and it gives me a nice percentage on the left bottom of my browser

  7. Re:Solaris? Give me a break. on The Best, Worst, and Ugliest OSes of the Decade · · Score: 1

    Sun has made great strides in making OpenSolaris just work, try the latest releases

  8. Re:Effective way to keep screens locked on Schneier On Un-Authentication · · Score: 1

    Yes, we do that too at a bank I work for.
    Even better is that the appointed AYIC officer for our office has been caught twice not locking his desktop.

    And yes, it's easy to retaliate by forging email, but it loses it's effect in an IT environment.

  9. What about Rysnc? on Guaranteed Transmission Protocols For Windows? · · Score: 1

    http://www.samba.org/rsync/

    Or something like it in Windows.
    It will check the delivered files, retry chunks if needed.
    Much better than just FTP

  10. Re:US Citizens only on Bill To Add Accountability To Border Laptop Search · · Score: 1

    I'm sure there are plenty of people who travel to the US as part of their work.

  11. Re:Seen it, driven it, didnt bother with the t-shi on Researchers Test Drive Bus With Automated Steering · · Score: 1

    Yes, that's the first thing I was thinking too.
    We have had these for a while and were recently taken back into service after a crash (which was unfortunately caused by an operator forcing an override)

  12. Re:bloatware on the Mac on Bloatware Removal Threatens PC Industry Profits · · Score: 1

    I agree on the test drive, but the iApps are probably one of the reasons people buy Mac's
    iTunes for music, iPhoto for organizing your pictures and iWeb to put it all online in a way that even my parents can understand without too much hassle.

    Interestingly enough, if you install the OS you don't get the iApps by default

  13. Re:Sun on Review of Sun's Free Open Source Virtual Machine · · Score: 2, Insightful

    What are you talking about? You can download the latest OpenSolaris right here without any registration: http://www.opensolaris.com/get/index.html
    And Sun finally stepped into the new decade by finally providing a package manager by using IPS.

    As for the red tape, all large open source organisations require contributors to sign some form of agreement to allow them stewardship over the code. This allows them to relicense it in the future. Sure Sun was slow and late on the uptake, but they are opening up a lot more than other companies.

  14. Re:A simple suggestion on Keeping Customer From Accessing My Database? · · Score: 1

    Wow, you should send this story in to the TheDailyWtF.com

  15. Re:.NET from hell story - happened yesterday. on Mac OS X Versus Windows Vista · · Score: 1

    This needs to be posted to the daily wtf (not sanity safe)

  16. Re:New features with specification references on Java SE 6 Released · · Score: 1

    Java SE 6 is not yet the fully open source version.
    Expect the entire Java SE to be GPL by early 2007
    "http://www.sun.com/software/opensource/java/faq.j sp"

  17. Re:Ask Slashdot... on Java SE 6 Released · · Score: 3, Informative

    Some help on getting you back in the saddle with the new features:

    1.5 features in a nutshell

  18. Re:GPL? on Java SE 6 Released · · Score: 4, Informative

    See also here

    "Q:
    When will you finish open sourcing the JDK? What is the timeline?
    A:
    We expect to release a fully buildable JDK based almost completely on open-sourced code in the first half of 2007"

  19. Re:still waiting on Java SE 6 Released · · Score: 4, Informative

    OpenJDK project
    Hotspot

    Early 2007 we should see the class libs as well

  20. Re:GCJ on Building the JDK on Debian GNU/Linux · · Score: 1

    What about JSP's?

    Because the classes are generated at runtime, GCJ forces you to run these at interpreted speed and can't compare with the current hotspot VM's
    Any big webapplication would be doomed unless you precompile the whole thing into a .so (yuck?)
    The biggest advantage of using GCJ would probably be in the fact that you don't need to lug a whole JVM (which is around 10 Mb) for a simple application.

  21. Re:Late Late Late on Perseid Meteor Shower To Peak This Weekend · · Score: 1

    Actually I saw it when I gazed out the window last night and I live in an urban setting.
    When you travel far enough you can see several per hour.

  22. Re:The best benchmarks on What Makes a Valid Benchmark? · · Score: 1

    I agree and this is also my experience creating enterprise applications.

    Whenever I need to benchmark databases or enterprise applications I use the same method.
    Often you start by taking a sample of the average useage (if the system is not live yet you need to come up with different user scenario's that will be most likely used) and mimic the load based on that. My metric would be in user sessions per minute/hour/day
    Different parts of the industry but it is a good method
    Surely I could also go and insert, select, update and remove the same data in the database a few million times and find a certain figure (like a PCMark or 3DMark would do) but I'd most likely end up testing the database caching and find my application burning down in production because the benchmark never tested things like transactions or actual datasets which are closer to the real workload.

    The point of a benchmark is to create a repeatable testmethod which yields a result you can then use to compare different systems with (in my case I could be comparing different hardware or different methods of retrieving data)
    Synthetic benchmarks do that too, but the results are meaningless especially when your vendor optimizes for them.

  23. Re:USian Terminology on Complaints Filed Over Firms Seeking H1-B Holders · · Score: 1

    Thank you for the summary.
    Now I know that outsourcing and H1B workers are a bit of a hot issue in the US, but also think of other people who may have a reason to live in the US. (other than plainly economical)
    I for example have my significant other living in the US and at some point I'm hoping to leave Europe and live and work in the US instead.
    I gave up on the H1B altogether for the reasons that I never got my masters (I got my bachelors and decided I didn't want to go back to school for a few more years, I have bills to pay and working seemed to give me much more than school) and it seems US companies are only interested in cheap foreign labor.
    That is where the real issue is and I just hope that not every American looks down on immigrants as them wanting to get a free ride into your country and steal your jobs.
    I'd be leaving behind a good paying job here and a relatively stable secure lifestyle in favor of the US job market rolercoaster.

    This is nothing on you, I just wanted to thank you for your clear summary and reiterate how the H1B program just does not work for immigrants other than those from cheap labor countries. I wish it could work for me.

  24. Re:Not only MySpace... on More Warnings Against Oversharing on MySpace · · Score: 1

    More scary than that, I have somebody living in this country with the exact same first and last name and a birthdate close to mine.
    He has also sent in some questionable jokes to a dutch radio station :-/

    This is in my opinion the danger of depending on information you find online using google on somebody's name.
    You never know if it's about the same person.

  25. Re:Emacs OS on Windows OS? on The Future of Emacs · · Score: 1

    Read the parent post again