April 15, 2012
link: packing ahci/raid drivers into windows distrib
April 13, 2012
solution: if linux (ubuntU?) freezes in boot (splash or log)
edit /etc/default/grub:
and possibly disable acpi 2.0 (not all acpi, 2.0 only) in BIOS
This problem seems to be frequent on AMD (I have AMD Phenom X6 1090T).
Bug exists at least in Ubuntu since 2008: bug on launchpad. Problem started to appear in 10.04, but exists even in Ubuntu 11.11. The bug on launchpad had been discussed in MANY comments from 2008 to May 2011, until in July 2011 it was AUTO CLOSED with resulution Confirmed->WON'T FIX. IDIOTS?
GRUB_CMDLINE_LINUX_DEFAULT="acpi_skip_timer_override"
and possibly disable acpi 2.0 (not all acpi, 2.0 only) in BIOS
This problem seems to be frequent on AMD (I have AMD Phenom X6 1090T).
Bug exists at least in Ubuntu since 2008: bug on launchpad. Problem started to appear in 10.04, but exists even in Ubuntu 11.11. The bug on launchpad had been discussed in MANY comments from 2008 to May 2011, until in July 2011 it was AUTO CLOSED with resulution Confirmed->WON'T FIX. IDIOTS?
April 10, 2012
binary logs?! go to hell!
read that systemd will soon use binary log (in russian), which of course does not yet support search. f%ck, people, this is late >10 years, because disk space is CHEAP today, we don't need to use smaller binary formats anymore! XML had such success because of human readability without any tools, in any editor, with grep, awk or something else. notepad :-)
Go to hell with that binary logs bullshit and code something really useful.
Go to hell with that binary logs bullshit and code something really useful.
Labels: binary logs, linux, logs, opensource, shit, systemd
ssh auth keys creation
Just note for myself: access rights and cmds for new user ssh keys authorization setup:
updated: mistype line 3
mkdir .ssh
chmod 700 .ssh
echo >.ssh/authorized_keys
chmod 600 .ssh/authorized_keys
passwd
updated: mistype line 3
Labels: access rights, authorized_keys, keys, note, ssh
far/winscp bug with putty agent (pageant) 0.61
there's bug, more info: password is always required, no key auth. Need to upgrade to 0.62 (beta?) here
April 7, 2012
mac: no one-key pageup/down
Macbooks does not have PageUp/PageDown keys. Which makes programming on macbooks a very annoying proecss. Because = Fn+Up, which uses TWO hands, comparing to most non-mac laptops.
Why the f%ck is there turn on/off key here and so very long 2-keys spaced delete (backspace) key, but no really needed ones. Why is this called useful laptop?!
Why the f%ck is there turn on/off key here and so very long 2-keys spaced delete (backspace) key, but no really needed ones. Why is this called useful laptop?!
April 3, 2012
Android: multiple logons breaks C2DM (android push)
If you have same main account on more than one android device, C2DM delivery will only work for last logged in device (seems that google acc logon happens on system restart). This is a problem for testing park devices for which is hard to create and support unique google accounts :-(
April 2, 2012
Intellij Idea (win32/64): run .bat, not .exe
Running exe (which is exe4j executable) leads to multiple constant disk operations by exe4j (not even idea itself). I checked that with process monitor filtering idea.exe events. If you run .bat (java.exe hosted idea) that doesn't lead to strange events disk io overload.
So to prolong battery (and hdd!) life consider running idea.bat file, not idea.exe.
So to prolong battery (and hdd!) life consider running idea.bat file, not idea.exe.
April 1, 2012
firefox 11 crashreporter privacy issues
submitting crash reports cannot be disabled. Even solution described in a comment to bugreport (solution is for version 10) does not work in current version 11. Seems they has "fixed a solution" :)
By the way, this bug exists starting from FF version 4!..
I wonder, is that possible to have clipboard info in a memory snapshot in firefox crashreport?
By the way, this bug exists starting from FF version 4!..
I wonder, is that possible to have clipboard info in a memory snapshot in firefox crashreport?
Labels: bug, firefox, opensource, shit
android: rotate 3d animation
Just another bookmark:
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/Rotate3dAnimation.html
http://stackoverflow.com/questions/3452687/better-implementation-of-rotate3danimation-in-android-viewflipper
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/Rotate3dAnimation.html
http://stackoverflow.com/questions/3452687/better-implementation-of-rotate3danimation-in-android-viewflipper
mobile ui patterns
http://mobile-patterns.com/
After googlebookmarks shutdown the only place for a long bookmarks storage seems to be blog. I wonder, will I write my own blog generator/db cms after google shuts down Blogger?
After googlebookmarks shutdown the only place for a long bookmarks storage seems to be blog. I wonder, will I write my own blog generator/db cms after google shuts down Blogger?
Tiles for app design
Tileables
Bookmarked here after did know that twitter
1) expires statuses after some time
2) had no search with hashtags for my own old statuses.
Bad.
Bookmarked here after did know that twitter
1) expires statuses after some time
2) had no search with hashtags for my own old statuses.
Bad.
Android: progress bar updating solution
just a bookmark for myself
http://www.helloandroid.com/tutorials/progressbar-updating-using-message-handler
http://www.helloandroid.com/tutorials/progressbar-updating-using-message-handler