Slashdot Mirror


User: vyvepe

vyvepe's activity in the archive.

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

Comments · 124

  1. Re:You're looking at non-facts. on Fukushima: the Removal of Nuclear Fuel Rods From Damaged Reactor Building Begins (theguardian.com) · · Score: 4, Insightful

    To date, 440 workers have died installing solar panels. 150 have died installing wind turbines on windmills.

    Of course, that assessment depends on whether you use total distance travelled, or deaths per launch.

    So is it 14 deaths for 537,114,016 miles travelled, 14 deaths for 833 total riders, or 14 deaths for 135 flights?

    Next up a discussion of the safest vehicle ever - the Space Shuttle.

    You are misleading with a bad analogy.

    A Space Shuttle is used to get stuff to an orbit. So the correct metric is number of deaths per kg delivered to the given orbit. Trying to count it per mile travelled is completely stupid because travelling around Earth is not the goal of Space Shuttle.

    On the other side, counting number of death per kWh is the correct metric in energy production area. The goal of a power plant is to produce energy. So we must count it per kWh.

  2. Re:The problem with C++: Insufficient documentatio on Most Popular Programming Languages: C++ Knocks Python Out of Top Three in New Study (techrepublic.com) · · Score: 1

    Get a draft C++ specification. The final versions are ISO standards and not available for free. But drafts are good enough.

  3. Re:Safer, simpler, more expressive on Most Popular Programming Languages: C++ Knocks Python Out of Top Three in New Study (techrepublic.com) · · Score: 1

    Just the addition of shared_ptr is enough to claim all three improvements.

    shared_ptr was in boost long before C++11. There are more important additions like type inference, lambda functions, strongly typed enums, rvalue reference, variadict templates .... just to name a few more relevant.

  4. Re:Such odd priorities on CSS To Get Support For Trigonometry Functions (zdnet.com) · · Score: 1

    The design si broken when you can work around it with "hundreds of lines of code".

  5. Re:BBC story=intrusive video ads on The US Cannot Crush Us, Says Huawei Founder (bbc.com) · · Score: 1

    Get Adblock and uMatrix and you will not see any BBC adds.

  6. Re:Good idea on In China, Some Teachers Are Using AI To Grade Homework (scmp.com) · · Score: 1

    How could it be moderated insightful? That would lead to a random grading. It would be very noticeable especially for hard sciences. There are some cases when one may not agree with a grade but most of the time they are about right.

  7. Re: What if... on Global Warming Could Exceed 1.5C Within Five Years, Report Says (theguardian.com) · · Score: 4, Insightful

    Statistics is not a science. It is not even math.

    Statistics definitely is a branch of math. You are ridiculous. You made me respond even when I do not care much about climate change. But both sides sometimes can spit such a bullshit when talking about it. One side ignores models completely because they are sometimes wrong. The other side misleads about how expensive renewables are.

  8. Re:So where does society draw the line? on New US Experiments Aim To Create Gene-Edited Human Embryos (npr.org) · · Score: 1

    Eventually there will be no line. People will design their bodies whatever way they like it when the technology evolves enough.

  9. No big anatomy advantage for human throving on Neanderthals Were Likely Able To Hunt Over Significant Distances With Spears, Study Finds (nature.com) · · Score: 4, Interesting
    Documentaries I saw claimed that humans have significant anatomy advantage over neanderthals as for as throwing goes. Tha article tries to refute this argument of the previous studies:

    Proposals that features of the upper limbs of different species of Homo indicate that throwing only comes into play with H. sapiens are hampered by multiple issues. These include small sample sizes, human variation in populations, evidence that humeral robusticity and shape may not correlate with strains in weapon use, and a lack of clarity whether any single activity contributes to or offsets bone remodeling or robusticity. Others argue for an earlier emergence of throwing, showing that features necessary for accurate and powerful throwing are evidenced in H. erectus fossils. A recent find of an early Neanderthal dating to MIS 7 from Tourville-la-Rivière shows skeletal trauma consistent with repeated throwing, supporting the hypothesis that they were capable and frequent throwers.

    I'm curious what the result of the debate will be.

  10. Re:An Of Course These Chips Are "Unhackable"... on Elon Musk Wants To Put An AI Hardware Chip In Your Skull (itmunch.com) · · Score: 1

    What happens when the AI chip in your brain gets compromised by a hacker?

    That is easy to answer. The Hacker will control you. Either directly (if the hardware allows it) or indirectly by feeding you the properly adjusted information. The brute force information overload is a minor issue. It is like the virus pranks from the times of early internet. Current internet spread viruses are more subtle.

  11. Re:Good news! on AMD Announces Radeon VII, Its Next-Generation $699 Graphics Card (theverge.com) · · Score: 3, Insightful

    NVidia is not an option if you need a longer term linux support.

  12. the [hevier] car can coast uphill further on its momentum

    You need to review your physics book. How much a car will coast uphill does not depend on its mass. The rest of your claims may have some merit though.

  13. EU's GDP ($20.98e12) is slightly lager than US's GDP ($19.39e12). Data from 2017. But otherwise your statements hold. It is all about the same.

  14. Re:Conspicuous lack of info on runway length on The Electric Airplane Revolution May Come Sooner Than You Think (robbreport.com) · · Score: 1

    It is easy to ramp up power of an electric motor and battery. Take off is easy for an electric plane. Endurance is a huge problem for an electric plane.

  15. Re:Maybe its time to rething - Linus on Researchers Discover SplitSpectre, a New Spectre-like CPU Attack (zdnet.com) · · Score: 1

    Why is this marked insightful? This has nothing to do with "browsers" or the "web".

    It has a LOT to do with browsers and web. It has a lot to do with anything which runs a code downloaded somewhere from internet. Browsers with their java script engines are the first and the most easy target That is because the browsers run any java script from any hacked or malicious web site. Some email clients can interpret java script too. Disable java script in email client (if it executes it at all - most probably do not do it nowadays). Disable java script in browser or update the browser. It is recomended to use some ad blocker and preferably also something like uMatrix to limit the amount of malicious scripts your browser is running. This is a good idea not only because of Spectre/Meltdown.

    In general, be careful about downloading and running executable (binaries) from web sources which you do not know to be reliable. But the point is that if you already do this then you have much more to worry about than Spectre and Meltdown. Spectre/Metldown are "only" information leaks. Running some random code from internet is potentially executing a malicious code directly. You need to care not only about Spectre/Meltdown but also about all the data accessible or modifiable to the account running the process as well as all the local privilege escalation bugs.

  16. Re:Maybe its time to rething - Linus on Researchers Discover SplitSpectre, a New Spectre-like CPU Attack (zdnet.com) · · Score: 2, Insightful

    No, Linus is right. The performance impact of the patches is big.

    If you have up to date browser then you do not have a problem. Resolution of timers available from scripts is lowered to make this attack infeasible.

    If you are running executable from web then you have much bigger worry than spectre. The executable can damage you directly instead of trying to rely on a a "cooperation" of another process.

    These bugs are mostly a serious worry for companies renting virtual machines where executables run in the images are by default hostile.

  17. Re: No thanks. on Mitsubishi Recalls 68,000 SUVs Over Bad Software (consumerreports.org) · · Score: 1

    Several billion smartphones out there taking OTA updates all the time that hold valuable personal info and banking info, and not a single case of hijacking the OTA update process to compromise the device.

    Your banking info is not as valuable to you than your life. There is a big difference when random internet hacker gets access to hundreds of mobile phones and investigates user data on them. Compare that to getting access to hundreds of cars and crashing them.

  18. Re:Democracy? on EU Backs Ending Daylight Saving Time (theguardian.com) · · Score: 1

    I have got an email to take part in the poll. Not sure how they picked me up. I guess I used the email when communicating with them in the past.

  19. They would not because expenses for moving out fo the property would cost them millions.

  20. Re:Salon.com is the worst example I've seen on Front-End Developer Decries 'Garbage' Design Choices on 'The Bullshit Web' (pxlnv.com) · · Score: 1

    Those ad blocking detectors are another scripts. You can often block them with some decent selective script blocker, e.g. uMatrix etc. The site is often usable after blocking the ad blocking detectors. That may change in the future when they start to load useful content with the same script which shows the ad blocking notification too.

  21. Re:Hydroelectric power and Nuclear Energy?? on World Trending To Hit 50% Renewables, 11% Coal By 2050: Report (arstechnica.com) · · Score: 1

    Heh, charge/discharge efficiency of nickel-iron battery is only 65% / 85%. Pumped hydro does better with its full cycle efficiency of 70% - 80%.

    Pumped hydro has also bigger volumetric energy density if the reservoir height difference is bigger than 22 m (asymptotically with big enough reservoirs).

    The batteries are also expensive. They cost around $4.5 - $20 per one litre. I guess you can build pumped storage cheaper per 1 litre.

    It does not look good for batteries. Looks like the only good thing about them is the response time.

  22. Re:It is open source ... on Equifax Blames Open-Source Software For Its Record-Breaking Security Breach (zdnet.com) · · Score: 1

    Often there is just as much time and effort to review code, of a complex application, then it would take a dev team to build an app customized to the actual business need, vs using a general purpose software.

    You are way to optimistic about how much time it takes to develop a new application. You should have written: "Often times it is cheaper to review and adjust an existing application to your particular needs."

  23. Center of mass on Colombian Airline Wants To Make Passengers Stand (yahoo.com) · · Score: 1

    An air-plane needs its centre of mass at defined position (with some small error). The article claims the use of some kind of "vertical seats" to force passengers to stand at their specified position most of the time. It might work. We will see.

  24. Most of the world does not pay 0.0688 EUR/kWh as green energy subsidy: https://www.cleanenergywire.or...

  25. A good browser should have especially a good advertisement blocking.
    And some other things like something for blocking scripts (like uMatrix) and something for tracking certificates for selected (e.g. banking) websites.