Sunday, November 30, 2025

 Here’s a clear and actionable summary of Zero to One by Peter Thiel:


๐Ÿš€ Core Idea

Global progress happens when we create new things — not when we copy existing ones.

  • Going from 1 → n = adding more of the same (competition, incremental growth)

  • Going from 0 → 1 = creating something unique (breakthroughs, monopolies)

The future is built by innovators who create what has never existed before.


๐Ÿฆ„ Monopolies Are Good (When Earned)

Thiel argues monopolies drive real innovation.
Great companies dominate a market with:

  • Unique product & technology

  • Strong brand

  • Network effects

  • Economies of scale

Avoid competition — build a monopoly.


๐ŸŽฏ Start with a Niche, Then Scale

All great monopolies begin by winning a small market, then expanding outward.

Example: Amazon → books first → everything later


๐Ÿ” The Power of Secrets

Huge opportunities hide in undiscovered truths.

Ask:

  • What important truth do very few people agree with you on?

  • What valuable company is nobody building?

Innovation = discovering and acting on hidden secrets.


๐Ÿ‘ฅ Founders & Teams Matter Deeply

Startup success depends on:

  • Founder vision & alignment

  • Strong company culture

  • Ownership and long-term commitment

  • Clear division of roles (avoid internal politics)

A startup is a tightly aligned mission-driven team.


๐Ÿ—️ Build the Future, Don’t Predict It

Technology drives progress more than globalization.

Globalization (1→n) Technology (0→1)
Copying existing solutions Inventing new ones
Competition Innovation
Limited opportunities New frontiers

The best way to predict the future is to create it.


๐Ÿ’ผ Sales Matter as Much as Product

Even a great product fails if no one knows about it.

  • Distribution strategy is critical

  • Every company needs a strong sales model

  • Marketing and narrative shape adoption


๐Ÿ” Definite Optimism

Great founders are definite optimists — they believe the future can be shaped by design, not by chance.

Have a specific plan to make a big future happen.


๐Ÿง  Key Takeaways

  • Build businesses that create new value, not copy others

  • Avoid crowded competitive markets → be different

  • Start small to become big

  • Seek secrets and breakthroughs

  • Design culture and team from day one

  • Pair great product with great distribution

  • Be intentional about the future you are building


๐Ÿ Final Message

Don’t build the next Facebook.
Build the next thing no one has seen yet.



Sunday, February 10, 2019

Do Good , Be Good

Do Good ....Be Good.....That's summary of whole religion and philosphy in simple terms. Go on doing good ...thinking wholesome thoughts ....as you practice this in continous fashion....soon it will become part of who you are....and thus you will be liberated ...... As per swami sivananda ....SERVE....LOVE....GIVE....PURIFY......MEDITATE.....REALIZE.......
UNIVERSAL RELIGIOUS TEACHINGS The essentials of all religions are the same:
Serve, love, give, purify, meditate, realise;
Be good, do good, be kind, be compassionate;
Enquire 'who am I' know the Self and be free.
Love all, serve all, serve the Lord in all.
Speak the truth, be pure, be humble,
Concentrate, meditate, attain Self-realisation.
These are the essentials of all religions.
Customs, conventions, ceremonies are non-essentials.
Do not fight over petty non-essentials.
Be tolerant, be catholic, have a broad outlook.
Respect all Prophets, all Saints, all Messengers.
All Saints speak the same language.
Ref URL : Link

Sunday, February 03, 2019

Hello , World

class Hello
{
  public static void main(String args[])
{
   System.out.printlnn("Hello , World!");
}
}

Tuesday, November 14, 2017

Sending email using javamail and Gmail


import java.util.Properties;

import javax.activation.DataHandler;
import javax.activation.DataSource;
import javax.activation.FileDataSource;
import javax.mail.*;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeBodyPart;
import javax.mail.internet.MimeMessage;
import javax.mail.internet.MimeMultipart;

public class Mailer {
public static void send(String to, String subject, String msg) {
//System.out.println(to+subject+msg);
final String user = "gmail id here";
final String pass = "put your password here"

// 1st step) Get the session object
Properties props = new Properties();
props.put("mail.smtp.host", "smtp.gmail.com");
props.put("mail.smtp.port", "587");
props.put("mail.smtp.auth", "true");
props.put("mail.smtp.starttls.enable", "true");

Session session = Session.getDefaultInstance(props, new javax.mail.Authenticator() {
protected PasswordAuthentication getPasswordAuthentication() {
return new PasswordAuthentication(user, pass);
}
});
// 2nd step)compose message
try {
MimeMessage message = new MimeMessage(session);
message.setFrom(new InternetAddress(user));
message.addRecipient(Message.RecipientType.TO, new InternetAddress(to));
message.setSubject(subject);

BodyPart messageBodyPart = new MimeBodyPart();
Multipart multipart = new MimeMultipart();

multipart.addBodyPart(messageBodyPart);
                message.setContent(multipart);
Transport.send(message);
System.out.println("Done");

} catch (MessagingException e) {
throw new RuntimeException(e);
}

}
public static void main(String arg[])
{
String to=arg[0];
String subject=arg[1];
String msg=arg[2];
send(to,subject,msg);
}
}

Wednesday, May 26, 2010

National Portal of india

Thursday, September 25, 2008

My Favourite Songs

Wednesday, September 17, 2008

Links




http://breahoflife.blogspot.com/

http://picasaweb.google.com/er.vishnu







Monday, September 24, 2007

The Story of Jonathan Livingston Seagull

The Seagull story Story about indomitable spirit of a seagull who was never staisfied by life of eating and sleeping and wanted to soar greater heights always . --- a story about hard work , accomplishment and commitment to ur purpose of life.

My Country

Wednesday, September 05, 2007

Wednesday, August 29, 2007

Each day I live
I want to be
A day to give
The best of me
I'm only one
But not alone
My finest day
Is yet unknown

I broke my heart
Fought every gain
To taste the sweet
I face the pain
I rise and fall
Yet through it all
This much remains

I want one moment in time
When I'm more than I thought I could be
When all of my dreams are a heartbeat away
And the answers are all up to me
Give me one moment in time
When I'm racing with destiny
Then in that one moment of time
I will feel
I will feel eternity

I've lived to be
The very best
I want it all
No time for less
I've laid the plans
Now lay the chance
Here in my hands

Give me one moment in time
When I'm more than I thought I could be
When all of my dreams are a heartbeat away
And the answers are all up to me
Give me one moment in time
When I'm racing with destiny
Then in that one moment of time
I will feel
I will feel eternity
[IF]

If you can keep your head when all เค…เคฌाเค‰เคŸ you
Are losing theirs and blaming it on you,
If you can trust yourself when all men doubt you
But make allowance for their doubting too,
If you can wait and not be tired by waiting,
Or being lied about, don't deal in lies,
Or being hated, don't give way to hating,
And yet don't look too good, nor talk too wise:

If you can dream--and not make dreams your master,
If you can think--and not make thoughts your aim;
If you can meet with Triumph and Disaster
And treat those two impostors just the same;
If you can bear to hear the truth you've spoken
Twisted by knaves to make a trap for fools,
Or watch the things you gave your life to, broken,
And stoop and build 'em up with worn-out tools:

If you can make one heap of all your winnings
And risk it all on one turn of pitch-and-toss,
And lose, and start again at your beginnings
And never breath a word about your loss;
If you can force your heart and nerve and sinew
To serve your turn long after they are gone,
And so hold on when there is nothing in you
Except the Will which says to them: "Hold on!"

If you can talk with crowds and keep your virtue,
Or walk with kings--nor lose the common touch,
If neither foes nor loving friends can hurt you;
If all men count with you, but none too much,
If you can fill the unforgiving minute
With sixty seconds' worth of distance run,
Yours is the Earth and everything that's in it,
And--which is more--you'll be a Man, my son!

--Rudyard Kipling

Saturday, August 11, 2007

Dynamic Programming Language Search










Computer Science Resaerch







Google Custom Search

Code .....Test.......Run

Here are some links where i visit most often.
Media Lab Asia Web Site . The Company I Work for...
Java - The Technology of Future
Google Labs - Innovations in Technology
Code ...Test .. Run....Google As
Intel developer Forum
Adobe Developer Network
....enjoy these links ... and discuss with me .. any interesting stuff or idea u wish to share...[:)]

Thursday, May 17, 2007

Pursuit of Happiness




Aristotle stated that happiness is the only thing that humans desire for its own sake. He observed that men sought riches, or honor, or health, not for their own sake but in order to be happy. Note that "eudaimonia", the term we translate as "happiness", is for Aristotle an activity rather than an emotion or a state. Happiness is characteristic of a good life, that is, a life in which a man or woman fulfils human nature in an excellent way. People have a set of purposes which are typically human: they belong to our nature. The happy person is virtuous, meaning he or she has outstanding abilities and emotional tendencies which allow him or her to fulfil the our common human ends. For Aristotle, then, happiness is "the virtuous activity of the soul in accordance with reason": happiness is the practice of virtue.

Tuesday, May 15, 2007

Google API's Experiment Zone








Google






































Adaptive Path Article about Ajax
http://www.adaptivepath.com/publications/essays/archives/000385.php

Google Labs

http://labs.google.com/

Google Code

http://code.google.com/

Tuesday, November 28, 2006

Character Of a Happy Life


Character of a Happy Life
HOW happy is he born and taught
That serveth not another's will;
Whose armour is his honest thought
And simple truth his utmost skill;


Whose passions not his masters are;
Whose soul is still prepared for death,
Not tied unto the world with care
Of public fame, or private breath;

Who envies none that chance doth raise,
Or vice; who never understood
How deepest wounds are given by praise,
Nor rules of state, but rules of good;

Who hath his life from rumours freed,
Whose conscience is his strong retreat;
Whose state can neither flatterers feed,
Nor ruin make accusers great;

Who God doth late and early pray
More of His grace than gifts to lend;
And entertains the harmless day
With a well-chosen book or friend;

This man is freed from servile bands
Of hope to rise, or fear to fall;
Lord of himself, though not of lands;
And having nothing, yet hath all.

Sir Henry Wotton

A Simple Midiplayer

Google Search






// A Simple Midi Player

import java.io.*;
import javax.sound.midi.*;

public class PlayMidi {
public static void main (String[] args) {
PlayMidi mini = new PlayMidi();
mini.play();
}

public void play() {
try
{
Sequencer player = MidiSystem.getSequencer(true);
// provide midi filename or path between double quotes
File midifile= new File("filename.mid");
Sequence seq=MidiSystem.getSequence( midifile));
player.setSequence(seq);
player.open();
player.start();
}
catch (Exception ex) {
ex.printStackTrace();
}
}
}