Slashdot Mirror


User: blackiner

blackiner's activity in the archive.

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

Comments · 125

  1. Re:Sigh - what the heck ... on Routers Pose Biggest Security Threat To Home Networks · · Score: 1

    UPnP is a little less secure, IMO. I only dabble in networking as a hobby so perhaps someone else in here more knowledgable can correct me, but the main reason is: stateful firewalls.

    A host with a public address behind a well configured firewall will have all incoming data dropped from any ports by default. Only established connections will be allowed in from the external network, which means the computer behind the firewall will have had to have sent something first. Furthermore, if you are *really* paranoid, you can have the firewall automatically drop everything automatically, regardless of the state of the connection, and then set up specific rules to allow certain types of connectivity (ie: only allow traffic to be returned into the internal network if it originated from the external server's port 80... and you can make it as arbitrarily complex as you want).

    UPnP on the otherhand just tells the router, "Hey, open this port, and send anything that arrives on it to me!", and then *everything* sent to that port from the external network will then be routed to the internal network, regardless of whether a connection had been established or not. This is necessary if you are hosting a server behind your firewall, but with UPnP it can happen rather transparently, without the user even knowing it is going on, wheras with a mere firewall, you will have to consciously go in and change the rules to allow incoming traffic from a certain port.

  2. Re: Editing? on Sophisticated Spy Tool 'The Mask' Rages Undetected For 7 Years · · Score: 1

    Oh wow, this makes me appreciate the Simpsons even more. Mr. Burns used to answer the phone like that, I thought it was just some weird mannerism as a kid, but I guess the joke was that he is just *that* old.

  3. Re: All I Have To Say Is on You Might Rent Features & Options On Cars In the Future · · Score: 2

    This is why they made that abomination known as the DMCA, unlocking these features would be a felony.

  4. Mere flesh? on Why a Cure For Cancer Is So Elusive · · Score: 5, Funny

    But barring an elixir for immortality, a body will come to a point where it has outwitted every peril life has thrown at it. And for each added year, more mutations will have accumulated. If the heart holds out, then waiting at the end will be cancer.'"

    Pffft, I plan on being 100% robot by then. I'd like to see cancer bite my shiny metal ass.

  5. Soft heaps on 'Approximate Computing' Saves Energy · · Score: 1

    This reminded me of soft heaps. http://en.wikipedia.org/wiki/Soft_heap
    Basically it creates a heap but some of the elements get corrupted and are not in the proper place as if it were a proper heap. Oddly enough, this can be used to write deterministic algorithms, and provides the best complexity for finding minimum spanning trees.

  6. Re:my library on Disney Pulls a Reverse Santa, Takes Back Christmas Shows From Amazon Customers · · Score: 4, Insightful

    And yet you see many slashdotters practically bending over backwards trying to get DRM integrated into html nowadays... The stuff in this story is exactly what it will get you.

  7. Re:So what? on Japan Aims To Win Exascale Race · · Score: 2

    This is precisely the type of dick waving we should have between nations. It is pretty much harmless, unlike war, and at the end of the day everyone, not just the one nation that "wins", will benefit from the technology that comes out of it.

  8. Re:Breaking the chains on How Munich Abandoned Microsoft for Open Source · · Score: 5, Insightful

    You are entirely missing the point. You do not have the Windows source (sure, SOME people can get this, most cannot), and even if you did have it you wouldn't be able to build or distribute it. You are entirely at Microsoft's whim, and they are legally bound to comply with the US government. You seem to think a complex black box built by people at the governments whims, without any ability to fix the internals if something is wrong is somehow more secure than a complex transparent box that allows you to fix the internals.

  9. Re:Breaking the chains on How Munich Abandoned Microsoft for Open Source · · Score: 2

    The difference is that you have the Freedom to find and fix any flaws in Linux.

  10. Re:brace yourselves on Brazil Announces Secure Email To Counter US Spying · · Score: 2

    Consider if a hacker was breaking into a corporation's systems, monitoring all their data, storing every communication they made and breaking their encryption. And then, the company found out about it and identified the hacker. What do you think would happen to that hacker in our modern court systems? Would the excuse "Oh they should have secured things better!" work and let the hacker off the hook, or would the DoJ pursue ridiculous fines and a life sentence? I am willing to bet the latter. So why does the US government get a free pass here? They are essentially hacking everyone on the planet, they should have the same ridiculous charges placed on them that the CFAA & Holder has brought up on "hackers".

    And don't give me that bullshit "It is ok, since they are the government." excuse. IMO, the surest sign of a failing government is when they start picking and choosing which laws apply, because the laws have grown so out of control and ridiculous that they are incompatible with each other. That is exactly what is happening right now.

  11. Re:Government waste on Boston Dynamics Wildcat Can Gallop — No Strings Attached · · Score: 1

    Yeah I don't know why so many people seem confused about the purpose of this thing. It is a prototype killing platform. Replace the gas engine with a small nuclear reactor, strap on a machine gun with automated targeting software, and you have a quick manueverable discreet death machine that obeys any order it recieves. And if it falls into the wrong hands, you say? What of the nuclear material then? That's the bueaty of it, it doubles as a dirty bomb.

  12. Re:Sure, to lower paying jobs on The Luddites Are Almost Always Wrong: Why Tech Doesn't Kill Jobs · · Score: 4, Interesting

    Until video teaching replaces teachers because of the budget deficits.

    Current reality is even more frightening. The education book publishers and tech companies are already pushing iPads, digital books, digital exercises, digital quizes, and digital tests on students. This is *already* happening in many states, California being perhaps the biggest example. You have schools beholden to these entrenched tech companies and publishers (although, I guess that is nothing new), and those companies are pushing automated teaching tools to the nation's children in public schools.

    If this process ever reaches critical mass, schools will no longer have teachers, and corporations will have complete control over education. Just picture it, a student has trouble with a problem, they tap the help button on the iPad, and then a Pearson rep comes up in video chat. Ugh. And then that job will be outsourced. Critical thinking's fossilized remains will be found years later by whatever out evolves us.

  13. Re:Missing the big picture on Tim Berners-Lee, W3C Approve Work On DRM For HTML 5.1 · · Score: 2

    That baseline protection is essentially no protection at all. The site owners (Netflix for example) are not obligated to support this baseline protection either, so if you visit Netflix and your browser only supports this open source baseline encryption, you will see nothing. You should just pretend this part of the standard doesn't exist, it is completely meaningless.

  14. Re:Linus Torvalds on NVIDIA Begins Releasing Documentation For Nouveau · · Score: 3, Informative

    Sort of. The userspace interface is the ABI that linux keeps constant. Basically all the syscalls, ioctls, and Linus even likes to include the nuances of how they operate as part of the ABI. This is the stuff that must not change, and it does a pretty good job at keeping it constant. Supposedly apps compiled to target the 1.0 kernel can still run just fine on the latest kernel, provided the libraries it links to also maintained good ABI stability.

    The ABI breakage that occurs happens with in kernel functions themselves. These are things that are not considered standardized API functions or syscalls that should be accessed by userspace. But, in order to produce closed source drivers for Linux, companies like NVIDIA will need to link to these functions. Linking to these is of course a violation of the GPL, though, so NVIDIA gets around it by writing an open source shim that gets compiled when the driver is installed, which then connects to their more proprietary parts. One of the points of the GPL and allowed in kernel ABI breakage is to make it more difficult for people to keep their drivers closed source and outside the kernel.

  15. Re:Ah, Fedora on Fedora Project Turns 10 · · Score: 1

    Ah sorry to hear that, hope you enjoy Mint at least! Also, gentoo is ridiculously good at packaging KDE, pretty stable even if you use stable packages, but that distro is a bit of a... committment...

  16. Re:Ah, Fedora on Fedora Project Turns 10 · · Score: 3, Interesting

    I pretty much have had the opposite experience... I decided to try fedora out on my main machine after 19 came out and I was pretty impressed. It never fails to boot, no app crashes, everything is stable and fast. Upgrades have been installing just fine too, I was getting tired of the hastle of maintaining Gentoo, and Ubuntu has given me kernel oopses stalling the entire boot process since it is so slow to upgrade the kernel.

    Ah, actually I just remembered I DID have a failed boot, last week too. That was when fedora upgraded to 3.11... basically, the nvidia driver is incompatible at the moment. Any chance you are using the blob drivers? And yeah I guess this makes my previous statements seem a little silly... (I do kind of consider it an nvidia problem though, as you can't get the blob driver from official fedora repos).

  17. Re:Scripts; copy deterrence; cheating on Valve Announces Linux-Based SteamOS · · Score: 1

    A lot of "assets" include scripts for NPCs and set pieces and the like. Are those code or art?

    I would say that they are code, since they rather directly affect the running software, but it is up for debate. It is akin to JavaScript really. Anyway, the scripts would be pretty easily accessible to any owner of the game anyway, since they would need to be on the filesystem.

    And besides, how would one discourage mass unauthorized copying and sharing of the assets if said assets are accessible to a piece of free software running on a computer that the user controls?

    It is already trivial to copy game assets, just go to the pirate bay. At some point you need to just stop worrying about "Who might be stealing my game?!", or it will just drive you mad. If the product is good enough, and convenient enough to purchase, odds are people will buy it.

    Is the fact that the player can't see around concealment a "bug"? In online multiplayer, making other players' concealment ineffective would give a player an unfair advantage.

    Well that is a tough one, it certainly is easier cheat in a game you have the source to. But it is also quite possible to cheat in a game that you do not have the source to. People have been hacking games and reading player locations directly out of memory for well over a decade now, and it just creates a cat and mouse game between the developer and potential hackers. Access to the source could allow players themselves to attempt to come up with clever solutions to cheats, you could rely on dedicated servers (though those would not be immune to cheaters either), or something else. I really cannot answer this one with anything other than "There will always be cheaters."

    I just want to reiterate too, that I think closed source games are totally fine in the free software ecosystem. I just think that open source engines provide more benefits to the users.

  18. Re:This is straight from Microsoft's playbook on Valve Announces Linux-Based SteamOS · · Score: 4, Informative

    Personally, I don't see the problem with that. Stallman's main argument for libre software was that it allows you to know and control functional processes on your computer (software). Making the engine itself but not the art assets available in source form accomplishes that. You can study it, modify it, and fix bugs that crop up. Furthermore, I seem to recall him regarding games as art, and he does not consider artistic software as functional processes required to get things done on your computer, thus there is no worries about them not being libre software.

    Certainly it would be nice if more games were open source; there are numerous consumer benefits to it, but it is not that big of a deal.

  19. Re: Unless im misunderstanding on Valve Announces Linux-Based SteamOS · · Score: 1

    From what I can tell, I'd say it is more of an interim compromise. Ideally, they would have the entire existing steam library running on SteamOS. But obviously they can't do that, since many companies simply do not wish to go through the hassle of porting their old code to a new OS. So, streaming from a Windows box allows them to support the entire existing steam library as more games are ported and created for SteamOS. Also, I am guessing they will do some sort of input passthrough, so your steambox will process the input, stream it to the Windows box, and then stream the video and audio back to the steambox. This should allow you to put the Windows box anywhere you please, out of sight.

    All in all, it sounds like a neat idea, hopefully they can keep input and output delays from the streaming box low though, otherwise some of the more hardcore gamers might get annoyed with it. But again, this seems like more of a middle ground compromise to please people with existing libraries, they even mention announcements of upcoming AAA games for SteamOS in the next few weeks in the link.

  20. World Controllers taking action on Canadian Scientists Protest Political Sandbagging of Evidence-Based Policy · · Score: 1

    But we can't allow science to undo its own good work. That's why we so carefully limit the scope of its researches--that's why I almost got sent to an island. We don't allow it to deal with any but the most immediate problems of the moment. All other enquiries are most sedulously discouraged.

    Brave New World

  21. cgroups? on New Operating System Seeks To Replace Linux In the Cloud · · Score: 1

    Couldn't you get the same effect by running multiple processes in different cgroups? Sounds like that is really all this is, since the host OS is probably still linux...

  22. Re:Coming Soon on Robots Join Final Assembly Line At US Auto Plant · · Score: 1

    Quite a few people really don't care that much about the quality of food, just that it exists and is somewhat tasty. Just look at the popularity of fast food chains for example. Quite a bit of this fast food based cooking is very simple and standardized, and could very well be automated in 5-10 years, especially when fast food workers are going on strike and demanding increased wages.

    So what then? I have no doubt quality restraunts will still exist and that the wealthier people will continue using them, but we are absolutely approaching the point where more and more can be automated. Hell, I remember a slashdot article earlier this year where a guy was opening a restraunt staffed entirely by robots.

    The real issue is that a lot of jobs today are already completely pointless things designed to keep people occupied. Think investors, bankers, accountants, insurance agents, call centers and the like. This field of people doing nothing of any real value will just grow more as automation pushes people out of jobs (and most of these jobs can and are being automated already).

    And quite possibly, it will get to the point where thought itself is automated. But that won't be for decades. Nevertheless, you can see the sparks of this in things like Watson. I have no idea how humanity will possibly cope with that situation though, personally I think it will end in disaster.

  23. Re:Eggs, Basket on SSD Failure Temporarily Halts Linux 3.12 Kernel Work · · Score: 1

    I seem to recall him saying that Greg Kroah-Hartman already does pretty much everything he does, and could take over at any time if he were unable to continue.

  24. Re:I have a Surface Pro on Surface Pro 2 and Surface 2: Now With New Kickstand! · · Score: 1

    Netbooks costed (and still do, if you search for them) ~$250. Surface Pro launched at $1000. I am not going to spend an additional $750 when a crappy notebook already offers all the funcionality I need. The surface pro is certainly better in a lot of areas, better screen, digitizer, but worse in others (battery). All in all... very few people need, want, or care about these extra features. They will go with the $750 cheaper laptop. I don't think anyone would be bashing them so hard if they just made a few of these and marketed them specifically to professionals who can actually use them, and doubled down on cheaper laptops and tablets or something. Instead they spent billions on silly ads of people snapping the keyboard in, massively overproduced units, and offered a product barely better than what existed years ago.

  25. Re:How much RAM? on Tiny $45 Cubic Mini-PC Supports Android and Linux · · Score: 2

    It is interesting and I like to be able to play around with new tech. The codel qdisc is only available in fairly new kernels... was introduced in 3.5 I think. Most custom firmwares use rather old kernels and you have little control over the actual software versions. I also use an ath9k adapter with hostapd, it is hard to find routers with 450Mbs support in linux. Also, I can use it as a samba host, torrent host, plus the fedora builds use hardening techniques and it has selinux enabled by default. Plenty of other stuff I could do too if I wanted, like set it up as a RDP server, and it wouldn't bog the computer down too bad since it has an actual processor.

    Its basically just an interesting expiriment I wanted to try, and it works rather well.