Sabtu, 30 Agustus 2014
Tempat makanan ternak kroto
Salam Kroto. Met malam semua kanggo sedulur kabeh. Piye kabare? semoga apik apik bae to. Malam ini flodesta coba ingin jelaskan secara detail tempat makanan ternak kroto yang di gunakan dengan media rak toples. Sebelumnya memang banyak yang menanyakan seperti apa sih tempatnya. Walaupun masbro sudah jelaskan bola bali sampai kemeng tapi kok masih ada yang belum ngerti. Memang kalau hanya teori saja memang belum lengkap kalau tidak di dukung dengan gambar.
Gambar merupakan mutlak di tampilkan bagi blog flodesta, ben rodo jelas. Tapi memang kurang mantab kalau gak melihat sendiri dan di praktekan.
Tapi setidaknya gambar ini memberikan gambaran yang jelas bagi sedulur kabeh. Nek cuma omdo (omong doang) rak ono realitanya yo percuma.
Masbro ambil contoh saja untuk tempat ulat hongkong atau ulat kandang. Jangan di biasakan manja untuk memberikan makanan semut rangrang. Biarkan saja semut rangrang mengambil sendiri sesuai dengan kebutuhan.
Keuntungan salah satunya misalnya sobat mempunyai kesibukan yang sangat mendesak dengan menyiapkan tempat seperti ini akan lebih tenang, di jamin orak kelaparan.Di tinggal yo gak po....
Piye lur jelas to, menawi bermanfaat ojo lali cendole...suwun top markotop

Jumat, 29 Agustus 2014
Kumpulan Foto Lucu
Kumpulan Foto Lucu - Kali ini saya akan posting tentang Kumpulan Foto-foto Lucu Terbaru , Langsung saja ini dia Photo nya :


















- Foto lucu trend fashion bayi terbaru. Tapi kalau dipikir-pikir, kasian juga yach bayinya ..!!

- Extreme banget foto lucu dibawah ini. Seorang anak yang justrus menggikit anjing. Jadi kebalik dech !!

- Foto lucu bayi ngegemesin. Cara terbaru menjaga bayi.

- I hate growing up

- Foto lucu selebrasi setelah mencetak gol

- Salah satu keajaiban dunia, beselancar dengan motor.

- Adengan pornoaksi dalam pemanasan sepakbola ..hehehe


- Foto lucu kentut api

- Foto truk yang kelebihan muatan

- Inilah sasaran tembak yang paling keren

- OMG

- Sandal model baru bermerek "blackberry". Apakah ada fitur baru atau kecanggihan teknologi dari sandal ini ?. Silahkan dibeli di toko terdekat.

- Foto lucu becak super kuat. Kekuatan becak ini mungkin menyamai sebuah truk. Lihat saja barang bawaannya.. hehehe.

- Inilah cara paling praktis untuk mencuci mobil.

- Kakek ini bingung mau pilih yang mana

- "Makan tuch sepatu"!

- Maklum, punya sepeda mahal. Jadinya, cewek pun ditelantarin...hehehe !

- Inilah contoh teman yang buruk.

Cukup menghibur gambarnya, Sekian Postingan kali ini tentang Kumpulan Foto Lucu , Lihat juga foto-foto cewek cantik .

Kamis, 28 Agustus 2014
Computer Memory
I INTRODUCTION
Computer Memory, a mechanism that stores data for use by a computer. In a computer all data consist of numbers. A computer stores a number into a specific location in memory and later fetches the value. Most memories represent data with the binary number system. In the binary number system, numbers are represented by sequences of the two binary digits 0 and 1, which are called bits (see Number Systems). In a computer, the two possible values of a bit correspond to the on and off states of the computers electronic circuitry.
In memory, bits are grouped together so they can represent larger values. A group of eight bits is called a byte and can represent decimal numbers ranging from 0 to 255. The particular sequence of bits in the byte encodes a unit of information, such as a keyboard character. One byte typically represents a single character such as a number, letter, or symbol. Most computers operate by manipulating groups of 2, 4, or 8 bytes called words.
Memory capacity is usually quantified in terms of kilobytes, megabytes, and gigabytes. Although
Computer Memory, a mechanism that stores data for use by a computer. In a computer all data consist of numbers. A computer stores a number into a specific location in memory and later fetches the value. Most memories represent data with the binary number system. In the binary number system, numbers are represented by sequences of the two binary digits 0 and 1, which are called bits (see Number Systems). In a computer, the two possible values of a bit correspond to the on and off states of the computers electronic circuitry.
In memory, bits are grouped together so they can represent larger values. A group of eight bits is called a byte and can represent decimal numbers ranging from 0 to 255. The particular sequence of bits in the byte encodes a unit of information, such as a keyboard character. One byte typically represents a single character such as a number, letter, or symbol. Most computers operate by manipulating groups of 2, 4, or 8 bytes called words.
Memory capacity is usually quantified in terms of kilobytes, megabytes, and gigabytes. Although
the prefixes kilo-, mega-, and giga-, are taken from the metric system, they have a slightly different meaning when applied to computer memories. In the metric system, kilo- means 1 thousand; mega-, 1 million; and giga-, 1 billion. When applied to computer memory, however, the prefixes are measured as powers of two, with kilo- meaning 2 raised to the 10th power, or 1,024; mega- meaning 2 raised to the 20th power, or 1,048,576; and giga- meaning 2 raised to the 30th power, or 1,073,741,824. Thus, a kilobyte is 1,024 bytes and a megabyte is 1,048,576 bytes. It is easier to remember that a kilobyte is approximately 1,000 bytes, a megabyte is approximately 1 million bytes, and a gigabyte is approximately 1 billion bytes.
II HOW MEMORY WORKS
Computer memory may be divided into two broad categories known as internal memory and external memory. Internal memory operates at the highest speed and can be accessed directly by the central processing unit (CPU)—the main electronic circuitry within a computer that processes information. Internal memory is contained on computer chips and uses electronic circuits to store information (see Microprocessor). External memory consists of storage on peripheral devices that are slower than internal memories but offer lower cost and the ability to hold data after the computer’s power has been turned off. External memory uses inexpensive mass-storage devices such as magnetic hard drives. See also Information Storage and Retrieval.
Internal memory is also known as random access memory (RAM) or read-only memory (ROM). Information stored in RAM can be accessed in any order, and may be erased or written over. Information stored in ROM may also be random-access, in that it may be accessed in any order, but the information recorded on ROM is usually permanent and cannot be erased or written over.
A Internal RAM
Random access memory is also called main memory because it is the primary memory that the CPU uses when processing information. The electronic circuits used to construct this main internal RAM can be classified as dynamic RAM (DRAM), synchronized dynamic RAM (SDRAM), or static RAM (SRAM). DRAM, SDRAM, and SRAM all involve different ways of using transistors and capacitors to store data. In DRAM or SDRAM, the circuit for each bit consists of a transistor, which acts as a switch, and a capacitor, a device that can store a charge. To store the binary value 1 in a bit, DRAM places an electric charge on the capacitor. To store the binary value 0, DRAM removes all electric charge from the capacitor. The transistor is used to switch the charge onto the capacitor. When it is turned on, the transistor acts like a closed switch that allows electric current to flow into the capacitor and build up a charge. The transistor is then turned off, meaning that it acts like an open switch, leaving the charge on the capacitor. To store a 0, the charge is drained from the capacitor while the transistor is on, and then the transistor is turned off, leaving the capacitor uncharged. To read a value in a DRAM bit location, a detector circuit determines whether a charge is present or absent on the relevant capacitor.
DRAM is called dynamic because it is continually refreshed. The memory chips themselves cannot hold values over long periods of time. Because capacitors are imperfect, the charge slowly leaks out of them, which results in loss of the stored data. Thus, a DRAM memory system contains additional circuitry that periodically reads and rewrites each data value. This replaces the charge on the capacitors, a process known as refreshing memory. The major difference between SDRAM and DRAM arises from the way in which refresh circuitry is created. DRAM contains separate, independent circuitry to refresh memory. The refresh circuitry in SDRAM is synchronized to use the same hardware clock as the CPU. The hardware clock sends a constant stream of pulses through the CPU’s circuitry. Synchronizing the refresh circuitry with the hardware clock results in less duplication of electronics and better access coordination between the CPU and the refresh circuits.
In SRAM, the circuit for a bit consists of multiple transistors that hold the stored value without the need for refresh. The chief advantage of SRAM lies in its speed. A computer can access data in SRAM more quickly than it can access data in DRAM or SDRAM. However, the SRAM circuitry draws more power and generates more heat than DRAM or SDRAM. The circuitry for a SRAM bit is also larger, which means that a SRAM memory chip holds fewer bits than a DRAM chip of the same size. Therefore, SRAM is used when access speed is more important than large memory capacity or low power consumption.
The time it takes the CPU to transfer data to or from memory is particularly important because it determines the overall performance of the computer. The time required to read or write one bit is known as the memory access time. Current DRAM and SDRAM access times are between 30 and 80 nanoseconds (billionths of a second). SRAM access times are typically four times faster than DRAM.
The internal RAM on a computer is divided into locations, each of which has a unique numerical address associated with it. In some computers a memory address refers directly to a single byte in memory, while in others, an address specifies a group of four bytes called a word. Computers also exist in which a word consists of two or eight bytes, or in which a byte consists of six or ten bits.
When a computer performs an arithmetic operation, such as addition or multiplication, the numbers used in the operation can be found in memory. The instruction code that tells the computer which operation to perform also specifies which memory address or addresses to access. An address is sent from the CPU to the main memory (RAM) over a set of wires called an address bus. Control circuits in the memory use the address to select the bits at the specified location in RAM and send a copy of the data back to the CPU over another set of wires called a data bus. Inside the CPU, the data passes through circuits called the data path to the circuits that perform the arithmetic operation. The exact details depend on the model of the CPU. For example, some CPUs use an intermediate step in which the data is first loaded into a high-speed memory device within the CPU called a register.
B Internal ROM
Read-only memory is the other type of internal memory. ROM memory is used to store items that the computer needs to execute when it is first turned on. For example, the ROM memory on a PC contains a basic set of instructions, called the basic input-output system (BIOS). The PC uses BIOS to start up the operating system. BIOS is stored on computer chips in a way that causes the information to remain even when power is turned off.
Information in ROM is usually permanent and cannot be erased or written over easily. A ROM is permanent if the information cannot be changed—once the ROM has been created, information can be retrieved but not changed. Newer technologies allow ROMs to be semi-permanent—that is, the information can be changed, but it takes several seconds to make the change. For example, a FLASH memory acts like a ROM because values remain stored in memory, but the values can be changed.
C External Memory
External memory can generally be classified as either magnetic or optical, or a combination called magneto-optical. A magnetic storage device, such as a computers hard drive, uses a surface coated with material that can be magnetized in two possible ways. The surface rotates under a small electromagnet that magnetizes each spot on the surface to record a 0 or 1. To retrieve data, the surface passes under a sensor that determines whether the magnetism was set for a 0 or 1. Optical storage devices such as a compact disc (CD) player use lasers to store and retrieve information from a plastic disk. Magneto-optical memory devices use a combination of optical storage and retrieval technology coupled with a magnetic medium.
C1 Magnetic Media
Memory stored on external magnetic media include magnetic tape, a hard disk, and a floppy disk. Magnetic tape is a form of external computer memory used primarily for backup storage. Like the surface on a magnetic disk, the surface of tape is coated with a material that can be magnetized. As the tape passes over an electromagnet, individual bits are magnetically encoded. Computer systems using magnetic tape storage devices employ machinery similar to that used with analog tape: open-reel tapes, cassette tapes, and helical-scan tapes (similar to video tape).
Another form of magnetic memory uses a spinning disk coated with magnetic material. As the disk spins, a sensitive electromagnetic sensor, called a read-write head, scans across the surface of the disk, reading and writing magnetic spots in concentric circles called tracks.
Magnetic disks are classified as either hard or floppy, depending on the flexibility of the material from which they are made. A floppy disk is made of flexible plastic with small pieces of a magnetic material imbedded in its surface. The read-write head touches the surface of the disk as it scans the floppy. A hard disk is made of a rigid metal, with the read-write head flying just above its surface on a cushion of air to prevent wear.
C2 Optical Media
Optical external memory uses a laser to scan a spinning reflective disk in which the presence or absence of nonreflective pits in the disk indicates 1s or 0s. This is the same technology employed in the audio CD. Because its contents are permanently stored on it when it is manufactured, it is known as compact disc-read only memory (CD-ROM). A variation on the CD, called compact disc-recordable (CD-R), uses a dye that turns dark when a stronger laser beam strikes it, and can thus have information written permanently on it by a computer.
C3 Magneto-Optical Media
Magneto-optical (MO) devices write data to a disk with the help of a laser beam and a magnetic write-head. To write data to the disk, the laser focuses on a spot on the surface of the disk heating it up slightly. This allows the magnetic write-head to change the physical orientation of small grains of magnetic material (actually tiny crystals) on the surface of the disk. These tiny crystals reflect light differently depending on their orientation. By aligning the crystals in one direction a 0 can be stored, while aligning the crystals in the opposite direction stores a 1. Another, separate, low-power laser is used to read data from the disk in a way similar to a standard CD-ROM. The advantage of MO disks over CD-ROMs is that they can be read and written to. They are, however, more expensive than CD-ROMs and are used mostly in industrial applications. MO devices are not popular consumer products.
D Cache Memory
CPU speeds continue to increase much more rapidly than memory access times decrease. The result is a growing gap in performance between the CPU and its main RAM memory. To compensate for the growing difference in speeds, engineers add layers of cache memory between the CPU and the main memory. A cache consists of a small, high-speed memory system that holds recently used values. When the CPU makes a request to fetch or store a memory value, the CPU sends the request to the cache. If the item is already present in the cache, the cache can honor the request quickly because the cache operates at higher speed than main memory. For example, if the CPU needs to add two numbers, retrieving the values from the cache can take less than one-tenth as long as retrieving the values from main memory. However, because the cache is smaller than main memory, not all values can fit in the cache at one time. Therefore, if the requested item is not in the cache, the cache must fetch the item from main memory.
Cache cannot replace conventional RAM because cache is much more expensive and consumes more power. However, research has shown that even a small cache that can store only 1 percent of the data stored in main memory still provides a significant speedup for memory access. Therefore, most computers include a small, external memory cache attached to their RAM. More important, multiple caches can be arranged in a hierarchy to lower memory access times even further. In addition, most CPUs now have a cache on the CPU chip itself. The on-chip internal cache is smaller than the external cache, which is smaller than RAM. The advantage of the on-chip cache is that once a data item has been fetched from the external cache, the CPU can use the item without having to wait for an external cache access.
III DEVELOPMENTS AND LIMITATIONS
Since the inception of computer memory, the capacity of both internal and external memory devices has grown steadily at a rate that leads to a quadrupling in size every three years. Computer industry analysts expect this rapid rate of growth to continue unimpeded. Computer engineers consider it possible to make multigigabyte memory chips and disks capable of storing a terabyte (one trillion bytes) of memory.
Some computer engineers are concerned that the silicon-based memory chips are approaching a limit in the amount of data they can hold. However, it is expected that transistors can be made at least four times smaller before inherent limits of physics make further reductions difficult. Engineers also expect that the external dimensions of memory chips will increase by a factor of four, meaning that larger amounts of memory will fit on a single chip. Current memory chips use only a single layer of circuitry, but researchers are working on ways to stack multiple layers onto one chip. Once all of these approaches are exhausted, RAM memory may reach a limit. Researchers, however, are also exploring more exotic technologies with the potential to provide even more capacity, including the use of biotechnology to produce memories out of living cells. The memory in a computer is composed of many memory chips. While current memory chips contain megabytes of RAM, future chips will likely have gigabytes of RAM on a single chip. To add to RAM, computer users can purchase memory cards that each contain many memory chips. In addition, future computers will likely have advanced data transfer capabilities and additional caches that enable the CPU to access memory faster.
IV HISTORY
Early electronic computers in the late 1940s and early 1950s used cathode ray tubes (CRT), similar to a computer display screen, to store data. The coating on a CRT remains lit for a short time after an electron beam strikes it. Thus, a pattern of dots could be written on the CRT, representing 1s and 0s, and then be read back for a short time before fading. Like DRAM, CRT storage had to be periodically refreshed to retain its contents. A typical CRT held 128 bytes, and the entire memory of such a computer was usually 4 kilobytes.
International Business Machines Corporation (IBM) developed magnetic core memory in the early 1950s. Magnetic core (often just called “core”) memory consisted of tiny rings of magnetic material woven into meshes of thin wires. When the computer sent a current through a pair of wires, the ring at their intersection became magnetized either clockwise or counterclockwise (corresponding to a 0 or a 1), depending on the direction of the current. Computer manufacturers first used core memory in production computers in the 1960s, at about the same time that they began to replace vacuum tubes with transistors. Magnetic core memory was used through most of the 1960s and into the 1970s.
The next step in the development of computer memory came with the introduction of integrated circuits, which enabled multiple transistors to be placed on one chip. Computer scientists developed the first such memory when they constructed an experimental supercomputer called Illiac-IV in the late 1960s. Integrated circuit memory quickly displaced core and has been the dominant technology for internal memory ever since.
Reviewed By:
Douglas E. Comer
Microsoft ® Encarta ® Reference Library 2003. © 1993-2002 Microsoft Corporation. All rights reserved.
///1.Cara Mudah Bikin File Download pada Blogspot atau site lainnya///2.FREE DOWNLOAD MP3 ingat kamu buakn versi Maia, tapi Dina Mariana keren lo///3.Peta Jogja bisa di download///4.Klip Keren, sound gitarnya luar biasa///5.Kisah 1001 malam///6.Kisah orang China masuk Harvard///7.Kisah Negara Goblog///8.Automatic link exchange atau tukar link otomatis///9.KISAh SEO ngawur///10.Tips cara menyisipkan page element di head, buat nambah head atau menaruh iklan di head///11.Patah Hati Itu Indah///12.Computer Memory///13.3 Column lefty Basic Adsense Template (Blogspot) Template 3 kolom posting kiri paling sederhana///14.BOB MARLEY : No woman No Cry///15.Tips CARA MUDAH BIKIN WEBSITE///16.Tips dan Cara ganti warna background Shoutmix///17.Memory manusia diganti mesin ///18.Individual As a Concept///19.Mimpi Rakyat Kecil, Golput///20.Kisah Penjual Pensil///21.Tips Mengatasi Kesedihan///22.Memori Dalam Tinjauan Filosofi///23.MEMORI MANUSIA///24.
KEpRibadian ganda///25.President Barrack Hussein Obamma or President Hillary (Rodham) Clinton///26.Change background facebook, artinya: sejarah facebook hehehe ngawur lagi..///27.Sepuluh Orang Terkaya ter-Muda 2008 Versi Forbes///28.Fakta Yang Mengkhawatirkan dari Barrack Obama

Rabu, 27 Agustus 2014
Perbedaan White Hat Black Hat SEO
![]() |
Perbedaan White Hat Black Hat SEO Dalam SEO |
Perbedaan White Hat Black Hat SEO Dalam SEO Mungkin belum banyak diketahui oleh rekan-rekan yang baru belajar SEO.
Untuk itu disini saya akan akan mecoba menjelaskan perbedaan aliran pada teknik seo ini, apa perbedaanya ? ini dia perbedaan teknik White Hat SEO dan Black Hat SEO.
White Hat SEO
Apa itu White Hat SEO ? White Hat SEO menggambarkan praktek etika baik yang digunakan oleh pemilik web untuk mengoptimalkan website miliknya dalam rangka mencapai visibilitas online yang optimal untuk kata kunci tertentu. Salah satu cara melakukan Teknik White Hat SEO adalah dengan mempromosikan blog atau web kita ke jejaring sosial, megoptimasi Tag Heading, dan hasilnya akan awet alis jangka panjang.
Contoh Teknik White Hat SEO adalah :
- Teknik Typo
- Teknik Tag Heading H1 H2 H3
- Teknik Meta Tag
- Teknik Link Building
- Teknik Riset Keyword
Menggunakan teknik white seo nyaris tidak akan memberi dampak yang buruk bagi blog Anda, karena memangg teknik tersebut berdasarkan apa yang dimau oleh search engine.
Black Hat SEO
Apa itu Black Hat SEO ? Black Hat SEO adalah berlawanan dengan White Hat SEO, oleh karena itu banyak yang menganggap Black Hat SEO sebagai teknik yang tidak etis. Black Hat SEO dianggap taktik SEO agresif dan dengan demikian cenderung mengabaikan pedoman mesin pencari mendasar. Meskipun praktik tersebut dapat menghasilkan hasil yang cepat, tapi hasil tidak akan mampu bertahan lama (berbanding terbalik dengan white hat). Menggunakan Teknik Black Hat SEO tentu akan meninggalkan dampak yang buruk untuk web atau blog Anda.
Contoh Teknik Black Hat SEO adalah :
- Teknik SEO Hidden Content
Saya sendiri tidak terlalu menyarankan Anda untuk menggunakan teknik black hat seo ini, karena mengingat google kian hari kian gans jadi sekali lagi, saya tidak merekomendasikan Anda untuk menggunakan Teknik ini, tugas saya hanya menginformasikan kepada Anda tentang teknik tersebut.
Itu dia Perbedaan White Hat Black Hat SEO semoga mencerahkan, untuk sobat Berguru SEO yang sedang mendalami Ilmu SEO.

Sabtu, 16 Agustus 2014
5 Kekuatan Super Hero yang Telah Berhasil Diwujudkan Para Ilmuwan DiDunia
1. Kemampuan Penglihatan Superman Dalam Menembus Dinding
Cameros Xaver 800, produk yang menggunakan radar gelombang mikro untuk menembus dinding dan proyek pencitraan 3-D dari apa pun yang bersembunyi di balik dinding-dinding.
Menurut perusahaan pembuatnya, alat ini dapat digunakan untuk mencitrakan menembus dinding tua biasa, batu bata tanah liat, blok sinder dan bahkan struktur beton bertulang, semuanya ditembus Xaver 800...Walaupun seperti Superman, alat ini juga punya punya kryptonite (kelemahan) nya, perangkat ini tidak dapat melihat menembus logam solid.

Perusahaan-perusahaan lain juga masuk ke bisnis visi sinar-X. Fisik Optik Corporation menawarkan perangkat genggam yang disebut LEXID, yang dapat mengungkapkan selundupan tersembunyi di balik tembok, di mobil dan dalam wadah lain


2. Kemampuan Perekat Spiderman Untuk Menempel Pada Dinding
Para ilmuwan telah bekerja untuk mengembangkan perekat sintetis yang meniru cicak selama bertahun-tahun, dan seperti sebuah penemuan sangat dekat untuk menjadi kenyataan, berkat metode baru yang menggunakan plastik untuk membuat struktur mikroskopis serupa.


Dalam semua kemungkinan, ruangan akan menjadi tujuan pertama untuk mencoba perekat kering baru. Saat ini, idenya adalah bahwa teknologi akan membantu robot dalam eksplorasi batas akhir.
Ide ini sepenuhnya masuk akal, bahwa prinsip yang sama pada akhirnya dapat diterapkan untuk menggantikan perekat sehari-hari dimana orang akan mulai terbiasa.
3. Kekuatan Otot Super HULK
Berkley Bionics dan Lockheed Martin Human Universal Load Carrier (HULC) exoskeletons adalah contoh dari inovasi tersebut. HULC, melalui kaki titanium nya, mengubah pemakainya menjadi kuat.
Kaki titanium dipasang ke bingkai backpacklike dengan seperangkat unit tenaga dan mikrokomputer on-board kecil. Salah satu fitur HULC paling mengesankan adalah fakta bahwa ia tidak memerlukan joystick atau mekanisme kontrol manual. Perangkat dapat merasakan gerakan yang dimaksudkan operator, dan bereaksi sesuai keinginan.


4. Kekuatan Neo The Matrix dalam Menghentikan Laju Peluru
IBM mengajukan paten untuk Bionic Body Armor, yang akan menyelesaikan tugas-tugas tersebut, pada awal 2009. Perangkat ini akan memberikan stimuliasi / reflek kejut kepada pemakainya yang pada gilirannya akan menyebabkan gerakan refleksif dalam arah yang berlawanan dari sebuah laju proyektil yang mengancam.


Smart armor ini masih sedang dikembangkan dalam bentuk cairan pelindung tubuh. Satu versi menggunakan cairan magnetorheological (MFS), yang menebal bila terkena medan magnet, dan lainnya menggunakan cairan geser-penebalan (STFs), yang mengeras bila ada stimulasi atau disambar paksa oleh suatu objek.
1. Kemampuan Storm (X-Men) dalam Memanipulasi Cuaca
Di awal tahun 1998 sebuah projek yang bernama HAARP (High Frequency Active Auroral Research Program) dicurigai tengah mengembangkan sebuah senjata pamungkas berdasarkan konsep-konsep "mesin gempa bumi" Nikola Tesla.
Projek ini menurut sebagian kalangan bertanggung jawab terhadap beberapa peristiwa gempa besar, seperti gempa bumi 7,8 skala Richter (SR) di Sichuan China 12 Mei 2008, gempa bumi 7,0 SR di Haiti 12 Januari 2010, dan gempa bumi 8,8 SR di Chile 27 Februari 2010.
Ketika Haiti diguncang gempa bumi berkekuatan 7,0 SR pada 12 Januari 2010 dan menewaskan sekitar 200.000 orang, banyak media massa yang melansir pernyataan Presiden Hugo Chavez kepada surat kabar Spanyol ABC.
Dalam berita disebutkan pemimpin Venezuela itu menuduh AS menyebabkan kehancuran di Haiti dengan menguji coba "senjata tektonik". Media massa Venezuela pun melaporkan bahwa gempa bumi ini mungkin terkait dengan projek yang disebut HAARP, sebuah sistem yang dapat menghasilkan perubahan iklim yang tak terduga dan keras.
Salah seorang pakar dari Phillips Geophysics Lab yang ambil bagian dalam projek HAARP pernah mengungkapkan adanya riset yang diarahkan untuk menciptakan perangkat-perangkat pemicu bencana alam.
Menurut dia, AS pernah menggunakan gelombang elektromagnetik berfrekuensi sangat rendah (extremely low frequency, ELF) yang mampu menembus lapisan tanah dan lautan hingga ratusan kilometer di dalam perut bumi. Melalui modifikasi khusus, gelombang itu mampu menggerakkan lempeng tektonik bumi.
Pembuatan senjata semacam ini memang telah diprediksi sebelumnya. Mantan penasihat keamanan Gedung Putih Zbigniew Brzezinski dalam bukunya "Between Two Ages," menulis, "Teknologi baru akan menyediakan teknik untuk melakukan peperangan rahasia yang hanya membutuhkan sedikit pasukan, seperti teknik memodifikasi cuaca yang dapat menimbulkan badai yang berkepanjangan."
Keberadaan senjata jenis ekologi bukanlah fiksi ilmiah. Seorang pakar kesehatan dan lingkungan bernama Dr. Rosalie Bertell mengonfirmasi bahwa militer AS sedang mengerjakan sebuah sistem pengatur cuaca sebagai senjata potensial.
Metodenya termasuk mengendalikan badai dan mengatur arah penguapan air di atmosfer bumi untuk menghasilkan banjir di tempat tertentu.
Dugaan ini pun diperkuat Marc Fil-terman, mantan pejabat militer Prancis yang mengatakan AS telah memiliki teknologi untuk memanipulasi frekuensi radio untuk melepaskan kondisi cuaca tertentu seperti badai dan topan.
Sumber : apakabardunia.com
Cameros Xaver 800, produk yang menggunakan radar gelombang mikro untuk menembus dinding dan proyek pencitraan 3-D dari apa pun yang bersembunyi di balik dinding-dinding.
Menurut perusahaan pembuatnya, alat ini dapat digunakan untuk mencitrakan menembus dinding tua biasa, batu bata tanah liat, blok sinder dan bahkan struktur beton bertulang, semuanya ditembus Xaver 800...Walaupun seperti Superman, alat ini juga punya punya kryptonite (kelemahan) nya, perangkat ini tidak dapat melihat menembus logam solid.


Perusahaan-perusahaan lain juga masuk ke bisnis visi sinar-X. Fisik Optik Corporation menawarkan perangkat genggam yang disebut LEXID, yang dapat mengungkapkan selundupan tersembunyi di balik tembok, di mobil dan dalam wadah lain
2. Kemampuan Perekat Spiderman Untuk Menempel Pada Dinding
Para ilmuwan telah bekerja untuk mengembangkan perekat sintetis yang meniru cicak selama bertahun-tahun, dan seperti sebuah penemuan sangat dekat untuk menjadi kenyataan, berkat metode baru yang menggunakan plastik untuk membuat struktur mikroskopis serupa.
Dalam semua kemungkinan, ruangan akan menjadi tujuan pertama untuk mencoba perekat kering baru. Saat ini, idenya adalah bahwa teknologi akan membantu robot dalam eksplorasi batas akhir.
Ide ini sepenuhnya masuk akal, bahwa prinsip yang sama pada akhirnya dapat diterapkan untuk menggantikan perekat sehari-hari dimana orang akan mulai terbiasa.
3. Kekuatan Otot Super HULK
Berkley Bionics dan Lockheed Martin Human Universal Load Carrier (HULC) exoskeletons adalah contoh dari inovasi tersebut. HULC, melalui kaki titanium nya, mengubah pemakainya menjadi kuat.
Kaki titanium dipasang ke bingkai backpacklike dengan seperangkat unit tenaga dan mikrokomputer on-board kecil. Salah satu fitur HULC paling mengesankan adalah fakta bahwa ia tidak memerlukan joystick atau mekanisme kontrol manual. Perangkat dapat merasakan gerakan yang dimaksudkan operator, dan bereaksi sesuai keinginan.
4. Kekuatan Neo The Matrix dalam Menghentikan Laju Peluru
IBM mengajukan paten untuk Bionic Body Armor, yang akan menyelesaikan tugas-tugas tersebut, pada awal 2009. Perangkat ini akan memberikan stimuliasi / reflek kejut kepada pemakainya yang pada gilirannya akan menyebabkan gerakan refleksif dalam arah yang berlawanan dari sebuah laju proyektil yang mengancam.
Smart armor ini masih sedang dikembangkan dalam bentuk cairan pelindung tubuh. Satu versi menggunakan cairan magnetorheological (MFS), yang menebal bila terkena medan magnet, dan lainnya menggunakan cairan geser-penebalan (STFs), yang mengeras bila ada stimulasi atau disambar paksa oleh suatu objek.
1. Kemampuan Storm (X-Men) dalam Memanipulasi Cuaca
Di awal tahun 1998 sebuah projek yang bernama HAARP (High Frequency Active Auroral Research Program) dicurigai tengah mengembangkan sebuah senjata pamungkas berdasarkan konsep-konsep "mesin gempa bumi" Nikola Tesla.
Projek ini menurut sebagian kalangan bertanggung jawab terhadap beberapa peristiwa gempa besar, seperti gempa bumi 7,8 skala Richter (SR) di Sichuan China 12 Mei 2008, gempa bumi 7,0 SR di Haiti 12 Januari 2010, dan gempa bumi 8,8 SR di Chile 27 Februari 2010.
Ketika Haiti diguncang gempa bumi berkekuatan 7,0 SR pada 12 Januari 2010 dan menewaskan sekitar 200.000 orang, banyak media massa yang melansir pernyataan Presiden Hugo Chavez kepada surat kabar Spanyol ABC.
Dalam berita disebutkan pemimpin Venezuela itu menuduh AS menyebabkan kehancuran di Haiti dengan menguji coba "senjata tektonik". Media massa Venezuela pun melaporkan bahwa gempa bumi ini mungkin terkait dengan projek yang disebut HAARP, sebuah sistem yang dapat menghasilkan perubahan iklim yang tak terduga dan keras.
Salah seorang pakar dari Phillips Geophysics Lab yang ambil bagian dalam projek HAARP pernah mengungkapkan adanya riset yang diarahkan untuk menciptakan perangkat-perangkat pemicu bencana alam.
Menurut dia, AS pernah menggunakan gelombang elektromagnetik berfrekuensi sangat rendah (extremely low frequency, ELF) yang mampu menembus lapisan tanah dan lautan hingga ratusan kilometer di dalam perut bumi. Melalui modifikasi khusus, gelombang itu mampu menggerakkan lempeng tektonik bumi.
Pembuatan senjata semacam ini memang telah diprediksi sebelumnya. Mantan penasihat keamanan Gedung Putih Zbigniew Brzezinski dalam bukunya "Between Two Ages," menulis, "Teknologi baru akan menyediakan teknik untuk melakukan peperangan rahasia yang hanya membutuhkan sedikit pasukan, seperti teknik memodifikasi cuaca yang dapat menimbulkan badai yang berkepanjangan."
Keberadaan senjata jenis ekologi bukanlah fiksi ilmiah. Seorang pakar kesehatan dan lingkungan bernama Dr. Rosalie Bertell mengonfirmasi bahwa militer AS sedang mengerjakan sebuah sistem pengatur cuaca sebagai senjata potensial.
Metodenya termasuk mengendalikan badai dan mengatur arah penguapan air di atmosfer bumi untuk menghasilkan banjir di tempat tertentu.
Dugaan ini pun diperkuat Marc Fil-terman, mantan pejabat militer Prancis yang mengatakan AS telah memiliki teknologi untuk memanipulasi frekuensi radio untuk melepaskan kondisi cuaca tertentu seperti badai dan topan.
Sumber : apakabardunia.com

Rabu, 13 Agustus 2014
Cara Obama Cegah Puterinya Punya Tato
Kamis, 25 April 2013
AFP Presiden AS, Barack Obama, dan isterinya Michelle serta kedua puteri mereka, Malia (14 tahun) dan Sasha (11).
WASHINGTON, KOMPAS.com — Anda tidak ingin anak anda punya tato? Cuba lihat cara Presiden AS Barack Obama. Ia memiliki strategi unik dalam mencegah kedua puterinya punya tato di tubuh mereka. Obama dan isterinya, Michelle, mengancam akan membuat desain tato yang sama, lalu mengunggahnya sebagai sebuah tato keluarga ke YouTube.
"Apa yang telah kami sampaikan kepada gadis-gadis itu adalah, Jika kalian memutuskan bahawa kalian akan memiliki tato, maka ibu kalian dan saya akan membuat tato yang (desainnya) sama seperti Ente, di tempat yang sama pula," kata Obama dalam acara NBC Today pada Rabu (24/4).
"Kami akan memasukkannya ke YouTube dan mempamerkannya sebagai tato keluarga," katanya. "Menurut pemikiran kami, hal itu mungkin akan menghalangi mereka dari pemikiran bahawa itu merupakan cara yang baik untuk membangkang."
Obama dan isterinya, Michelle, punya dua puteri, yaitu Malia (14 tahun) dan Sasha (11).
"Apa yang telah kami sampaikan kepada gadis-gadis itu adalah, Jika kalian memutuskan bahawa kalian akan memiliki tato, maka ibu kalian dan saya akan membuat tato yang (desainnya) sama seperti Ente, di tempat yang sama pula," kata Obama dalam acara NBC Today pada Rabu (24/4).
"Kami akan memasukkannya ke YouTube dan mempamerkannya sebagai tato keluarga," katanya. "Menurut pemikiran kami, hal itu mungkin akan menghalangi mereka dari pemikiran bahawa itu merupakan cara yang baik untuk membangkang."
Obama dan isterinya, Michelle, punya dua puteri, yaitu Malia (14 tahun) dan Sasha (11).
Sumber :AFP

Selasa, 12 Agustus 2014
Cinta Laut Langit
Salam semua,

Dahulu Kala, langit dan laut saling jatuh cinta, mereka sama2 saling menyukai antara satu sama lain.
Sukanya laut terhadap langit, warna laut yang biru, sukanya langit terhadap laut, warna langit yang biru n memutih. Setiap senja datang, si laut dengan lembut sekali membisikkan “aku cinta padamu” ke telinga langit.
Setiap langit mendengar bisikan penuh cinta laut, langit tidak menjawap apa2 pun hanya tersipu2 malu wajahnya penuh kemerah-merahan.
Suatu hari, datang awan begitu melihat kecantikan si langit,
Awan seketika itu juga jatuh hati terhadap langit.
Awan seketika itu juga jatuh hati terhadap langit.
Tentu saja langit hanya mencintai laut, setiap hari hanya melihat laut saja.
Awan sedih tapi tak putus asa, mencari cara dan akhirnya menemukan akal fikiran.
Awan mengembangkan dirinya sebesar mungkin dan menyusup ke tengah-tengah langit dan laut, menghalangi pandangan langit dan laut terhadap satu sama lain.
Laut merasa marah kerana tidak boleh melihat langit sehingga dengan gelombangnya, laut berusaha mengusir awan yang menganggu pandangannya.
Tapi tentu saja tidak bertinjauan.
Lalu datanglah angin,
Sejak dulu mengetahui hubungan laut dan langit merasa harus membantu mereka menyingkirkan awan yang menganggu.
Dengan tiupan keras dan kuat, angin meniup awan, awan terbagi2 menjadi banyak bahagian sehingga tidak boleh lagi melihat langit dengan jelas, tidak boleh lagi berusaha mengungkapkan perasaannya terhadap langit, awan menangis sedih.
Hingga sekarang, kasih antara langit dan laut tidak terpisahkan.
Setiap ke laut, di mana ada satu garis antara laut dan langit, disitulah mereka bersatu selama-lamanya.
By: cinta alysa

Langganan:
Postingan (Atom)