Slashdot Mirror


User: gmuslera

gmuslera's activity in the archive.

Stories
0
Comments
4,966
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,966

  1. Lost chance on Bezos-Owned Washington Post Embeds Amazon Buy-It-Now Buttons Mid-sentence · · Score: 2

    The literary executor of George Orwell's estate could had accused Amazon of using Newspeak. But maybe would be Doublespeak the right language for the dystopian present of 2014.

  2. DDoS era is gone on Snowden: NSA Working On Autonomous Cyberwarfare Bot · · Score: 2

    Why to go to the trouble of mounting a distributed denial of service attack, that need thousands of infected computers to be effective, when you can just tickle a dumb bot to do the dirty work for you in the name of the government?

  3. Old news on Scientists Who Smuggle Radioactive Materials · · Score: 5, Funny

    We know that it is happening since 1985, there had been at least a case of a scientist (E.Brown, if i'm not mistaken) smuggling plutonium to give it to libyan terrorists, or even doing very dangerous experiments with it.

  4. Why the story is so Blackberry focused? on Silent Circle's Blackphone Exploited at Def Con · · Score: 0

    How it affects Blackberry that an Android-based OS focused on security and privacy have some vulnerabilities? Is not BB10 OS based, even having an emulation layer that enables it to run Android programs. They could as well talk about iOS or Windows Phone users too. Even Tizen (that at least run Linux as Android) would be more related to this than Blackberry.

  5. Nothing new on Idiot Leaves Driver's Seat In Self-Driving Infiniti, On the Highway · · Score: 1

    At least he had a self-driving engine, it is an improvement over the usual idiot that go to drive drunk and kill several in the way. And in some cases keep driving after doing that.

  6. New name on The Milky Way Is Much Less Massive Than Previous Thought · · Score: 5, Funny

    Marketing suggested that now it should be called the Skim Milky Way.

  7. Next Jackson Project on The Hobbit: the Battle of Five Armies Trailer Released · · Score: 1

    Will be taking Tolkien's "Leaf, by Niggle" and turning it into a clone of The Swamp Thing.

  8. Re:+100 for slideout keyboard on Lots Of People Really Want Slideout-Keyboard Phones: Where Are They? · · Score: 1

    The N900 was more a pocket computer than a phone. And slideout keyboards make far more sense when you try to use your phone as a generic computer, just need that people realize that is that what they want when they buy each time more powerful smartphones.

  9. Betatesting on The NSA's New Partner In Spying: Saudi Arabia's Brutal State Police · · Score: 2

    When that way to handle "dissidents" comes to your shores, won't be disclosed that it is happening, wannabe whisteblowers will be the first victims.

  10. Containers on Ask Slashdot: Linux Login and Resource Management In a Computer Lab? · · Score: 1

    Run user sessions on linux containers (docker is getting momentum, may be the right option) that you can limit on the resources that they can use, while being far more efficient than VMs for that. Just a word of caution, they aren't as secure as VMs, they may be present or future vulnerabilities that may let hostile students to break their limits and/or access the main system, as they have more surface contact with the machine kernel than proper virtualization, mixing VMs for security with containers for efficiency could be a good compromise.

  11. Just the start of it... on Obama Administration Says the World's Servers Are Ours · · Score: 1

    What about foreing servers running Microsoft software, that Microsoft can somewhat control like when deleted Tor from Windows machines? If have the power to (even if done via security updates) retrieve information from remote servers, even not owned by them, should comply with obama administration orders?

    Really owning your data is becoming thing of the past, at least for some markets.

  12. Re:It's worked, too on Hacking Online Polls and Other Ways British Spies Seek To Control the Internet · · Score: 1

    Don't attribute to (NSA/GCHQ 's) malice what can be adequately explained by stupidity. But keep open that option anyway, specially if that apparent stupidity makes you think/feel/behave in a different way, or may do that to someone else.

  13. We don't need intelligent machines on By 2045 'The Top Species Will No Longer Be Humans,' and That Could Be a Problem · · Score: 0

    Mankind could wipe itself from the planet without their help, and by that year too.

  14. Re:What was desirable about it? on Improv Project, Vivaldi Tablet Officially Dead · · Score: 1

    For several of android tablets there are some working linux distributions (that may or not have working all hardware), even without counting ubuntu touch. But the point on that tablet was that it had open hardware too, ubuntu touch solves the drivers problem taking directly the manufacturer's android drivers, so closed hardware also leads to closed source running there too, with potential backdoors (like the ones found in samsung devices) builtin.

  15. That proves it on Swedish Farmers Have Doubts About Climatologists and Climate Change · · Score: 5, Interesting

    We can safely discard decades of satellite data and trends on global weather and climate, and the analysis of all climatologists all around the world, because a few carefully choosen farmers in sweden think that it is not happening.

  16. Re:What's so Hard to Understand? on An Army Medal For Coding In Perl · · Score: 0

    It was writen in Perl. If it were easy to understand would had deserved the Nobel prize too.

  17. Germany in the list on How Secret Partners Expand NSA's Surveillance Dragnet · · Score: 2

    ... somewhat Merkel deserved all the snooping that the NSA did on her. Putting trust in governments that deceive even their own people is a dumb idea.

  18. Re:Coming soon ... on Egyptian Blogger Sentenced to 15 Years For Organizing Protest · · Score: 4, Insightful

    You mean like the plan for killing Occupy high profile members from a couple of years ago? Or the political prosecution of Aaron Schwartz? Or the more recent classifying peaceful protests as terrorism? It is already there, just that most people didn't realized it yet.

  19. Re:What is this? on Docker 1.0 Released · · Score: 5, Informative

    The point is that don't create a VM. Containers runs applications in their own isolated (as in filesystem, memory, processes, network, users, etc) environment, but just one kernel, no hard reservation of memory or disk, it consumes resources pretty much like native apps.Another difference is at it just need the linux kernel, it runs where a linux kernel (modern enough, 2.6.38+) run, including inside VMs, so you can run them on amazon, google app engine, linode and a lot more.

    What docker adds over LXC (Linux Containers) is using a copy-on-write filesystem (so if i get the filesystem for i.e. ubuntu for an app, and another application also tries to use the filesystem of ubuntu, the extra disk use is just what both changed, also cached disk works for both), using cgroups to be able to limit what resources the container can use, and a whole management system for deploying, managing, sharing, packaging and constructing. It enables you to i.e. build a container for some service (with all the servers it need to run, with the filesystem of the distribution you need, exposing just the ports you want to give services on), pack it, and use it as a single unit, deploying it in the amount of servers you want without worrying about conflicting libraries, required packages, or having the right distribution.

    If you think that is something academical, Google heavily use containers in their cloud, creating 2 billon containers per week. They have their own container technology (LMCTFY, Let Me Contain That For You) but has been adopting lately Docker, and contributing not just code but also a lot of tools to manage containers in a cloud.

  20. Re:Not the same LXC on Red Hat Enterprise Linux 7 Released · · Score: 1

    The big thing about this release is not that they include LXC, that is been around for years, but that they included Docker, that simplifies and goes beyond what LXC does.

  21. Nice precedent on NSA's Novel Claim: Our Systems Are Too Complex To Obey the Law · · Score: 1

    Next one will be "proper process is too complex, so we just directly jail anyone that our trusty staff think that deserves it"

  22. Outdated test on Turing Test Passed · · Score: 3, Insightful

    Turing never participated in Facebook chats. Our expectations of intelligence for the other side has been lowered a lot. We attribute to stupidity what can be explained by an AI in the other side. And of course, the stupid side could be the one talking to the AI too.

  23. Re:Wow.. Pascal. on id Software's Original 'Softdisk' Games Open Sourced · · Score: 2

    Maybe it will compile in fpc (http://www.freepascal.org/). But probably will be tied a lot to DOS to not being able to run outside DOSEmu, probably an old Turbo Pascal version to compile it should be the best choice. Or take out those ties and make it run in modern OSs.

  24. Do what we say... on Life Sentences For Serious Cyberattacks Proposed In Britain · · Score: 1

    .. not what we do. What is doing the GCHQ would be worth to be in jail till the sun turns into nova.

    Even peaceful use of technology could be seen as an hostile act by the authorities that actually use it as a weapon.

  25. Terrifying on The Disappearing Universe · · Score: 1, Insightful

    Odds are pretty high that we will never reach the next star, worrying about the next galaxy is a bit too much