Slashdot Mirror


User: CSMoran

CSMoran's activity in the archive.

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

Comments · 481

  1. Re:Git can handle large repositories. on Help ESR Stamp Out CVS and SVN In Our Lifetime · · Score: 1

    I would like to offer a radically different experience. I use a git repository for synching *all* my work-related files (binary or not) across four machines, one of them located abroad. Two of those repository copies are on a VirtualBox filesystem, accessed from a virtualized PC, and for one of these the .vdi file resides on a SATA HDD drive mounted over USB2, so rather low-end performance. The repository is currently at 74 GB (yes, GB), and I am entirely satisfied with git's performance when it comes to adding, merging, checking out, and so on. Only the initial git add/commit/push cycle that sent the first 50 GB abroad was a bit cumbersome (took overnight). Admittedly, this is only a huge master branch and a temporary 'scratch' branch that I switch to when pushing files between the repos, but still, I expect to hit 100 GB in a year or two and no complaints.

  2. Re:10^5 slower? on Scientists Capture the Sound Made By a Single Atom · · Score: 1

    I hate when people say that something is "3 times slower," as if that means anything. I know what they are trying to say, but the correct way to express it is "one-third the speed," or "one-third as fast."

    Just imagine "slowness", measured in s/m, is the reciprocal of "speed". Three times slower means its slowness is three times bigger compared to the reference, thus it's 1/3 of its speed. Worth making a fuss of?

  3. Re:Statistics betrays you too... on Autonomous Car Ethics: If a Crash Is Unavoidable, What Does It Hit? · · Score: 1

    Worse yet: if you're alone in your car, your car might actually choose to kill you.

    Now that would promote carpooling.

  4. Re:If it is linked, it is public... on Dropbox and Box Leaked Shared Private Files Through Google · · Score: 1

    It seems like the "vulnerability" that the article is talking about only happens when a recipient of the dropbox file link copies that link address into a google search query. If the user just clicks the link like a normal person, there is no problem.

    No, that's only half the problem. The other half is that if your shared document contains a link to, say, cnn.com and someone clicks this link straight from within the document, cnn.com can look at the referrer field and get the "secret" link to your document.

  5. Let me just on Seagate Releases 6TB Hard Drive Sans Helium · · Score: 1

    write the partition table.

  6. Re:How long id a song on How Data Storage Has Grown In the Past 60 Years · · Score: 1

    and also we wouldn't have batteries with capacities like 2000 milliamp-hours - it would be simplified to 2 amp-hours

    Surely, you mean 7.2 kamp-seconds, or just 7.2 kC?

  7. Re:Well ... what do you expect on WikiLeaks Cables Foreshadow Russian Instigation of Ukrainian Military Action · · Score: 3, Insightful

    Precedence is a bitch, the US set the precedent and now they are winging about what is happening in Crimea !!

    Precedence only matters in law, in places that use common law. In other legal systems, precedence doesn't matter at all.

    It matters diplomatically and in propaganda.

  8. Re:PostScript Virus on Scientists Demonstrate Virus That Spreads Across Wi-Fi Access Points · · Score: 1

    Being DOS the only solution was to hit the hard reset button.

    Meh, you just map the int 00 vector onto int 05 and you're ready to go. Press "Print Screen" anytime to divide by zero and terminate current process.

  9. Re:AV Default on 4 Tips For Your New Laptop · · Score: 1

    So what is the default solution for free (or paid) AV software these days?

    Microsoft security essentials for the free one.

  10. Re:Will you people please stop whining? on Winamp Shutting Down On December 20 · · Score: 1

    But you don't need a network exploit to worry. Secunia PSI routinely pointed out buffer overflows in how .mid files were handled in Winamp, prompting for an update. Now, I don't play .mid files, but if someone discovers an exploit like that in, say, how Winamp handles m4a or ogg files, with no dev to fix the security hole, how can you be sure your existing installation is not used to pwn your machine the next time you play a media file from teh internetz? Winamp hasn't changed much over the last few years, but at least they were patching security holes.

  11. Re:won't help for Samsung note 2 on Not All USB Power Is Created Equal · · Score: 1

    Voltage loss over such a cable is very real. At 0.14 mm^2 (AWG 26) you get 0.14 mOhm/m. For a 2m cable, 2 wires you end up with 0.56 Ohm. At 1.5 A that's a voltage drop of 0.84V.

    A factor of 1000 snuck out on you here. You went from milliohms to ohms in a second.

  12. Re:Me gusta! on GNU Make 4.0 Released · · Score: 1

    Make has flags to enable and disable printing of output. If you want to debug your shit, just enable the output printing.

    "Just enable" works when the 'make' you execute is the only one. In a maze of scripts and Makefiles and scripts generating Makefiles and scripts generating scripts that call make, euphemistically called "a custom buildsystem", hunting down the right 'make' to change into 'make -d' can take a while.

  13. Re:stop trying, use git instead on Ask Slashdot: How Best To Synchronize Projects Between Shared Drive and PCs? · · Score: 1

    Seconded. I use a 65GB git repo across four machines (two of them virtual) to sync my entire work history on a daily basis. Occasional 200MB files in there, but mostly smaller stuff (source, binaries, PDFs, word documents, datafiles). Never had a problem so far. Admittedly, no branching, just keeping a few hundred thousand files in sync across four machines so that I don't have to worry where my files are when I go somewhere with my laptop only.

  14. Sugar makes you hyper! on Soda Makes Five-Year-Olds Break Your Stuff, Science Finds · · Score: 1

    Hitler ate sugar!

  15. Re:Dogs are no dummies on Imitation In Dogs Matches Humans and Apes · · Score: 1

    However, they have no way of passing this knowledge to their offspring, because we do not select them for human scrutiny. Unless you agree with Lamarck.

  16. Re:Programmers will be happy. on Intel Announces New Enterprise Xeons, More Powerful Xeon Phi Cards · · Score: 1

    Yes, "well-known algorithms" is my use case -- massive LAPACK generalized diagonalizations that take forever on a single CPU, almost forever when threaded with openMP-capable BLAS to, say 8 cores, and do not scale at all to distributed-memory clusters (ScaLAPACK with MPI) because the comms becomes a bottleneck.

    Thus I'm hoping for a solution where the vendor themselves wrangles those intrinsics in their BLAS or LAPACK implementation in MKL with me oblivious to all that mess. Assuming the computation time scales O(N^3) and the memory transfer over the bus scales O(N^2), with the prefactors in my favour, I should be able to squeeze out a significant performance boost.

  17. Re:Programmers will be happy. on Intel Announces New Enterprise Xeons, More Powerful Xeon Phi Cards · · Score: 1

    Excellent. Thank you.

  18. Re:Programmers will be happy. on Intel Announces New Enterprise Xeons, More Powerful Xeon Phi Cards · · Score: 1

    Does Intel's MKL support the Phis out of the box? It would be very convenient if, instead of having to re-write code for them, we could just use phi-capable BLAS and LAPACK.

  19. Re:Easy on Ask Slashdot: Wiring Home Furniture? · · Score: 2

    The kids will never learn, but I wager the dog won't piss on it more than once.

    Yeah, but how is the dog supposed to pass that knowledge onto its successor?

    Through the Baldwin effect, presumably.

  20. Re:Any Oculus Rift developers in the house? on Play Tetris To Fix Your Lazy Eye · · Score: 1

    The eye doesn't see, the brain does. The eye simply collects light and other signals (like the aforementioned focus thing) and transmits them to the brain, where the image is actually formed -- the image landing on the retina, for instance, is upside down and backwards. But you see things right side up and not backwards; the brain does that.

    I agree with the gist of your argument; however, I think you've got the specifics wrong. Fun fact: human retina is actually considered part of the brain.

  21. Re:TeX for Math on Extended TeX: Past, Present, and Future · · Score: 1

    Subscripts (CO2), superscripts (cd/m2), funny symbols (tensorial multiplication, degree, aleph, ...), equations (including those with funny symbols in superscripts -- e.g. dagger), arrows (chemical reactions) -- to name a few off the top of my head.

  22. Re:reductio ad absurdum on Creationist Bets $10k In Proposed Literal Interpretation of Genesis Debate · · Score: 1

    Fair point. But with a finite upper bound for all computation that can be performed before the entropic death of the universe, if you can make these ticks exponentially longer, you will eventually find out.

  23. Re:reductio ad absurdum on Creationist Bets $10k In Proposed Literal Interpretation of Genesis Debate · · Score: 1

    Now how could one of my simulated subjects prove or disprove that they weren't living in my intelligently designed simulated universe, with me as their god, and that the simulation hadn't only started 6 seconds ago? I can't see a way.

    Easily. They would only have to start observing so many individual events at once that you'd run of out computing power trying to simulate them all in all their detail.

  24. And from those he created the Word. And there were two Bytes in the Word

    Was the Word big-endian or little-endian?

  25. Re:128 bit floats: when? on Next-Gen Intel Chip Brings Big Gains For Floating-Point Apps · · Score: 1

    What is the use for them? for "personal" use, floats are all you will ever need. Many physics computation stays in single precision to avoid doubling the memory usage. I guess fluid mecanic computation use double, but is there really a use for quad. Who needs that kind of precisions?

    Not all uses are personal and the fact that some physics calculations trade precision for memory doesn't mean that all of them do.

    One example could be matrix inversions with somewhat ill-conditioned matrices. When you know you're going to lose 14 digits of precision inverting the matrix, you'd better have a lot of headroom. Cue quad floats.

    The car analogy that comes to mind is people often do sound mixing with 32-bit audio even though you 16-bit audio is perfectly fine for listening to the product.