Posts Categorized: Tech

Java Strings vs Ropes

Posted by & filed under , , , .

Recently, in my news feeds I stumbled across this implementation of Ropes in Java (http://ahmadsoft.org/ropes/) and it captured my attention right away as it boasts a faster (better?) alternative for dealing with characters in Java. Unfortunately the website doesn’t offer any comparative information regarding how much faster a Rope implementation is than the standard String […]

Keep Your Shop On One Floor

Posted by & filed under , , .

I’ve decided to write this following discussions and things I’ve observed with some of the startups (in the Bay Area or on the other side of pond), as it just occurred to me that occasionally simple (yet very effective) aspects of a startup are being missed out entirely. Sadly, these results in most cases in […]

Samsung, Darling, Please Fix Your Galaxy Gear S…t!

Posted by & filed under , , , .

OK so I’ve got myself a while back a Samsung Galaxy Gear watch and set it all up to connect to my Samsung Galaxy S3 and all that stuff — and as you recall, I’ve actually published a post about software upgrades and what-not needed to actually get to install the right stuff and get […]

Play Framework

About the Play! Framework and Their Thread Pooling

Posted by & filed under , , .

This is a rather interesting find and I’m still looking into it — so hopefully will come back with more insights on it — but I thought I’d publish these things as I find them. So bear with me as I unravel this mistery — as of right now, unless I’m looking in the wrong […]

samsung galaxy gear watch

Samsung Galaxy Gear Watch — Issues with Gear Manager App

Posted by & filed under , , .

I finally got myself one of those smart watches, and since I have a Samsung Galaxy S3 phone and quite pleased with the Samsung products and the way they integrate, I went for the Samsung Galaxy Gear Watch. I’m not going to go on about where can you buy and how much, a simple search […]

evernote

Storing Lists Using Evernote — via API

Posted by & filed under , , .

I’ve been playing for a while with Evernote and their API, which I find rather simple and effective (well done, guys!) — and as such on a few pet projects I have started considering moving the storage to Evernote itself. The beauty of using Evernote is that the storage is already structured for you in […]

PHP Utility to Convert Multi-line MySQL Strings

Posted by & filed under , , .

This is a very small “project” (I use quotes since the term “project” seems a bit generous here, however, it is treated as a project on GitHub!), which I found to be useful when dealing with generating MySQL scripts to insert or update text which spans over multiple lines. In most such cases, I would […]

Of “Big Brother” and Technology

Posted by & filed under , , .

This subject came to my attention recently following a few tweets from Dierk König around this — see this tweet for instance. To summarize, there’s an ongoing discussion on social media channels (and not only!) around the fear that technology we (and by “we” I am referring to us, techies) create lands in the lap […]

evernote

Evernote API — Small Maven Problem

Posted by & filed under , , .

So I started looking a bit closer these days at the Evernote API — another platform alongside Twitter which I like a lot, which is to say it’s basically another platform I find myself writing all sorts of tiny apps around 🙂 From the beginning I find out right away a small problem in their […]