0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (62)
  • R250 - R500 (279)
  • R500+ (2,420)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > General

MacBook in easy steps (Paperback, 7th edition): Nick Vandome MacBook in easy steps (Paperback, 7th edition)
Nick Vandome
R367 Discovery Miles 3 670 Ships in 12 - 19 working days
Reliability and Maintenance Modeling with Optimization - Advances and Applications (Hardcover): Mitsutaka Kimura, Satoshi... Reliability and Maintenance Modeling with Optimization - Advances and Applications (Hardcover)
Mitsutaka Kimura, Satoshi Mizutani, Mitsuhiro Imaizumi, Kodo Ito
R4,950 Discovery Miles 49 500 Ships in 12 - 19 working days

Discusses replacement, repair, and inspection Offers estimation and statistical tests Covers accelerated life testing Explores warranty analysis manufacturing Includes service reliability

Artificial Intelligence and Modeling for Water Sustainability - Global Challenges (Hardcover): Alaa El Din Mahmoud, Manal... Artificial Intelligence and Modeling for Water Sustainability - Global Challenges (Hardcover)
Alaa El Din Mahmoud, Manal Fawzy, Nadeem Ahmad Khan
R3,817 Discovery Miles 38 170 Ships in 9 - 17 working days

1. Provides cutting edge AI applications in water sector. 2. Highlights the environmental models used by experts in different countries. 3. Discusses various types of models using AI and its tools for achieving sustainable development in water and groundwater. 4. Includes case studies and recent research directions for environmental issues in water sector. 5. Addresses future aspects and innovation in AI field related to water sustainability.

Signal Processing and Machine Learning Theory (Paperback): Paulo S.R. Diniz Signal Processing and Machine Learning Theory (Paperback)
Paulo S.R. Diniz
R3,520 Discovery Miles 35 200 Ships in 12 - 19 working days

Signal Processing and Machine Learning Theory, authored by world-leading experts, reviews the principles, methods and techniques of essential and advanced signal processing theory. These theories and tools are the driving engines of many current and emerging research topics and technologies, such as machine learning, autonomous vehicles, the internet of things, future wireless communications, medical imaging, etc.

Deep Learning for Coders with fastai and PyTorch - AI Applications Without a PhD (Paperback): Sylvain Gugger, Jeremy Howard Deep Learning for Coders with fastai and PyTorch - AI Applications Without a PhD (Paperback)
Sylvain Gugger, Jeremy Howard
R1,572 R1,380 Discovery Miles 13 800 Save R192 (12%) Ships in 12 - 19 working days

Deep learning is often viewed as the exclusive domain of math PhDs and big tech companies. But as this hands-on guide demonstrates, programmers comfortable with Python can achieve impressive results in deep learning with little math background, small amounts of data, and minimal code. How? With fastai, the first library to provide a consistent interface to the most frequently used deep learning applications. Authors Jeremy Howard and Sylvain Gugger, the creators of fastai, show you how to train a model on a wide range of tasks using fastai and PyTorch. You’ll also dive progressively further into deep learning theory to gain a complete understanding of the algorithms behind the scenes. Train models in computer vision, natural language processing, tabular data, and collaborative filtering Learn the latest deep learning techniques that matter most in practice Improve accuracy, speed, and reliability by understanding how deep learning models work Discover how to turn your models into web applications Implement deep learning algorithms from scratch Consider the ethical implications of your work Gain insight from the foreword by PyTorch cofounder, Soumith Chintala

Mediating Science Learning through Information and Communications Technology (Hardcover): Richard Holliman, Eileen Scanlon Mediating Science Learning through Information and Communications Technology (Hardcover)
Richard Holliman, Eileen Scanlon
R5,520 Discovery Miles 55 200 Ships in 12 - 19 working days

Developments in information technology are bringing about changes in science education. This Reader focuses on the theoretical and practical consideration of using information and communications technologies in teaching and learning. It examines current approaches to teaching and learning in science at various levels of education, and ways in which science in made more accessible. This will include the future potential of such current developments as access to practical work delivered on the web. The Reader is divided into three sections: What are the current issues in using ICT to teach and learn in science? Designing and evaluating ICT to teach and learn science Extending access to science learning This is a companion book to Reconsidering Science Education, also published by RoutledgeFalmer. Mediating Science Learning Through ICT is a valuable resource for teachers on Masters courses in science education and academics in science education.

Quick JavaScript (Paperback): David Matuszek Quick JavaScript (Paperback)
David Matuszek
R758 Discovery Miles 7 580 Ships in 9 - 17 working days

A very concise guide to a popular programming language, so there is a healthy demand for content which teaches who to utilize JavaScript. The book's broad coverage (paired with being compact) makes it more appealing than competitor's books currently on the market. Compared to online material, it has the benefit of material being presented in one coherent sequence. Author utilizes many years of teaching experience to communicate an effective way for teaching JavaScript quickly.

Computer Science for Kids - A Storytelling Approach (Paperback): Jen Looper Computer Science for Kids - A Storytelling Approach (Paperback)
Jen Looper
R679 Discovery Miles 6 790 Ships in 12 - 19 working days

A kid-friendly and rigorous new way to teach young readers the fundamentals of computer science In Computer Science for Kids: A Storytelling Approach, AWS Head of Academic Advocacy and Google Developer Expert Dr. Jen Looper delivers a colorful, fun, and exciting demonstration for young readers who want to learn the basics of computer science. Using a variety of technologies, the book covers the elements of computer science in concise detail and illustrates how to build projects to learn foundational concepts behind the technology powering the internet. In the book, you’ll find projects to build using both basic and emerging technologies—like SQL, game development, storytelling software, and 3D augmented reality—as well as: Chapter projects aligned to K-12 curriculum standards for grades 6-8 and a GitHub repo featuring open-source projects Lesson plans for teachers An online space for classrooms to showcase and discuss their work An easy-to-follow and kid-friendly new resource for technology-curious middle school students, Computer Science for Kids is the fun and interesting web development resource that classroom teachers, parents, and homeschooling families have been waiting for.

macOS Monterey in easy steps (Paperback): Nick Vandome macOS Monterey in easy steps (Paperback)
Nick Vandome
R399 Discovery Miles 3 990 Ships in 12 - 19 working days
Crafting Rails 4 Applications 2ed (Paperback, 2nd ed.): Jose Valim Crafting Rails 4 Applications 2ed (Paperback, 2nd ed.)
Jose Valim
R984 R769 Discovery Miles 7 690 Save R215 (22%) Ships in 12 - 19 working days

Get ready to see Rails as you've never seen it before. Learn how to extend the framework, change its behavior, and replace whole components to bend it to your will. Eight different test-driven tutorials will help you understand Rails' inner workings and prepare you to tackle complicated projects with solutions that are well-tested, modular, and easy to maintain. This second edition of the bestselling "Crafting Rails Applications" has been updated to Rails 4 and discusses new topics such as streaming, mountable engines, and thread safety. Rails is one of the most extensible frameworks out there. This pioneering book deep-dives into the Rails plugin APIs and shows you, the intermediate Rails developer, how to use them to write better web applications and make your day-to-day work with Rails more productive. Rails Core developer Jose Valim guides you through eight different tutorials, each using test-driven development to build a new Rails plugin or application that solves common problems with these APIs. You'll learn how the Rails rendering stack works and customize it to read templates from the database while you discover how to mimic Active Record behavior, such as validations, in any other object. You'll find out how Rails integrates with Rack, the different ways to stream data from your web application, and how to mix Rails engines and Sinatra applications into your Rails apps, so you can choose the most appropriate tool for the job. In addition, you'll improve your productivity by customizing generators and responders. This book will help you understand Rails' inner workings, including generators, template handlers, internationalization, routing, and responders. With the knowledge you'll gain, you'll create well-tested, modular, and robust solutions for your next project.What You Need This book requires previous experience with Ruby on Rails.

History, ICT and Learning in the Secondary School (Paperback): Terry Haydn, Christine Counsell History, ICT and Learning in the Secondary School (Paperback)
Terry Haydn, Christine Counsell
R1,323 Discovery Miles 13 230 Ships in 12 - 19 working days


Despite the high profile of ICT in education, finding practical and meaningful ways to integrate ICT into lessons can be a difficult and overwhelming task. This book explores the current use and potential of ICT in the secondary history curriculum, and offers sound theory and practical advice to help secondary history teachers use ICT effectively.
Key areas covered are:
*getting started in ICT and history
*short, medium and long-term planning
*using ICT to develop historical understanding and skills
*data handling in the history classroom
*ICT and maps
*integrating virtual resources with the real world of teaching and learning
With contributions from leading academics and practitioners in history education, this book will be important reading for all secondary history teachers and trainee teachersand will also be of interest to upper primary school teachers.

The Private Is Political - Networked Privacy and Social Media (Hardcover): Alice E. Marwick The Private Is Political - Networked Privacy and Social Media (Hardcover)
Alice E. Marwick
R748 R684 Discovery Miles 6 840 Save R64 (9%) Ships in 12 - 19 working days

A compelling firsthand investigation of how social media and big data have amplified the close relationship between privacy and inequality   Online privacy is under constant attack by social media and big data technologies. But we cannot rely on individual actions to remedy this—it is a matter of social justice. Alice E. Marwick offers a new way of understanding how privacy is jeopardized, particularly for marginalized and disadvantaged communities—including immigrants, the poor, people of color, LGBTQ+ populations, and victims of online harassment.   Marwick shows that few resources or regulations for preventing personal information from spreading on the internet. Through a new theory of “networked privacy,” she reveals how current legal and technological frameworks are woefully inadequate in addressing issues of privacy—often by design. Drawing from interviews and focus groups encompassing a diverse group of Americans, Marwick shows that even heavy social media users care deeply about privacy and engage in extensive “privacy work” to protect it. But people are up against the violation machine of the modern internet. Safeguarding privacy must happen at the collective level.

Quantum Computing - Program Next-Gen Computers for Hard, Real-World Applications (Paperback): Nihal Mehta Quantum Computing - Program Next-Gen Computers for Hard, Real-World Applications (Paperback)
Nihal Mehta
R1,315 R1,006 Discovery Miles 10 060 Save R309 (23%) Ships in 12 - 19 working days

You've heard that quantum computing is going to change the world. Now you can check it out for yourself. Learn how quantum computing works, and write programs that run on the IBM Q quantum computer, one of the world's first functioning quantum computers. Learn a simple way to apply quantum mechanics to computer programming. Create algorithms to solve intractable problems for classical computers, and discover how to explore the entire problem space at once to determine the optimal solution. Get your hands on the future of computing today. Quantum computing overhauls computer science. Problems such as designing life-saving drugs and super-large logistics problems that have been difficult or impossible for classical computers to handle can now be solved in moments. Quantum computing makes it possible to explore all possible solutions simultaneously and determine those that work, instead of iterating through each possibility sequentially. Work with quantum computers directly, instead of talking about them theoretically. Work with qubits, the fundamental elements of quantum computing. Discover what makes them different from classical bits. Model complex problems with logic gates specific to quantum computing. Learn how quantum mechanics offers ways to write programs that explore all solutions simultaneously. Create quantum circuits to solve problems that classical computers struggle with. Dive into quantum optimization and cryptography. Use the IBM Q quantum computer to both simulate quantum effects, and actually run your programs on a real quantum machine. Get a head start on the technology that will drive computer science into the future. What You Need: Access to the IBM quantum computer, via any internet connection

ICT, Pedagogy and the Curriculum - Subject to Change (Hardcover): Viv Ellis, Avril Loveless ICT, Pedagogy and the Curriculum - Subject to Change (Hardcover)
Viv Ellis, Avril Loveless
R5,825 Discovery Miles 58 250 Ships in 12 - 19 working days


This book explores the impact new information and communication technologies are having on teaching and the way children learn. The book addresses key issues across all phases of primary and secondary education, both in the UK and internationally.
ICT, Pedagogy and the Curriculum looks at the relationship between ICT, paradigms of teaching and learning, and the way in which curriculum subjects are represented. Three principal areas are addressed:
the wider perception of ICT in society, culture and schooling
the challenges to pedagogy
the way in which ICT not only supports learning and teaching but changes the nature of curriculum subjects.
The tensions between the use of technology to replicate traditional practices and the possibilities for transforming the curriculum and pedagogy are explored. This book offers an original and distinctively critical perspective on the way in which we understand ICT in education.
It will be of interest to all primary and secondary teachers and those in initial teacher training concerned about current technology initiatives in education and how to respond to them.

eBook available with sample pages: 0203468252

ICT, Pedagogy and the Curriculum - Subject to Change (Paperback): Viv Ellis, Avril Loveless ICT, Pedagogy and the Curriculum - Subject to Change (Paperback)
Viv Ellis, Avril Loveless
R1,740 Discovery Miles 17 400 Ships in 12 - 19 working days


This book explores the impact new information and communication technologies are having on teaching and the way children learn. The book addresses key issues across all phases of primary and secondary education, both in the UK and internationally.
ICT, Pedagogy and the Curriculum looks at the relationship between ICT, paradigms of teaching and learning, and the way in which curriculum subjects are represented. Three principal areas are addressed:
the wider perception of ICT in society, culture and schooling
the challenges to pedagogy
the way in which ICT not only supports learning and teaching but changes the nature of curriculum subjects.
The tensions between the use of technology to replicate traditional practices and the possibilities for transforming the curriculum and pedagogy are explored. This book offers an original and distinctively critical perspective on the way in which we understand ICT in education.
It will be of interest to all primary and secondary teachers and those in initial teacher training concerned about current technology initiatives in education and how to respond to them.

Beyond the Pandemic? - Exploring the Impact of Covid-19 on Telecommunications and the Internet (Hardcover): Jason Whalley,... Beyond the Pandemic? - Exploring the Impact of Covid-19 on Telecommunications and the Internet (Hardcover)
Jason Whalley, Volker Stocker, William Lehr
R3,129 R2,794 Discovery Miles 27 940 Save R335 (11%) Ships in 12 - 19 working days

This book contains an Open Access chapter The COVID-19 pandemic disrupted economies and society globally. In addressing the crisis, the Internet proved incredibly important in enabling many to shift physical work, education, and social activities online and facilitating the tracking of the progress of the pandemic. Beyond the Pandemic? is the first edited collection to concentrate on the dynamic and complex relationship between the Internet and the role it played in responding to the pandemic. Covid-19 accelerated the digital economy transformation, changing the way work, education, and social engagement is organized, potentially permanently. The collection of international scholars who contributed to this volume offer insightful perspectives on how the Internet ecosystem responded and was changed as a consequence of Covid-19; the sectoral consequences of shifting activity online that the Internet enabled for many, but not for all; and the implications for regulatory policies. Given how central digital technologies are to all aspects of business, society, and government, Beyond the Pandemic? is integral to the exploration of the sectoral consequences of the Internet for business managers, policymakers and researchers engaged in planning and study for the digital economy future and planning for future pandemics.

500 ICT Tips for Primary Teachers (Paperback): Higgins Steve, Pickard, Nick, Race Phil 500 ICT Tips for Primary Teachers (Paperback)
Higgins Steve, Pickard, Nick, Race Phil
R1,372 Discovery Miles 13 720 Ships in 12 - 19 working days

Information and Communications Technology (ICT) has been the focus of much debate and development within education, especially in the primary sector. This text offers tried and tested ideas for using IT effectively across the whole primary curriculum.

Java by Comparison - Become a Java Craftsman in 70 Examples (Paperback): Simon Harrer, Jorg Lenhard, Linus Dietz Java by Comparison - Become a Java Craftsman in 70 Examples (Paperback)
Simon Harrer, Jorg Lenhard, Linus Dietz
R1,001 R882 Discovery Miles 8 820 Save R119 (12%) Ships in 12 - 19 working days

Write code that's clean, concise, and to the point: code that others will read with pleasure and reuse. Comparing your code to that of expert programmers is a great way to improve your coding skills. Get hands-on advice to level up your coding style through small and understandable examples that compare flawed code to an improved solution. Discover handy tips and tricks, as well as common bugs an experienced Java programmer needs to know. Make your way from a Java novice to a master craftsman. This book is a useful companion for anyone learning to write clean Java code. The authors introduce you to the fundamentals of becoming a software craftsman, by comparing pieces of problematic code with an improved version, to help you to develop a sense for clean code. This unique before-and-after approach teaches you to create clean Java code. Learn to keep your booleans in check, dodge formatting bugs, get rid of magic numbers, and use the right style of iteration. Write informative comments when needed, but avoid them when they are not. Improve the understandability of your code for others by following conventions and naming your objects accurately. Make your programs more robust with intelligent exception handling and learn to assert that everything works as expected using JUnit5 as your testing framework. Impress your peers with an elegant functional programming style and clear-cut object-oriented class design. Writing excellent code isn't just about implementing the functionality. It's about the small important details that make your code more readable, maintainable, flexible, robust, and faster. Java by Comparison teaches you to spot these details and trains you to become a better programmer. What You Need: You need a Java 8 compiler, a text editor, and a fresh mind. That's it.

All New Official Minecraft Combat Handbook (Hardcover): Mojang AB All New Official Minecraft Combat Handbook (Hardcover)
Mojang AB
R295 R264 Discovery Miles 2 640 Save R31 (11%) Ships in 5 - 10 working days

Master the art of battling in Minecraft Don your armour, pick up your sword and charge headfirst into the Minecraft Combat Handbook – the only book you need to take your game to the next level. Read how to craft the deadliest weapons and enchant them with mystical powers, discover the vicious mobs that you’ll go toe-to-toe with, and learn crafty strategies that will help you best your friends in PVP. With so much to explore, there’s sure to be something for ‘crafters of every level. Try our indispensable handbooks for your Minecraft journey: Minecraft Redstone Handbook 978 0008495992 Minecraft Survival Handbook 978 0755503452 Minecraft Creative Handbook 978 0755500413 Minecraft Explorers Handbook 9780008608507 Minecraft Legends Handbook 978 0008595012 Brilliant books full of inspiration: Minecraft Bite Size Builds: 978 0755500406 Minecraft Amazing Bite Size Builds: 978 0008495954 Minecraft Super Bite Size Builds 978 0008534127 Minecraft Epic Inventions 978 0008496012 Minecraft Epic Bases: 978 1405296472 Perfect Gifts: Minecraft Maps 978 1405294546 Minecraft Blockopedia 978 0755500390 Sticker, humour and activity: Minecraft Survival Sticker Book 978 1405288552 Minecraft Sticker Adventure Treasure Hunt 978 0755503582 Minecraft Sticker Adventure Mobs Attack 978 0008533953 Minecraft Joke Book 978 1405295253 Minecraft How to Draw 978 0008534028 Minecraft Would You Rather 978 0008534028 Minecraft Catch the Creeper 978 0755503575

The Birth of Computer Vision (Paperback): James E. Dobson The Birth of Computer Vision (Paperback)
James E. Dobson
R772 R638 Discovery Miles 6 380 Save R134 (17%) Ships in 12 - 19 working days

A revealing genealogy of image-recognition techniques and technologies   Today’s most advanced neural networks and sophisticated image-analysis methods come from 1950s and ’60s Cold War culture—and many biases and ways of understanding the world from that era persist along with them. Aerial surveillance and reconnaissance shaped all of the technologies that we now refer to as computer vision, including facial recognition. The Birth of Computer Vision uncovers these histories and finds connections between the algorithms, people, and politics at the core of automating perception today. James E. Dobson reveals how new forms of computerized surveillance systems, high-tech policing, and automated decision-making systems have become entangled, functioning together as a new technological apparatus of social control. Tracing the development of a series of important computer-vision algorithms, he uncovers the ideas, worrisome military origins, and lingering goals reproduced within the code and the products based on it, examining how they became linked to one another and repurposed for domestic and commercial uses. Dobson includes analysis of the Shakey Project, which produced the first semi-autonomous robot, and the impact of student protest in the early 1970s at Stanford University, as well as recovering the computer vision–related aspects of Frank Rosenblatt’s Perceptron as the crucial link between machine learning and computer vision. Motivated by the ongoing use of these major algorithms and methods, The Birth of Computer Vision chronicles the foundations of computer vision and artificial intelligence, its major transformations, and the questionable legacy of its origins. Cover alt text: Two overlapping circles in cream and violet, with black background. Top is a printed circuit with camera eye; below a person at a 1977 computer.

Powerful Command-Line Applications in Go - Build Fast and Maintainable Tools (Paperback): Ricardo Gerardi Powerful Command-Line Applications in Go - Build Fast and Maintainable Tools (Paperback)
Ricardo Gerardi
R1,306 R996 Discovery Miles 9 960 Save R310 (24%) Ships in 12 - 19 working days

Whether you want to automate tasks, analyze data, parse logs, talk to network services, or address other systems requirements, writing your own command-line tool may be the fastest - and perhaps the most fun - way to do it. The Go programming language is a great choice for developing tools that are fast, reliable, and cross-platform. Create command-line tools that work with files, connect to services, and even manage external processes, all while using tests and benchmarks to ensure your programs are fast and correct. When you want to develop cross platform command-line tools that are fast and reliable, use Go, a modern programming language that combines the reliability of compiled languages with the ease of use and flexibility of dynamic typed languages. Work through practical examples to develop elegant and efficient tools by applying Go's rich standard library, its built in support for concurrency, and its expressive syntax. Use Go's integrated testing capabilities to automatically test your tools, ensuring they work reliably even across code refactoring. Develop CLI tools that interact with your users by using common input/output patterns, including environment variables and flags. Handle files to read or persist data, and manipulate paths consistently in cross-platform scenarios. Control processes and handle signals, and use a benchmark driven approach and Go's concurrency primitives to create tools that perform well. Use powerful external libraries such as Cobra to create modern and flexible tools that handle subcommands, and develop tools that interact with databases, APIs, and network services. Finally, leverage what you learned by tackling additional challenges at the end of each chapter. What You Need: Go 1.8 or higher, an internet connection to download the example files and additional libraries, and a text editor to write your programs.

Writing Technology - Studies on the Materiality of Literacy (Hardcover): Christina Haas Writing Technology - Studies on the Materiality of Literacy (Hardcover)
Christina Haas
R4,476 Discovery Miles 44 760 Ships in 12 - 19 working days

Academic and practitioner journals in fields from electronics to business to language studies, as well as the popular press, have for over a decade been proclaiming the arrival of the "computer revolution" and making far-reaching claims about the impact of computers on modern western culture. Implicit in many arguments about the revolutionary power of computers is the assumption that communication, language, and words are intimately tied to culture -- that the computer's transformation of communication means a transformation, a revolutionizing, of culture.
Moving from a vague sense that writing is profoundly different with different material and technological tools to an understanding of how such tools can and will change writing, writers, written forms, and writing's functions is not a simple matter. Further, the question of whether -- and how -- changes in individual writers' experiences with new technologies translate into large-scale, cultural "revolutions" remains unresolved.
This book is about the relationship of writing to its technologies. It uses history, theory and empirical research to argue that the effects of computer technologies on literacy are complex, always incomplete, and far from unitary -- despite a great deal of popular and even scholarly discourse about the inevitability of the computer revolution. The author argues that just as computers impact on discourse, discourse itself impacts technology and explains how technology is used in educational settings and beyond.
The opening chapters argue that the relationship between writing and the material world is both inextricable and profound. Through writing, the physical, time-and-space world of tools and artifacts is joined to the symbolic world of language. The materiality of writing is both the central fact of literacy and its central puzzle -- a puzzle the author calls "The Technology Question" -- that asks: What does it mean for language to become material? and What is the effect of writing and other material literacy technologies on human thinking and human culture? The author also argues for an interdisciplinary approach to the technology question and lays out some of the tenets and goals of technology studies and its approach to literacy.
The central chapters examine the relationship between writing and technology systematically, and take up the challenge of accounting for how writing -- defined as both a cognitive process and a cultural practice -- is tied to the material technologies that support and constrain it. Haas uses a wealth of methodologies including interviews, examination of writers' physical interactions with texts, think-aloud protocols, rhetorical analysis of discourse about technology, quasi-experimental studies of reading and writing, participant-observer studies of technology development, feature analysis of computer systems, and discourse analysis of written artifacts. Taken as a whole, the results of these studies paint a rich picture of material technologies shaping the activity of writing and discourse, in turn, shaping the development and use of technology.
The book concludes with a detailed look at the history of literacy technologies and a theoretical exploration of the relationship between material tools and mental activity. The author argues that seeing writing as an "embodied practice" -- a practice based in culture, in mind, "and" in body -- can help to answer the "technology question." Indeed, the notion of embodiment can provide a necessary corrective to accounts of writing that emphasize the cultural at the expense of the cognitive, or that focus on writing as only an act of mind. Questions of technology, always and inescapably return to the material, embodied reality of literate practice. Further, because technologies are at once tools for individual use and culturally-constructed systems, the study of technology can provide a fertile site in which to examine the larger issue of the relationship of culture and cognition.

Knowledge Machines - Language and Information in a Technological Society (Paperback): Denise E. Murray Knowledge Machines - Language and Information in a Technological Society (Paperback)
Denise E. Murray
R1,226 Discovery Miles 12 260 Ships in 12 - 19 working days

Provides a wide-ranging survey of the sociolinguistic issues raised by the impact of information technology. The author demonstrates how and in which ways the new technologies both affect human communication and are in turn affected by the way people communicate using the technologies.

The Costs of Connection - How Data Is Colonizing Human Life and Appropriating It for Capitalism (Paperback): Nick Couldry,... The Costs of Connection - How Data Is Colonizing Human Life and Appropriating It for Capitalism (Paperback)
Nick Couldry, Ulises A. Mejias
R729 Discovery Miles 7 290 Ships in 12 - 19 working days

Just about any social need is now met with an opportunity to "connect" through digital means. But this convenience is not free—it is purchased with vast amounts of personal data transferred through shadowy backchannels to corporations using it to generate profit. The Costs of Connection uncovers this process, this "data colonialism," and its designs for controlling our lives—our ways of knowing; our means of production; our political participation. Colonialism might seem like a thing of the past, but this book shows that the historic appropriation of land, bodies, and natural resources is mirrored today in this new era of pervasive datafication. Apps, platforms, and smart objects capture and translate our lives into data, and then extract information that is fed into capitalist enterprises and sold back to us. The authors argue that this development foreshadows the creation of a new social order emerging globally—and it must be challenged. Confronting the alarming degree of surveillance already tolerated, they offer a stirring call to decolonize the internet and emancipate our desire for connection.

Technopoles Of The World - The Making Of 21st Century Industrial Complexes (Paperback): Manuel Castells Technopoles Of The World - The Making Of 21st Century Industrial Complexes (Paperback)
Manuel Castells
R1,799 Discovery Miles 17 990 Ships in 12 - 19 working days

Technopoles - planned centres for the promotion of high-technology industry - have become a key feature of national economic development worldwide. Created out of a technological revolution, the formation of the global economy and the emergence of a new form of economic production and management, they constitute the mines and foundries of the information age, redefining the conditions and processes of local and regional development. This text is a systematic survey of technopoles in all manifestations: science parks, science cities, national technopoles and techno-belt programmes. Detailed case studies, ranging from the Silicon Valley to Siberia and from the M4 Corridor to Taiwan, relate how global technopoles have developed, what each is striving to achieve and how well it is succeeding. "Technopoles of the World" distils the lessons learned from the successes and failures, embracing a host of disparate concepts and a few myths, and offering guidelines for national, regional and local planners and developers worldwide.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Core Data in Objective-C 3e
Marcus Zarra Paperback R912 R808 Discovery Miles 8 080
Rebels And Rage - Reflecting On…
Adam Habib Paperback R589 Discovery Miles 5 890
Interprocess Communication with macOS…
Hem Dutt Paperback R1,513 R1,237 Discovery Miles 12 370
macOS Support Essentials 12 - Apple Pro…
Benjamin Levy, Adam Karneboge, … Paperback R1,515 Discovery Miles 15 150
The Effective Facilitator's Handbook…
Cathy A. Toll Paperback R796 R690 Discovery Miles 6 900
How to Manage Student Consulting…
Joseph R. Weintraub, George A. Lee, … Hardcover R2,778 Discovery Miles 27 780
A Seed Of A Dream - Morris Isaacson High…
Clive Glaser Paperback R280 R259 Discovery Miles 2 590
Questioning for Formative Feedback…
Jackie Acree Walsh Paperback R853 R742 Discovery Miles 7 420
Swift Recipes for iOS Developers…
Alexander Nekrasov Paperback R1,534 R1,258 Discovery Miles 12 580
Cultural Competence Now - 56 Exercises…
Vernita Mayfield Paperback R827 R716 Discovery Miles 7 160

 

Partners