Hardcode
Making it happen
Making it happen
Nov 22nd
You don’t find each day such a high prize for an algorithmic contest. Basically all you have to do you is to write an algorithm to give better movie recommendations
, you have a huge dataset of movie-related data to play with. Sounds fun and I may give it a try …
Nov 19th
It seems that Windows has the default gateway the last public interface that was enabled, now, this is ok except that sometimes Windows shuts down the non-default internet connection and then re-enables it when a connection is coming – thus changing the default outgoing gateway …
Nov 18th
I managed to code a J2ME chat using a http connection that stays open, however there are few more problems: the database is polled to retrieve the new conversations and worse on IIS 6 I can’t stop the page when the connection is closed (IsClientConnected stays true)!
Nov 11th
If you want to forward a range of ports on a Windows Server with RRAS, the only way to do it is:
FOR /L %I IN (5001,1,5201) DO netsh routing ip nat add portmapping name=”Internet” tcp 0.0.0.0 %I 127.0.0.1 %I
Nov 7th
Here on DataLoadOptions implementation. I’m debugging a website and it seems that indeed in some cases DataLoadOptions works faster, in some cases it doesn’t, I just can’t find any explanation.
Also sometimes with Linq it may be faster to have many small queries to load the related child data than a single query using join, no idea why as it’s the same data in the end.
Nov 7th
Nov 4th
Ok, what the hell ? I’ve applied like 3 months ago and still no word from them. But why am I surprised, one of my friends have applied since the start of the program and still nothing …
Oct 12th
If you remember, Bill Gates has bet on handwriting and speech recognition and text-to-speech. Wrong choice, the real next-gen devices seem to be (are?) multi-touch and accelerometer-based devices (as the iPhone and the Wiimote).
Related: What’s the difference between an accelerometer and a gyro(scope) ? While it seems to be pretty complicated (angular momentum?),
Oct 10th
Did you know that *the best* image editing software has plugins ? Check some of them here.