Slashdot Mirror


User: johanatan

johanatan's activity in the archive.

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

Comments · 703

  1. Re:Moral objection on Why We Should Build a Supercomputer Replica of the Human Brain · · Score: 2

    Oh, come on. Surely we will make an exact replica (aka backup) of the portions we destroy *before* we do any experiments, no? I mean, if we can achieve a machine of N nodes, just wait 18 months and we can have one with N*2 nodes!

  2. Re:Quick find all the people that care on Bitcoin Mining Reward About To Halve · · Score: 2

    You confuse anarchy and chaos.

  3. Re:Um Linux? on Microsoft's SmartGlass For Android Reviewed · · Score: 1
  4. Re:MS is not even in the game... yet on Is Microsoft's Price Model For the Surface Justifiable? · · Score: 1

    .NET was released in 2002. How did you get 16 years experience in it?

  5. Re:arg on OS Upgrades Powered By Git · · Score: 1

    So, why not put the source code in git and let the OS download, compile, and install the updates from source [automagically]? Or maybe even have the entire operating system be an interpreter (a la BASIC, erlang, smalltalk or LISP machines).

  6. Re:And this suprises you? on TypeScript: Microsoft's Replacement For JavaScript · · Score: 1

    It has nothing to do with whether the direct licensee is interested or disinterested in their freedom. The argument for GPL being 'more free' is that it forces the direct licensee to be at least as free as it has been to him.

  7. Re:MyCleanPC is your God and savior on Microsoft Announces 'Surface' Tablet · · Score: 1

    You have heard of a BIOS virus apparently.

  8. Re:Wrong on Ron Paul Effectively Ending Presidential Campaign · · Score: 1

    I believe you misunderstood the phrase 'Paul people'. The delegates your parent referred to are Paul supporters who stayed around long enough to get elected as delegates.

  9. Re:it probably could be done also with paint on Anti-WiFi Wallpaper Available Next Year · · Score: 1

    Femtocell.

  10. Re:Heh on A Boost For Quantum Reality · · Score: 4, Funny

    Not if it's running on the 'cloud'. Come on man, get with the times.

  11. Re:Heh on A Boost For Quantum Reality · · Score: 1

    That's only true if the machine running the simulation is not powerful enough. Given a local high-order maximum which exceeds the average 'reality' surrounding it would be enough computing power.

  12. Re:Python on Ask Slashdot: What Language Should a Former Coder Dig Into? · · Score: 1

    That would be true if C# and C++ (as multi-paradigm languages) didn't have quite good support for functional features.

  13. Re:amazing use of resources on Bitcoin Mining Startup Gets $500k In Venture Capital · · Score: 1

    And, of course, the design goals are appropriate for this particular instrument.

  14. Re:amazing use of resources on Bitcoin Mining Startup Gets $500k In Venture Capital · · Score: 1

    I didn't make any comment on the quality of the design. However, it is my personal belief that it is in fact a good design given the design goals.

  15. Re:amazing use of resources on Bitcoin Mining Startup Gets $500k In Venture Capital · · Score: 1

    The fees are quite low (on the order of a fraction of a percent [as opposed to 3-4% for VISA/MC or higher for Western Union). You can choose to submit transactions with no fees but depending on the load on the network and the amount of miners, difficulty of mining, etc, it can take quite a long time for them to clear. For instance, my zero-fee transaction from 2 weeks ago took a week to complete.

  16. Re:amazing use of resources on Bitcoin Mining Startup Gets $500k In Venture Capital · · Score: 1

    The limitation is not a shortage of problems to solve. It is a design feature.
    In fact, problems will continue to be solved (i.e., transactions verified by mining) long after the last coin is 'mined' but then the solvers will be rewarded by fees and not mined coins.

  17. Re:What About Machine Language and Assembly? on Oracle and Google Spar Over Whether Programming Languages Can Be Copyrighted · · Score: 1

    Well yea, but in my view a vocabulary also includes a dictionary with meanings of such.

  18. Re:What About Machine Language and Assembly? on Oracle and Google Spar Over Whether Programming Languages Can Be Copyrighted · · Score: 1

    Also, the 'rest of what makes a language' for natural languages is vocabulary but there really isn't much of a vocabulary to be spoken of for formal languages (merely the character sets).

  19. Re:What About Machine Language and Assembly? on Oracle and Google Spar Over Whether Programming Languages Can Be Copyrighted · · Score: 1

    Formally, a language can be defined as the strings generated by a formal grammar. I do not believe the courts have ruled on whether the output of a program (in this case the BNF specification + string generator) can be copyrighted but I have used open source libraries that claim just that. For example:

    http://www.cs.fsu.edu/~engelen/soap.html

  20. Re:What About Machine Language and Assembly? on Oracle and Google Spar Over Whether Programming Languages Can Be Copyrighted · · Score: 1

    There is no way to write down a programming language, or to perform it. ... But there is no way you can write down the language just in the same way you cannot write down an idea, but only a description of an idea (or the implementation of it, if it is an implementable idea).

    Not true. There are standard notations for computer languages so you can 'write them down.' A language expressed in these forms is obviously an 'expression of an idea' (and could be considered a mere program [or implementation if you will] written in meta-language):

    See: http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form

  21. Re:Bad Slashdot on Zimmerman Charged With 2nd-Degree Murder · · Score: 1

    Actually for all your nitpicking, you only supported his erroneous point. Case in point-- the TM/GZ article. Is it stuff that matters? Arguably, yes. Is it news for nerds? No. Per BOOLEAN OR, it belongs (Yes | No == Yes). Per BOOLEAN AND, it does not (Yes & No == No).

    However if you correctly read 'News for Nerds, Stuff that Matters' to mean: 'News for Nerds; i.e., Stuff that Matters', then it is clear that only news for nerds belongs here.

  22. Re:Great but... on A Better Way To Program · · Score: 1

    So, couple this idea with something like PEX

  23. Re:Nice from a tech point of view, *BUT*... on Engineered Stomach Microbe Converts Seaweed Into Ethanol · · Score: 1

    We are already doing all manner of terrible things to sustain our current population (inoculating livestock with antibiotics so they grow faster comes to mind). We will have to get more and more grotesque in our "advances" to keep with the billions of new mouths to feed.

    You must have missed the article on synthetic meat. Or, do you consider that grotesque?

  24. Re:We'll be whatever you want... on Are Engineers Natural Libertarians Or Technocrats? · · Score: 1

    When did your parent say to comment on what the code is doing? I read it as advocating the same as you.

  25. Re:Not so fast... on Tech Forensics Take Center Stage in Manning Pre-Trial · · Score: 1

    But, you are not limited to looking at a single bit in isolation from the rest of the bits. Layers cover multiple bits.