Download presentation
Presentation is loading. Please wait.
1
Bernie Innocenti Sugar Labs Foundation bernie@sugarlabs.org
Report from Paraguay Bernie Innocenti Sugar Labs Foundation
3
Caacupé, Paraguay
4
Formadores
5
Technicians
6
Technological primate
Caacupé is the first OLPC deployment adopting Sugar 0.84 “El método del Código Abierto se basa en la participación y no en el consumo pasivo” ()
7
Los Scracheros
8
Los Scracheros
9
Everyone is a teacher and a learner...
10
...regardless of age.
11
Repairing laptops
12
Beyond passive support
The open source method is based on participation, not consumption. — Aaron Seigo “El método del Código Abierto se basa en la participación y no en el consumo pasivo” ()
13
Sugar is easy to change def _calculate_position(self, radius, icon_size, index, count): width, height = self.box.get_allocation() angle = index * (2 * math.pi / count) - math.pi / 2 x = radius * math.cos(angle) + (width - icon_size) / 2 y = radius * math.sin(angle) + (height - icon_size - style.GRID_CELL_SIZE) / 2 return x, y def _calculate_position(self, radius, icon_size, index, count): width, height = self.box.get_allocation() angle = index * (math.pi / (6 + index / 12)) - math.pi / 2 radius = ((radius - _MIN_RADIUS) * (index * 1.1) / count) + _MIN_RADIUS x = radius * math.cos(angle) + (width - icon_size) / 2 y = radius * math.sin(angle) + (height - icon_size - style.GRID_CELL_SIZE) / 2 return x, y
14
“Hackfest” HIRED
15
Free technology is empowering
Access Opportunity Equity A bright and open future
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.