Blog

Later Ctrl + ↑

Steve Jobs demos the Mac in 1984

Watch this video. I am almost as excited about the stuff they show as the audience:

I think the 2007 iPhone demo will look impressive even in thirty years.

Why voice control is not the future

Voice control is getting better and better. Siri understands the words I say quite well, and one day it will be good enough at understanding the meaning of those words, too. But even when it becomes as good as a human, it would still suck as user interface.

Just remember the last time you were trying to make a friend do something on a computer.

You just have to grab the mouse and do the damn thing yourself.

Promo mix: Locket Rauncher

Check out my new dark psytrance / new school hard goa mix, Locket Rauncher.

I am not a huge fan of dark psy in general, but these fourty-two pieces are really great. This is very fast music, by which I mean that there is a lot going on at any given moment. So you need to concentrate to get it. If you play it in background, it will be just noise (for an unprepared ear at least).

The tracklist is:

  1. Cactus: We Love Radio
  2. Jaws Underground: Algorythme
  3. Penta: Tollkorn
  4. Skazi: Are You Still There
  5. Rev: Locket Rauncher
  6. Digital Talk: New Age Surf
  7. Benza: Duck And Cover
  8. Ocelot: Disappear
  9. Ninth Of Kin: Gravity Breaker (Inverse Axiomatics, 2012)
  10. Audiosex: Virtual Medicine
  11. Derango: Confusion is Next
  12. Gappeq: The Torque
  13. Mubali: Spacial Distortion
  14. Ocelot: Upward Spiral
  15. Toï Doï: Fonction d’onde
  16. Flyh: Sputnik
  17. Baal: No Window
  18. Syntax Error: Bitmap Bugs
  19. Kashyyyk: Charly And Ervin
  20. Gappeq: Tower Of Babel
  21. Phi: Everything Never Can’t Stop Us, Dude
  22. Jaws Underground: Johnny Got Is Gun
  23. Gappeq: Mobius Strip
  24. Slum: Sneak, Beneath My Notice
  25. Highko & Looping: Chillout (Beloochi Remix by Psykovsky)
  26. Sienis: Phinary
  27. Time Lock: Flying
  28. Crownick: Petrified
  29. Toï Doï: Saturnday
  30. Sienis: High Frequency Science
  31. Crownick: Acoustical Veins
  32. Scorb: Mutoid (Extended Version)
  33. Tamlin: Fjaqek
  34. CCL: LF-Ants
  35. Meteloids: 48 Krunchy
  36. Psykovsky: Suddenly
  37. Fungus Funk: Metropolis (Robot Empire) (Propaganda Remix by Psykovsky)
  38. Tutankhamon 9000: Lost In Luxor
  39. Psyside: Hysteria
  40. CCL: Unleash The Beast
  41. Digital Talk: Abyss
  42. Sabretooth: Smooth Hound

Enjoy the music.

No privacy in the future, deal with it

There will be no privacy in the future.

It does not matter whether you think it is good or bad. Maybe you truly believe that privacy is a basic human right and should be respected and protected. But who cares about your beliefs? I like privacy myself, so what? Technology will make this concept obsolete: there will just be no such thing soon.

When technology makes possible something people want but has side effects, first it happens, then people learn to deal with side effects. People pirate music and videos, even if copyright owners disagree. Kids watch porn, even if their parents would prefer them not to. Terrorists plan attacks online, even if others object.

Freaked out about Google Glass? Yes, it is ugly and people who think it is the future are crazy. In reality, future is when what Glass does today will be happening without Glass. People will be constantly recording live video of everything they see. The video will be instantly made available to everyone. The software will be able to do face recognition on that video (by the way, the delivery drones will also be recording video). You will not be able to stop the spread of private information. Basically, at some point you will have a 3D model of the whole world where you will be able to look at anything at any angle or distance, live. And you will be able to search it and run any analysis on it.

Everyone will be able to learn where you are and what you are doing at any moment. And where you have been. And with whom. Everyone will be able to see you taking shower and shaving your balls. They will be able to capture a video clip and share with others. You do not like it, I do not like it, but it will happen.

If you spend time trying to protect privacy with the law, you are as stupid as copyright owners spending the time to shut down torrent trackers. Future is inevitable, and you are just being in denial. When you stop technology with law, this means that you restrict access to that technology to governments and grant them the right to use violence to everyone else who tries to use it. If you let governments enforce privacy on your behalf, they will do their best to make sure you do not have access to private data, but they do. NSA will be happy.

Protecting privacy with the law is a bad idea.

Now suppose there is technology that lets your friend spy upon you having sex. Then there should also be technology to check out who has been spying. Thus, while you cannot stop someone from spying, they will think twice before risking to ruin your relationship.

To adapt to the new world, first you make sure the new rules are for everyone, then you think how to use them in your own self-interest.

You should follow me on Twitter, here

Font check marks

At Artem Gorbunov Design Bureau, we have created a set of check marks for many popular fonts:

When I say “we have created” I actually mean my colleagues Artem, Michael and Ksenia, as I did not participate in this project. However, as Artem has told me, my constant moaning about the absence of good check marks prompted the idea.

It is a pity that font designers do not take check marks seriously and make no effort in designing them well (if at all). These are very often needed and should be among the first non-alphanumeric characters to design for a font. Like a dollar sign or an ampersand.

But now you can at least use one of ours.

Best of all, it is free if you send us a link or a photo of how you use them.

Emerge.js, a framework for coordinated page loading

When a web page is loading, images appear in random order, causing unpleasant flashing. Good web developers have learned to deal with the issue by coordinating things with Javascript.

An example would be Apple’s Mac page, where an animated spinner is displayed on top for a couple of seconds, and when the menu items are ready, they appear with a nice animation.

Since coordinating the load process requires tedious programming, it is not what many people choose to do. There are tools which simplify the task to some extent, however the very necessity of programming is a dead end for most people.

Emerge.js changes this.

Emerge.js is a framework for coordinated page loading. It simplifies the task by removing the need to write any Javascript code. The framework uses a declarative approach, where you specify a desired behavior for each element and do not think about the implementation. To make an HTML element wait for its content to load before emerging, use:

class="emerge"

Elements of class emerge fade in after all the contained images are loaded (this includes CSS images). To display an animated spinner while loading, use:

data-spin="true"

The framework lets you coordinate the order and timing and use different animation effects as you see fit, for instance:

data-effect="slide"
data-await="other-element-id"

Check out the product page for detailed description.

Why and how to highlight hyperlinks on mouse hover

Hyperlinks should be highlighted on mouse hover. This provides feedback necessary for the user to feel that the element is clickable. It is equally good to highlight the borders of the images and other non-text elements. I use red as the highlight color, and it works well.

Interestingly, changing mouse pointer from an arrow to a hand is not quite enough. The pointer is my avatar on the screen, so changing it just reinforces the idea that I am aiming to click an element, not that the element is going to respond to my click.

Since CSS provided us with an easy way to add nice transitions to web pages, some designers have implemented fading in and out of the said highlight color. But using fade-in defeats the purpose of the effect: when an element’s color fades-in lazily on hover, the feeling of responsiveness disappears and a page starts to feel numb.

I use only the fade-out transition, i. e. instantly change an element’s color to red on hover, then gradually change it back to blue when mouse moves away. Here are some links to my previous posts to test the effect (will not work in your RSS readers, obviously):

This is how you write a great title for a blog post

Several years ago, if you were to write an article on article titles and you wanted its own title to work best, you would name it something like “Coming up with a great title for an article” or even “10 qualities of a great title”. That was how you attracted clicks.

But recently something has changed. The articles now have titles like “Here is what you should know before updating iOS” or “Look at this amazing picture of Mars made by Curiosity”. As if the first sentence of the text was used in place of a title. The more and more we see these titles that try to shift your attention from themselves to what goes after them. It is the content of an article, right?

Wrong. What really goes after them is a link. That is how twitter sharing works. Now that the title itself is no longer clickable, there no need to attract clicks to it. Instead, a title should look like a direct speech of someone who shares the link, adding to the credibility of the link that follows.

I find it fascinating how technology changes language.

Earlier Ctrl + ↓