29 Nov

No minimal colors for minimal logic

Wednesday November 29th 2006, 5:26 pm
Tags: , , , ,

Several hour later Minlog has got font-lock support now. The result speaks for itself (left without font-lock, right colored, and below a complex formula nicely painted in colors):

Need some recovery from regular expressions now. When I look outside the window I only see the \\(green with \\(?:tree\\)+ and \\(blue\\|dark\\) sky\\), tonight I will dream of horrible monsters like ^\\(?:>[ \t]+\\)*;\\(?:[ \t]+\\?[^ \t:\n]*\\| \\{3,\\}[^\t:\n]+\\):[ \t]*. Did I already say that multiline font-lock keywords are evil?

0 Comments

29 Nov

Wählerisch

Wednesday November 29th 2006, 9:11 am
Tags: ,
0 Comments

28 Nov

Any

Tuesday November 28th 2006, 8:51 pm
Tags:

Rrrmpfff, the new Opera Mini is out and one of the main features seem to be the ability to take photos and upload them, even to your Blog:

Now you can take images with your phone camera and upload them to any of your blogs, forums or e-mail blog right from Opera Mini.

Well, their interpretation of any is not that general. Have only found a way to get it working with their own Blog site. Couldn’t even login to my site. Are cookies supported at all? Tried again in the simulator. No way. Hmmmm

0 Comments

27 Nov

Amazon and Browsers

Monday November 27th 2006, 11:37 pm
Tags: , ,

Here I reported about this strange reason Amazon is giving not to show the price. Told a friend about it who exclusively uses Opera and he got something completely different:

Why Don’t We Show the Price?
The “click for price” message indicates an additional discount is in effect, and this discount is calculated in the Shopping Cart. You can see this price by clicking the product name and then selecting the Add to Cart button on the product information page. Please be assured that simply adding an item to your cart does not obligate you to buy it–you can always delete the item from your cart if you decide not to purchase it.

Here how it looks like in both browser (IE is like Firefox):


Firefox/IE

Opera

<paranoia>Do Opera users get different offers than those using Firefox or IE?</paranoia>

0 Comments

27 Nov

Linking to Gnus articles in Muse Wiki

Monday November 27th 2006, 5:03 pm
Tags: , ,

Planner allows you to create tasks which link to Gnus articles. It also makes sense to have links to emails in other muse Wiki pages, but Planner does not provide this. The following code does:

(defun gnus-copy-muse-url-from-summary() (interactive)
  (kill-new (planner-gnus-annotation-from-summary)))

(defun gnus-copy-muse-url-from-article() (interactive)
  (kill-new (planner-gnus-annotation-from-message)))

(define-key gnus-summary-mode-map (kbd "C-c C-w") ‘gnus-copy-muse-url-from-summary)
(define-key gnus-summary-mode-map (kbd "C-c C-w") ‘gnus-copy-muse-url-from-summary)

(require ‘planner-gnus)
(planner-gnus-insinuate)

Use C-c C-w from the Gnus summary or article buffer to copy the article link into the clipboard. Insert it as usual into one of the muse Wiki pages:

0 Comments

27 Nov

You are so cheap, don’t show it?

Monday November 27th 2006, 3:39 pm
Tags: , , ,

Amazon is so cheap selling an Apple notebook that they are asked not to advertise it, i.e. not to show the prices?

Why Don’t We Show the Price?
Manufacturers sometimes ask that retailers not display a price if it drops below a certain amount. The “click here to see price” message indicates that the price of the item is so low that the manufacturer requested that it not be advertised (that is, displayed). In a brick-and-mortar store, you would probably have to ask a salesperson what the price of the product is. At Amazon, by clicking on “click here to see price” you are essentially asking to see the price, at which point we show it to you.

Never seen anything like that in a store that I had to ask the salesman because it was too cheap to show the price publicly. In which bad movie are they playing? Sounds pretty much like a legal thing. Which strange kind of American law will forbid them to sell things for the price they want to???

0 Comments