... LA SOLITA TRUFFA LEGALIZZATA .....

Ebbene si in Italia le truffe sono legalizzate, non ultima questa bellissima truffa che vi segnalo in quanto ritengo essere pericolosa soprattutto per anziani e bacucchi. Ci sono in giro due castori OGM, magri, ambigui, in tutine attillate rosso fiamma, un incrocio tra la Carrà e Japino, che fanno la pubblicità a un numero magico: l'892892. Un servizio che replica il vecchio numero 12 della Telecom Italia (rappresentato da un pensionato in panchina), per le informazioni sugli elenchi telefonici. Per conoscere un numero telefonico si chiama l'892892 ( www.892892.it) e si paga, ma quanto si paga? Nel caso migliore, dal telefono di casa, 0,12 euro di scatto alla risposta e 0,03 euro al secondo. Cinque minuti per ottenere un numero di telefono costano 0,12 + (0,03 x 300 secondi), quindi 9,12 euro. Per un'ora di conversazione paghi 108 euro. Belin! Ma chi ha autorizzato queste tariffe? In Italia chiunque può fare i prezzi che vuole? E poi quale società fornisce questo servizio? La solita casalinga di Voghera, dopo aver visto i castoroni e le bande rosse orizzontali sul sito, risponderebbe Telecom Italia. Sbagliato! Il proprietario è la società internazionale InfoNXX, ma il dominio www.892892.it è intestato a: "Il Numero Italia srl (società a responsabilità limitata)". Comunque, se proprio volete delle informazioni sugli elenchi, non telefonate, ma usate i siti gratuiti in Rete. Attenzione : il numero 892892 NON E’ TELECOM ma di un gruppo americano (infoxx ) che opera anche in altri Paesi. Le informazioni pervenute NON hanno mai parlato di Telecom, ma NON HANNO mai specificato di NON ESSERE Telecom. Il servizio di Telecom è 1254. ANCHE QUEST’ULTIMO A PAGAMENTO!! ...

September 7, 2005 · 2 min · 284 words ·  Yoghi

Netcraft Toolbar

Ecco qui una interessante toolbar per il nostra caro amico firefox, sentito mai parlare di Phishing? ossia l’arte di nascondere dietro un link un fake che replica in tutto e per tutto la pagina originale tranne per il fatto che le informazioni che vi digiterete andranno a terzi e non al vero destinatario. Per combattere questo Netcraft ha creato questa utile toolbar! Installarla è facile basta andare nella pagina principale e seguire passo dopo passo le istruzioni. ...

September 5, 2005 · 1 min · 77 words ·  Yoghi

Complimenti

Complimenti al nostro amico che si è laureato in Ingegneria, siamo tutti felici per lui e la sua famiglia che si preoccupava che fosse uno di quelli casi che un giorno scoppiava di rabbia, veniva in casa con l’arco e ammazava tutti, però ha fatto vedere e si e fatto valere!!! In bocca lupo Stè!!!

Web architecture and jspArt

These several weeks have been rather fast paced. Even though I can’t dedicate enough time on my project I’ve developed some thoughts on it. I still like my filter based controller, what I think I did wrong is that at the current moment I use my DAO’s directly in the Actions. This is fundamentally wrong even though it gets the work done and is ok for this first phase of development. I intend to wrap these things in the Managers and stop using DAO’s and DAO factories directly in that layer. Next change I plan to implement is a validation framework. I would like to use the annotations in the Java5 platform to acomplish this. Spring and OR via Hibernate comes right after :)

Top Ten OWASP

Cosa è OWASP? Il progetto Open Web Application Security Project (OWASP) è stato creato per aiutare le aziende e le organizzazioni a capire e migliorare la sicurezza delle loro applicazioni e dei servizi web. La Top Ten è stata creata per focalizzare l?attenzione verso le vulnerabilità più critiche. La sicurezza delle applicazioni web è diventata un argomento fondamentale dal momento che moltissime aziende cercano di rendere disponibili in rete un numero sempre più crescente di contenuti e servizi. Nello stesso tempo, gli hacker hanno rivolto l?attenzione verso gli errori di sviluppo comunemente inseriti dagli sviluppatori. Vediamo insieme questa lista : ...

July 11, 2005 · 3 min · 573 words ·  Yoghi

Learning new tricks

Well, this last week was rather demanding, we still worked quite hard (surpassing the 50 weekly hours recommended by XP practices) and we are progressing nicely. Our development platform, for the moment, is based on eclipse loaded with some good plugins, subversion (really great versioning server), trac (a sort of bugzilla but more project managment and wiki oriented), and cruisecontrol (having troubles getting it compiled on gentoo but you can get the official jar). As far as the eclipse plugins are concerned I will name only a few, subclipse, SpringIde, eclipse-wtp 0.5, and some for modelling uml diagrams. Yesterday we had a really nice session working with the spring framework. It’s based on the IoC and Dependency Injection design patterns and gives your application a lightweight container that’s easily extendable. For instance, your code want’s to do database access right? Well, if you write a server side code, you’ll use JNDI to get the connection from the application container (ex. Tomcat). Now your code is expecting that there will be a JNDI resource and that means that you’ll have to test it on the server or you’ll have to add more code so you’re ending up with a bigger project that’s even more difficult to mantain. Here comes spring. You use it as a lightweight container and to associate references through it’s factories using a consistent model. I can’t say that this technology is something that will stay with us but I must say that it’s the single sweetest thing I’ve seen by far lately even though it kind of breaks the OO paradigm. We even did a HelloWorld with it :) (that accessed mysql remotely and postgres locally and even a version for Hibernate). The framework is really nice, for the moment we’re only looking the DAO and OR mapping API’s but we see some other sweet thigs in it as well. For out italian friends a nice intro on spring with a j2ee example by mokabyte (part I and II).

Object Relational Mapping

L’altro giorno mentre parlavo con Srepfler (l’unica altra persona che si ricorda di postare su questo blog ogni tanto) mi ha detto che per il progetto che sta realizzando avrebbe usato il pattern Object Relational Mapping al che mi son documentato in soldoni non è altro che un sistema per mappare delle tabelle di un database in oggetti in modo da dover lavorare con oggetti (metodi,attributi e proprieta) invece che usare l’sql, una comodita non da poco direi! Loro lo stanno usando sotto J2EE usando Hibernate e mi sono chiesto ma sotto php ci sarà qualcosa del genere? google docet : ...

July 10, 2005 · 1 min · 187 words ·  Yoghi

Linux embedded system

L’altro giorno leggendo una rivista ho trovato un’articolo che parlava di “FOX BOARD a complete Linux system on a small board”; questo embedded della Acme System monta un kernel 2.6 e ha 16MB di RAM, 4MB di FLASH; e come se nn bastasse ha 1 connettore Ethernet (10/100 Mb/s) e 2 USB 1.1. Il sistema è moddabile grazie all’ Open source SDK for Linux Systems e ai tool della acme. La cosa che reputo più interessante è il consumo 1 Watt soltanto e necessita di una alimentazione a 5V. ...

July 9, 2005 · 1 min · 139 words ·  Yoghi

Mono LiveCD

Ecco qua qualcosa di inaspettato, un liveCd per testare/usare Mono, cosa contiene? Develop, compile and run software with MonoDevelop. Listen to your music collection in style with Muine. Take notes with Tomboy. Manage your photos with F-Spot. Search music, photos, chats, and documents with Beagle. Explore web applications such as ASP.NET Forums, IBuySpy, and mojoPortal. Per averlo basta o usare il caro HTTP o il piu moderno BitTorrent. l’unica pecca è che attualmente monta il Mono 1.1.7 e non l’ultimo 1.1.8 recentemente uscito. ...

July 9, 2005 · 1 min · 106 words ·  Yoghi

X Remoto

Mettiamo caso che avete più pc e lo spazio per un solo monitor che fare? bhe la cosa migliore che si può fare con linux è usare X da remoto. Seguitemi passo dopo passo in questo esempio pratico. PASSO 1 sul pc in cui gira X bisogna editare /etc/X11/xdm/xdm-config alla riga !DisplayManager.requestPort: 0 rimuovendo il ! PASSO 2 editare o xdm o gdm affinche sia abilitata la funzione XDMCP PASSO 3 controllare nel firewall che le porte 177 UDP 6000 TCP siano aperte PASSO 4 per connettersi al server remoto si usa la sintassi X -query ip_or_name_machine oppure X -broadcast Attenzione se volete non è necessario usare xdm,gdm ma accedere direttamente ad X purchè lo lanciate manualmente e nn con startx in quanto attiverebbe -nolisten. Esempio: provate X :1 -br fluxbox -display :1 Se state usando Cygwin al posto di X usate il comando XWin. Esempio : XWin -query 129.168.x.x:1 -fullscreen NB: questo tutorial non funziona ancora perfettamente!!

July 9, 2005 · 1 min · 158 words ·  Yoghi