Ease of Access Over Information Organization

Table of Contents

Ease of Access Over Information Organization

Recently, I’ve been experimenting with various ways to access information remotely from anywhere. My primary tool has been SVN, which works great for software projects, but it’s not as effective for document storage in my case. There are two reasons for this:

  • You need a client (alternatively, there are web interfaces, but these have poor usability in my opinion).
  • The complexity of the approach discourages me from using it regularly.

Lately, I’ve been exploring Google Notebook, which primarily focuses on the simplicity of working with information, especially for sketches, free thoughts, and reflections. And it is remote.

The application’s logic aligns with other Google tools and the Web 2.0 concept: simplicity and usability. We have a very simple tool that allows you to:

  • Create notes (and label them).
  • Bookmark websites (with the option to quote text from the page).
  • Create sections for potentially structuring notes.

Thanks to integration with Firefox through an appropriate plugin, you can quickly note down parts of a webpage with the right mouse button.

That’s basically it (well, almost). The most important aspect is that you don’t need a lot of features to organize notes—simple tagging (ubiquitous in Web 2.0) and the ability to quote webpage fragments cover almost 85% of needs (don’t ask where this number comes from ;-)).

This way, I have a remote tool, moreover, it’s distributed—documents can be shared and even co-edited, and notes are loosely structured. For me, it’s great. It’s an interesting alternative for other data storage forms. Of course, as the name suggests, it’s more for notes than formal documents, but in that case, it’s worth investing time in SVN or other file storage methods on a remote server (hmmm… Google Docs!?).

It occurs to me that for information we frequently work with and want to keep handy, ease of use becomes more important than organization (see Google Notebook) compared to using tools like SVN or file servers.

On the other hand, this is yet another Google tool one can become dependent on, which is increasingly dangerous. There might come a day when Google monopolizes the world—well, it almost has already. The amount of data stored by Google about us is becoming increasingly alarming.

I’m curious about your methods of working with remote documents/files/notes, especially those requiring frequent editing and access.

(Text translated and moved from original old blog automatically by AI. May contain inaccuracies.)

Related Posts

Technical Leader Worries: I Have Too Many Things to Do

Technical Leader Worries: I Have Too Many Things to Do

Those wonderful days when the only thing you did was writing code are gone. Now you are a leader. You are doing everything: attending or conducting meetings, removing impediments, mediating between team members and the rest of the organization, reading or writing some kind of reports (and you deceive yourself that spending two hours in Excel counts as programming because of some smartly used formulas) and so on. You are in a hurry all the time, and it never ends.

Read More

Effective Understanding of a Topic

This time, the topic slightly ventures beyond IT projects. Recently, I’ve been doing a lot of research work where I need to construct a coherent extract of practical information from a multitude of knowledge sources. After extensive work in this area, I’d like to share a few tips that I’ve had the chance to apply multiple times.

Read More

Estimation Is Not a Commitment

Estimation Is Not a Commitment

You’ve probably heard that estimation is not a commitment. Sometimes in teams using estimation techniques, some form of accountability for the accuracy of estimation emerges. This is unfavorable for several reasons:
a) firstly, estimation is an approximation (with some probability), not a definitive result;
b) secondly, when accountability kicks in, project games emerge;
c) there are at least several factors causing estimation to differ from the actual time spent on a given task:

Read More