Slashdot Mirror


User: godrik

godrik's activity in the archive.

Stories
0
Comments
1,543
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,543

  1. Re:Other technologies to try on Facebook Finally Ends XMPP Support For 3rd Party Chat · · Score: 1

    While I like text-based communications, I agree with you. I must say that you pack way more information in a 2 minute phone call than in a 2 minute chat session. text is good for asynchrony and logging.
    When chatting with collaborators (email or IM), if we reach the point where we are actively waiting on somebody else's reply, we switch to voice communication.

  2. Re:I don't get the weight thing on Lenovo ThinkPad W550s: Heavy, But a Battery That Lasts Nearly All Day · · Score: 2

    5.47 pounds is WAY to heavy for a laptop for me. My current laptop is 3.14 pounds and I still find it too heavy. Why? Because I primarily use it for traveling to conferences: I'll be transporting it from the hotel to the conference, from the keynote room to the session room, to the break rooms, to lunch, to diner, to visit the city while I am there. So essentially, I'll be transporting it all day long with everything else I need (cell phone, wallet, charger).
    5 pounds in a shoulder bag is too much (it offsets your center of gravity too much which causes back problems), which means I need a backpack. But shoulder bags/messenger bags/men-purses are much more convenient in a city setting. Last year, I was in Munich and I opted to leave my laptop in my hotel room the days when I could afford to only bring a tablet with me.

  3. Why are we doing this? on New Horizons Phones Home After Pluto Flyby -- Craft Healthy, Data Recorded · · Score: 2

    I love cool probe taking pictures of distant planets (or whatever pluto is called these days). But why are we doing this? Just because we can? For the pleasure of exploring? Or is the exploration of pluto key in understanding some phenomena?

  4. Re:Inspection Process on Iran Has Signed a Nuclear Accord · · Score: 1

    Well, I do not know how meaningful this really is. When you delay things that much everyone knows you are doing something fishy. For whatever, you can always pile excuses the one after the other. But the trust in the actors is quickly lost when you do that.

  5. What can I do? on Interviews: Ask Brianna Wu a Question · · Score: 1, Interesting

    I am a 30 year old white male teaching CS in a public US university. Is there anything you think I can do to help the issues related to "women in tech" in the broad sense?

  6. Re:Need to be adjustable on Ask Slashdot: Have You Tried a Standing Desk? · · Score: 1

    +1 this. Being able to easily adjust it is important. I am using a varidesk and I love it. You can easily set it to sitting or standing positions and it fits on a regular table. I usually spend most of the day in one position and a bit in the other one. Depending on what I do that particular day. Standing gives me a easier access to my white board.

    When I review or read documents, I typically sit in the "guest" chair which is actually pretty comfortable for non-computer use. and typically program standing. Though after a while, I get a bit tired and prefer sitting for a while.

  7. Re: New Accounts every 3 months on Taylor Swift: Apple's Disdain For Royalties Is 'Shocking, Disappointing' · · Score: 1

    Well, you can still resubscribe for a long time if the constraint is to use different credit cards. Pretty much every single store you visit nowadays wants to give you a credit card. I already have about a dozen credit card number I could use. And remember that credit card expires and send you a brand new card periodically. I seriously hope for them that a credit card is not how they plan on identifying returning users...

    Identifying users based on name, adresses and verifying the name based on credit card information seems a bit better.

  8. Re:Actually much sooner on G7 Vows To Phase Out Fossil Fuels By 2100 · · Score: 1

    Actually that is the reason why I think we should keep oil for precisely these applications. It seems like there are applications where fossil fuel can be replaced by renwable energies and places where it can not.

    Instead of treating fossil fuel like a commodity, maybe we should treat it like "an endangered resource".

  9. Re:The title game on A Tool For Analyzing H-1B Visa Applications Reveals Tech Salary Secrets · · Score: 1

    Or better yet, untie H1Bs from a company, make it a 2 year visa, and let them go wherever they want.

    I am on H1B right now and probably getting a green card soon. Tying the visa to a particular job is in my opinion the worst thing about H1B. From the employee perspective, it is pretty bad. They have no leverage for negociation at all. For the company, it is pretty good, they can keep on paying substandard salary. For the country, it is pretty bad, since it creates small monopolistic job markets.

    Let them compete on the national job market and I think you will solve the problem with tech emigration and the lack of stem workers in the US.

  10. Re:There will always be a need... on Ask Slashdot: What's the Future of Desktop Applications? · · Score: 1

    Though that does not imply a desktop app. You could have a network local private cloud and connect to it with your web browser.

  11. Re:For anything less than 600 miles... on Examining Costs and Prices For California's High-Speed Rail Project · · Score: 1

    It really depends on how you count. But I respectfully disagree with how you count.

    Driving cost gas; it depends on gas price and energy efficiency on your car, but 35miles/gallon with a $3/gallon gas cost seems reasonnable. That's about 8cents a mile.
    But driving also wears your car which cost repairs. Here again, it is not clear what the cost is, but assuming a $20k car and $10k or repair maintenance on its lifetime and a 200k miles of lifetime, that's about 15cents a mile in average.
    There is also typically an insurance cost. (Not if you do it once in a while, but a regular traveler would.)
    But I feel like the use of the car will not be below 25 cents a mile. That is actually below the federal reimbursement value of 53 cents per mile. So driving LA->SF would have a cost of about $95 while the federal value would be $214. (twice for round trip)
    The train would certainly be cheaper. Meanwhile if you take the train, you will get there much faster and you'll be free of doing what you want during the ride. That is certainly worthwhile as well; especially in CA where the salaries are so high.

    There are costs induced by taking the train, but even with a round trip of $200and two $50 taxi rides, the price remain the same. And you saved both your time and your stress. Properly operated trains are cheap and great.

  12. Re:What? - Question Solved. on Results Are In From Psychology's Largest Reproducibility Test: 39/100 Reproduced · · Score: 1

    well...I beg to disagree.
    Computer science is not mostly discrete mathematics, it use to be true in 1980, but that was last century. Also we have "reproducibility" issues in proofs as well. Many proofs in the field are not correctly written. And it causes many of them to be incorrect. For instance there was a critical flaw in the proof of TimSort which caused problem recently.

    But Computer Science is much more than that nowadays. Algorithm get tested in practice because they are proved on models of computers. You need to investigate runtime, numercial stability, .... It is good to know that this algorithm is in O(n^2) but the Big-Oh notation hides a constant in there (and a rank of initial validity) which are found experimantally. And that is only in algorithm design.
    The entire field of networking and performance is essentially built around a modelization, experiments, discrepancy loop.
    All data mining/machine learning is also essentially built on hypothetisation that a model fits reality and validation.
    Programming languages/middleware is also fairly experimental, you hypothesized that this programming language delivers a better effort-quality tradeoff than that other ones and you verify it experimentally by taking measuring the performance of a human population with different tools.
    Human Computer Interaction is also very experimental, after designing a new system/mode of operation, you are hypothesizing that it enables performing a task faster than some other one. Which you will verify by comparing the performance of a set of users.

  13. Re:What? - Question Solved. on Results Are In From Psychology's Largest Reproducibility Test: 39/100 Reproduced · · Score: 1

    I don't get the argument. You are saying that becasue most trained computer scientist are engineers then computer science is not a science?
    Then I guess medicine is not a science either since most medical doctors are saving lifes and treating illnesses and not researching their root cause.
    I also assume that mechanics is not a science since most professionals are build bridges and designing component and not solving Navier-Strokes equation.

    There is a science called computer science that gets published in scientific journal and conferences. And there are reproducibility issues in there as well. Maybe even more than in psychology because these guys get beat up with experimental protocols. And in CS we are more relaxed about it.

  14. Re:What? - Question Solved. on Results Are In From Psychology's Largest Reproducibility Test: 39/100 Reproduced · · Score: 1

    bitter much, aren't you?
    For sure, there is a bunch a second grade science in there. But there is a lot of science going on in CS. I suggest you read about it instead of passing for an idiot. :)

  15. Re:What? - Question Solved. on Results Are In From Psychology's Largest Reproducibility Test: 39/100 Reproduced · · Score: 1

    Actually 39% is not bad at all. I am sure it is not better in computer science. As a reviewer I typically need to fight with the authors for them to give enough details to be able to even attempt reproduction. Most CS papers lacks basic information on :
    -how the code is written (language, major data structure),
    -how it is executed (complied, interpreted, which level of optimization),
    -where it is executed (which machine, complete spec, operating system, idle load, is parallelisation used),
    -what dataset are used (randomly generated does not say anything unless you give distributions),
    -what is precisely measured (Did you include or exclude I/O, did you only measure the kernel you are interested in, did you measure teh entire algorithm, did you include startup and closedown of you execution engine)

    If these is not mentionned, then you lack information to attempt to reproduce the result. And then if you have them, there is always a possibility the result will differ from what was reported.

    No seriously, psychology is probably better at this game than computer science.

  16. Re:If it's published, it must be true? on Results Are In From Psychology's Largest Reproducibility Test: 39/100 Reproduced · · Score: 1

    I tend to seriously dislike the kind of comment that attributes malicious intent to researchers. I do not think that this is a problem with collusions. It is a problem that making a sound and reproducible experiement is HARD. It is easy to forget to report a phase of your experiment that you did not think about but that turn out to be important. It is also easy to have an implicit biais you did not recognize: an obvious one could be you did your experiment on sunday, so you excluded all the church goers.

  17. Re:This is stupid on Stephen Hawking Has a Message For One Direction Fans · · Score: 1

    No it is great. In an era where we find it so difficult to get young people interested in the science, I think his comment is briliant. It is the perfect example of what many people should do, try to capture the interest of people using whatever reasonnable communication channel.

  18. Re:missed that on Hacking Weight Loss: What I Learned Losing 30 Pounds · · Score: 1

    That's right, I forgot dance dance revolution. There used to be a mode of the game that counts the number of calories that you burn.

    Thought, you have to play a lot of DDR before it makes a difference.

  19. Re:Useless for budget scientific computing on NVIDIA's GeForce GTX TITAN X Becomes First 12GB Consumer Graphics Card · · Score: 4, Insightful

    I was at the keynote at GTC this morning and it really depends on what you are doing. If you want to do numerical simulation, it is not very useful because double precision performance is terrible. But if you do data mining, you mostly care about bandwidth and single precision performance. And then 12GB isn't too much. Actually I find it still a bit on the low side. Intel Xeon Phi are featuring 16GB this days. And in the realm of data analysis fitting the data on the accelerator is what make the difference ebetween the accelerator is great and the accelerator is useless.

  20. Re:While publish or perish has problems... on Scientific Study Finds There Are Too Many Scientific Studies · · Score: 2

    Of course we are publishing more. We are pushed to publish, so obviously paper get forgotten. But it is not clear to me that it is a bad thing. What pulish or perish accomplished is that we are communicating more. So clearly we are communicating smaller ideas, smaller experiements, smaller contributions but we are also communicating earlier in the process.

    It is frequent nowadays that one idea is spinned into 3 papers, one preliminary workshop, one conference and one journal. Clearly once the journal is published, the workshop and conference version will not receive much citation. But does that mean that they were not useful? The citation they got mean that some people read these papers and that the knowdledge/insight contained in them was spread. This might not be a bad thing.

    Now, if you were using number of publication/citation as a metric of how good people have, the metric is probably ruined now. But that was a terrible metric to being with.

  21. Re:Sure on edX Welcomes 'The University of Microsoft' Into Its Fold · · Score: 1

    I am a university professor and I do not think it is going to worsen it.

    Those that don't have other access to higher education will certainly learn from it.
    Those who have access to higher education now have a new type of resources that they can use to learn.

    Those that will skip classes and say "I'll watch the video the week before the exam" or "I don't need to learn it, there is a video about it" will certainly suffer from MOOCs. But clearly they weren't ready to put the effort necessary in learning the material, so they were not going to learn.

  22. Re:file magic - use the content to determine type on Why We Should Stop Hiding File-Name Extensions · · Score: 1

    I guess that is what is wrong with the magic approach:

    $ file extra.xlsx
    extra.xlsx: Zip archive data, at least v2.0 to extract

    That tells me nothing of value. In particular it does not tell me that it is an excel spreadsheet.

  23. Re:Weren't deep convolutional nets debunked? on Breakthrough In Face Recognition Software · · Score: 1

    I don't see the practical relevance of this? You can not walk through an airport with a scrambled face. So the images the camera will get are "regular" imaegs. Sure you can generate ridiculous images that triggers false positive. But these images will probably not be fed to an actual system.

  24. Re: Software is the wrong villian here. on The Software Revolution · · Score: 1

    I had never looked at rent as interest on borrowed property. That analogy is interesting. Thanks.

  25. Re:So they are doing what? on Anonymous Declares War Over Charlie Hebdo Attack · · Score: 1

    This has nothing to do with the topic of conversation.

    Your signature say "Repel the 17th amendment today". I assume you are talking about the amendment to the US constitution which gives 2 senators to each state.

    What is the rationale for repeling it? Is it to get a representation proportional to the population instead of a flattening per state?

    I was under the impression that the house of representative was elected proportional to the population and that the senate was elected proportional to the states. And that gives a balance of power between population and states.

    Any insight?