Slashdot Mirror


User: Flaming+Foobar

Flaming+Foobar's activity in the archive.

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

Comments · 243

  1. Hardly Surprising, Because... on Startups Can't Explain What They Do Because They're Addicted To Meaningless Jargon (qz.com) · · Score: 1

    Isn't the word "startup" itself meaningless buzz. It's just a new company.

  2. Re:The point is he understands real science on Lawmakers Seek Information On Funding For Climate Change Critics · · Score: 1

    No different than your appealing to "climatologists" who can't get ANY predictions right over many decades of trying.

    Yes they can. The models actually work beautifully. Just because you say they don't doesn't make it true.

    Why do you distrust a physicist / mathematician, who is far more apt at understanding statistics, chaotic systems, and the pure physics involved in atmospheric changes than a climatologist (with a much more shallow education in any of those areas) can possibly be?

    Because he isn't. Just because you say so dosn't make it true.

    That's the really puzzling aspect of people like you who believe deeply in people specializing in what is essentially a nascent filed; you are putting more stock in people who have less hard science training, and the results of their predictions based on what amounts to faith dressed up as science are telling.

    What's really puzzling is how idiots like you, who have absolutely zero knowledge of the kind of education and expertice climate scientists have, can spout that sort of bullshit so confidently.

  3. Re:50% is not necessarily a large number on Another Elon Musk Bet: Half of All Cars Built In 2032 Will Be Electric · · Score: 1

    1.64€ per litre here (Finland), which makes it around 7.63 USD per gallon.

    Gas is heavily taxed in Finland. Almost two thirds of the price is tax, so it's not really comparable

  4. Re:So says the religious guy. on Santorum Calls Democrats 'Anti-Science' · · Score: 1

    Occam's razor is just a rule of thumb, not something you can use to determine a fact. Using it as an argument is stupid.

    See also http://peterkazmaier.com/?p=32

  5. Re:So says the religious guy. on Santorum Calls Democrats 'Anti-Science' · · Score: 1

    Actually, lack of evidence does lower the probability in a lot of cases, but only if you know what you are looking for already...

    But you are still basically correct, as long as we are talking about a deity, a preternatural being of some sort, in a very wide sense. It is impossible to assign any probability to something that is undefined.

    However, if by using the word god you mean one of the named gods of the major religions, I think it's pretty safe to say they are unlikely to exist, since the religious literature gives us clues to what to look for, and there appear to be no credible, verifiable findings.

    You don't need to fudge the meaning a lot, however, to move it back to the undefined territory, though. Just say none of the holy books are 100 % accurate and there might be some truth to some of it...

  6. Re:Require a VPN connection on New Worm Morto Using RDP To Infect Windows PCs · · Score: 1

    Do it right, require a VPN connection before you allow an RDP connection.

    Why exactly do you think that increases security? Most VPNs that I've seen use the AD domain password which means once the attacker gains access to the VPN, they can access all the network shares, terminal servers whatnot. You are equally f'ed in both cases. Also, the current RDP implementation uses TLS which is stronger than e.g. PPTP's RC4, still a widely used because it's so easy to set up.

    I see this stupidity all the time: you are required to connect to a PPTP VPN, with access to the company LAN to boot, before you get to ssh to a linux box in the DMZ or wherever. Admins also often refuse to open the ssh ports based on some false belief about how it all works. They don't understand the differences between cryptographic algorithms, they don't really understand why firewalls are used and are good for, and they only have a superficial understanding of TCP/IP and the layers on top of it. They just blindly follow some "best practices" that someone somewhere put into a ppt, and cite meaningless shit like the OSI model, never actually taking the time to really understand.

  7. Re:Screw vandalism, especially on "soft targets" on The Lesson of Recent Hacktivism · · Score: 1

    For example, a quick google search turns up this page on apache security.

    There isn't really much there that will significantly improve security, except the suggestions to keep Apache up-to-date and maybe installing mod_security. For instance, hiding the Apache version number might actually decrease security since now you might miss yourself you are out of date. It's not going to prevent any attack from happening.

  8. Re:Needs economists on Amir Taaki Answers Your Questions About Bitcoin · · Score: 3, Interesting

    The bitcoin effort needs the involvement of some economists with experience studying and understanding currencies, not just techies.

    Have you visited the Bitcoin forums? Quite a few economists there. Also, high profile magazines, such as The Economist, have written about it from the point of view that Bitcoin is, in the very least, a highly interesting experiment. No mention of any built-in economic failures there.

    I don't understand the knee-jerk reaction that everyone here gets each time Bitcoin is mentioned. Almost every time it's accompanied misconceptions about USD being backed or otherwise thinking that something which is currently valuable (such as gold) is somehow guaranteed to always be that way.

    No, I don't have anything invested in Bitcoins, and I wouldn't want to store much value in it until it has stood the test of time, and the implementations are more robust. I was shocked when I found out the private keys are stored locally in an unencryped file - that's a f***ing travesty.

    But I do find the concept fascinating.

  9. Re:Impact on bitcoins? on LulzSec Teams With Anonymous, In Operation AntiSec · · Score: 1

    No, the difference is who's backing the currency: the government, or... well... nobody, since bitcoin's idea does not involve a central authority

    Backing? How? I keep hearing this, but I don't understand what it means.

    The way I see it, the value of money comes from the knowledge (or trust) that someone will accept a certain amount of it as an exchange for goods, or work, or whatever. How is any government "backing" that? I haven't seen any guarantees anywhere that my cash will be worth anything tomorrow.

    Bitcoin is "backed" simply by the fact that there are enough people who will accept it as an exchange for goods, or work, or "other" currency (I'm still not sure it's correct to call it a currency).

  10. Re:To expensive on Europe Plans To Ban Petrol Cars From Cities By 2050 · · Score: 2

    That way, people don't have to buy new cars immediately and we don't end up with landfills full of perfectly functional cars.

    39 years isn't exactly immediately.

  11. Re:PHP is a big part of the problem on Stuxnet's Legacy: Get Back to Basics or Get Owned · · Score: 1

    You can still dynamically generate prepared statements.

    You can't use a prepared statement to dynamically turn rows into columns. Or if you know how, by all means tell me.

    since you're letting your application layer guess the behavior of the database, so any change to either side, and boom! Or do you think SQL injection is just about sneaking a second command to the first one by adding --, ;, or whatever terminator the database uses, like what most script kiddy attacks do?

    Sounds like folklore to me. I suppose you could run into problems if you use, say, mysql_real_escape_string() to escape a string going to, I don't know, Pervasive SQL. But what can I say... just don't fucking do it! Or did you think sanitizing input means string.replaceAll("'","''") ? In that case you'd be the naive one, not me. Also, the database engine won't just change all by itself. Something like 99 % of apps work on a specific RDBMS, and for the most part they won't even begin to work on another one without major refactoring. You have the occasional small project which uses simple ANSI SQL, but anything in the least bit demanding usually only works on a specific system:

  12. Re:PHP is a big part of the problem on Stuxnet's Legacy: Get Back to Basics or Get Owned · · Score: 1

    Thats why no amount of string escaping is 100% safe.

    People like you think there is something mythical or mystical in programming. There isn't. Sanitizing user input is 100 % safe. It may not be the best way to do things most of the time, but there are times when it's the only way, like when the SQL statements are constructed from another SQL statement, which happens e.g. when pivoting a many-to-many relation.

  13. Re:Security is hard on Stuxnet's Legacy: Get Back to Basics or Get Owned · · Score: 1

    As Flyerman points out, the 16 year old was posing as a man, and she social engineered a female within the organization.

    The person who got scammed was Jussi Jaakonaho, who is male.

    Her gender might still have something to do with it, though. Women are generally thought to have more social intelligence than men, which might make it a little easier for them to pose as someone else in an email.

  14. Re:Its been thought for decades... on Leaked Cables Reveal US Thinks Saudi Oil Reserves May Be Overstated · · Score: 1

    it is always in the best interests for each country to lie about it (over stating their reserves).

    If you are selling something, wouldn't you want what you sell be scarce so you get a better price?

    I'd say it'd be in the interests of the oil industry to perpetually maintain an image of there always being a couple of decades of cheap oil left. You want a good profit, but you don't want your customers to move away from oil.

  15. Re:wrong on several points on Leaked Cables Reveal US Thinks Saudi Oil Reserves May Be Overstated · · Score: 1

    . If you spend more energy than you get out of it, then the process will never be profitable.

    This is a naive way to look at it. In reality, so long as you use cheap energy (wind, solar, tidal) to extract oil, it will be profitable. The main reason oil is valuable is its high energy density.

  16. Re:Wrong location on Running Your Own Ghost Investigation? · · Score: 1

    Don't waste your time in the supposed haunted house, the feeling of a 'presence' and 'ghosts' and any other paranormal crap is all in the person's head.

    Has this been proven?

    Saying things like that seems unscientific. What a ghost is not exactly well defined. Also, you can't exactly prove whether someone's feelings are of an external source or not. I don't think we have 1/1000,000th of the understanding of the human brain that would be required to say something like that.

    Don't get me wrong, I don't think ghosts exist, but pretending that the opposite is 100 % true seems intellectually dishonest. Which probably explains the arrogance such claims are often accompanied with, because there is really no substance to the argument, just personal belief.

    The standard 'sceptic' method of studying alleged supernatural phenomena is to confirm that they have natural explanations. Mostly any weird light and sound is always explained by reflections, wind, insects, animals. When someone says, "I felt something pass through me", things start to get tricky, because then you need to prove that the person in question is FOS.

  17. Re:Democrats loved the Pentagon Papers on Compiling the WikiLeaks Fallout · · Score: 1

    It's called "being political" for a reason.

    We hire politicians to be upfront and honest. We don't hire them to be two faced.

    I disagree. International politics is analogous to a game of poker. No one wants to give away all information to the others. Now, what WikiLeaks is essentially doing, is they are publicizing not only some of the "cards" that the US holds, but also what they know about the others' "cards".

    I'm all for openness and honesty, but it's not just the American voters who are getting the info. It's available to everyone now.

  18. Re:Frame of Reference Problem on The Time Travel Paradoxes of Back To the Future · · Score: 1

    Basically for new writers who write a science fiction time travel story you gotta make sure you mention briefly that you solved the orbit/rotation/surface problem and have calibrated your time machine to account for the ever changing topography of the Earth as well as its orbit and rotation ...

    No you don't. That's just bad writing. The less you explain, the better.

    A lot of sci-fi suffers from over-explaining things with awful, cringe-worthy, pseudo-scientific crap. It adds nothing to the story. "Midichlorians" is the obvious example, but even explanations somewhat based on real science are often completely unnecessary and just seem self-important.

    "I've invented a time-machine" says all that is needed to move the story forward. In fact, I always thought that the whole flux capacitor/88 miles per hour schtick was there just to make fun of all the self-important sci-fi.

  19. Re:I'll wave when I drive past you ... on Company Builds Fast Charging Station For Electric Cars · · Score: 2, Insightful

    And exactly what charges your batteries ?

    Hint : probably electricity from a coal-fired lower plant.

    That's a stupid argument because the solution is obvious: use wind, hydro, solar or nuclear energy to charge the vehicle.

    For gasoline engines, no clean solution exists at all.

  20. Re:The future is now on What Is the Future of Firewalls? · · Score: 1

    On a home environment it does a lot - it blocks the default windows ports which are not easy for the user to disable...

    Windows has shipped with an adequate firewall for that since XP SP3. If you aren't keeping your Windows system up to date, you are pretty much s-o-l anyways.

  21. Re:The future is now on What Is the Future of Firewalls? · · Score: 1

    Honestly now, I'm talking about home users, the other people who use firewalls, even though they don't know it. Make it a standard on routers where on the router's config page, it can accept a small text file with ports to be routed to the current connection.

    Or better yet, disable it by default. A firewall in most home environments does exactly nothing. It's snake oil. It's blocking ports where there aren't any services running anyway. The user is still able to open any email attachment or surf any web page with her IE6...

    In fact, in most corporate environments a firewall doesn't do much, either. Funny how sysadmins agonize over which IPs can ssh to an up-to-date Linux box, but then they have VPN, a bunch of IIS, Exchange and a whole host of other stuff open to the whole wide world. I just recently made some development work for a company which required me to open a VPN connection before I could ssh into their Linux/PostgreSQL/Apache server. The sysadmin didn't believe me when I told him that it's less secure that way. He saw the break-in attempts in the sshd log so he didn't want the port open...

  22. Re:Oh teh noes. on Revised Mass. Gambling Bill Won't Criminalize Online Poker · · Score: 1

    Considering that the biggest gripe of the WSP old-hands is that young players are ruining the game by relying too much on aggressive betting, I would like to argue that it is not nearly as much a game of skill as a lot of people think.

    Are you trying to say that the people who make the old-hands fold their chips away are less skilled than the them? The game is played differently today than it was in the 70s, and now it's all about balancing bluffs with thin value, weighting the opponents' hand ranges and optimizing bet sizes. The old school players you are talking about play a very narrow range of hands, their betting patterns are robotic and they only take the top of their range to showdown. All this makes it very easy to play against them, if you have done your homework.

    The great majority of people don't spend enough time learning the math and thinking about the game, which is what makes the game beatable.

  23. Re:I wonder... on New Litigation Targets 20,000 BitTorrent-Using Downloaders · · Score: 1

    In both cases you've acquired the same content, in the same form, for the same price. But now we're supposed to believe that because it happens via the internet, a crime has been committed?

    There is a difference from the copyright owner's viewpoint. He's getting paid by the broadcasters.

    That their business is now suddenly failing because people are doing the same thing they've done for years with tape players and vcrs?

    Can you really not see a difference between spending an hour to two hours to make a single copy with generation loss and sharing a 1:1 digital copy to 100 million people with practically no time spent at all?

  24. Re:WTF are they thinking? on New Litigation Targets 20,000 BitTorrent-Using Downloaders · · Score: 1

    I disagree. It is to scare all the people currently pirating into not pirating. These are not people who are looking to buy the movies so they will just go without.

    I see something along this claim a lot, but I think that's just delusional. So you've got a lot of people who see a ton of movies and you expect them to just stop altogether if the illegal channel ceases to exist? Not going to happen.

    I know it's silly to think that someone who downloaded a 1000 movies would have rented or bought all of them had he not had the opportunity to do pirate them. But it's equally silly to think he wouldn't have rented or bought at least some of those had the illegal channel not existed. It's obviously impossible to quantify the movie producers' loss exactly, but to claim there is none is hypocritical.

  25. Re:Well of course on Iran Suspends Google's Email Service · · Score: 1

    Having actually lived in the Middle East, I can testify otherwise. The great majority of muslims are ordinary men, wives and kids. I was astonished that the difference was so small between here and there. They have the exact same goals, dreams and everyday problems as us. They seek to educate themselves, move forward in their careers, find love, get married, get kids, etc... No difference! I certainly wouldn't call them savages nor uncivilized.

    A lot of the things that muslims get criticized about are in fact not the severe problems they are made out to be. As an example, even though there are areas in the muslim world where women are badly oppressed, it certainly isn't so in general. There are problems, obviously, but the median is nowhere near the worst examples that are most often heard. In fact, there are several active feminist groups in the Islamic countries.

    I feel the only fault you can place on muslims in general is that they aren't doing enough to end the violence of the fundamentalists.