Slashdot Mirror


User: vikstar

vikstar's activity in the archive.

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

Comments · 444

  1. Love the pun from OP... on The Incredible Shrinking Genome · · Score: 1

    "mammals started to radiate"

  2. Re:Heard a similar on Galactic Origin For 62M-Year Extinction Cycle? · · Score: 1

    Wow, you learned that at grade school? Which school did you go to? Also, how old are you. When I was at school we learned that the earth orbits the sun, and the sun orbits the centre of the milky way.

  3. Re:YEAH RIGHT on New Lithium-Air Battery Delivers 10 Times the Energy Density · · Score: 1

    With all these latest improvements in battery life being x10 in the last few years from nanotube anodes/cathodes to this lithium-air battery, why does my laptop still run out in 2 hours? Where is my 20 hours of battery life? I'll tell you where, it's been savagely consumed by the venture capital sharks promising but not delivering.

  4. Re:Eagles? on Iran Tries To Pacify Protesters With Lord of The Rings Marathon · · Score: 1

    They realized that it was taking Frodo too long to get to 70, so in the third patch they just created an FP to Mt. Doom.

  5. If all else fails on How To Get Out of Developer's Block? · · Score: 1

    rub one out, then get back to coding.

  6. Re:Dropbox on How Do You Sync & Manage Your Home Directories? · · Score: 1

    There is no advertising in Dropbox, and it's free... why?
    I'm a bit cautious of something that is free, has no advertising, and requires an online server.

  7. Re:Interesting but inherently flawed! on Gold Sold From Vending Machines In Germany · · Score: 1

    2. Assuming I would I then have to worry about keeping the gold physically secure once I take possession of it.

    That's easy, just keep it in the gold-smith's vault, and let him give you a receipt for it. If enough people do this, then they won't even need to go back to the vault to retrieve their gold to pay for goods and services, and they can just trade with the receipts.

  8. Actually 6.214 miles? on NASA To Trigger Massive Explosion On the Moon In Search of Ice · · Score: 1

    I'm willing to be that they are attempting a 6.214 mile high explosion. Why? Because that is 10km. Good to see NASA using a civilized measurement system, too bad the press/media doesn't.

  9. Re:Only solving half the problem... on Introducing the Warpship · · Score: 1

    If the information gets outside your light cone it doesn't matter what kind of trick you used to make it happen... wormholes, warp bubbles, or rotating cylinders... you've violated causality.

    It is impossible for information to get outside of the light cone. If information gets out then it is because the light cone is getting out, leaking if you will, but still not violating causality.

  10. Re:Only solving half the problem... on Introducing the Warpship · · Score: 1

    You still end up with global causality violation if an object can communicate outside its light cone.

    I don't think our current concept of causality requires information to be slower or equal to the speed of light to work out. No violation neccessary.

    It does require information to be less than or equal the speed of light. However, I'd like to conjecture that there is no causality violation because you are carrying part of the light cone with you in the bubble.

  11. Orals on Wolfram Alpha Rekindles Campus Math Tool Debate · · Score: 1

    Back in the day in Poland (I don't know if it still happens) you were graded through a conversation with the teacher/professor. It would reveal whether you really understood the topic. Only problem is this requires a high level of quality teachers.

  12. Relitivity on Could Betelgeuse Go Boom? · · Score: 3, Insightful

    However, it might go supernova in the near future, if it hasn't already

    It hasn't already, because we haven't seen it go boom yet. Even if it is half a millennium away in terms of light travel time, from our frame of reference it will only go boom when we observe it to.

  13. Re:Python is not programming. on Should Undergraduates Be Taught Fortran? · · Score: 1

    There is currently a movement to develop a language which can replace Fortran for high performance/productivity computing by focusing on parallelism, such as X10 and Chapel.

  14. Python is hard too on Should Undergraduates Be Taught Fortran? · · Score: 2, Interesting

    Isn't as hard to write fast python code as fortran code? When you're paying large money for supercomputer time, your multi-day molecular dynamics simulations better run quickly.

  15. Re:What's so hard? on New Languages Vs. Old For Parallel Programming · · Score: 1

    >> c(0:999) = a(0:999) + b(0:999)

    Matlab.

  16. Re:But it could be! on Java's New G1 Collector Not For-Pay After All · · Score: 1

    but then you also have to call it manually all the time, resulting in a mess of nested try-finally calls

    Try (no pun indended) this.

  17. Re:Because... on Could a Meteor Have Brought Down Air France 447? · · Score: 1

    Evidence slashdot moderators have lost the plot. How did this

    If meteors can be so dangerous to airoplanes, why we don't see them hitting cars or buildings more often?

    only get 3 Insightful, and this

    70% of the earth is water. I would guess 98% of the land is not covered by buildings or roads. So, a lot of things can hit the ground without us noticing.

    get 5 Insightful???

  18. Re:Price is expected to be on A Widescreen Laser Projector In Your Pocket · · Score: 1

    Green laser pointers have been around for years, how are they different to the ones that are used in these projectors?

  19. Re:Moon on Painting The World's Roofs White Could Slow Climate Change · · Score: 2, Funny

    In addition to global earth day, we'll call this one global moon day.

  20. Re:Quite on What Free IDE Do You Use? · · Score: 2, Insightful

    Do you also use a second terminal for typing in the "make" command? What about other terminals for viewing documentation or file structure? Vim is only a small part of the entire interactive development environment that you actually use. I code mostly in Java and use Netbeans. It contains not only the middle bit for actually writing the code, but I also get windows for debugging and viewing the directory structure. Although this could mostly be achieved by a few terminal windows and Vim, I prefer to use Netbeans because I get nice context boxes showing me the structure of a particular method/function with a little documentation on it.

  21. Re:24 hour charge?? on Green GT's All-Electric Supercar Unveiled · · Score: 1

    I saw a f1 team roll a new nose cone on a trolley. It would probably be much easier to develop a trolley to swap out the batteries in one motion. First trolley grabs the batteries and moves them out of the way, second trolley with the new batteries rolls up to the side and slides them in. Sure it probably can't be done right now this very minute, there would be problems to overcome, but c'mon, a battery trolley with rails is beyond human capacity? (no pun intended).

  22. .NET printing woes on Ridiculous Software Bug Workarounds? · · Score: 1

    If you're writing a program and using the default print preview control, then according to Microsoft you have to enforce all of your customers set their measurement to the U.S. imperial system in the regional options: http://support.microsoft.com/?id=814355
    This was the final straw in a series of .NET programming frustrations/woes (binding anyone?) that made me decide to never go back to .NET ever again if I can help it.

  23. Re:You don't do anything. on How To Help a Friend With an MMO Addiction? · · Score: 1

    or introduce him to ninjas or robots.

  24. Re:Low on MS Word 2010 Takes On TeX · · Score: 1

    and don't get me started on what some people use Excel for!

    For improving their pilot skills: http://www.eeggs.com/items/718.html

  25. Re:Low on MS Word 2010 Takes On TeX · · Score: 1

    Except for the fact that MS Word is more widely used than TeX

    Not for professional, publication quality work.

    Most journals and conferences that I've seen have both MS Word and LaTeX templates. The scientist doesn't usually need to worry about the presentation, just the content. It's the publisher that takes care of the presentation.

    I have both, but I still prefer to use LaTeX because MS Word's figure and table captions, and equations including references are a royal pain in the ass.