Posts

Jailbreak iOS 7, 7.1, 7.0.4, 7.0.3, 6.1.3, 6.1.4 iPhone 5, 4S, 4: novità questa settimana. Facciamo il punto situazione

Apple ha reso disponibile per gli sviluppatori la prima versione beta di iOS 7.1. Il Governo USA potrebbe complicare la vita agli hacker che lavorano al jailbreak del sistema operativo mobile. In settimana,  Apple  ha avviato la distribuzione di  iOS 7.1 beta 1 . L’aggiornamento è disponibile per il download e l’installazione per gli iscritti al  Dev Center . La più recente iterazione di  iOS 7  data in pasto agli utenti di iPhone  è  iOS 7.0.4 . Si tratta del terzo aggiornamento software distribuito da Apple per  iPhone 5, iPhone 5S e iPhone 4 , e del quarto per  iPhone 5S e iPhone 5C . Oltre ad  iOS 7.0.2 ,  iOS 7.0.3  e  iOS 7.0.4 , infatti, gli utenti dei modelli di  iPhone  di nuova generazione hanno ricevuto anche  iOS 7.0.1 . La settimana che giunge al termine ha portato con sé anche un  documento segreto  diffuso online da  Wikileaks . Si tratta della bozza del trattato  Tran...

Il Nexus 7 2013 riceve la certificazione Bluetooth con Android 4.4 KitKat

Image
Il Nexus 7 2013 riceve la certificazione Bluetooth con Android 4.4 KitKat Dopo il Nexus 4 , è il turno del  Nexus 7 2013 . Il tablet è, infatti, appena stato avvistato presso l’ente  Bluetooth SIG dove ha ricevuto nuovamente la certificazione Bluetooth. Tramite il documento dell’ente visibile sul sito, veniamo a conoscenza che a bordo del tablet è installata la  build KRT14B , la quale appartiene ovviamente all’imminente prossima versione di Android, vale a dire 4.4 KitKat. Ciò rafforza ancora di più l’ipotesi che la nuova versione di Android introdurrà delle  novità anche per quanto riguarda il Bluetooth , dato che sia il Nexus 4 che il Nexus 7 2013 hanno ricevuto nuovamente la certificazione presso l’ente SIG, anche se ovviamente per il momento non sappiamo di che novità si tratta. Sembra davvero tutto  ormai pronto , sia per il lancio del Nexus 5 che per il rilascio di Android 4.4 KitKat, e  la serata di oggi potrebbe già riservarci qualche novità ,...
Image
Come previsto Apple rilascia la versione iOS 7.0.3 che contiene miglioramenti e correzioni di bug. Per proteggere i propri clienti, Apple non divulga, illustra o conferma alcun problema relativo alla sicurezza prima di aver eseguito un'indagine approfondita e messo a disposizione le correzioni o gli aggiornamenti necessari: ● Aggiunge iCloud portachiavi per tenere traccia dei vostri nomi di account , password e numeri di carte di credito su tutti i tuoi dispositivi approvati   ● Aggiunge Password Generator,così Safari può suggerire uniche e difficili da indovinare le password per gli account online   ● Aggiornamenti blocco dello schermo per ritardare visualizzazione di "slide to unlock" quando tocco ID è in uso   ● Aggiunge torna la possibilità di cercare sul web e Wikipedia di ricerca Spotlight   ● Risolve un problema in cui iMessage non è riuscito a inviare per alcuni utenti   ● Correzione di un bug che poteva impedire di attivare iMessage   ● Miglio...

Parallel programming in R

Personal computers become more and more efficient. They are mostly equipped with multi-core processors. At the same time, most of the data mining tools, free or not, are often based on single-threaded calculations. Only one core is used during calculations, while others remain inactive. Previously, we have introduced two multithreaded variants of linear discriminant analysis in Sipina 3.10 and 3.11 . During the analysis that allowed me to develop the solutions introduced in Sipina, I had much studied parallelization mechanisms available in other Data Mining Tools. They are rather scarce. I noted that highly sophisticated strategies are proposed for the R software. These are often environments that enable to develop programs for multi-core processors machines, multiprocessor machines, and even for computer cluster. I studied in particular the "parallel" package which is itself derived from 'snow' and 'multicore' packages. Let us be quite clear. The library can...

Load balanced multithreading for LDA

In a previous paper , we described a multithreading strategy for the linear discriminant analysis . The aim was to take advantage of the multicore processors of the recent computers. We noted that for the same memory occupation than the standard implementation, we can decrease dramatically the computation time according to the dataset characteristics. The solution however had two drawbacks: the number of cores used was dependent on the number of classes K of the dataset; the load of the cores depended on classes’ distributions. For instance, for one of dataset with K = 2 highly unbalanced classes, the gain was negligible compared to the single-threaded version. In this paper, we present a new approach for the multithreaded implementation of the linear discriminant analysis, available in Sipina 3.11. It allows to overcome the two bottlenecks of the previous version. The capacity of the machine is fully used. More interesting, the number of used threads (cores) becomes customizable, allo...

Tanagra - Version 1.4.49

Some enhancements regarding factor analysis approaches (PCA - principal component analysis, MCA - multiple correspondence analysis, CA - correspondence analysis, FDMA - factorial analysis of mixed data) have been incorporated. In particular, outputs have been completed. The VARIMAX rotation has been improved. Thanks to Frédéric Glausinger for optimized source code. The Benzecri correction is added in the MCA outputs. Thanks to Bernard Choffat for this suggestion. Download page : setup

Sipina - Version 3.11

A new multithreaded version of linear discriminant analysis is added to Sipina 3.11. Compared to the previous, it presents two assets: (1) it is able to use all the resources available on the machines with multi-core processors or multiprocessor; (2) the load balancing is better . It requires however more amount of memory, the internal structures of calculation are duplicated M times (M is the number of threads). A tutorial will come to compare the behavior of this approach with the previous version and the single-threaded implementation. Keywords : linear discriminant analysis, multihreaded implementation, multithread Sipina website : Sipina Download : Setup file