Skip to main content

Home/ Sensorica Knowledge/ Group items tagged services

Rss Feed Group items tagged

Kurt Laitner

Smart Contracts - 0 views

  • Whether enforced by a government, or otherwise, the contract is the basic building block of a free market economy.
  • A smart contract is a set of promises, specified in digital form, including protocols within which the parties perform on the other promises.
  • The basic idea of smart contracts is that many kinds of contractual clauses (such as liens, bonding, delineation of property rights, etc.) can be embedded in the hardware and software we deal with, in such a way as to make breach of contract expensive (if desired, sometimes prohibitively so) for the breacher.
  • ...77 more annotations...
  • A broad statement of the key idea of smart contracts, then, is to say that contracts should be embedded in the world.
  • And where the vending machine, like electronic mail, implements an asynchronous protocol between the vending company and the customer, some smart contracts entail multiple synchronous steps between two or more parties
  • POS (Point of Sale)
  • EDI (Electronic Data Interchange
  • SWIFT
  • allocation of public network bandwidth via automated auctions
  • Smart contracts reference that property in a dynamic, proactively enforced form, and provide much better observation and verification where proactive measures must fall short.
  • The mechanisms of the world should be structured in such a way as to make the contracts (a) robust against naive vandalism, and (b) robust against sophisticated, incentive compatible (rational) breach.
  • A third category, (c) sophisticated vandalism (where the vandals can and are willing to sacrifice substantial resources), for example a military attack by third parties, is of a special and difficult kind that doesn't often arise in typical contracting, so that we can place it in a separate category and ignore it here.
  • The threat of physical force is an obvious way to embed a contract in the world -- have a judicial system decide what physical steps are to be taken out by an enforcement agency (including arrest, confiscation of property, etc.) in response to a breach of contract
  • It is what I call a reactive form of security.
  • The need to invoke reactive security can be minimized, but not eliminated, by making contractual arrangements verifiable
  • Observation of a contract in progress, in order to detect the first sign of breach and minimize losses, also is a reactive form of security
  • A proactive form of security is a physical mechanism that makes breach expensive
  • From common law, economic theory, and contractual conditions often found in practice, we can distill four basic objectives of contract design
  • observability
  • The disciplines of auditing and investigation roughly correspond with verification of contract performance
  • verifiability
  • The field of accounting is, roughly speaking, primarily concerned with making contracts an organization is involved in more observable
  • privity
  • This is a generalization of the common law principle of contract privity, which states that third parties, other than the designated arbitrators and intermediaries, should have no say in the enforcement of a contract
  • The field of security (especially, for smart contracts, computer and network security), roughly corresponds to the goal of privity.
  • enforceability
  • Reputation, built-in incentives, "self-enforcing" protocols, and verifiability can all play a strong part in meeting the fourth objective
  • Smart contracts often involve trusted third parties, exemplified by an intermediary, who is involved in the performance, and an arbitrator, who is invoked to resolve disputes arising out of performance (or lack thereof)
  • In smart contract design we want to get the most out of intermediaries and arbitrators, while minimizing exposure to them
  • Legal barriers are the most severe cost of doing business across many jurisdictions. Smart contracts can cut through this Gordian knot of jurisdictions
  • Where smart contracts can increase privity, they can decrease vulnerability to capricious jurisdictions
  • Secret sharing
  • The field of Electronic Data Interchange (EDI), in which elements of traditional business transactions (invoices, receipts, etc.) are exchanged electronically, sometimes including encryption and digital signature capabilities, can be viewed as a primitive forerunner to smart contracts
  • One important task of smart contracts, that has been largely overlooked by traditional EDI, is critical to "the meeting of the minds" that is at the heart of a contract: communicating the semantics of the protocols to the parties involved
  • There is ample opportunity in smart contracts for "smart fine print": actions taken by the software hidden from a party to the transaction.
  • Thus, via hidden action of the software, the customer is giving away information they might consider valuable or confidential, but the contract has been drafted, and transaction has been designed, in such a way as to hide those important parts of that transaction from the customer.
  • To properly communicate transaction semantics, we need good visual metaphors for the elements of the contract. These would hide the details of the protocol without surrendering control over the knowledge and execution of contract terms
  • Protocols based on mathematics, called cryptographic protocols, tre the basic building blocks that implement the improved tradeoffs between observability, verifiability, privity, and enforceability in smart contracts
  • secret key cryptography,
  • Public key cryptography
  • digital signatures
  • blind signature
  • Where smart contracts can increase observability or verifiability, they can decrease dependence on these obscure local legal codes and enforcement traditions
  • zero-knowledge interactive proof
  • digital mix
  • Keys are not necessarily tied to identities, and the task of doing such binding turns out to be more difficult than at first glance.
  • All public key operation are are done inside an unreadable hardware board on a machine with a very narrow serial-line connection (ie, it carries only a simple single-use protocol with well-verified security) to a dedicated firewall. Such a board is available, for example, from Kryptor, and I believe Viacrypt may also have a PGP-compatable board. This is economical for central sites, but may be less practical for normal users. Besides better security, it has the added advantage that hardware speeds up the public key computations.
  • If Mallet's capability is to physically sieze the machine, a weaker form of key protection will suffice. The trick is to hold the keys in volatile memory.
  • The data is still vulnerable to a "rubber hose attack" where the owner is coerced into revealing the hidden keys. Protection against rubber hose attacks might require some form of Shamir secret sharing which splits the keys between diverse phgsical sites.
  • How does Alice know she has Bob's key? Who, indeed, can be the parties to a smart contract? Can they be defined just by their keys? Do we need biometrics (such as autographs, typed-in passwords, retina scans, etc.)?
  • The public key cryptography software package "Pretty Good Privacy" (PGP) uses a model called "the web of trust". Alice chooses introducers whom she trusts to properly identify the map between other people and their public keys. PGP takes it from there, automatically validating any other keys that have been signed by Alice's designated introducers.
  • 1) Does the key actually belong to whom it appears to belong? In other words, has it been certified with a trusted signature?
  • 2) Does it belong to an introducers, someone you can trust to certify other keys?
  • 3) Does the key belong to someone you can trust to introduce other introducers? PGP confuses this with criterion (2). It is not clear that any single person has enough judgement to properly undertake task (3), nor has a reasonable institution been proposed that will do so. This is one of the unsolved problems in smart contracts.
  • PGP also can be given trust ratings and programmed to compute a weighted score of validity-- for example, two marginally trusted signatures might be considered as credible as one fully trusted signature
  • Notaries Public Two different acts are often called "notarization". The first is simply where one swears to the truth of some affidavit before a notary or some other officer entitled to take oaths. This does not require the notary to know who the affiant is. The second act is when someone "acknowledges" before a notary that he has executed a document as ``his own act and deed.'' This second act requires the notary to know the person making the acknowledgment.
  • "Identity" is hardly the only thing we might want map to a key. After all, physical keys we use for our house, car, etc. are not necessarily tied to our identity -- we can loan them to trusted friends and relatives, make copies of them, etc. Indeed, in cyberspace we might create "virtual personae" to reflect such multi-person relationships, or in contrast to reflect different parts of our personality that we do not want others to link. Here is a possible classification scheme for virtual personae, pedagogically presented:
  • A nym is an identifier that links only a small amount of related information about a person, usually that information deemed by the nym holder to be relevant to a particular organization or community
  • A nym may gain reputation within its community.
  • With Chaumian credentials, a nym can take advantage of the positive credentials of the holder's other nyms, as provably linked by the is-a-person credential
  • A true name is an identifier that links many different kinds of information about an person, such as a full birth name or social security number
  • As in magick, knowing a true name can confer tremendous power to one's enemies
  • A persona is any perstient pattern of behavior, along with consistently grouped information such as key(s), name(s), network address(es), writing style, and services provided
  • A reputable name is a nym or true name that has a good reputation, usually because it carries many positive credentials, has a good credit rating, or is otherwise highly regarded
  • Reputable names can be difficult to transfer between parties, because reputation assumes persistence of behavior, but such transfer can sometimes occur (for example, the sale of brand names between companies).
  • Blind signatures can be used to construct digital bearer instruments, objects identified by a unique key, and issued, cleared, and redeemed by a clearing agent.
  • The clearing agent prevents multiple clearing of particular objects, but can be prevented from linking particular objects one or both of the clearing nyms who transferred that object
  • These instruments come in an "online" variety, cleared during every transfer, and thus both verifiable and observable, and an "offline" variety, which can be transfered without being cleared, but is only verifiable when finally cleared, by revealing any the clearing nym of any intermediate holder who transfered the object multiple times (a breach of contract).
  • To implement a full transaction of payment for services, we need more than just the digital cash protocol; we need a protocol that guarantees that service will be rendered if payment is made, and vice versa
  • A credential is a claim made by one party about another. A positive credential is one the second party would prefer to reveal, such as a degree from a prestigious school, while that party would prefer not to reveal a negative credential such as a bad credit rating.
  • A Chaumian credential is a cryptographic protocol for proving one possesses claims made about onself by other nyms, without revealing linkages between those nyms. It's based around the is-a-person credential the true name credential, used to prove the linkage of otherwise unlinkable nyms, and to prevent the transfer of nyms between parties.
  • Another form of credential is bearer credential, a digital bearer instrument where the object is a credential. Here the second party in the claim refers to any bearer -- the claim is tied only to the reputable name of issuing organization, not to the nym or true name of the party holding the credential.
  • Smart Property We can extend the concept of smart contracts to property. Smart property might be created by embedding smart contracts in physical objects. These embedded protocols would automatically give control of the keys for operating the property to the party who rightfully owns that property, based on the terms of the contract. For example, a car might be rendered inoperable unless the proper challenge-response protocol is completed with its rightful owner, preventing theft. If a loan was taken out to buy that car, and the owner failed to make payments, the smart contract could automatically invoke a lien, which returns control of the car keys to the bank. This "smart lien" might be much cheaper and more effective than a repo man. Also needed is a protocol to provably remove the lien when the loan has been paid off, as well as hardship and operational exceptions. For example, it would be rude to revoke operation of the car while it's doing 75 down the freeway.
  • Smart property is software or physical devices with the desired characteristics of ownership embedded into them; for example devices that can be rendered of far less value to parties who lack possesion of a key, as demonstrated via a zero knowledge interactive proof
  • One method of implementing smart property is thru operation necessary data (OND): data necessary to the operation of smart property.
  • A smart lien is the sharing of a smart property between parties, usually two parties called the owner and the lienholder.
  • Many parties, especially new entrants, may lack this reputation capital, and will thus need to be able to share their property with the bank via secure liens
  • What about extending the concept of contract to cover agreement to a prearranged set of tort laws? These tort laws would be defined by contracts between private arbitration and enforcement agencies, while customers would have a choice of jurisdictions in this system of free-market "governments".
  • If these privately practiced law organizations (PPLs for short) bear ultimate responsibility for the criminal activities of their customers, or need to insure lack of defection or future payments on the part of customers, they may in turn ask for liens against their customers, either in with contractual terms allowing arrest of customers under certain conditions
  • Other important areas of liability include consumer liability and property damage (including pollution). There need to mechanisms so that, for example, pollution damage to others' persons or property can be assessed, and liens should exist so that the polluter can be properly charged and the victims paid. Where pollution is quantifiable, as with SO2 emissions, markets can be set up to trade emission rights. The PPLs would have liens in place to monitor their customer's emissions and assess fees where emission rights have been exceeded.
Tiberius Brastaviceanu

Welcome to the new reputation economy (Wired UK) - 1 views

  • banks take into account your online reputation alongside traditional credit ratings to determine your loan
  • headhunters hire you based on the expertise you've demonstrated on online forums
  • reputation data becomes the window into how we behave, what motivates us, how our peers view us and ultimately whether we can or can't be trusted.
  • ...37 more annotations...
  • At the heart of Movenbank is a concept call CRED.
  • The difference today is our ability to capture data from across an array of digital services. With every trade we make, comment we leave, person we "friend", spammer we flag or badge we earn, we leave a trail of how well we can or can't be trusted.
  • An aggregated online reputation having a real-world value holds enormous potential
  • peer-to-peer marketplaces, where a high degree of trust is required between strangers; and where a traditional approach based on disjointed information sources is currently inefficient, such as recruiting.
  • opportunity to reinvent the way people found jobs through online reputation
  • "It's not about your credit, but your credibility," King says.
  • But this wealth of data raises an important question -- who owns our reputation? Shouldn't our hard-earned online status be portable? If you're a SuperHost on Airbnb, shouldn't you be able to use that reputation to, say, get a loan, or start selling on Etsy?
  • "People are currently underusing their networks and reputation," King says. "I want to help people to understand and build their influence and reputation, and think of it as capital they can put to good use."
  • Social scientists have long been trying to quantify the value of reputation.
  • Using functional magnetic resonance imaging, the researchers monitored brain activity
  • "The implication of our study is that different types of reward are coded by the same currency system." In other words, our brains neurologically compute personal reputation to be as valuable as money.
  • Personal reputation has been a means of making socioeconomic decisions for thousands of years. The difference today is that network technologies are digitally enabling the trust we used to experience face-to-face -- meaning that interactions and exchanges are taking place between total strangers.
  • Trust and reputation become acutely important in peer-to-peer marketplaces such as WhipCar and Airbnb, where members are taking a risk renting out their cars or their homes.
  • When you are trading peer-to-peer, you can't count on traditional credit scores. A different measurement is needed. Reputation fills this gap because it's the ultimate output of how much a community trusts you.
  • Welcome to the reputation economy, where your online history becomes more powerful than your credit history.
  • Presently, reputation data doesn't transfer between verticals.
  • A wave of startups, including Connect.Me, TrustCloud, TrustRank, Legit and WhyTrusted, are trying to solve this problem by designing systems that correlate reputation data. By building a system based on "reputation API" -- a combination of a user's activity, ratings and reviews across sites -- Legit is working to build a service that gives users a score from zero to 100. In trying to create a universal metric for a person's trustworthiness, they are trying to "become the credit system of the sharing economy", says Jeremy Barton, the 27-year-old San Francisco-based cofounder of Legit.
  • His company, and other reputation ventures, face some big challenges if they are to become, effectively, the PayPal of trust. The most obvious is coming up with algorithms that can't be easily gamed or polluted by trolls. And then there's the critical hurdle of convincing online marketplaces not just to open up their reputation vaults, but create a standardised format for how they frame and collect reputation data. "We think companies will share reputation data for the same reasons banks give credit data to credit bureaux," says Rob Boyle, Legit cofounder and CTO. "It is beneficial for one company to give up their slice of reputation data if in return they get access to the bigger picture: aggregated data from other companies."
  • PeerIndex, Kred and Klout,
  • are measuring social influence, not reputation. "Influence measures your ability to drag someone into action,"
  • "Reputation is an indicator of whether a person is good or bad and, ultimately, are they trustworthy?"
  • Early influence and reputation aggregators will undoubtedly learn by trial and error -- but they will also face the significant challenge of pioneering the use of reputation data in a responsible way. And there's a challenge beyond that: reputation is largely contextual, so it's tricky to transport it to other situations.
  • Many of the ventures starting to make strides in the reputation economy are measuring different dimensions of reputation.
  • reputation is a measure of knowledge
  • a measure of trust
  • a measure of propensity to pay
  • measure of influence
  • Reputation capital is not about combining a selection of different measures into a single number -- people are too nuanced and complex to be distilled into single digits or binary ratings.
  • It's the culmination of many layers of reputation you build in different places that genuinely reflect who you are as a person and figuring out exactly how that carries value in a variety of contexts.
  • The most basic level is verification of your true identity
  • reliability and helpfulness
  • do what we say we are going to do
  • respect another person's property
  • trusted to pay on time
  • we will be able to perform a Google- or Facebook-like search and see a picture of a person's behaviour in many different contexts, over a length of time. Slivers of data that have until now lived in secluded isolation online will be available in one place. Answers on Quora, reviews on TripAdvisor, comments on Amazon, feedback on Airbnb, videos posted on YouTube, social groups joined, or presentations on SlideShare; as well as a history and real-time stream of who has trusted you, when, where and why. The whole package will come together in your personal reputation dashboard, painting a comprehensive, definitive picture of your intentions, capabilities and values.
  • idea of global reputation
  • By the end of the decade, a good online reputation could be the most valuable currency in your possession.
Francois Bergeron

Conference Detail for Industrial and Commercial Applications of Smart Structures Techno... - 0 views

  •  
    "Three-axis distributed fiber optic strain measurement in 3D woven composite structures   Paper 8690-6 Time: 1:50 PM - 2:10 PM Author(s): Matt Castellucci, Evan M. Lally, Sandra Klute, Luna Innovations Inc. (United States); David Lowry, NASA Johnson Space Ctr. (United States) Hide Abstract Add to My Schedule  Recent advancements in composite materials technologies have broken further from traditional designs and require advanced instrumentation and analysis capabilities. Success or failure is highly dependent on design analysis and manufacturing processes. By monitoring smart structures throughout manufacturing and service life, residual and operational stresses can be assessed and structural damage identified. Composite smart structures can be manufactured by integrating fiber optic sensors into existing composite materials processes such as layup, filament winding and three-dimensional weaving. In this work optical fiber was integrated into 3D woven composite parts at a commercial woven products manufacturing facility. The fiber was then used to monitor the structures during a VARTM manufacturing process, and subsequent static and dynamic testing. Low cost telecommunications-grade optical fiber acts as the sensor using a high resolution commercial Optical Frequency Domain Reflectometer (OFDR) system providing distributed strain measurement at spatial resolutions as low as 2mm. Strain measurements using the optical fiber sensors are correlated to resistive strain gauge measurements during static structural loading."
Tiberius Brastaviceanu

P2P Foundation » Blog Archive » Ethical Marketing in Age of Horizontal Social... - 0 views

  • the development of marketing is sensible to its environment and is hence already self-limiting itself according to the previously mentioned legal and social framework
  • neuromarketing
  • explore new inner dynamics of marketing, new directions in the field of possibilities offered by the current organology and its articulations between techniques and social organization in order to influence and shape marketing as an associative force – in opposition to its current dissociative force – in the larger psychic, social and technic organology
  • ...70 more annotations...
  • find new ways of efficiency
  • arbitration between efficiency and care
  • a global thinking of the problem
  • Fighting the attention and desire resource shortage: stoping to use advertisement?
  • The question is rather here to think the moderation of the psychopower
  • empower transindividuation, i.e. to make sure that an economic activity creates more possibilities of individuation than it tend to destroy by attempting to capture attention and canalize motivation in a funnel. Empower transindividuation would imply to empowering actors of their own lifestyle, winning back the savoir-vivre prescribing production
  • Should marketing stop using psychopower?
  • marketing ethics guidelines
  • transactions are more likely to be morally defensible if both parties enter it freely and fully informed
  • the goal of marketing should be to increase the likelihood and frequency of free and informed transactions in the marketplace
  • putting freedom as a criteria of morality
  • the industrial use of pycho- and neuropower tend to fall under the category of barriers to freedom
  • neurotechniques – to capture the attention
  • psychotechniques – to attempt to create motivation
  • Most people think commercials are a small price to pay for these benefits
  • advertising
  • denying the schemes of addiction and the fact that we are becoming through the objects of attentions
  • right to avoid attention capture by advertising
  • progress made in cognitive sciences proving that
  • reward system being abnormally stimulated
  • Advertisements exploit
  • vulnerability and reinforce their overconsumption behaviors
  • “if food advertising on TV were banned, significant reductions in the prevalence of childhood obesity are possible.” (Veerman et al. 2009)
  • What is at stake falls to be much more complex than the sole Freedom of Speech invoked for the advertiser
  • liberty of non-reception
  • would mean to guaranty every citizen the right to choose where and when he wants to access the advertising information
  • Change in the industrial and commercial paradigm
  • Economy of contribution and peer production
  • An economy of contribution means that users of a service are contributing to the production of these services.
  • example
  • is open-source software that are contributively build by potentially hundreds of developers organized in communities
  • minimize the gap between the producer and consumer
  • blur the frontier between professionals and amateurs
  • The Copernican revolution of the Vendor Relationship Management paradigm
  • change in the commercial paradigm, described as an Intention Economy i.e. the opposite of the Attention Economy
  • consumers are charged to express and discuss their intention
  • with businesses rather than the usual paradigm in which businesses where fighting for a piece of canalized motivation
  • Implementing such a system would nevertheless imply that marketing departments dispose of a system in which they could value their supplies and where they could be easily found by customers. Doc Searls promotes his answer to this issue: the Vendor Relationship Management system.
  • the belief that free customers are more valuable than captive ones — to themselves, to vendors, and to the larger economy.
  • To be free
  • 1. Customers must enter relationships with vendors as independent actors.
  • 2. Customers must be the points of integration for their own data.
  • 3. Customers must have control of data they generate and gather. This means they must be able to share data selectively and voluntarily.
  • 4. Customers must be able to assert their own terms of engagement.
  • 5. Customers must be free to express their demands and intentions outside of any one company’s control.
  • This is a profoundly game-changing approach
  • big data that is the rush for consumers’ information potentially leading to the same dead-end of attention destruction and affective saturation than the former offline paradigm
  • VRM system working as a marketplace
  • the goal of marketing should be to increase the likelihood and frequency of free and informed transactions in the marketplace
  • less imperfect and less biased information in a cultural context overvaluing transparency, and a bigger atomicity due to the hereafter introduced trend for re-localized peer production.
  • 3.2.2.3 VRM and externalization of the socialization process
  • Promoting the end of advertisement
  • means to find a new way to make the information circulate, what was the primary goal of advertisement
  • Until there is no alternative to massive advertisement campaign for the information circulation, it is indeed hard to ask entrepreneurs and managers to get rid of those successors of propaganda: such a transition process necessarily imply adaptation costs from the producer and the consumer side, and possible competitive disadvantage against competitors still maximizing profit through advertisement means
  • But the internet transformation of the general organology offers new way to think information circuits and potentially constitute an opportunity to externalize the socialization process of products that is to empower citizen-consumers organized in communities
  • Empowering groups of citizen doesn’t annihilate the risks of mis-use or counterproductive interest-taker behaviors but a well-designed system of trust between peers could minimize this risk by creating a dependency to what social capital other peers give you, as it is happening in the sharing economy: the credibility of a contributive peer would be guaranteed through what the P2P Foundation calls Feedback systems and peer-police
  • a strong structuration of products characteristics, allowing customers to personalize their choices according to their desire and constraints: such a “VRM+” system
  • Marketing would then be the art of being as high as possible in this ranking, as it is happening in SEO for search engines, but in this context of criteria explosion, marketing would then be the disciple of listening to customers’ wishes and aspiration needing an attention, in order to kick in the production or to adapt the following series.
  • 3.2.2.4 Toward a possible equi-power
  • Such a system would tremendously re-configure the balance of power and tend toward a form of equi-power i.e. a social organization in which abuses of a “big” would be the potential object of a ranking sanction by the peers
  • self-regulative function
  • a form of economic Darwinism would let to conscious organization the right to curve their path toward a durable configuration in accordance with the social ecosystem.
  • the idea of equi-power is a form of homogenization of the social matter, in which the distortions in the balance of power would be compensated by the gathering of small forces sharing a common interest
  • Such a sanction systems, if successfully implemented, would make value-destructing businesses progressively decline and hopefully bankrupt,
  • long-term valuable strategic choice
  • long term satisfyingly high ranking
  • It would be utopic to think that the “being cool” marketing
  • would disappear, but marketers would have to make those two objectives compose together.
  • This social capital contagion is nevertheless a tool that would need to be controlled in its form of violence by extensive testings and iterations with forms of protections for the smallest peers, that is to say to keep this form of social violence to institutionalized, classic forms of businesses, clearly beyond the line of what should be acceptable in the global village.
  • the goal is here to create an artificial form of majority that is a self-censuring responsible behavior of corporations
Steve Bosserman

When Cities Run Themselves | WOUB - 0 views

  •  
    Machines talking to machines No doubt that the Olympics will have a profound effect in shaping London's future. By the time the Games begin, for instance, it will have Europe's largest free WiFi zone, with the city's iconic red phone booths converted, fittingly, into hotspots. But another opportunity London landed earlier this month could have just as much impact, perhaps more. A company called Living PlanIt announced that it will begin testing its "Urban Operating System" in the Greenwich section of the city. What does that mean? Put simply, London would have its own operating system, much as your PC runs on Windows or your Mac runs on Apple's IOS. This ties into the latest hot buzz phrase, "the internet of things," which describes a world where machines talk to other machines. No human interaction required. So, for a city, this means sensors in buildings would connect to sensors in water treatment plants which would connect to sensors in stoplights. It would be one gigantic, computerized urban nervous system, which a lot of experts think is the only way cities can survive a future when they'll contain more than two out of every three people on Earth. Based on what sensors reveal about the location and movement of humans in a section of a city, for instance, buildings will automatically adjust their temperatures, streetlights will dim or brighten, water flow will increase or slow. Or, in the event of a disaster, emergency services would have real-time access to traffic data, trauma unit availability, building blueprints. And soon enough, our smart phones will be able to tap in to the Urban OS. So will our household appliances. This is not some 21st century analogue of the personal jet pack. The Urban OS is the driving force behind a smart city being built from the ground up in northern Portugal. Construction is scheduled to be completed in three years; eventually it will have about 150,000 residents. It will also have more than 100 million sen
Tiberius Brastaviceanu

PeerPoint « Poor Richard's Almanack 2010 - 1 views

  • Each PeerPoint is an autonomous node on a p2p network with no centralized corporate  infrastructure.
  • The PeerPoint will be connected between the user’s pc, home network, or mobile device and the ISP connection.
  • The PeerPoint is designed to Occupy the Internet.
  • ...7 more annotations...
  • provide greater user value
  • For numerous reasons the services provided by the commercial companies do not adequately meet the creative, social, political, and financial needs of the 99%
  • allows self-selected individuals to coalesce into powerful workgroups, forums, and movements.
  • With the PeerPoint approach, each user will own her own inexpensive internet appliance and all the data and content she creates
  • If a FreedomBox were used as a starting platform, the PeerPoint application package would be added on top of the FreedomBox security stack.
  • The common requirements for each PeerPoint app are: world class, best-of-breed open source p2p architecture consistent, granular, user-customizable security management and identity protection integrated with other apps in the suite via a common distributed database and/or “data bus” architecture. consistent, user-customizable large, medium, and small-screen (mobile device) user interfaces ability to interface with its corresponding major-market-share service (Facebook, Twitter, etc.) GPS enabled
  • First tier applications: distributed database social networking  (comparison of distributed social network applications) trust/reputation metrics crowdsourcing: content collaboration & management  (wiki, Google Docs, or better) project management/workflow data visualization (data sets, projects, networks, etc.) user-customizable complementary currency and barter exchange (Community Forge or better) crowd funding (http://www.quora.com/Is-there-an-open-source-crowdfunding-platform) voting (LiquidFeedback or better) universal search across all PeerPoint data/content and world wide web content
Francois Bergeron

Welcome to Fundica.com - Looking for corporate funding? - 2 views

  •  
    brand new service !
Tiberius Brastaviceanu

Science and Technology Consultation - Industry Canada - 0 views

  • Under this strategy
    • Yasir Siddiqui
       
      Testing
    • Yasir Siddiqui
       
      testing
  • Genome Canada, the Canadian Institute for Advanced Research and the Canada Foundation for Innovation.
  • Still, Canadian businesses continue to underperform when it comes to innovation—a primary driver of productivity growth—when compared to other competing nations. The performance of business R&D is one oft-cited measure used to gauge the level of innovative activity in a country's business sector.
  • ...38 more annotations...
  • Canadians have reached top tier global performance in reading, mathematics, problem solving and science, and Canada has rising numbers of graduates with doctoral degrees in science and engineering.
  • This valuable resource of highly qualified and skilled individuals needs to be better leveraged.
  • The ease and ability of the academic community to collaborate, including through research networks, is also well-recognized.
  • to develop technologies, products and services that add value and create high-paying jobs.
  • Canada has an impressive record when it comes to research and the quality of its knowledge base.
  • Still, the innovative performance of Canada's firms and the productivity growth continue to lag behind competing nations.
  • The government is also committed to moving forward with a new approach to promoting business innovation—one that emphasizes active business-led initiatives and focuses resources on better fostering the growth of innovative firms.
  • Achieving this requires the concerted effort of all players in the innovation system—to ensure each does what one does best and to leverage one another's strengths.
  • the government has invested more to support science, technology and innovative companies than ever before
  • Canada must become more innovative
    • Kurt Laitner
       
      problem statement
  • providing a new framework to guide federal ST&I investments and priorities. That is why the Government of Canada stated its intention to release an updated ST&I Strategy in the October 2013 Speech from the Throne.
    • Kurt Laitner
       
      exercise
  • seeking the views of stakeholders from all sectors of the ST&I system—including universities, colleges and polytechnics, the business community, and Canadians
  • written submissions from all Canadians on the policy issues and questions presented in this paper.
  • The government remains focused on creating jobs, growth and long-term prosperity for Canadians
  • encouraging partnerships with industry, attracting highly skilled researchers, continuing investments in discovery-driven research, strengthening Canada's knowledge base, supporting research infrastructure and providing incentives to private sector innovation.
  • has transformed the National Research Council, doubled its investment
  • supported research collaborations through the federal granting councils
  • created the new Venture Capital Action Plan
  • helping to promote greater commercialization of research and development
  • Our country continues to lead the G7 in spending on R&D
  • Canada has a world-class post-secondary education system that embraces and successfully leverages collaboration with the private sector, particularly through research networks
  • destination for some of the world's brightest minds
  • global race
  • businesses that embrace innovation-based strategies
  • post-secondary and research institutions that attract and nurture highly qualified and skilled talent
  • researchers who push the frontiers of knowledge
  • governments that provide the support
    • Tiberius Brastaviceanu
       
      Why a race? We need to change the way we see this!!! We need to open up. See the European Commission Horizon 2020 program  http://ec.europa.eu/programmes/horizon2020/en/ They are acknowledging that Europe cannot do it alone, and are spending money on International collaboration. 
    • Tiberius Brastaviceanu
       
      There is nothing about non-institutionalized innovation, i.e. open source! There is nothing about the public in this equation like the Europeans do in the Digital Era for Europe program  https://ec.europa.eu/digital-agenda/node/66731 
  • low taxes, strong support for new businesses, a soundly regulated banking system, and ready availability of financial services
  • reducing red tape
  • expanding training partnerships and improving access to venture capital.
  • Collaboration is key to mobilizing innovation
  • invest in partnerships between businesses and colleges and universities
    • Tiberius Brastaviceanu
    • Tiberius Brastaviceanu
       
      But the public and in people is still not in sight of the fed gov. 
  • Economic Action Plans (EAP) 2012 and 2013
  • provide incentive for innovative activity in firms, improved access to venture capital, augmented and more coordinated direct support to firms, and deeper partnerships and connections between the public and private sectors.
Kurt Laitner

UK Indymedia - WOS4: The Creative Anti-Commons and the Poverty of Networks - 0 views

  • Something with no reproduction costs can have no exchange-value in a context of free exchange.
  • Further, unless it can be converted into exchange-value, how can the peer producers be able to acquire the material needs for their own subsistence?
  • For Social Production to have any effect on general material wealth it has to operate within the context of a total system of goods and services, where the physical means of production and the virtual means of production are both available in the commons for peer production.
  • ...26 more annotations...
  • "All texts published in Situationist International may be freely reproduced, translated and edited, even without crediting the original source."
  • The website of the creative commons makes the following statement about it's purpose: "Creative Commons defines the spectrum of possibilities between full copyright -- all rights reserved -- and the public domain -- no rights reserved. Our licenses help you keep your copyright while inviting certain uses of your work -- a 'some rights reserved' copyright."
  • The website of the creative commons makes the following statement about it's purpose: "Creative Commons defines the spectrum of possibilities between full copyright -- all rights reserved -- and the public domain -- no rights reserved. Our licenses help you keep your copyright while inviting certain uses of your work -- a 'some rights reserved' copyright."
  • Or more specifically, who is a position to convert the use-value available in the "commons" into the exchange-value needed to acquire essential subsistence or accumulate wealth?
  • All texts published in Situationist International may be freely reproduced, translated and edited, even without crediting the original source
  • The point of the above is clear, the Creative Commons, is to help "you" (the "Producer") to keep control of "your" work. The right of the "consumer" is not mentioned, neither is the division of "producer" and "consumer" disputed.
  • Creative "Commons" is thus really an Anti-Commons, serving to legitimise, rather than deny, Producer-control and serving to enforce, rather than do away with, the distinction between producer and consumer
  • specifically providing a framework then, for "producers" to deny "consumers" the right to either create use-value or material exchange-value of the "common" stock of value in the Creative "Commons" in their own cultural production
  • Thus, the very problem presented by Lawrence Lessig, the problem of Producer-control, is not in anyway solved by the presented solution, the Creative Commons, so long as the producer has the exclusive right to chose the level of freedom to grant the consumer, a right which Lessig has always maintained support for
  • The Free Software foundation, publishers of the GPL, take a very different approach in their definition of "free," insisting on the "four freedoms:" The Freedom to use, the freedom to study, the freedom to share, and the freedom to modify.
  • The website of the creative commons makes the following statement about it's purpose: "Creative Commons defines the spectrum of possibilities between full copyright -- all rights reserved -- and the public domain -- no rights reserved. Our licenses help you keep your copyright while inviting certain uses of your work -- a 'some rights reserved' copyright
  • In all these cases what is evident is that the freedom being insisted upon is the freedom of the consumer to use and produce, not the "freedom" of the producer to control.
  • Moreover, proponents of free cultural must be firm in denying the right of Producer-control and denying the enforcement of distinction between producer and consumer
  • where a class-less community of workers ("peers") produce collaboratively within a property-less ("commons-based") society
  • Clearly, even Marx would agree that the ideal of Communism was commons-based peer production
  • the property in the commons is entirely non-rivalrous property
  • The use-value of this information commons is fantastic
  • However, if commons-based peer-production is limited exclusively to a commons made of digital property with virtual no reproduction costs then how can the use-value produced be translated into exchange-value?
  • Further, unless it can be converted into exchange-value, how can the peer producers be able to acquire the material needs for their own subsistence
  • The root of the problem of poverty does not lay in a lack of culture or information
  • but of direct exploitation of the producing class by the property owning classes
  • The source of poverty is not reproduction costs, but rather extracted economic rents, forcing the producers to accept less than the full product of their labour as their wage by denying them independent access to the means of production
  • So long as commons-based peer-production is applied narrowly to only an information commons, while the capitalist mode of production still dominates the production of material wealth, owners of material property, namely land and capital, will continue to capture the marginal wealth created as a result of the productivity of the information commons.
  • Whatever exchange value is derived from the information commons will always be captured by owners of real property, which lays outside the commons.
  • For Social Production to have any effect on general material wealth it has to operate within the context of a total system of goods and services, where the physical means of production and the virtual means of production are both available in the commons for peer production
  • For free cultural to create a valuable common stock it must destroy the privilege of the producer to control the common stock, and for this common stock to increase the real material wealth of peer producers, the commons must include real property, not just information
  •  
    Strong grasp of the issues, not entirely in agreement on the thesis that the solution is the removal of producer control as this does not support the initiation of an economy, only its ongoing function once established, and the economy is continuously intiating itself, so it is not a one time problem. I do support the notion that producers are in fact none other than consumers of prior art but also that effort is required to remix as much as the magical creation out of nothing. In order to incent this behavior then (or even merely to allow it) the basic scarce needs of the individual must be taken care of. This may be done by ensuring beneficial ownership, but even that suffers from the initiation problem, which the requires us to have a pool of wealth to kickstart the thing by supporting every last person on earth with a basic income - that wealth is in fact available...
Kurt Laitner

FedEx Expands Sensor-Based SenseAware Service for General Use | FedEx Newsroom - 0 views

  •  
    a low cost version of this for consumers to use regardless of their shipping company could be interesting
Francois Bergeron

Sourcing company rapid prototyping 3D scanning plastic engineering modeling service - 1 views

  •  
    Montreal based
Francois Bergeron

CMC Microsystems - 0 views

  •  
    For the past 25 years, CMC Microsystems has been proudly supporting research excellence at Canadian universities. CMC Microsystems enables and supports the creation and application of micro- and nano-system knowledge by providing a national infrastructure for excellence in research and a path to commercialization of related devices, components and systems. CMC delivers innovative and cost-effective services to a growing community of microsystems researchers that connect 45 universities across Canada, and presently involves 760 faculty members and over 2,000 graduate students and other researchers.
Tiberius Brastaviceanu

JIRA - Wikipedia, the free encyclopedia - 1 views

  •  
    can be used for the service system and to log and track issues within the network.
Tiberius Brastaviceanu

Robocut studio | Digital fabrication for creatives - laser cutting, engraving, CNC, 3D ... - 0 views

  •  
    See with Daniel, Antonio and Jonathan, they know the people there. We are happy with their services.
Tiberius Brastaviceanu

Citizen Weather Observer Program - 0 views

  •  
    "The Citizen Weather Observer Program (CWOP) is a public-private partnership with three goals: 1) to collect weather data contributed by citizens; 2) to make these data available for weather services and homeland security; and 3) to provide feedback to the data contributors so they have the tools to check and improve their data quality. In fact, the web address, wxqa.com, stands for weather quality assurance. "
Tiberius Brastaviceanu

Design Like No One Is Patenting - How SparkFun Stays Ahead of the Pack - 0 views

  • Electronics supplier SparkFun designs dozens of products a year and they haven’t patented a single one. It’s worked out pretty well so far.
  • makes its living by shipping kits and components like bread boards, servo motors and Arduino parts to a mixture of students, hobbyists, and professionals making prototypes
  • the company has made its name is in a stable of its own custom parts and kits, the designs for which it gives away for free.
  • ...40 more annotations...
  • “We find that people will copy your design no matter what you do,” she says. “You might as well just play the game and go ahead and innovate. It’s fun, it keeps us on our toes.”
  • “The open source model just forces us to innovate,” says Boudreaux.
  • the open hardware model means that SparkFun’s existence depends not on any particular product, but on an ongoing relationship with customers that’s not too dissimilar to the loyalty commanded by a fashion house.
  • wolf of obsolescence is always at electronics’ door
  • don’t spend much time worrying about the copyists, they just keep releasing new looks
  • it’s about staying relevant and filling the needs of the community
  • SparkFun’s rapid turnover model is one that echoes the fashion industry.
  • keep their service exemplary
  • listening to their customers
  • developed a community of loyal users and fans
  • weekly new product posts
  • You can learn a lot about what a company cares about by looking at what they give away and what they protect.
  • SparkFun’s actual value is in the community of fans and loyal customers that keep coming back, and the expertise under its roof in servicing their needs.
  • Their catalog has about 2,500 items at any given time
  • SparkFun orders parts from 500 suppliers
  • 15 new products every week
  • hey retire products at a similar rate, due to either low sales, or obsolescence
  • Of the 2,500 items, about 400 are things designed internally.
  • To handle the pace of change, SparkFun needs to keep its inventory lean.
  • “We try to do small runs and order in small quantities. Especially something that’s going to be obsolete quickly.”
  • To help manage the demand, they use an in-house software system
  • along with inventory and CMS management, tries to predict demand for different components and ensure they get ordered with sufficient lead time to account for how long it takes to get there.
  • the innovation (revisions and new releases) here at SparkFun is organic and not planned,” says Boudreaux, “But we do a few things to make sure we are keeping up.”
  • monitors all costumer feedback from emails to the comment section that is present on every page of the company’s site. They also ensure that team members have time to tinker in the office, write tutorials, and visit hackerspaces and maker events. “For us, designing (and revising) widgets is the job.”
  • anyone in the company can suggest ideas and contribute designs.
  • ideas run through an internal process of design, review, prototyping, testing and release.
  • “They eat these products up, even if the products are not ready for the mainstream & educator community due to minimal documentation or stability.”
  • symbiotic relationship with these early adopters, where feedback helps SparkFun revised and improve products for use by the rest of the community
  • I don’t think they help much
  • The risk of this rate of change is that SparkFun can end up outpacing some of their customers.
  • “There’s balance in everything,” says Boudreaux, “Innovation does not necessarily need speed in order to create valuable change. Sometimes innovation works at a slower pace, but that does not mean it is any less valuable to those that benefit from it, and we are constantly balancing the needs of two very different customers.”
  • unprotected and unencumbered by patents
  • racing to get the latest, coolest things in the hands of its customers.
  • patents
  • “We have to be willing to kill ideas that don’t work, take a lot of tough criticism, and move fast. If we stay agile, we stay relevant.”
  • cost $30,000 to $50,000
  • USPTO is so backed up you’ll have to wait three to five years to even hear back on their decision.
  • how much does technology change in five years?
  • company’s blog where they’ve been documenting production and business practices for years.
  • they even want to open source Sparkle. “It’s a wild ride,” she says, “but a fun one for sure.”
  •  
    shared by Jonathan, annotated by Tibi
Tiberius Brastaviceanu

Open Collaboration - The Next Economic Paradigm - 0 views

  • we’re in the midst of a collapsing paradigm
  • to be replaced by something new
  • I will explain what the new paradigm
  • ...40 more annotations...
  • business
  • government
  • education
  • research
  • The old economic paradigm was a service economy built on the digital communications revolution that began in the early 1970′s.
  • financial capital has decoupled from productive capital
  • financial meltdown
  • major societal institutions have stalled
  • the funding models
  • no longer work properly
  • The new model is the Open Collaboration Paradigm
  • we will see a radical departure from old institutional models.
  • social capital is increasingly recognized
  • generating wealth for society
  • This will be a profoundly social economy, built on unprecedented capabilities to self-organize people and resources in the crowd.
  • Social media
  • connect ideas, people, and institutions
  • blur the inside/outside distinctions
  • Network connections
  • radical transparency will be the new norm
  • Another profound shift will occur in the realm of ownership
  • No longer
  • viable
  • to horde intellectual property
  •  Collaborative consumption will arise as a more robust business paradigm,
  • risk is distributed
  • implications for business
  •  Those who can leverage the wisdom of crowds for market research, product development, and efficient resource allocation will be more adept and agile in the face of rapid change.
  • Those who build walls around themselves will fail to tap into the flow of knowledge and resources running rampant in the crowd
  • governments will have to become more transparent and responsive to their citizens
  • information becomes more immersive and dynamic
  • Research has already begun to use open collaboration that goes beyond the halls of academia.
  • collaborative approach to research will become the norm,
  • The era of “user generated content” and “prosumption” — where consumers of goods and services co-create what they will consume — is now a decade along in its evolution.  We will increasingly see collaborative design and production of consumables across society.
  • In the education arena, we will see more curricula as shareware and an increased emphasis on multi-perspective teamwork as the necessary skills for engaging in collaborative projects.
  • Expert/amateur boundaries have already blurred to the point where individuals can acquire graduate-level knowledge through self-directed learning on the internet.
  • distance learning
  •  Lifetime learning
  • active pedagogy
  • So get ready for the new economic paradigm.
Francois Bergeron

Pronto Prototypage rapide- Opaque urethane parts - 0 views

  • Production in small quantities
  •  
    rapid prototyping and molding AND Production in small quantities Quebec city we met Alain Gauthier at ATX Montreal 
‹ Previous 21 - 40 of 96 Next › Last »
Showing 20 items per page