Slashdot Mirror


User: jcfandino

jcfandino's activity in the archive.

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

Comments · 106

  1. Anyone tried the X1 Carbon? on Change the ThinkPad and It Will Die · · Score: 1

    I haven't, but it surely look like crap. Supposedly the top of the line model, but
    The keyboard is all wrong, their chiclets may not be that bad but the layout is awful.
    And what about the display? I shines like glass, I don't want to see my face on the display, I'm not a vampire!
    It's like they made this model to experiment introducing changes that will make the thinkpad just like a macbook with no rounded corners, I hope nobody buys it because I don't want future thinkpads to be cheap apple clones.

    A while ago they introduced some small and well studied design changes (T400 keyboard, new touchpad). But, WTF is this? Find out why people choose your computers and improve it, don't fuck it.

  2. Re:C? on C Beats Java As Number One Language According To TIOBE Index · · Score: 2

    Be thankful. If it weren't for C, we'd still be programming in OBOL, BASI, and PASAL

  3. Re:Uneducated Virtualization Suggestion on Valve Begins Listing Linux Requirements For Certain Games On Steam · · Score: 1

    but there is no reason any other interpreted language could not be adapted to have a similarly obfuscated deliverable form.

    In fact, Scala, Clojure and probably some other, are languages that compile to Java Bytecode that runs on the same virtual machine.
    Also there are interpreters for many languages that were made in java (Ruby, Python, groovy, js), some of these interpreters support JIT compilation.

    Java popularity may be decreasing, but its platform it's becoming more popular.
    It may still not be as fast as native code, but runs on most platforms and has acceptable speed.

  4. Re:Keyboards no, $750 RAID cards yes on Ask Slashdot: Old Technology Coexisting With New? · · Score: 2

    You can contact This guy, as I'm told he fixed any kind of keyboards with Alps switches, specially Northgates.

    Otherwise you could try to fix it yourself, as a mechanical keyboard you could replace the broken spring with the spring of another switch (a less used key like Scroll-Lock or PrintScreen).
    Alps switches can be disassembled without having to desolder from the PCB, give it a try.

  5. Re:Today RIM, Tomorrow Android. on Nokia Asks Court To Block RIM Products For Violating Patent Agreement · · Score: 1

    The difference is that tomorrow Microsoft will own Nokia's patents after it bankrupts.

  6. Documentation on Sandy Island, the Undiscovered Country · · Score: 1

    From TFA: "The world is a constantly changing place, the Google spokesman told AFP, "and keeping on top of these changes is a never-ending endeavour'.'

    tell me about it.

  7. Re:Keyboard evolution stopped with the Model M! on The Evolution of the Computer Keyboard · · Score: 1

    Search for Cherry MX Brown Switches, that should be what you are looking for.
    That or a Realforce keyboard.

  8. Re:Keyboard evolution stopped with the Model M! on The Evolution of the Computer Keyboard · · Score: 1

    The model before M was the model F that came with the original PC, the XT and the AT. The quality was even better but expensive.
    So, in fact the Model M was a compromise to produce a cheaper buckling spring model for the PS/2.

  9. Re:Obligatory on Disney to Acquire Lucasfilm, Star Wars Episode 7 Due In 2015 · · Score: 1

    I wasn't slashdotted. I was a DMCA takedown from Disney Corp.

  10. Re:Did he already heard about integrated debugger on The IDE As a Bad Programming Language Enabler · · Score: 1

    I agree on that an IDE debugger is one of it strongest advantages, and it's not fault of the language the need for it.
    Nevertheless I don't think debug mode is a good strategy for developing, I think it's better to use TDD, even to resolve bugs, create a test trying to reproduce the error and see the assert failure message or exception message to delimit where the problem is.
    Most of the time, in my experience, the problem seems evident looking at the code, if not, I use the debugger while running my test.
    Once it's fixed I already have a test case to ensure the bug never happens again.

  11. Vrapper on The IDE As a Bad Programming Language Enabler · · Score: 1

    Have you tried Vrapper?.
    It integrates very well with Eclipse as it's implemented as a filter that runs over any text editor, so it does not interfere with any eclipse functionality. Not all vim functionality is implemented yet but the most common stuff is there.

  12. Re:lame on These 19th Century Postcards Predicted Our Future · · Score: 2

    Looks like consumerism, a new luxury is created by media/culture and a few years later the market has it ready for you, you've been waiting for it, so it becomes a need you cannot live without.

  13. Robozzle on Ask Slashdot: Best Book Or Game To Introduce Kids To Programming? · · Score: 1
  14. UI on Google Glass, Augmented Reality Spells Data Headaches · · Score: 3, Funny

    We just need health on the left and ammo on the right.

  15. Re:This has already been worked on... on Possible Proof of ABC Conjecture · · Score: 1

    A researcher named Jackson (with the help of his brothers) came to the conclusion that it was simple as 1-2-3.

    This cannot be truth because spreadsheet software wasn't available until the 80's.

  16. Beowulf cluster on Nanoscale Device Can Weigh a Single Molecule · · Score: 2, Funny

    Just imagine a Beowulf cluster of these. We would be able to weight millions of molecules at the same time!

  17. Re:Like on jQuery 2.0 Will Drop Support For IE 6, 7, 8 · · Score: 1

    Ok, but doesn't jQuery 2.0 have some new feature not present on 1.9? Maybe my application needs that feature, maybe I can avoid using it, but then, what's the point of using the new version of the library?

  18. Ceci n'est pas une iPad on U.S. Judge Grants Apple Injunction Against Samsung Galaxy Tab · · Score: 1

    ... and this is not a fair market.

  19. But, does it come with a good text editor?

  20. Re:Why am I thinking of the old Clippy cartoon... on Kinect: You Are the Controlled · · Score: 1

    "You look like you are writing a suicide note..." and now with ads for rope, guns, cheap Canadian pharmacies...

    Quite the contrary, this technology avoids selling guns to the depressed consumer. It's bad for business.

  21. API Support? on New Modeling Algorithms Bring More Detail to Google Earth's 3-D World · · Score: 1

    I image how interesting it would be to have this info accessible through a public API.

  22. Re:Yes, but other than that, how did you like it? on Microsoft's Hotmail Challenge Backfires · · Score: 2

    It's strange that an xkcd can be so misleading, but this time it is.

    The "securer" password has a smaller character space, which means that it's 26 possible characters to the power of the length. The other, has a wider character space; 26 lower case letters, 26 upper case, 10 numbers and 32 symbols (at least directly accessible on a US keyboard layout). In this case the second password needs more combinations to be cracked just because it's longer, but if the same password would have had the character space of the first one, it would need ~9e13 times more combinations to test.

    Crackers will always incrementally wide the character space, first all lower case, then start trying more possibilities. And they also use rainbow tables, and it's even easier if it puts dictionary words.
    I personally find much more difficult to remember random words sequences.

  23. Linux 3.2 Home Premium Edition soon? on Microsoft Counted As Key Linux Contributor · · Score: 1

    The changes where so good that they had to increase the major version number!

  24. mandatory xkcd on Self-Sculpting "Sand" Can Allow Spontaneous Formation of Tools · · Score: 2
  25. No windows on Millions In China Live In Energy Efficient Caves · · Score: 1

    How can a place without natural light be efficient?