勇闖新世界︰ W!o《卡夫卡村》變形祭︰神奇護照‧三

《老子》‧第二章

天下皆知美之為美,斯惡已;皆知善之為善,斯不善已。故有無相生,難易相成,長短相形,高下相傾,音聲相和,前後相隨。

是以聖人處無為之事,行不言之教。萬物作焉而不辭,生而不有,為而不恃,功成而弗居。夫唯弗居,是以不去。

 

何謂『矛盾』的呢? 『此』且『非此』,『彼』又『非彼』一類的『概念』。若問『善』與『惡』是『矛盾』的嗎?假使人世間有『不善不惡』之事或『既善且惡』之行,當然『善‧惡』就不可說是邏輯的『矛盾』。即使沒有『又善又惡』的事件,那『善‧惡』的概念是否就可窮盡一切現象哩!要是存在『無記』之『非善非惡 』的作為,那『善‧惡』依然不可說是邏輯的『矛盾』!!

如果此時舉維基百科裡『文氏圖』解釋用的例子來講︰

250px-Venn-diagram-ABC.svg

在這個例子中,一個集合完全在另一個集合內部。我們說集合A是在世界中能找到的所有的不同類型的奶酪,集合B是在世界中能找到的所有食物。從這個圖中,你可以看出所有奶酪都是食物,但是不是所有食物都是奶酪。進一步的說,集合C(比如說金屬造物)與集合B沒有公共元素(集合的成員),從此我們可以在邏輯上斷言沒有奶酪是金屬造物(或者反過來說)。在形式上,上述的圖可以在數學上解釋為”集合A是集合B的真子集,而集合C和集合B沒有公共元素”。

或解釋為一個三段論

  • 所有As是Bs
  • 沒有Cs是Bs
  • 所以,沒有Cs是As
  • 所以,沒有As是Cs。

 

彷彿通常人們較容易理解這『 ABC 』的關係!?這是為什麼的呢? ?曾有人說︰人類的大腦是個不設防的城市。說不定那個『大腦』還很容易先入為主,形成『刻板』印象,以至於理念時會自相矛盾而不『自知』。這或許就是一個『判斷』之『健不健全』,所依賴的『理則 』、『證據』以及『價值』之先後次序常常混亂不清,『理性』老是與『感性』衝突的原故吧!!??

 

由於在樹莓派上並沒有『 Open NFC 』適合的軟硬體,在此僅引用一張『 NFC Standards 』圖,

 

OpenNFC

 

就讓我們經由『 nfc 論壇』組織,

 

What Is NFC?

Near Field Communication (NFC) is a standards-based short-range wireless connectivity technology that makes life easier and more convenient for consumers around the world by making it simpler to make transactions, exchange digital content, and connect electronic devices with a touch. NFC is compatible with hundreds of millions of contactless cards and readers already deployed worldwide.

We invite you to explore the potential for NFC in your life by selecting a topic of interest from the list below.

img1

About the technology

NFC technology enables short-range wireless interaction between consumer electronics, mobile devices, personal computers, electrical appliances, and NFC-compatible tags. Learn more »

img2

What it does

There are seemingly infinite uses for NFC. Interact dynamically with content, set up connections, make a payment, or present a ticket. Explore uses »

img3

NFC in action

New unimagined ways to interact with NFC technology are created every day. Experience the latest in NFC now »

img4

Identifying NFC

Unlock the power of NFC by learning where interaction is possible, and finding out what to look for. See the best ways to identify NFC here »

……

Our Mission & Goals

Mission

The Near Field Communication Forum was formed to advance the use of Near Field Communication technology by developing specifications, ensuring interoperability among devices and services, and educating the market about NFC technology. Formed in 2004, the Forum’s global member companies, including manufacturers, applications developers, financial services institutions, and others all work together to promote the use of NFC technology in consumer electronics, mobile devices,  PCs, and more.

Goals

The goals of the NFC Forum are to:

  • Develop standards-based Near Field Communication specifications that define a modular architecture and interoperability parameters for NFC devices and protocols
  • Encourage the development of products using NFC Forum specifications
  • Work to ensure that products claiming NFC capabilities comply with NFC Forum specifications
  • Educate consumers and enterprises globally about NFC

The NFC Forum provides a highly stable framework for extensive application development, seamless interoperable solutions, and security for NFC-enabled transactions. The NFC Forum has organized the efforts of dozens of member organizations by creating Committees and Working Groups.

In June 2006, only 18 months after its founding, the Forum formally outlined the architecture for NFC technology. The Forum has released 16 specifications to date. The specifications provide a “road map” that enables all interested parties to create powerful new consumer-driven products.

View NFC Forum Specifications List

 

───

 

嘗試進入『派生 nfc 』的大門,

nfcpy

Python module for near field communication

This documentation covers the ‘trunk‘ version of nfcpy. Source code, issue tracker and a question/answer section are at https://launchpad.net/nfcpy.

The nfcpy module implements NFC Forum specifications for wireless short-range data exchange with NFC devices and tags. It is written in Python and aims to provide an easy-to-use yet powerful framework for contactless applications. The software is licensed under the EUPL.

To send a web link to a smartphone:

>>> import nfc, nfc.snep, threading
>>> connected = lambda llc: threading.Thread(target=llc.run).start()
>>> uri = nfc.ndef.Message(nfc.ndef.UriRecord("http://nfcpy.org"))
>>> clf = nfc.ContactlessFrontend('usb')
>>> llc = clf.connect(llcp={'on-connect': connected})
>>> nfc.snep.SnepClient(llc).put(uri)
True
>>> clf.close()

 

There are also a number of Example Programs that can be used from the command line:

$ examples/beam.py send link http://nfcpy.org

───

 

或可一窺『 NFC 實務』的堂奧。