Posts

Showing posts from 2010

New Android developer

I am finally writing mobile apps people! I am happy to announce that I finally sit down to develop mobile apps based on Android. I have tons of ideas and no time to implement them all. My friend and big inspiration, Felix is the driving force behind this and I am picking his brains as well as providing him with app ideas. Stay tuned for release! --Artem

New Linksys E3000 stock firmware and DD-WRT support!

I was left out of aftermarket firmware game once I got a new Linksys router as a birthday gift. This is no longer a problem because DD-WRT now supports my E3000. I prefer Tomato firmware myself because I find it more stable but as they say, beggars can't be choosers. I also found that there were three more stock firmware updates available on the Cisco site. I have a new project to do! Tomato DD-WRT --Artem

Another reason to hide SSID

With recent news of Google collecting SSIDs and passwords while mapping Google Street View, comes this tip from Pauldotcom.com. Apparently, if you plug in the mac address that comes with SSID on a Google map, Big Brother can zero-in on your exact address. Add this to your long list of paranoia. Reconfigure your routers not to broadcast the SSID! --Artem

SQL Server on Solid State Disk

Hello, it's been awhile :)! I had a pleasure attending a workshop for running Oracle apps like PeopleSoft on SQL Server. Yes, there are shops that do that. The workshop also covered J.D. Edwards, Siebel and SAP applications on SQL. Even though I don't deal with any of these apps, I have learned a lot from just attending. Contact me if you would like to get the trainer's information. Anyway, the most amazing part of the workshop was when the instructor showed us his server setup at home. His Windows 2008 server contained SSD storage and one SQL Database resided on it. He ran an undocumented command BACKUP DATABASE DBonSSD TO DISK = 'NUL:' just to display reads that occur during backup and the speed was an amazing 1300 MB/s. Then just to show the difference, he ran the same command on a database that resided on local disk, the speed was 80MB/s. I am convinced! If you're interested, the SSD vendor is Fusion IO and I am sure you won't have a problem finding it.