Some really interesting experiments with HTML5 going on here…
http://www.chromeexperiments.com/
…including a fun one from a familiar name, prolific Flash & Papervision3d experimenter Mr.Doob. ‘Browser Ball‘ is also pretty cool.
Gonna have to start playing with this myself, have seen some really nice stuff starting to come out in this area recently.
oldskool73 HTML, Javascript chrome, experiments, html5
I’ve just updated MinFreeManager to version 1.5, changes are …
- Android 1.5 support!
- Presets – default (stock), mild & aggressive
- Save your own ‘custom’ preset for easy application
- No bug fixes, ‘coz there weren’t any, bonza
You can get the app using this QR code:

… or by searching the market for ‘MinFreeManager’, or by downloading the APK here.
Enjoy.
oldskool73 android, downloads android, apps, minfreemanager
** UPDATE : VERSION 1.5 IS HERE **
I’ve put my first ever Android App into the Marketplace, it’s a tiny tool called ‘MinFreeManager’ that allows you to edit the ‘ender the hood’ settings for Androids automatic memory cleaning routines. It’s based on the discussion and ideas found at XDA Developers.
It’s not the kind of thing you should just check out for fun, it requires root access and can mess up your phone enough to require a reboot, so please make sure you have read the thread and understand what you are doing, I take no responsibility for anything that may go wrong.
You can find it on the marketplace by searching for my ‘minfreemanager’ or ‘oldskool73′, or download it directly from the link below. (Anyone know how I create a link to it in the marketplace directly?) (Thanks Archie)

NOTE: Requires Android v1.6 v.1.5 or better and root access to run!
Download:

oldskool73 android android, apps, downloads, minfreemanager, tools
I recently upgraded a machine to Windows7 and was unable to see mount any of the network Samba shares (from an Ubuntu server). After a bit of Googling I found this fix…
- Open Control Panel -> System and Security -> Administrative Tools
- Launch Local Security Policy
- Select Local Policies->Security Options
- Find the ‘Network security: LAN Manager authentication level’ entry & click to change
- Change the dropdown to ‘Send LM & NTLM responses’ & OK
- Find the ‘Network security: Minimum session security for NTLM SSP based (including secure RPC) clients’ & click to change
- Ensure both options are not checked
That should do it, go back to the network area in explorer and refresh to see your Samba shares again (hopefully).
So far not overly impressed by Windows7, it’s shiny and boots/shuts-down quicker than old Windows (no where near as fast as OSX though, about the same as Ubuntu9.10) but under the hood it still seems as clunky as ever, and there’s dialogues that obviously haven’t changed since XP (e.g. joining a workgroup).
oldskool73 Linux, Microsoft, hints & tips Linux, networking, samaba, ubuntu, win7, windows
If you try to edit a dsdt.dsl generated for an IP35 pro (to fix the cmos reset issue on Snow Leopard for instance), you may get an error when you try to recompile it something like…
5824: Store (GAHS (Zero), Local6)
Error 4060 - Called method returns no value ^
This prevents you recompiling a useable dsdt.aml. The fix is to return a value from the GAHS method. Search for ‘GAHS’ and you will find a function that should look like this…
Method (GAHS, 1, NotSerialized)
{
}
and change it to…
Method (GAHS, 1, NotSerialized)
{
Return (0x1)
}
…and you should be good to go.
NOTE: This issue may not be exclusive to the IP35 Pro, but I did find several others with the same Mobo & issues in my Googling for a solution. Not sure either if 0×1 is the correct return value, or if it even matters, but it does fix the compile error and seems to work fine on my system. YMMV
oldskool73 apple, hints & tips apple, dsdt, fix, ip35, osx
Recent Comments