Slashdot Mirror


User: weberjn

weberjn's activity in the archive.

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

Comments · 18

  1. I once compared WSL and MSYS2 git checkout times. Practically equal.
    Then I compared Ubuntu in VirtualBox and WSL. The latter 20-fold slower. Until I excluded the folder from Security Essentials scanning ..

  2. and I forgot: does not need Aministrator rights to install.

  3. MSYS2 is the better WSL.
    No problems with filesystems, does not break Windows update, perfect integration, pacman package manager.
    No ELF, but never missed it, pacman brings all the good tools.

  4. Re:openjdk vs. oracle speed on Amazon Releases A No-Cost Distribution of OpenJDK (sdtimes.com) · · Score: 1
  5. openjdk vs. oracle speed on Amazon Releases A No-Cost Distribution of OpenJDK (sdtimes.com) · · Score: 1

    I checked with the dacapo bench, Oracle has an about 10% performance advantage. Feel free to repeat the test.

    java -jar dacapo-9.12-MR1-bach.jar -C lusearch

    OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)

    ===== DaCapo 9.12-MR1 lusearch PASSED in 1218 msec =====
    ===== DaCapo 9.12-MR1 xalan PASSED in 1284 msec =====

    Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

    ===== DaCapo 9.12-MR1 lusearch PASSED in 1118 msec =====
    ===== DaCapo 9.12-MR1 xalan PASSED in 1112 msec =====

  6. write a book on What Does It Take To Keep a Classic IBM 1401 Mainframe Alive? (ieee.org) · · Score: 1

    Have you thought of writing a book about your career? This would be very interesting history.

  7. Re:Why not use Rust? on How Linux's Kernel Developers 'Make C Less Dangerous' (hpe.com) · · Score: 1

    > nearly every operating system of note is written in C

    z/OS is written in assembler ..

  8. run Browser under different account on Linux Study Argues Monolithic OS Design Leads To Critical Exploits (osnews.com) · · Score: 1

    If Firefox runs under a different user, it cannot access your main profile.

    C:\Windows\System32\runas.exe /user:firefox /savecred "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"

  9. Re:Burn it on China Won't Solve the World's Plastics Problem Any More (wired.com) · · Score: 1

    Better burn plastic than oil, gas or coal.

  10. Whatsapp web is desktop browser support for Whatsapp. I don't see any more need for desktop message support.

  11. run scanner with lowest privileges on Microsoft Modifies Open-Source Code, Blows Hole In Windows Defender (theregister.co.uk) · · Score: 1

    No need that the scanner runs with LocalSystem rights, it could run standalone with no privileges and could be fed the files to scan by some RPC mechanism.

  12. c't fixed it in 2011

    https://www.heise.de/ct/artike...

  13. given enough eyeballs, all code is shallow on Heartbleed Coder: Bug In OpenSSL Was an Honest Mistake · · Score: 1

    There are more bad guys looking for security flaws than good guys doing code review. So, either code review must be done by computers (I don't know how) or the system must make less errors possible. Will we have to write all system software in Java or Ada?

  14. Backport 8.1 kernel on Microsoft's Attempt To Convert Users From Windows XP Backfires · · Score: 1

    I know, Microsoft want's to sell Windows 8 licenses, but would it be technically feasible for MS to backport 8.1 kernel to XP, so XP would continue getting all security updates?

  15. Going back in time on The Evolution of Language · · Score: 2, Interesting

    OK, languages and english get simpler over time. But, if we go back in time, why were languages more complex?

    Latin is more complex than french or spanish. Then, were the ancestors of latin (indogermanic) super-complex? This is odd, as I guess that prehistoric societies were more primitiv and there was no literature, so why would they have had such complex languages?

  16. Batch Operations on Instrumented GIMP To Identify Usability Flaws · · Score: 1
    Got a digital camera? Want to resize and sharpen a chip full of images for web? Tried that with Gimp? Without Lisp knowledge?

    With Irfanview it's something like select images and do operation on the images. With an off-the-shelf Gimp it's not possible.

    see: Bug 173066 - Feature Request: Batch-Processor

  17. Java Applets on Miguel Plans Silverlight on Mono & Linux by Years End · · Score: 1
    What can be done with Silverlight that cannot be done with Java applets?

    And Java is a proven technologie, it is really cross-platform and the next version will be open-sourced.

  18. It's the cost of bureaucracy on Surveys Show Increase In OSS Popularity · · Score: 1

    The cost of commercial software often is not the problem, this often would be negligible.

    But company bureaucracy forces you to write a project plan, rentability calculations, get permission of pointy haired bosses and so on.

    Why bother with that, if you can use free software?

    Sometimes my collegues and me do semi-private projects like setting up a department wiki. This would be impossible without free software and if we had to go through official ways.