Slashdot Mirror


User: mkosmul

mkosmul's activity in the archive.

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

Comments · 53

  1. Re:what I did on Learning Programming In a Post-BASIC World · · Score: 2

    Once you get over your white space phobia and brainwashing imposed by other languages and closed minded programmers, you'll actually learn to love python's white space scoping.

    I used to be one of those brain-dead space haters, too. Now ever since I first saw the light, my language of choice has been WhiteSpace and I've never looked back.

  2. Re:Use your eyes + location location location on Ask Slashdot: What Gadgets Would You Use For Hunting Meteorites? · · Score: 1

    Nope. *Maybe* a metal detector might be useful, but that will only find the iron-nickel meteorites. For the stony ones it would be useless.

    As a matter of fact, metal detectors are used for finding stony meteorites as well. Apart from a few rare types, stony meteorites contain enough metal to be detected by a properly tuned metal detector. The trick, however, lies in choosing the right model for the meteorite type and terrain and tuning it properly. And you also have to know how to use it in order to fully utilize its potential (it's harder than it seems). This is absolutely non-obvious and you will have experienced meteorite hunters argue over which is best and everyone has their own set of favorite settings and tricks. In areas close to civilization, you will run into lots of metal garbage buried in the ground and it takes experience to filter out some signals right away and perseverance to dig and try other ones and fail many times before you find anything interesting. Deserts are much better as they have less junk but may host snakes and other unexpected stuff. Still, the rewards are... rewarding. A meteorite collector myself, best advice I can give you is to stick to someone who knows the topic well and learn from them. Look, ask questions, and try using the gear they suggest to you, as practical experience is crucial. Happy hunting!

    Michal

  3. American vs British on Google Books Makes a Word Cloud of Human History · · Score: 1

    This comparison may (or may not) give interesting insights into the rise of influence of the US (or at least American vs British English).

  4. Re:Who cheats who on How Easy Is It To Cheat In CS? · · Score: 1

    Best applied to the Fibonacci sequence

  5. Re:Seems reasonable on Call For Scientific Research Code To Be Released · · Score: 1

    Try explaining to a physicist how a 32 or 64 bit float can't exactly replicate all of the numbers they think it can and watch half of them have their eyes gloss over for half an hour.

    I have studied both physics and CS and I can hardly imagine a physics curriculum (especially one in theoretical physics) which doesn't include any course in numerical methods.

    Another thing is basic good practices, in particular those related to maintainability. My experience is that this area seems to be lacking and indeed I've seen some terrible practices, like a complex application compiled from a single FORTRAN file 1 MB in size (including comments). While FORTRAN still has its merits in many areas of computationally-intensive programming, it is a nightmare from the maintainability perspective, especially if misused as it sometimes is.

  6. Re:Screw PHP, I write everything in C on Facebook Rewrites PHP Runtime For Speed · · Score: 2, Funny

    Actually programming in your head is for lazy developers. I didn't write anything, I only proved that my algorithm is correct.

  7. Re:OpenOffice.org on Modern LaTeX Replacement? · · Score: 1

    Where is badanalogyguy when you need him?

    LaTeX is like democracy. In its domain, it's the worst system on Earth, only no one has been able to come up with anything better so far.

  8. Re:I believe it. on Studies Show the Value of Not Overthinking · · Score: 1

    And if your decision requires more than a yes/no answer? Do you use a 64-sided die and assign a choice to each side, and then memorize those assignments?

    That wolud be an overcomplication. I simply toss 6 times to generate the 6 random bits neccessary for my 64=2^6 choices.

  9. Re:Let's start with the obvious on Pieces of Ancient Earth May Be Hidden On the Moon · · Score: 1

    Why the hell would you model an asteroid with some improbable shape like a cube?

    They must have been inspired by the last level of Doom II.

  10. Re:Java never mattered on Does an Open Java Really Matter? · · Score: 2, Insightful

    Suggested tag: flamebait

    Suggested tag: sarcasm

    Fixed

  11. Re:Simple filter. on How Do You Find Programming Superstars? · · Score: 1

    2. Next, ask them for their slashdot uid, and look at some of their posts, and their friends/foes. You'll get a good idea as to what others in the community think of them. No friends? Guess they had nothing to say. No foes? Shies from controversy or doesn't have strong opinions. No journal entries? Possible indicator that they're not much into sharing experiences, knowledge, etc.
    Or perhaps they've got a life and better things to do than engage in discussions on Slashdot?

  12. Re:What's also rarer. on Earth's Moon is a Rarity · · Score: 1

    >What's also rarer is that OUR moon has a face on it. I don't see any other planets having moons with faces on them. So all these other loser planets just gotta admit that our moon is better than their moon.
    Why not just look here?

  13. Re:The Rules of THE SWARM on The Rules of the Swarm · · Score: 1

    There is no SWARM.

  14. Re:SO EXCITED! on Linux Kernel v2.6.23 Released · · Score: 2, Funny

    And when I saw SO_EXCITED I thought it was a new option for sockets.

  15. Re:Ponies on Top 10 April Fools Stories · · Score: 1

    Mod this comment Insightful, for no particular reason.

    Please, mod this comment Informative, also for no particular reason.

    Woohoo, free karma! But funny mods don't earn karma, do they...
    For the sake of evil, please rate the previous three posts -1 Troll.
    Oh, wait...
  16. Re:They're Right on 'Gates for President' Group Gives Up · · Score: 1

    Actually, this candidate seems even better. Those whose vote for him will get the bonus of suffering a little less before they are eaten.

  17. Re:He was a criminal? on 'Gates for President' Group Gives Up · · Score: 1

    > ...violating, the rules, of grammar;
    one
    at
    a time

  18. Re:What's stopping you? on How Can We Convert the US to the Metric System? · · Score: 1
    when talking about the weather, the units are TOO big. The difference between 12C and 13C is too great.

    First of all, one degree Fahrenheit is 5/9 of one degree Celsius - the difference is not an order of magnitude. You can use Celsius with a precision of 0.5 degrees and you get about the same precision as with integer Fahrenheit. Then again, in everyday life we can seldom measure temperatures with acuuracy much higher than 1 degree Celsius. Temperature is tricky to measure and actual precision is usually much lower than you might suspect. Actually, even the defining points of the ITS are often only defined with a precision of 0.001 Kelvin. Everyday measurments rarely exceed a real precision of 0.1 K and for air temperature, 1 K is probably the maximal reasonable precision. Yes, you can measure the tempareture of air in some place with higher precision, but is the result really meaningful? A slight difference in the amount of reflected sunlight or random fluctuations caused by the movement of air can cause the temperature to change by more than one degree in an unpredictable way in a very short time.

  19. Re:No basic types on Developing Java Software · · Score: 4, Insightful
    Rule #1. NEVER USE BASIC TYPES Please use "Int" instead of "int"... A good JVM will run this code nearly as fast, but the added bonus is that you make your code way more generic. Java is not C++.
    On the other hand, Java is not SmallTalk. Primitive types are there for a good reason and you can and should use them to your advantage where it makes sense. BTW, it's Integer, not Int.
  20. Re:Firefox is a fucking mess. on Bjarne Stroustrup on the Problems With Programming · · Score: 1

    It's likely that Mozilla should ideally rewrite a vast portion of their code, keeping simplicity in mind. That likely won't happen, and thus we will most assuredly still run into problems with Firefox and Gecko, problems caused directly by the overcomplication of the Mozilla architecture.
    Netscape, the forefather of Mozilla, decided to rewrite their Navigator from scratch when they went from version 4 to 6. The result was a terribly bloated program which was barely usable on usual hardware of the day and caused Netscape to lose almost all of its power. I hope Mozilla doesn't try to repeat this step.

  21. Re:Zune Meme Analysis on A Hands-On Zune Review · · Score: 0, Troll

    Not really. Ogg Vorbis on the other hand probably is.

  22. Re:Easy way to remember pi to 8 decimal places on Pi Recited to 100,000 Digits · · Score: 1

    My preferred one is "How I need a drink, alcoholic of course, after the tough lectures involving quantum mechanics."

  23. Re:Easy way to remember pi to 8 decimal places on Pi Recited to 100,000 Digits · · Score: 1

    Better yet:
    bc -l
    scale=1000
    4*a(1)
    3.141592653589793238462643383279502884197169399375 105820974944592307\
    81640628620899862803482534211706798214808651328230 664709384460955058\
    22317253594081284811174502841027019385211055596446 229489549303819644\
    28810975665933446128475648233786783165271201909145 648566923460348610\
    45432664821339360726024914127372458700660631558817 488152092096282925\
    40917153643678925903600113305305488204665213841469 519415116094330572\
    70365759591953092186117381932611793105118548074462 379962749567351885\
    75272489122793818301194912983367336244065664308602 139494639522473719\
    07021798609437027705392171762931767523846748184676 694051320005681271\
    45263560827785771342757789609173637178721468440901 224953430146549585\
    37105079227968925892354201995611212902196086403441 815981362977477130\
    99605187072113499999983729780499510597317328160963 185950244594553469\
    08302642522308253344685035261931188171010003137838 752886587533208381\
    42061717766914730359825349042875546873115956286388 235378759375195778\
    18577805321712268066130019278766111959092164201988

  24. Re:Plan 9 is cool on Driving Plan 9 · · Score: 1

    If I recall correctly, UTF-8 was invented by the people who created Plan 9. I think that's a great example of a smart idea, too - get Unicode support while staying ASCII-compatible. Without UTF-8, most of the standard UNIX tools would need some dramatic changes in order to be able to handle Unicode. With UTF-8, they worked right aways if you didn't care about characters vs bytes, and handled characters vs bytes correctly after just a few changes (most of them in locale data and not the programs themselves, probably).

  25. Re:MS says no to openGL on The People Behind DirectX 10 · · Score: 1

    That still means running OpenGL will be so much of a hassle that people will actually be forced into using DirectX. If you can use it, but it disables most of the visible cool stuff plus it's an old version which only supports a subset of current capabilities, it could as well not be there at all.