Slashdot Mirror


User: mrvan

mrvan's activity in the archive.

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

Comments · 446

  1. Re:News at 11. on Four Dutch Uberpop Taxi Drivers Arrested, Fined · · Score: 1

    This is nonsense. You can still buy paper single use cards, but now they have a little chip in them (and they cost a bit more).

    I do think that the single use tram cards are way too expensive (2,70), but that's a different matter.

  2. Re:Wow on Google's Security Guards Are Now Officially Google Employees · · Score: 1

    Our cleaning is outsourced and the cleaners generally have little command of the local language. I know most of them by now, however, and have a little chat when I can. I leave my wallet and phone on my table if I go grab a coffee to allow them to clean my office (I work late a lot of times). Nothing untoward ever happened and I've not heard any of my colleagues complain.

  3. Re:Frosty pasta! on Microsoft Revives Its Hardware Conference · · Score: 1

    I really like the Metro UI as well, especially for desktops.

    My wife is finally migrating to linux :-)

  4. Re:Future wars on Where Whistleblowers End Up Working · · Score: 1

    Existentialism is the enemy. Existentialism has always been the enemy.

  5. Re:Proper Science is hard. on How Our Botched Understanding of "Science" Ruins Everything · · Score: 4, Informative

    Scientist here - by geekoid's definition at least.

    Scientists use jargon for the same reason sailors do - to efficiently communicate a very specific concept. In a sailing vessel at sea in a storm, you really don't want to take a minute to explain that you mean the green-white striped rope that connects the beam to the hull - you say mainsheet*.

    Now, there is a lot of nonsense going on in science, with ridiculous performance metrics, a discouragement of actually innovative high-risk research, a sometimes religious worship of established names and theory; and a lot of stuff gets published not because it is particularly innovative, enlightening or even robust, but because it uses the right buzz words and cites the right people. However, that does not make science as an endeavour less wortyh - it's a bit like** how democracy is a good idea even if a lot of politicians (the ones in high places, at least) are dodgy.

    * if my English sailing jargon is correct - not a native speaker
    ** my next analogy will be about cars, I promise

  6. Re:A Little Perspective on Ireland To Host Robotic Sailing Championships · · Score: 3, Interesting

    This doesn't matter that much. Larger yachts sail more or less the same as smaller yachts; the main effect is that all forces are multiplied. For humans this makes a lot of difference: needing winches instead of pulling ropes by hand, being hit by the boom during a jibe changes from unpleasant to lethal, the ability to push off against the wall is greatly diminished, etc. For automatic sailing, however, the main effect will probably be cost rather than difficulty, as none of those factors are really important until material strenght becomes a problem. Smaller boats can even be more difficult to handle since the intertia is smaller compared to the wind forces (mass is cube of size, wind area square), making a smaller boat less stable.

  7. Re:is it better than random? on Algorithm Predicts US Supreme Court Decisions 70% of Time · · Score: 5, Informative

    That is correct, but not what the GP meant. If you can model the distribution (e.g. you 'know' that B is 90%) then you can weigh your random guessing such that it is correct in >50% of the cases, even without looking at the case itself (it is still 'random' in that sense)

    Extreme case: I can predict whether someone has Ebola without even looking at them with >99.99% accuracy by just guessing "no" every time, since the prevalence of Ebola is >.001%.

    Suppose the supreme court has 70% chance of overturning (e.g. because they choose to hear cases that have 'merit'), then an algorithm that guesses 'overturn' 100% will have a 70% accuracy. A random guess that follows the marginal of the target distribution (e.g. guess 70% overturn) also scores >50% (58% to be precise).

  8. Re:wow great on Ask Slashdot: "Real" Computer Scientists vs. Modern Curriculum? · · Score: 0
  9. Re:wow great on Ask Slashdot: "Real" Computer Scientists vs. Modern Curriculum? · · Score: 4, Funny

    Wow could you please not downvote me please thanks? That's really rude.

    Why don't you impose a $500 fine?

  10. Re:Is this really the biggest problem? on Verizon Throttles Data To "Provide Incentive To Limit Usage" · · Score: 2

    I'm not sure you understand what 'digital' means...

  11. Re:Is it still braindeadly single-threaded? on Dwarf Fortress Gets Biggest Update In Years · · Score: 1

    It was meant neither as an excuse nor as an explanation.

    Let's just say that apparently Toady has the kind of skills and character that enabled him to implement DF in the current fashion. And that is both a big compliment and a big gripe...

  12. Re: Is it still braindeadly single-threaded? on Dwarf Fortress Gets Biggest Update In Years · · Score: 1

    embarrassingly parallel has a specific meaning, namely that the task is composed of a (relatively large) number of sub tasks that can each be performed completely independent of each of the other sub tasks. So, any sane attempt to pathfind (say an A* search) is not embarrassingly parallel since whether a path can be pruned depends on the best paths found so far in other branches, and there is an optimal ordering for which branches to descend into first which is also dependent on what's happening in the other branches. I'm sure you can make a parallel version by e.g. forking out N possible branches to some depth, gathering state, and then pruning and ordering centrally and branching out again on the most promising branches, but this is not "embarrassingly" parallel.

  13. Re: Is it still braindeadly single-threaded? on Dwarf Fortress Gets Biggest Update In Years · · Score: 2

    s/van/can/... I want an edit button on /., even if only for the first 5 minutes after posting...

  14. Re: Is it still braindeadly single-threaded? on Dwarf Fortress Gets Biggest Update In Years · · Score: 3, Informative

    For one unit, sure. The CPU problem in DF (as far as I understand) is that there are 200 dwarves, 100 goblins and 400 kittens all trying to pathfind at the same time. Unless I miss something, each of these units van pathfind in parallel since they don't "know" about the other's paths.

  15. Re:Is it still braindeadly single-threaded? on Dwarf Fortress Gets Biggest Update In Years · · Score: 5, Informative

    Yes... From what I gather, the developer ("Toady") is an autodidact that doesn't use any sort of version control and no multithreading. Although the simulation might be difficult to run in multiple threads, I think the path finding is one of the biggest CPU drains and that should be embarrassingly parallel. Also, he is really giving the community a tough time by having a monolithic game engine + GUI instead of some sort of modular system, which would allow the many programming-savvy fans to build tools much more easily (tools such as dfhack and therapist now use direct memory hacking, which is annoying (therapist needs root access, dfhack encapsulates df itself) but also unstable.

  16. Re:PeridexisErrant's DF Starter Pack - Get it! on Dwarf Fortress Gets Biggest Update In Years · · Score: 3, Informative

    Also, if you've never played DF, it is probably best to either wait a couple months until the worst bugs are fixed and the wiki etc are updated, or just grab the previous versions. This new version will still be quite rough at the edges and some of the info on the wiki, youtube etc will be outdated.

    I'm pretty excited about the new release, I've been playing for a couple years and I hope that especially the AI behaviour has been improved although it is not listed in the change log as such...

  17. Re:Luftfwaffe Light on France Cries Foul At World Cup "Spy Drone" · · Score: 1

    I had to read it twice, but that's actually quite funny :-)

    (no mod points today...)

  18. Re:Other consequences on France Cries Foul At World Cup "Spy Drone" · · Score: 3, Insightful

    This is an important part of the story. Public decency laws, and nude beaches as an official exception to them, are not there to protect the nude people, they're there to protect the prude from the nude.

    The sad truth is, however, that while being nude at a nude beach is OK, having a picture taken of you and distributed outside that context is not OK. For one thing, it violates my feeling of privacy more than a picture of me walking in the park (I guess there is still a remnant of prudishness there), but it can also damage my reputation and social standing among people who dislike nudity. Thus, it makes perfect sense to be stricter about taking and distributing pictures from nude beaches, just like there is a distinction between taking a picture of me in my front garden (maybe ok?), sunbathing in my back garden (less ok), watching television in my living room (bad) and having fun in the bedroom or bathroom (really bad).

    (Note also that most people don't go to nude beaches because they're exhibitionist: they go there because it is much nicer to sunbathe and swim without swimming gear. If you've never swum naked, you should really try it one day, it's a world of difference)

  19. Re:Im stickng wth C and shell scripting on Ask Slashdot: Best Rapid Development Language To Learn Today? · · Score: 1

    For most* languages out there you can automatically create a binding to a C api, if 1:1 API use is what you want. It is true that C is the default goto language for libraries, but if you actually want to do something like parse plain text (or json/xml), communicate over a socket, use SCP, etc etc, it is by no means the easiest language to do something in.

    For the record: perl was king more like 20 years ago. I started around 1998 and it was all perl. 5 years later I had switched to python and I think most people started realizing that perl was not the future. If you look at e.g. tiobe, you'll see that python went mainstream around 2004 and has stayed more or less constant since.

  20. Re:From the left field... Haskell. on Ask Slashdot: Best Rapid Development Language To Learn Today? · · Score: 0

    Yeah, if you want to have fun tinkering with computers, haskell (or prolog, lisp, erlang) are extremely fun to toy around with.

    If you want to get something done.... well let's say it ends on ython ;-)

  21. Re:Python on Ask Slashdot: Best Rapid Development Language To Learn Today? · · Score: 2

    Yeah, although I understand the reasoning for the whitespace and don't object on principled grounds, it can be quite annoying practically if you are copy/pasting code, need to (de)indent a large block, and especially if you are forced to develop somewhere where your favourite editor/IDE that actually handles these cases well is unavailable and you have to work with something that actually inserts a tab when you press tab... *shudders*

    It's also a shame that some of the things corrected in python3 were not corrected earlier, but at least they did have the courage to make some breaking changes, instead of waiting for the next language to come around and start without the excess baggage but also without the built-up community and design experience...

  22. Re:Java in an IDE on Ask Slashdot: Best Rapid Development Language To Learn Today? · · Score: 1

    (frigging slashdot ate my generics!)

    Sure, if you like typing stuff such as

    Set<? super TreeMap> s = new LinkedHashSet<TreeMap>()

    Just because the compiler needs to know advance every method of everything you are ever going to put into your container...

    Java has its uses, and for certain hard-core back-end software it might be the most appropriate language; but for writing quick and dirty scripts to get stuff done, for prototyping, and for UI I would stay very far away from it.

    (but then I'm an ex-Java developer so probably biased ;-))

  23. Re:Java in an IDE on Ask Slashdot: Best Rapid Development Language To Learn Today? · · Score: 1

    Sure, if you like typing stuff such as


    Set s = new LinkedHashSet()

    Just because the compiler needs to know advance every method of everything you are ever going to put into your container...

    Java has its uses, and for certain hard-core back-end software it might be the most appropriate language; but for writing quick and dirty scripts to get stuff done, for prototyping, and for UI I would stay very far away from it.

    (but then I'm an ex-Java developer so probably biased ;-))

  24. Re:Seriously? on Ask Slashdot: Best Rapid Development Language To Learn Today? · · Score: 5, Insightful

    Maybe you should leave the coding to people who actually know what they're doing? If you're just a 'dabbler' then your code will always suck in every language and 'real' coders will smell it a mile away. Looking for the latest, greatest, buzzword to add to your resume will not improve your skills.

    I really disagree with this. I think everybody who touches computers and data for a living (and who doesn't, nowadays?) should know some essential programming. They might never use it, but they'll understand so much more on what is going on.

    I am very far from a car geek, but I can point to the basic components of my car and has some clue about what they do; same for small jobs around the house, basic management skills, etc etc.

  25. Re:Python on Ask Slashdot: Best Rapid Development Language To Learn Today? · · Score: 3, Insightful

    Python: 'Nuff said

    +1

    Python is quick to learn, portable, has great libraries, both the standard-library and frameworks such as django and sqlalchemy. You can use it OO or more "imperatively", and it has some great primitives for functional-style programming. It is easy to use in a command-line script sense and just as easy to use in a web (backend) role, from very lightweight flask to all-bells-and-whistles django. The documentation and community are also suberb, and you can find a good answer to almost every question online.