Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Synology (Score 1) 414

I use to have your problem. Then I went out and bought a Synology 211 NAS. I love it. It has a fantastic interface (DSM 4.0). It is set up for Raid 1 at the moment with mirroring. I have had integrity issues with my drives where I had to rebuild one of the drives. Other than that, I love the peace of mind I now have. Plus it is so compact... check it out.
Media

US To Host World Press Freedom Day 614

rekrowyalp writes "From the press release: 'The United States is pleased to announce that it will host UNESCO's World Press Freedom Day event in 2011. The United States places technology and innovation at the forefront of its diplomatic and development efforts. New media has empowered citizens around the world to report on their circumstances, express opinions on world events, and exchange information in environments sometimes hostile to such exercises of individuals' right to freedom of expression. At the same time, we are concerned about the determination of some governments to censor and silence individuals, and to restrict the free flow of information.' Oh the irony."
Networking

Level 3 Shaken Down By Comcast Over Video Streaming 548

An anonymous reader writes "It looks like the gloves are really coming off; Level 3 Communications had to pony up an undisclosed amount of cash to keep Netflix streaming to Comcast customers. Perhaps now the FCC might actually do something to ensure that the internet remains open. Level 3's Chief Legal Officer, Thomas Stortz, said: 'Level 3 believes Comcast's current position violates the spirit and letter of the FCC's proposed Internet Policy principles and other regulations and statutes, as well as Comcast's previous public statements about favoring an open Internet. While the network neutrality debate in Washington has focused on what actions a broadband access provider might take to filter, prioritize or manage content requested by its subscribers, Comcast's decision goes well beyond this. With this action, Comcast is preventing competing content from ever being delivered to Comcast's subscribers at all, unless Comcast's unilaterally-determined toll is paid — even though Comcast's subscribers requested the content. With this action, Comcast demonstrates the risk of a 'closed' Internet, where a retail broadband Internet access provider decides whether and how their subscribers interact with content.'"
Canada

Canada To Mandate ISP Deep Packet Inspection 313

An anonymous reader writes "The Canadian government has proposed new legislation that would require ISPs to install deep-packet inspection capabilities. The proposal includes a laundry list of surveillance requirements, police review of ISP employees and technologies, and the mandated disclosure of a broad range of subscriber information without any court oversight."

Comment SaaS will suffer for this (Score 1) 261

The problem with what has been alleged is that it now gives more ammunition to those against SaaS over the web. On the other hand, it makes it all the more important that these companies be forced to use SSL for login sessions.

On a side note, this sounds way too stupid to have actually occurred. If Mark actually did these things, I feel much more confident in my own intelligence (in comparison to his own, and what I previously thought of it).

Comment Go innovates programming practice, not theory (Score 1) 434

"Go is not meant to innovate programming theory. It's meant to innovate programming practice."

I have done a lot of reading about Golang and have followed the community since its launch. The people involved are great, and the language is extremely straight-forward. I would put it up against any other language as a first-learned programming language. Golang is a "patterns" based language -- like javascript. This makes it EXTREMELY flexible. It is, however, very different from non-pattern based languages, such as C/C++, ruby, python, etc. Perhaps one of the reasons I have great appreciation for it is because I fell in love with javascript (the good parts), after watching the videos at: http://stackoverflow.com/questions/110371/what-javascript-tutorials-on-the-web-would-you-recommend/111177#111177

I see a lot of potential for this language. I have recently been really impressed by javascript, as a completely different approach to programming thanks to closures (I'm coming from C/C++ & Python). I think golang is everything that made javascript a huge leap forward in programming methods back in the 90s, nothing that makes it bad, and add a great multi-threading layer on top of that.

While the libraries are still lacking, that says nothing about the language itself. Libraries come over time. Though, I must say that the base libraries that the language was launched with provide enough for people to do some great stuff.

Comment Balancing is VERY hard (Score 1) 480

I would say it is because balancing a game as complex as ones with classes + skills is a order of magnitude greater than doing the same for a level based system. These days, with companies wanting a quicker release in order to profit from the game sooner, it is very difficult to get the funding to develop a skills based game. I say skills based, but usually those include a lot of other aspects of UO like housing and such.

Comment Merrit of final work vs process to get there (Score 1) 449

Please stop following the outdated property rights model. We have the tools and technology to start the shift towards the Chicago school's economic model to intellectual property.

Society needs a re-focusing of the driver for innovation. People should still be paid for their work, however, it should not be a pay-per-use model of intellectual property. There is a good example of this in Canada with the CD tax. When you purchase the recordable media you pay a tax that goes to artists for their work. In exchange you acquire the right to make copies of your music CDs. This is a good beginning, but there is no desire to develop it as it would take the power away from the publishers, and give it back to the artists. Publishers would no longer be the middle man that has made them so rich. Intellectual property laws are no longer appropriate for the new creative landscape. However, they don't need to change, they need to be completely removed and re-thought from scratch. Existing laws and any potential changes will never succeed in what people imagine they exist to achieve: artistic freedom through compensation for efforts expended.

The emphasis of intellectual property rights are on the individual and on the "I made it" or "I invented it". The whole founding principle behind copyright was in-fact to give authors the right to control who publishes their book. It was a direct attack on the way too powerful publishing industry at the time (see context of Statute of Anne UK).

Since that time there has also been the issue of attribution. This was mostly due to the fact that you needed to attribute the work in order to claim copyright and thereby control the work (see publisher battle in previous paragraph).

Lastly, there has been an element of profit introduced, more so recently, but also in the past. Don't forget that before there was the global market place and the invention of the printers people earned their living (or death in the case of Aristotle), through recognition for their works. These days people are no longer making a "living", but rather making their fortunes via the same. Now, there is nothing wrong with this. However, when it becomes the driving force as opposed to contributing to the story of humanity, then there is a problem. This is the great shift that intellectual property laws embrace and were engineered to contribute to from the beginning (accidentally or not).

These days there has been a re-emergence of publishers as an enemy to the artist, and there is a great need for a new "Statute of Anne" to address this. Creators need to start concentrating on the contribution to the humanity, rather than getting bogged down in who should gets a cut. It is only when this shift occurs will humanity be able to shed their shackles of intellectual mediocrity. It is only when there is less concern for profits and more for intangible value added to society will we see some great innovation.

Learn about the Chicago economic theory regarding intellectual property rights.

Comment Laptop + digital camera = note taking bliss (Score 1) 569

During my architecture / engineering classes days, I found the winning combination was Laptop + digital camera.

Towards the end of the year, everyone in class had a camera, and the profs would actually play along and ask if everyone has finished taking a picture before erasing the board.

The above was WAY better than any pen and paper. This is because the professor would often make mistakes as they draw and would erase parts. In addition, they would use multiple colours to make the image communicate more information. Impossible to capture this without a digital camera.

Today: I would do Ipad + digital camera for any class... I would just dump the camera pictures into a folder labeled for that lecture along with my .odf / .doc / what-ever text format.

Works great!

Comment Lim (Apple - Microsoft) = 1 (Score 1) 441

I have been an apple user and STRONG proponent since the 6400 days. Though, these days I am no longer a proponent, simply a happy user of the hardware I purchased previously. However, even this is changing, as with every update to the OS, more and more of the sky is being blocked out with the OS becoming more and more closed. This seems like a direct attack at the heart of *nix, which has been the poster-child of openness (Linux/BSD). Microsoft is already on life-support, but the family is selfish and unwilling to let go, and simply pull the plug. Apple seems to be racing with great zeal for the same fate.

The way apple has been making their system more and more closed (ever since they closed-sourced the OSX kernel), has been a steady decline into a place where apple will no longer be the "Alternative".

It seems they are terrified of the prospect of losing their main revenue stream: hardware. However, they changed their business model ever since the old iMac (colored) came out. Where they are no longer just hardware, they are a user experience. On the other hand, they still seem to be terrified of the prospect of a repeat of what happened in the early 90s when they opened their hardware to other non-apple producers and almost went out of business due to cheaper supply of apple hardware from non-apple producers. Sadly, they don't want to accept the new business model as being a solution to this problem. It seems as though they have one leg in the past and one racing for the future. If they don't be careful, this may rip their company apart.

To Apple:
Openness != lower profits. However, openness is the future, I think this is an established business reality at this point. Stop waging war on this, you will lose, and we the people WILL win in the end. So while you may win a few battles with release of some neat things (iPad), you will lose the war, because those you depend on most dearly will abandon you...and they are not the consumer, as you may think... this will begin with the fall of your King. Who has lost his path, perhaps even led astray by those advisors he trusts most. Because they know he is short on time. They know there will be strife. So they are trying to shut all the exits from the outside, so those inside will have no way out. The momentum in the wrong direction is so great at this point, that sadly, there is very little chance the company will be able to stear clear of the rocks ahead.

"Here lays the broken spirit of Apple - April 1, 1976 - January 27, 201X"

Comment Breach of partner fiduciary duty & copyright.. (Score 2, Interesting) 91

After a quick read through part of the document linked to, it sounds like this was a partnership as per the law (if you act and give the impression that you are partners, under the law, you are to those parties who you created the impression to). So there would be breach of fiduciary duty on Fusion Garage's part... This looks like a lawyer's wet dream in some respects... Though it will be interesting how the lawyers will play this...

Also...what is TC trying to get out of this? All they will likely get is an injunction (maybe interlocutory--thereby preventing sale of the Joojoo in the US before it even launches). There DOES seem to be some copyright involved (design of the tablet), as the copyright on the software is apparantly owned by Fusion Garage.

Interesting...

Comment Use this as a call to arms, not start of revolt (Score 0) 838

Iranians are not organized (the people), you cannot expect to achieve anything until you get organized. Start building groups, decentralized cells that operate on their own without a centralized leadership. Read and learn! Most of the Iranian supporters of Mousavi are intelligent, that is your weapon. Learn about tactics, sabotage, etc., and gather supplies you will need. You cannot gather in groups and attack the police using the police's own tactics of large-scale street battles. You need insurgency, and sabotage. You are intelligent Iranians, you can get into employment and infiltrate agencies that no other Iranian can. The only way a government can be brought down is with an insurgency from within. Look at the Soviet collapse for an idea of how this is done. Most importantly, build international support, you cannot do this on your own. There are many organizations that would support a move towards democracy with supplies and money. Without the above, you cannot achieve anything except suffering for those who would most likely be wanting to help the cause.

Slashdot Top Deals

"The four building blocks of the universe are fire, water, gravel and vinyl." -- Dave Barry

Working...