SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Downloaden Sie, um offline zu lesen
SELLING ME
                          Everyone’s a PIMP




Saturday, July 31, 2010
IDENTIFY
                          Who are you?



Saturday, July 31, 2010
Me.java


                          package me.myself;

                          import   humility.*;
                          import   geekdom.*;
                          import   google.*;
                          import   experience.*;
                          import   vision.*;




Saturday, July 31, 2010
Me.java
           public class Me extends Myself throws NegativityException {
           	 public String me = "Batista Harahap";
           	
           	 public Humility humble;
           	 public Geekdom geek;
           	 public Experience exp;
               private Ideas idea;
           	 public Vision v;
           	
               public Me() {
             	 	 humble = new Humility(me);
             	 	 geek = new Geekdom(me);
             	 	 exp = new Experience(me);
             	 	
             	 	 String s = geek.learn("l33t");
             	 	 exp.add(s);
                    String s = geel.branding();
                    vision.add();
             }
           }
Saturday, July 31, 2010
Me.java
           new Thread() {
             public void run() {
               try {
             	    String s = geek.learn("1337");
                 exp.add(s);
           	   } catch (StupidException e) {
             	    e.printStackTrace();
           	   }
           	   Message msg = new Message();
           	   msg.what = GOT_EXPERIENCE;
           	   h.sendMessage(msg);
               }
           }.start();




Saturday, July 31, 2010
Me.java
                      new Thread() {
                            public void run() {
           	                   try {
           	                   	geek.branding();
           	                   } catch (StupidException e) {
           	                   	e.printStackTrace();
           	                   }
           	
           	                     Message msg = new Message();
           	                     msg.what = BRANDED;
           	                     h.sendMessage(msg);
                               }
           	              }.start();




Saturday, July 31, 2010
Me.java
               Handler h = new Handler() {
           	    	 @Override
           	    	 public void handleMessage(Message msg) {
           	    	 	 switch(msg.what) {
           	    	 	 	 case GOT_EXPERIENCE:
           	    	 	 	 	 exp.open();
           	    	 	 	 	 break;
           	    	 	 	 case BRANDED:
           	    	 	 	 	 vision.add();
           	    	 	 	 	 break;
           	    	 	 }
           	    	 }
           	    };




Saturday, July 31, 2010
Me.java
           	    	 while(1) {
           	    	 	 new Thread() {
           	               public void run() {
           	               	...
           	               	geek.learn("1337");
           	               	...
           	               }
           	    	     }.start();
           	    	 	
           	    	 	 new Thread() {
           	               public void run() {
           	               	...
           	               	geek.branding();
           	               	...
           	               }
           	    	     }.start();
           	    	 }


Saturday, July 31, 2010
Me.java
             public Vision getVision() {
           	 	 return v;
           	 }
           	
           	 public int setVision(Vision w) {
           	 	 if( v.gotFoundation() &&
           	 	 	 v.greatProduct() &&
           	 	 	 v.coolFeatures() &&
           	 	 	 v.isMonetizable() ) {
           	 	 	 v = w;
           	 	 	 return 7;
           	 	 } else {
           	 	 	 return -1;
           	 	 }
           	 }




Saturday, July 31, 2010
Me.java

             public Ideas getIdea() {
           	 	 return idea;
           	 }
           	
           	 public int setIdea(Ideas s) {
           	 	 if( s.feasible() ) {
           	 	 	 idea = s;
           	 	 	 return 7;
           	 	 } else {
           	 	 	 return -1;
           	 	 }
           	 }




Saturday, July 31, 2010
Me.java

               public String encourage(Ideas idea) {
           	    	 Vision vision = new Vision(idea);
           	    	
           	    	 return vision.fastForwardToEnd(idea);
           	    }
           	
           	    public String encourage(Startup startup) {
           	    	 Vision vision = new Vision(startup);
           	    	
           	    	 return vision.fastForwardToEnd(startup);
           	    }




Saturday, July 31, 2010
Full source code is available at

                              http://tinyurl.com/medotjava

                            Source code is Open Source GPL v3




                          YOU are your own startup


                              Batista R. Harahap
                              batista@bango29.com / tista@urbanesia.com
                              www.bango29.com

                              @tista



Saturday, July 31, 2010

Weitere ähnliche Inhalte

Mehr von Batista Harahap

StartupLokal Adalah Anda
StartupLokal Adalah AndaStartupLokal Adalah Anda
StartupLokal Adalah AndaBatista Harahap
 
Teknoup - Urbanesia Android
Teknoup - Urbanesia AndroidTeknoup - Urbanesia Android
Teknoup - Urbanesia AndroidBatista Harahap
 
Startup Kitchen - Bandung Ventures Night 2011
Startup Kitchen - Bandung Ventures Night 2011Startup Kitchen - Bandung Ventures Night 2011
Startup Kitchen - Bandung Ventures Night 2011Batista Harahap
 
Mediafusion - Company Profile
Mediafusion - Company ProfileMediafusion - Company Profile
Mediafusion - Company ProfileBatista Harahap
 

Mehr von Batista Harahap (7)

Linux Itu User Friendly
Linux Itu User FriendlyLinux Itu User Friendly
Linux Itu User Friendly
 
StartupLokal Adalah Anda
StartupLokal Adalah AndaStartupLokal Adalah Anda
StartupLokal Adalah Anda
 
Urbanesia API v1.0
Urbanesia API v1.0Urbanesia API v1.0
Urbanesia API v1.0
 
Teknoup - Urbanesia Android
Teknoup - Urbanesia AndroidTeknoup - Urbanesia Android
Teknoup - Urbanesia Android
 
Startup Kitchen - Bandung Ventures Night 2011
Startup Kitchen - Bandung Ventures Night 2011Startup Kitchen - Bandung Ventures Night 2011
Startup Kitchen - Bandung Ventures Night 2011
 
Lokal ID - Alpha
Lokal ID - AlphaLokal ID - Alpha
Lokal ID - Alpha
 
Mediafusion - Company Profile
Mediafusion - Company ProfileMediafusion - Company Profile
Mediafusion - Company Profile
 

Kürzlich hochgeladen

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 

Kürzlich hochgeladen (20)

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 

Selling Me - Everyone's a PIMP

  • 1. SELLING ME Everyone’s a PIMP Saturday, July 31, 2010
  • 2. IDENTIFY Who are you? Saturday, July 31, 2010
  • 3. Me.java package me.myself; import humility.*; import geekdom.*; import google.*; import experience.*; import vision.*; Saturday, July 31, 2010
  • 4. Me.java public class Me extends Myself throws NegativityException { public String me = "Batista Harahap"; public Humility humble; public Geekdom geek; public Experience exp; private Ideas idea; public Vision v; public Me() { humble = new Humility(me); geek = new Geekdom(me); exp = new Experience(me); String s = geek.learn("l33t"); exp.add(s); String s = geel.branding(); vision.add(); } } Saturday, July 31, 2010
  • 5. Me.java new Thread() { public void run() { try { String s = geek.learn("1337"); exp.add(s); } catch (StupidException e) { e.printStackTrace(); } Message msg = new Message(); msg.what = GOT_EXPERIENCE; h.sendMessage(msg); } }.start(); Saturday, July 31, 2010
  • 6. Me.java new Thread() { public void run() { try { geek.branding(); } catch (StupidException e) { e.printStackTrace(); } Message msg = new Message(); msg.what = BRANDED; h.sendMessage(msg); } }.start(); Saturday, July 31, 2010
  • 7. Me.java Handler h = new Handler() { @Override public void handleMessage(Message msg) { switch(msg.what) { case GOT_EXPERIENCE: exp.open(); break; case BRANDED: vision.add(); break; } } }; Saturday, July 31, 2010
  • 8. Me.java while(1) { new Thread() { public void run() { ... geek.learn("1337"); ... } }.start(); new Thread() { public void run() { ... geek.branding(); ... } }.start(); } Saturday, July 31, 2010
  • 9. Me.java public Vision getVision() { return v; } public int setVision(Vision w) { if( v.gotFoundation() && v.greatProduct() && v.coolFeatures() && v.isMonetizable() ) { v = w; return 7; } else { return -1; } } Saturday, July 31, 2010
  • 10. Me.java public Ideas getIdea() { return idea; } public int setIdea(Ideas s) { if( s.feasible() ) { idea = s; return 7; } else { return -1; } } Saturday, July 31, 2010
  • 11. Me.java public String encourage(Ideas idea) { Vision vision = new Vision(idea); return vision.fastForwardToEnd(idea); } public String encourage(Startup startup) { Vision vision = new Vision(startup); return vision.fastForwardToEnd(startup); } Saturday, July 31, 2010
  • 12. Full source code is available at http://tinyurl.com/medotjava Source code is Open Source GPL v3 YOU are your own startup Batista R. Harahap batista@bango29.com / tista@urbanesia.com www.bango29.com @tista Saturday, July 31, 2010