Newsledge

This year was about full focus on getting clairvoyance to my business.

I had luck with my only success story in startups, smuff.ro which supported me financially to have time catching up the flow, to bleed on the edge of technology, to understand as I can our world today and the trends behind driving it.

Newsledge is what happening today — a new lifestyle — being with the news and gaining advantage from it.
Read the rest of this entry »

The Personal Identity Server

Your identity is too important to be owned by any one company.
Your friends are too important to be owned by any one company.

Aza Raskin, Mozilla.

Read the rest of this entry »

A Way Of Creating And Enjoying Digital Knowledge

Find the best sources. Combine with your existing knowledge, arrange to your mind map. Format in such way it can grow. Add your secret ingredients, compose in such way it touches harmony. Enjoy the beauty and the force of the creation you are part of.

Sensing > Filtering > Reasoning > Creating > Enjoying.

Use all existing tools to open as much channels as possible. Keep the process simple, natural, make it fun. Re-invest in your tools and channels.

Identify > Simplify > Implement

Focus on adding structure to the unstructured, to order the unordered. Be capable to name things and make them yours. Make sure your ideas are followed. Structure > Name > Fame.

Read the rest of this entry »

The Canon Of Creating And Enjoying Knowledge

The way creation follows is an universal rule. The universe, the Greek drama, Shakespeare, all creators and you are driven by these steps. This is the canon of creating and enjoying knowledge.

First comes the hard work to conquer your fear to meet the unknown, to stop ignoring things that matter, to be able to sense the noise, to start feeding yourself with source you consider valuable.

After the fear comes the acceptance once you’ve created usable interfaces to the unknown. You’ve already identified your heroes, leaders, points to follow on the subject. Noise is filtered into signal and you’ll start learning by combination and logistics.

You’ll gain self confidence by becoming able to share. You are now part of a culture you are proud of, an accepted member of a tribe — your reasoning has finally an echo. Your format strengthens, your growth started.

Once you are able to use what you are — you become master to, intelligent to your environment. You are part of the revolution your tribe is aiming for,  you are a creator in harmony with your goals and your achievements.

This is called love, evolution, progress as everyone desires, the all wanted flow, the beauty and the force of knowledge.

Read the rest of this entry »

The Open Startup and the Open Business Model

I was wondering recently why companies are spending so much on software solutions when there are many open source versions of the same software available for free.

If I were a company leader investing in software infrastructure first I would hire a hacker to consult me, and customize an open source software for my personal needs. If a single hacker wouldn’t be enough I would sponsor an already running open source project to get my solution.

The relation between angel investors, venture capital — the current startup culture — and hackers is the same like the model sketched above.

Read the rest of this entry »

The November Zeitgeist, 2009

The world is digital, the war on it started. There won’t be blood and we all will win. Read more.

The Trapped Self, Simulation Worlds and Transparency

Give me a stable point and I’ll dislodge the world.

Socrates.

And we have that point.

Read the rest of this entry »

Science, Society and Control — The Structure of Evolution

Watching recently BBC’s documentary The Century of the Self (2002) shed light on me how strongly scientific discoveries, socio-cultural evolution, and, the power and control structures are working together to advance civilisation.

Read the rest of this entry »

The September Zeitgeist, 2009

Internet as the Universe for Synthetic Life started to get it’s own native infrastructure. Read more.

From Dirty To Transparent

Currently there are two viable business models on the net:

  1. Porting a successful offline business to the internet
  2. Napstering unfair offline businesses with the help of the internet

After their success the next business will be to reorganise our lives based on transparent governing structures.
Read the rest of this entry »

From Real To Digital?

Since its inception the internet was meant to deconstruct the existing real world barriers between humans. It brought people closer by eliminating the layers on which power structures were built. Making control transparent let human culture to evolve faster than whenever before in the history.

Read the rest of this entry »

Opening Up The Web

The era of hacker superheroes  — NASA crackers, alpha geeks, young web millionaires — is going to be history soon.

As the internet user base is changing the web will be taken over by you, coming from outside, from the real life.

Read the rest of this entry »

Community Driven Web Shopping

Internet tends to be an open system where consumers are in the same way important as the product makers and sellers. Success is measured by community support and it is assured by complete transparency, trust.

Marketing your online products cannot be done well without strong community support. A future webshop must be completely user and community driven, your duty as a webshop owner is to build trust and make your existing customer base to connect you to the next customers.

Read the rest of this entry »

Future of Journalism = The Personal News Agency

Today industrial society is replaced by information society and the knowledge economy. From instant consumption as a passive player there is a shift for instant production and knowledge creation with active involvement.

Singularity as the next metasystem transition is about the Control of Culture. Spreading memes makes the most important question today.

The 21th century is driven by revolutions opening — napstering — all closed systems. Old media will be opened based on asymmetry as the new world order: small is taking over the huge.

Read the rest of this entry »

The Ruby Language

Ruby is one of the latest programming languages becoming mainstream in our days.
Being so human-friendly:

  • fully readable source code;
    # Output "I love Ruby"
    say = "I love Ruby"
    puts say
     
    # Output "I *LOVE* RUBY"
    say['love'] = "*love*"
    puts say.upcase
     
    # Output "I *love* Ruby"
    # five times
    5.times { puts say }
  • plain English used to describe complex domains (Domain Specific Languages);
    Feature: Search courses
    In order to ensure better utilization of courses
    Potential students should be able to search for courses
     
    Scenario: Search by topic
    Given there are 240 courses which do not have the topic "biology"
    And there are 3 courses A,B,C that each have "biology" as one of the topics
    When I search for "biology"
    Then I should see the following courses:
    | title |
    | A     |
    | B     |
    | C     |

one might think it was designed to fill the gap between human and computer languages.

Raised as a programmer I had to move towards management and business jobs because of the complexity of past programming languages. Before Ruby when programming one had to focus on form instead of function, on technical artifacts instead of business logic,
on abstract code constructs instead of creativity. There were no flow.

Computer culture had to advance to a level where a programming language was designed for fun and wide-spread usage instead of focusing on some abstract technical merits.
Read the rest of this entry »