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

 



Forgot your password?
typodupeerror
×

Comment undelete (Score 1) 765

Happily for the dev, software like that only deletes the files in the partition information, meaning it is possible to recover the data in most cases using some undelete programs. (stuff like https://www.easeus.com/data-re... ) I recommend you use the computer the least possible before recovering the files, as windows might overwrite them if used.

Comment separate platform (Score 1) 2

I had just the same issue a few months ago... I ended up starting coding a platform running on a linux "appliance". The files I upload in this appliance are crypted, splitted and stored on an array of cloud drives... the map to reconstruct the files being stored in a db or in a script. This method also allows deduplication of data... working a bit like raid. In this way, not only do cloud services not access to the metadata, but if one host gets "problems" (ie megaupload), then I still have some copies of all parts somewhere else.

Submission + - Is Google Chrome Browser backdoored by extensions?

blackest_k writes: I've been playing around with html5 and javascript and put up a couple of pages on my webhost while using chrome on osx i had a strange tab open saying chrome was out of date and offering to let me download an updated version "setup.exe" the page was on an info site. So i asked myself why did that open? and I made a curious discovery. when i viewed my page source it was as i wrote it. A simple page to play a mp4 video with html5. however when i chose to download the page as webpage complete i found an extra js file app.js also the page header had this line added.

script type="text/javascript" src="./End Credits_files/app.js">script type="text/javascript" src="http://www.youradexchange.com/ad/display.php?r=32796">link rel="stylesheet" type="text/css" href="chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/skin/socialwidgets.css"> The extension part directed me to privacy badger. uninstalling the privacybadger extension resulted in

script type="text/javascript" src="./End Credits-b_files/app.js">script type="text/javascript" src="http://www.youradexchange.com/ad/display.php?r=32796">/script>/head> So that had removed part of the problem but not the part that was trying to get me to download (presumably malware). I tried the same exercise in linux and got the same result in google chrome. however in firefox my page was as I had written it. there was no app.js in the complete webpage or on my server. Anyway this seems to be an issue from google chrome or an extension. Has anyone any light to shine on this issue? I wouldn't normally post an ask slashdot but as this appears to be modifying normal web pages i'm quite concerned.

Submission + - After criticizing it, Cisco joins Open Compute (networkworld.com)

alphadogg writes: Cisco has joined the Open Compute Project, a Facebook-driven effort to develop open source servers and switches, 16 months after criticizing it. At that time, Cisco CEO John Chambers said OCP has “weaknesses” that Cisco can exploit. Chambers said efforts like Facebook’s to commoditize and wring cost out of hardware purchases will open up opportunities for Cisco to provide solutions that are better tailored to specific customer needs.

Submission + - Android 5.0 Makes SD Cards Great Again (androidpolice.com)

An anonymous reader writes: Over the past couple of years, Google has implemented some changes to how Android handles SD cards that aren't very beneficial to users or developers. After listening to many rounds of complaints, this seems to have changed in Android 5.0 Lollipop. Google's Jeff Sharkey wrote, "[I]n Lollipop we added the new ACTION_OPEN_DOCUMENT_TREE intent. Apps can launch this intent to pick and return a directory from any supported DocumentProvider, including any of the shared storage supported by the device. Apps can then create, update, and delete files and directories anywhere under the picked tree without any additional user interaction. Just like the other document intents, apps can persist this access across reboots." Android Police adds, "All put together, this should be enough to alleviate most of the stress related to SD cards after the release of KitKat. Power users will no longer have to deal with crippled file managers, media apps will have convenient access to everything they should regardless of storage location, and developers won't have to rely on messy hacks to work around the restrictions."

Submission + - CBI NTNU (yourextreme.no)

jupiter126 writes: Born on the 14th of September at CERN, CBI NTNU is an awesome group of students dedicated to solve the problems that no one else can manage. We are a collaboration of students from several disiplines at NTNU, which gives us the advantages that is needed to succeed. We aim to push on forward and bridge the gap between science and society. We will give you the solutions of tomorrow, today. No matter how hard the task is, no matter how tired we are, one thing is for certain......we will succeed! Please check the webpage!

Dear slashdotters, we need your help, as enough likes of the page will unlock university grants for our projects! — thanks for slahsdotting our page ;p

Submission + - Chinese State Media Declares iPhone A Threat To National Security (hothardware.com)

MojoKid writes: When NSA whistleblower Edward Snowden came forth last year with US government spying secrets, it didn't take long to realize that some of the information revealed could bring on serious repercussions — not just for the US government, but also for US-based companies. The latest to feel the hit? None other than Apple, and in a region the company has been working hard to increase market share: China. China, via state media, has today declared that Apple's iPhone is a threat to national security — all because of its thorough tracking capabilities. It has the ability to keep track of user locations, and to the country, this could potentially reveal "state secrets" somehow. It's being noted that the iPhone will continue to track the user to some extent even if the overall feature is disabled. China's iPhone ousting comes hot on the heels of Russia's industry and trade deeming AMD and Intel processors to be untrustworthy. The nation will instead be building its own ARM-based "Baikal" processor.

Comment Expect a new internet by 2020! (Score 1) 305

With net neutrality, piracy and privacy issues... we should indeed expect a "new" internet by 2020.

IPv6 will be the rule of law of course, for one base reason:
IPV4 can not support the growth in emerging markets

and two (interconnected) reasons
- it allows more consumers to connect with more devices
- it allows better tracking - which is a crucial pillar of today's internet sponsorship

Finally, it is the only "partially working" solution today, commercial routers support it, and there is no other protocol that meet today's need and is implemented in most vendors next gen solutions: it has already been tested and accepted by the network's core infrastructure suppliers.

Of course, some custom industrial solutions might need more time to be replaced, but "on the shelf" solutions will be IPV6 before 2020!

SO YES... IPv6 will be mostly integrated (for consumers) before 2020...
In corporations, IPV4 will remain a compatibility issue for a long time, in a similar way that system admins still have to deal with coax cables and VAX or SPARC systems today.

Submission + - iOS Apps on Android (natively!)

Schranz writes: Columbia University PhD students managed to run iOS apps natively on Android:
http://systems.cs.columbia.edu...
They built a compatibility layer (iOS-"kernel" XNU is open source) on top of Androids kernel that lets you run unmodified (no legal issues) iOS libraries and therefore iOS apps.
Apps have only little overhead, it's pretty efficient.
Paper was released in march '14 and it didn't get the attention it deserves.

Slashdot Top Deals

Life is a whim of several billion cells to be you for a while.

Working...