Slashdot Mirror


User: darkarena9789

darkarena9789's activity in the archive.

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

Comments · 21

  1. Re: Privacy on Inside the Failure of Google+ · · Score: 1

    Yeah, I disagree with this comment. When it was released (and even today) G+ is more secure then Facebook because of the circles. I think the author hit the nail on the head. Every feature of G+ is superior then FB. The way the apps integrate with it and the sheer beauty and elegance of the interface is mind boggling. The only reason that I still use FB? None of my friends use G+ regularly. If I was able to even repost my G+ posts on FB, that would be helpful. A 2 way synch would be the bomb.

  2. Re: Missing the big picture on Google Rejects French Order For 'Right To Be Forgotten' · · Score: 1

    I fully agree that the issue should be with the content provider AND Google does generally comply with local regulations for it's Region specific versions of it's site. But for France to make the claim globally is an abomination. European laws do not govern those in America or other Countries no matter how much the French like to think they are center of the universe. Like it or not, the world's information has gone global. Instead of trying to stop the search engine, find ways to regulate the content providers and ensure that false accusations aren't allowed to remain in the cloud.

  3. Re: And I'm the feminist deity on Google's Diversity Chief: Mamas Don't Let Their Baby Girls Grow Up To Be Coders · · Score: 1

    I agree a lot with the comments, but I'm not willing to totally discount the study. It's true that make and female brains are different (there is physical proof), however that does not mean that there is also not a societal component to this. I encourage my daughter to learn to program, but I'm a programmer. There is a lot more pressure on me to also get my daughter to dress nice, take care of herself, and other things then I feel with my son. I don't feel that it's appropriate to say parents DISCOURAGE women from entering tech fields, they just don't ENCOURAGE them as much. That said, I think there are other reasons. Computer and robotic programs are generally also geared toward women. The programs are self contained and typically lack the complex social structure that most women like. I think the key is adding that component. Like the article mentioned above, girls need to see the social component of computer programming to see the benefit. I think many parents, including programmers like myself, tend to miss that aspect that would really speak to a girl. But then, so do many of the programs designed to get kids into programming as well.

  4. Re: 20% to 40% ??? No. Just no. on How Tesla Batteries Will Force Home Wiring To Go Low Voltage · · Score: 1

    Wes, I believe it's talking about the full conversion DC-AC-DC. And whoever said that power INVERSION is efficient needs to be shot. Converting DC to AC with a voltage boost is very inefficient. Converting AC back to DC, much better. Still, the point is that you loose some 30% - 40% of your battery power vs. going straight DC.

  5. Re: Aren't these already compromised cards? on Fraud Rampant In Apple Pay · · Score: 1

    That's not entirely true though. There is no "yellow path" for other electronic mediums like Amazon or Pay Pal or Pay at the Pump you find in most gas stations. I think, though, that simply requiring you to provide a zip code or other information would cut down on the fraud significantly. One thing I do agree on is that calling the bank and having them authorize a device would be the most secure, but it would significantly hinder adoption.

  6. Re: So much for Debian 8, then... on Google Chrome Requires TSYNC Support Under Linux · · Score: 1

    The Debian guys have always been anti-business. They don't like anything that's not open source. It's one of the reasons I abandoned Debian for Ububtu. Ububtu has made a lot of unpopular (wrong?) choices, but they understand the need for non-oss. In the end, an OS needs to support your work. There is no browser for Linux that is better for supporting web and heavy js. This is another case of Debian Philosophy interfering with its usefulness.

  7. Re: nice, now for the real fight on FCC Approves Net Neutrality Rules · · Score: 1

    Thing is though, Comcast DOES charge content providers for a fast lane. One of their spokespersons said, in regards to net neutrality, "Don't think of it as a fast lane and a slow lane. Think of it as a fast lane and a faster lane."

  8. Re: Good grief... on Bill Nye Disses "Regular" Software Writers' Science Knowledge · · Score: 1

    I'm a software engineer and have worked with other software engineers for decades. While it might be true that software engineering may not be considered science by some definitions, Bill Nye is a mechanical engineer and can be lumped in the same boat. In either case, this likely either has to do with evolution and/or climate change and most software engineers I know believe in both. Not all, but most. So... I guess if they are not scientists, at least most of us understand the scientific method and it's application.

  9. Re: New research find's water wet on Your Java Code Is Mostly Fluff, New Research Finds · · Score: 1

    I agree. Pearl probably has a higher "functionality" factor but it's compleatly unmaintainable.

  10. Re: Ads on Google Launches Service To Replace Web Ads With Subscriptions · · Score: 1

    There is a difference here. When I browse a website and that we site chooses to deliver content to my box, they can choose to advertise, but I don't have to allow them to use my bandwidth or my professor. And many of these add agencies pose a security risk or track you. Heck many store cross site cookies.

  11. Re: Nothing? on Mathematical Proof That the Universe Could Come From Nothing · · Score: 1

    Yes and no. Quantum physics has massive implications to relativity. But quantum physics allows for things like the Big Bang. If you believe, however, that space time is a product of gravity and mass (which relativity proves) then it doesn't break down so much as it's a question of "what happens" when space or time or mass and energy exceed the speed of light. And most importantly, if energy is neither created nor destroyed, how can a universe come from nothing..

  12. Re: Nothing? on Mathematical Proof That the Universe Could Come From Nothing · · Score: 1

    Yes. Basically. At the quantum level, quanta can just spontaneously appear and disappear. It's the reason many quantum physicists believe in multiple/parallel universes. Of course, if your a religious person, it's also an acceptable theory, one in which creation would be involved. I'm more of a scientist, but if anything unites the two views, quantum physics and the Big Bang seem to come the closest.

  13. Re: And so therefor it follows and I quote on Italian Supreme Court Bans the 'Microsoft Tax' · · Score: 1

    Sure you can, although the latest OS's on Mac have been free, so I'm sure apple would be happy to give you a refund.

  14. Java is verbose, but not crap. There is a reason most of the enterprise software today is written in it. Java's verbosity also makes it intimately readable. If you look at the error streams coming off of most iOS apps today, you'll see why languages like Java HAVE been so popular. That said, this is about swift. Swift is interesting because it promises to make cocoa in its entirety available, it plays nicely with objective C, is simpler to learn and apple claims it's faster. The problem with objective c, like other c's, is it's too close to the object code. Swift promises to have the structure and ease of use of a modern language with the efficiency of native code. And swift DOES PRODUCE native code. I've been playing around with swift and although it lacks a lot of maturity, the promise of using cocoa and nativ objC api's it true. If it were me, I would learn swift and evolve with the technology. It's certainly the direction that apple is taking.

  15. Don't listen on Ask Slashdot: "Real" Computer Scientists vs. Modern Curriculum? · · Score: 1

    If you take a computer architectures class and KNOW how memory works, who flipping cares. Truth is, much like nobody programs in assembly any more, all modern languages have garbage collection and most have eliminated pointers. Why? Well the reasons are many. First off, such techniques are error prone at best. Even IF someone understands them, sometimes things get overlooked and when they do, they are hard to debug. The reality is that the OO paradigm and in the near future functional models will be 99% of what the overage programmer will be exposed to. I'd rather hire someone who was comfortable with these concepts then someone who could map put and manage their own memory any day of the week.

  16. Re: What if I get hungry? on Cable Boxes Are the 2nd Biggest Energy Users In Many Homes · · Score: 1

    Yeah I agree. The energy savings will be offset by college students all of a sudden needing to invest in a hot plate. :0

  17. Re: Well, so much for slashdot on Century-Old Drug Reverses Signs of Autism In Mice · · Score: 1

    Lol. Fortunately there aren't many mice here on slashdot.

  18. Re: Motivated rejection of science on Wyoming Is First State To Reject Science Standards Over Climate Change · · Score: 1

    I, personally, just love the motivation: Man made climate change is not real in Wisconson because we produce a lot of coal. Good things the environment is conscience over what's economically convenient!!!

  19. Re: And the question of the day is... on Could Google's Test of Hiding Complete URLs In Chrome Become a Standard? · · Score: 1

    I understand the confusion, but I've seen companies that refuse to buy a product because of some percieved security threat caused by get parameters. Simply moving values to cookies seems to placate these people. I guess the real question though is, why not? The URL spec evolved from a simple spec designed to fetch simple web content. Does an end user really care that your current jssessionid=146bbgcffh775? I think the only real impact here might be if your parameter needs to hold something useful to the end user. Even as a web developer, I ignore everything after the ? unless I'm debugging something.

  20. Re: Man i hate this game on Red Cross Wants Consequences For Video-Game Mayhem · · Score: 1

    They could actually turn this into a way to make money. "Wait 19 hours... Or post bail for $1.99." :)

  21. Re: wrong two words on Somebody Stole 7 Milliseconds From the Federal Reserve · · Score: 1

    I think some guy just hit his enter button when his cell phone beeped and it was time to make a trade. ;) SCORE!