December 7, 2019
Upgrade of Android Studio forgets most code style settings
Labels: android studio, shit
December 9, 2018
Why FAR manager is better than Midnight Commander?
November 23, 2018
Jira manual update process is ugly and does not have any alternative
When the time came to update Jira version, the quick check shown that there's no way to update Jira in any automatic way. Administrator must each time go to web site, choose OS version, start download, abort it, copy link from Downloads and wget- or curl- it on server. Then manually unpack it and play with symlinks (or some other way to gracefully abort upgrade if one prefers).
Seems like in this case Atlassian has some business requirements that override product usability. This is first sign that the product design is drawn by primarily interests of non-tech people in Atlassian. As long as Jira product is sold to support the technical process and make it cheaper, this decision to make update process unstable (as it needs special attention), this ruins my trust in product and company in general. To understand the scale of this decision just imagine that for example 10 different products on your servers need manual update process. This is at least annoying and bug-prone because involves human factor. So from my point of view this is a clear sign that (1) either company generates enough money to let marketing people make shitty decisions and override technical ones and not to think about competitors or (2) company's left hand does not know (and care) about right one. Any of which is very bad from the client point of view. Any good alternatives for a bugtracker?
Labels: autoupdate, bugtracker, bugtracking, jira, linux, manual, no-autoupdate, shit, upgrade
November 10, 2014
Openfire installation bugs
1. Automated redhat init.d and user script openfire/bin/extra/redhat-postinstall.sh has bug on line 27: it states wrong openfire.sh filename (really no ".sh"). WTF?
solution: open redhat-postinstall.sh and remove .sh on line 27
2. after going through install web guide I cannot log in to admin console. (now it reminded me how much sometimes I hate opensource).
solution: username IS NOT admin@domain as you typed in. username = admin without any @domain. f%%ck you.
3. openfire cannot live behind non-root web context (in my case it's proxypass of /openfire through https apache vhost).
solution: no?
Labels: centos, installation, openfire, opensource, shit, xmpp
March 8, 2014
apple ios problems
my ipad (ios 5.1.1) had spinning wheel of death boot-loop (without apple, just SWOD) after battery depletion. I had lost all apps data and notes.
WTF? passcode lock is the f%%%%%g problem.
while being in SWOD ipad detected by itunes, i could even backup photos using OS methods, not sync (without even passcode authentication, which is strange!).
I could even make transfer purchases to itunes. but no backup/restore is available because "unlock device with passcode" is needed. I know f%%%ng passcode, I WANT to enter it, why the HELL it's impossible to enter passcode in itunes while ipad is connected?!
restoring from the previous backup did not work with the same reason, device is locked with passcode. "unlock please...".
so I had to upgrade to ios 7 from recovery mode (recovery mode is really the only way in this case!).
the most ugly thing is even after it's initialized, and I make restore from backup, the ipad shows "welcome" screen. it's clean and new.
I don't rely on itunes backups anymore. that's sad.
Seems like i'm more interested in having android device than ios. These are android vs ios screen after new device init.
January 10, 2014
no alt-tab in ubuntu 12.04
Labels: opensource, shit, ubuntu
September 15, 2013
April 2, 2013
no ssh via mobile in france (SFR, Orange)
а китайцы ведь разрешают vpn и ssh!
Labels: block, china, firewall, france, mobile operators, network, shit, ssh, vpn
March 10, 2013
firefox default pdf viewer
Labels: firefox, opensource, pedofirefox, shit
April 13, 2012
solution: if linux (ubuntU?) freezes in boot (splash or log)
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!
Go to hell with that binary logs bullshit and code something really useful.
Labels: binary logs, linux, logs, opensource, shit, systemd
April 7, 2012
mac: no one-key pageup/down
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)
April 2, 2012
Intellij Idea (win32/64): run .bat, not .exe
So to prolong battery (and hdd!) life consider running idea.bat file, not idea.exe.
April 1, 2012
firefox 11 crashreporter privacy issues
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
March 23, 2012
macos file system is _case insensitive_
In short: create is case-insensitive, access is case-sensitive. Very annoying behaviour.
Apple has a shitty BootCamp's BIOS emulation
Will try rEFIt / win7#32, but don't believe much in that.
March 20, 2012
macosx has legacy file system: 31 char filaneme length limit!
Want/have Macos, still hope for good usability?! Give them money, forget about usability, it's apple's concern now. They are going to pay dividends to shareholders this year, that's where apple's real usability lies. Definitely not in hell bunch of 'little' mac os x issues.
one more macosx uncomfortability: no way to [free] maximize window
Actually apple's "we know UI better" is just "we know how to have your money" bullshit. Beware: Apple only have the smell of usability, not usability actually. Although they make nice thin 'air' laptops which don't get very hot like Acers do :) So you can get one and just install Windows/linux on it.
Making now Windows7 installation disk for BootCamp to install win on macbook.
March 5, 2012
mac: some inconveniences
By default midnight commander and some bash hot keys are not working out-of-box in terminal (both default and iTerm [the replacement of default shitty Terminal]:
- No Alt-Enter - filename insert, you need to untrivially change keycodes
- No Shift-F7 (find next)
- No left-right = pgup/pgdown
- No word left/right (which is alt-left/right in linux) - this is bash specific
Other inconveniences:
- No key repeat (yes, no physical laptop keyboard keys repeat at all! Long press is for additional symbols - as on ipad; you need to change kernel parameter for that!)
- No NTFS write support.
- No way to disable smooth scroll in default PReview, it's really BAD on this screen and it's SLOW (there IS bugreport for this, i checked; but no hope to be fixed -
PS Going to setup win7 in spare partition.
Labels: inconveniences, keyboard, macos, ntfs, shit, usability