This document discusses using Metacello to build custom Pharo images. It begins by explaining the author's motivations for building many customized images, such as testing new tools and versions. The author proposes leveraging Metacello's configuration files to define versions of packages and dependencies to build images tailored for individuals, companies, universities, and research groups. The conclusion encourages others to adapt the author's image building approach using Metacello to suit their own needs.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine that allows JavaScript to be run on the server side. It has grown rapidly in popularity due to allowing developers to write code that can run on both the server and client using the same language, JavaScript. This allows for progressive enhancement, graceful degradation, and easier development. Major companies like Yahoo, Microsoft and Facebook have invested heavily in Node.js due to these advantages.
This document discusses proxy objects in Smalltalk. It begins by defining a proxy as a surrogate or placeholder that controls access to another target object. It then describes different approaches to implementing proxies and their limitations, such as issues with traditional approaches that use #doesNotUnderstand:. The document proposes an alternative "ghost model" using #cannotInterpret: to intercept all messages in a uniform way while keeping proxies and handlers separate. It explains how this approach works and advantages it has over traditional proxies. The document also discusses extending this approach to proxy classes and methods.
Fungisil et ZetaClear sont rem竪de efficace pour infection fongique des ongles. Ses ingr辿dients naturels soulagent les infections des ongles et des orteils sans effets secondaires.
This user guide provides instructions for operating a portable dual-mode telephone. It includes sections on phone basics, making calls, text entry, phone menus and settings, as well as safety warnings and legal information. The document contains all information needed to understand and use the core functionality of the telephone.
Presentation of the research paper entitled "Clustered Serialization with Fuel" in ESUG International Workshop on Smalltalk Technologies (IWST 2011), Edinburgh, Scotland.
The document discusses different zones within a bra store and strategies for communication within each zone. The zones include the fitting room, transition zone, and shop floor. Issues in each zone are identified along with actions like using brand elements, illustrations, lifestyle photos, and minimal text to address issues and better communicate with customers in an appropriate way for each specific area of the store.
Games for the Masses - Wie DevOps die Entwicklung von Architektur ver辰ndert (...Wooga
油
(際際滷s in English)
Ein Backend f端r ein weltweit erfolgreiches Social Game zu entwickeln ist nicht einfach, aber die eigentliche Herausforderung ist der Betrieb der Systeme! Bei Wooga sind dieselben zwei bis drei Entwickler f端r beides verantwortlich. ber die letzten zwei Jahren hat sich ein halbes Dutzend Teams dieser Herausforderung gestellt. Dabei konnten sie auf die Erfahrungen der vorhergehenden Teams zur端ckgreifen und hatten die Freiheit, eigene L旦sungsans辰tze zu verfolgen. Der Vortrag wird die entstandene Evolution der Backends nachvollziehen: Anfangs LAMP, dann Ruby statt PHP, dann NoSQL statt MySQL und am Ende ohne Datenbank auf Basis von Erlang OTP. Die Darstellung dieser Reise wird anschaulich zeigen, welche Vorteile es haben kann, Entwicklern auch einmal freie Hand zu lassen.
e-Learning, working life and language educationHanna Ter辰s
油
This document discusses e-learning, working life, and language education. It begins by asking why we use e-learning and what types of e-learning exist, from learning with technology to learning from technology. It then discusses how social media and Web 2.0 tools can be used for collaboration, communication, sharing reviews and opinions. The document also covers 21st century skills needed for professionals, including core competencies like critical thinking, problem solving, and collaboration. It emphasizes how e-learning should incorporate authentic contexts, tasks, assessments, and collaboration to build knowledge.
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)Chiradeep Vittal
油
The document discusses the future of Apache Cloudstack and how it can better align with AWS. It notes that end-users want more features delivered quickly with stability and smooth upgrades. Developers want faster development cycles and least surprise interfaces. The future of Cloudstack includes fully implementing VPC and EBS, improving storage and databases, and focusing on modularity, testing and developer experience. Aligning more closely with AWS APIs could help end-users and developers.
A handful of lightning talks with the aim of communicating some takeaway points from the Vizbi 2012 data visualisation conference.
Speakers: Juri P辰rn, Ingvar Lagerstedt, Martijn van Iersel, Glen van Ginkel, Francis Rowland and Benedetta Baldi (EMBL-EBI).
The problem with a presentation about data viz is... BIG IMAGES! I had to save this as a PDF and compress it a lot. I'm afraid that means that the [helpful] speaker notes have been lost.
This document outlines an agenda for a workshop about exploring iPad apps for creativity. The agenda includes introductions, discussions about creativity and how it relates to innovation, exploring example apps, analyzing apps' affordances and constraints, classifying apps using Bloom's Taxonomy and the SAMR model, and tweaking apps to improve their educational potential. Participants will work individually and in groups to explore apps, discuss how they could be modified, and share their analyses.
Create Great Products Through Strong UX + Dev CollaborationMary Piontkowski
油
The document discusses collaboration between UX designers and developers. It notes that personality types, communication styles, and work processes can differ between the two roles. The presentation provides tips on how designers and developers can better understand each other's perspectives and work styles. These include learning each other's personality types using Myers-Briggs, tailoring communication strategies, practicing negotiation skills, and addressing obstacles in the product creation process. Working to overcome challenges through improved collaboration is presented as key to creating great products.
Look at your class from a variety of angles and with a variety of lenses. Want to teach a blended course? Let's assess your face-to-face course and make a great blended one!
Meeting 9, social media and scholarship, assignment 4, 22 mayNick Jankowski
油
This document outlines an agenda for a meeting on social media and scholarship. The agenda includes an introduction to the Zipcast platform, a quiz on digital scholarship readings, assignments on using Mendeley for reference management and note-taking software like OneNote and Zotero, and a discussion of using social media in academic research. Students will work in groups to complete assignments on enhancing academic publications using digital tools and collaborating online. Readings are assigned on social scientists' use of digital tools, Twitter for academics, and information practices in the humanities.
This document provides an overview of a presentation on effective research skills for students and other learners. The presentation is given by Tracy Poelzer, a district technology coordinator and teacher-librarian. The presentation covers topics like using appropriate databases and vetting websites by examining factors like the author, date, and potential biases. It encourages using strategies like searching within specific domains and comparing across multiple sources. Attendees are given assignments to evaluate website reliability and explore additional research tools and resources.
This document discusses Moodle, an open-source learning management system, and Pukunui, a Moodle partner company. It provides an overview of what Moodle is, its architecture and standards, as well as its growth in users and sites globally. Pukunui is introduced as an education technology company specializing in Moodle and Mahara with offices in several countries. Services discussed include hosting, support, custom development and training.
We are going full bore on LeanUX at PayPal. This presentation just captures a lot of cautions for our teams. These anti-patterns call out bad behaviors or situations that can become bad which will stifle collaboration.
The document discusses Smalltalk and its use in business. It provides an overview of Smalltalk, including its history and inventions. It describes dialects like Pharo and how it can be used for web development, databases, and more. Benefits include productivity, flexibility, and being fully object-oriented, while disadvantages include lack of mainstream popularity and documentation compared to other languages.
The document discusses object graphs in object-oriented programming and the problem of unused but referenced objects consuming memory. It proposes swapping unused object subgraphs to disk to free up memory while keeping them available. Key challenges include identifying unused object groups, serializing them efficiently with minimal overhead, and handling shared objects and pointers between swapped and unswapped objects. The approach taken is to mark used/unused objects at runtime, group related unused objects into subgraphs, swap only subgraph roots and inner objects to a file while keeping shared objects in memory, and update pointers to swapped objects.
Metacello is a package management system for Monticello that uses configuration files to define project versions and dependencies. A configuration file specifies the Monticello files, dependencies on other projects, and dependencies between packages for a project. Metacello is intended for users, not developers, of a project and allows users to load projects and specify pre and post code execution and project references. The current version is 1.0-beta.27.4 and future plans include improving version naming, validation, and ongoing bug fixes.
The document discusses DBXTalk, an open-source relational database access solution for Smalltalk. It includes OpenDBXDriver, which provides a common API for various database backends. GlorpDBX acts as a glue layer between Glorp and OpenDBXDriver. DBXTools and DBXBrowser provide scaffolding and a UI for database interaction and visualization. The current state includes a released OpenDBXDriver and ported Glorp. Future work involves improving the tools and adding backends.
2) Serialize the object graph
3) Create and associate proxies
4) Replace original objects with proxies
The document proposes an application-level virtual memory system for object-oriented programs. It works by swapping out unused object graphs to secondary storage and replacing them with proxy objects in primary memory. When a proxy is accessed, its corresponding graph is swapped back in from secondary storage. Key aspects include assigning graph IDs, serializing graphs, creating associated proxy objects, and replacing original objects with proxies during swap out.
Este documento describe la integraci坦n de Squeak con bases de datos relacionales. Propone el desarrollo de SqueakDBX, un driver unificado que permitir鱈a la conexi坦n de Squeak con m炭ltiples DBMS como Oracle, PostgreSQL, MySQL y SQLite. Se detallan la arquitectura propuesta, el estado actual de implementaci坦n y las pr坦ximas mejoras planificadas como el soporte a campos grandes de datos y triggers.
EaseUS Partition Master Crack 2025 + Serial Keykherorpacca127
油
https://ncracked.com/7961-2/
Note: >> Please copy the link and paste it into Google New Tab now Download link
EASEUS Partition Master Crack is a professional hard disk partition management tool and system partition optimization software. It is an all-in-one PC and server disk management toolkit for IT professionals, system administrators, technicians, and consultants to provide technical services to customers with unlimited use.
EASEUS Partition Master 18.0 Technician Edition Crack interface is clean and tidy, so all options are at your fingertips. Whether you want to resize, move, copy, merge, browse, check, convert partitions, or change their labels, you can do everything with a few clicks. The defragmentation tool is also designed to merge fragmented files and folders and store them in contiguous locations on the hard drive.
AI in Medical Diagnostics The Future of HealthcareVadim Nareyko
油
What Youll Learn:
What is AI in medical diagnostics and how it works?
How AI enhances accuracy, speed, and accessibility in disease detection.
Real-world examples from leading innovators like Google Health, IBM Watson, and Siemens Healthineers.
The cutting-edge AI technologies driving this transformation, including computer vision, natural language processing, and federated learning.
The challenges, opportunities, and future trends in AI-powered diagnostics.
________________________________________
Why AI in Healthcare Matters:
Traditional diagnosis relies heavily on manual interpretation, making it time-consuming and sometimes prone to human error. AI-driven diagnostic systems analyze vast amounts of medical data faster and more accurately, helping doctors detect diseases in their early stages.
From automated radiology analysis to AI-assisted pathology and real-time patient monitoring, these technologies are revolutionizing healthcare, telemedicine, and personalized treatment.
More Related Content
Similar to Building you own Pharo images with Metacello (11)
e-Learning, working life and language educationHanna Ter辰s
油
This document discusses e-learning, working life, and language education. It begins by asking why we use e-learning and what types of e-learning exist, from learning with technology to learning from technology. It then discusses how social media and Web 2.0 tools can be used for collaboration, communication, sharing reviews and opinions. The document also covers 21st century skills needed for professionals, including core competencies like critical thinking, problem solving, and collaboration. It emphasizes how e-learning should incorporate authentic contexts, tasks, assessments, and collaboration to build knowledge.
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)Chiradeep Vittal
油
The document discusses the future of Apache Cloudstack and how it can better align with AWS. It notes that end-users want more features delivered quickly with stability and smooth upgrades. Developers want faster development cycles and least surprise interfaces. The future of Cloudstack includes fully implementing VPC and EBS, improving storage and databases, and focusing on modularity, testing and developer experience. Aligning more closely with AWS APIs could help end-users and developers.
A handful of lightning talks with the aim of communicating some takeaway points from the Vizbi 2012 data visualisation conference.
Speakers: Juri P辰rn, Ingvar Lagerstedt, Martijn van Iersel, Glen van Ginkel, Francis Rowland and Benedetta Baldi (EMBL-EBI).
The problem with a presentation about data viz is... BIG IMAGES! I had to save this as a PDF and compress it a lot. I'm afraid that means that the [helpful] speaker notes have been lost.
This document outlines an agenda for a workshop about exploring iPad apps for creativity. The agenda includes introductions, discussions about creativity and how it relates to innovation, exploring example apps, analyzing apps' affordances and constraints, classifying apps using Bloom's Taxonomy and the SAMR model, and tweaking apps to improve their educational potential. Participants will work individually and in groups to explore apps, discuss how they could be modified, and share their analyses.
Create Great Products Through Strong UX + Dev CollaborationMary Piontkowski
油
The document discusses collaboration between UX designers and developers. It notes that personality types, communication styles, and work processes can differ between the two roles. The presentation provides tips on how designers and developers can better understand each other's perspectives and work styles. These include learning each other's personality types using Myers-Briggs, tailoring communication strategies, practicing negotiation skills, and addressing obstacles in the product creation process. Working to overcome challenges through improved collaboration is presented as key to creating great products.
Look at your class from a variety of angles and with a variety of lenses. Want to teach a blended course? Let's assess your face-to-face course and make a great blended one!
Meeting 9, social media and scholarship, assignment 4, 22 mayNick Jankowski
油
This document outlines an agenda for a meeting on social media and scholarship. The agenda includes an introduction to the Zipcast platform, a quiz on digital scholarship readings, assignments on using Mendeley for reference management and note-taking software like OneNote and Zotero, and a discussion of using social media in academic research. Students will work in groups to complete assignments on enhancing academic publications using digital tools and collaborating online. Readings are assigned on social scientists' use of digital tools, Twitter for academics, and information practices in the humanities.
This document provides an overview of a presentation on effective research skills for students and other learners. The presentation is given by Tracy Poelzer, a district technology coordinator and teacher-librarian. The presentation covers topics like using appropriate databases and vetting websites by examining factors like the author, date, and potential biases. It encourages using strategies like searching within specific domains and comparing across multiple sources. Attendees are given assignments to evaluate website reliability and explore additional research tools and resources.
This document discusses Moodle, an open-source learning management system, and Pukunui, a Moodle partner company. It provides an overview of what Moodle is, its architecture and standards, as well as its growth in users and sites globally. Pukunui is introduced as an education technology company specializing in Moodle and Mahara with offices in several countries. Services discussed include hosting, support, custom development and training.
We are going full bore on LeanUX at PayPal. This presentation just captures a lot of cautions for our teams. These anti-patterns call out bad behaviors or situations that can become bad which will stifle collaboration.
The document discusses Smalltalk and its use in business. It provides an overview of Smalltalk, including its history and inventions. It describes dialects like Pharo and how it can be used for web development, databases, and more. Benefits include productivity, flexibility, and being fully object-oriented, while disadvantages include lack of mainstream popularity and documentation compared to other languages.
The document discusses object graphs in object-oriented programming and the problem of unused but referenced objects consuming memory. It proposes swapping unused object subgraphs to disk to free up memory while keeping them available. Key challenges include identifying unused object groups, serializing them efficiently with minimal overhead, and handling shared objects and pointers between swapped and unswapped objects. The approach taken is to mark used/unused objects at runtime, group related unused objects into subgraphs, swap only subgraph roots and inner objects to a file while keeping shared objects in memory, and update pointers to swapped objects.
Metacello is a package management system for Monticello that uses configuration files to define project versions and dependencies. A configuration file specifies the Monticello files, dependencies on other projects, and dependencies between packages for a project. Metacello is intended for users, not developers, of a project and allows users to load projects and specify pre and post code execution and project references. The current version is 1.0-beta.27.4 and future plans include improving version naming, validation, and ongoing bug fixes.
The document discusses DBXTalk, an open-source relational database access solution for Smalltalk. It includes OpenDBXDriver, which provides a common API for various database backends. GlorpDBX acts as a glue layer between Glorp and OpenDBXDriver. DBXTools and DBXBrowser provide scaffolding and a UI for database interaction and visualization. The current state includes a released OpenDBXDriver and ported Glorp. Future work involves improving the tools and adding backends.
2) Serialize the object graph
3) Create and associate proxies
4) Replace original objects with proxies
The document proposes an application-level virtual memory system for object-oriented programs. It works by swapping out unused object graphs to secondary storage and replacing them with proxy objects in primary memory. When a proxy is accessed, its corresponding graph is swapped back in from secondary storage. Key aspects include assigning graph IDs, serializing graphs, creating associated proxy objects, and replacing original objects with proxies during swap out.
Este documento describe la integraci坦n de Squeak con bases de datos relacionales. Propone el desarrollo de SqueakDBX, un driver unificado que permitir鱈a la conexi坦n de Squeak con m炭ltiples DBMS como Oracle, PostgreSQL, MySQL y SQLite. Se detallan la arquitectura propuesta, el estado actual de implementaci坦n y las pr坦ximas mejoras planificadas como el soporte a campos grandes de datos y triggers.
EaseUS Partition Master Crack 2025 + Serial Keykherorpacca127
油
https://ncracked.com/7961-2/
Note: >> Please copy the link and paste it into Google New Tab now Download link
EASEUS Partition Master Crack is a professional hard disk partition management tool and system partition optimization software. It is an all-in-one PC and server disk management toolkit for IT professionals, system administrators, technicians, and consultants to provide technical services to customers with unlimited use.
EASEUS Partition Master 18.0 Technician Edition Crack interface is clean and tidy, so all options are at your fingertips. Whether you want to resize, move, copy, merge, browse, check, convert partitions, or change their labels, you can do everything with a few clicks. The defragmentation tool is also designed to merge fragmented files and folders and store them in contiguous locations on the hard drive.
AI in Medical Diagnostics The Future of HealthcareVadim Nareyko
油
What Youll Learn:
What is AI in medical diagnostics and how it works?
How AI enhances accuracy, speed, and accessibility in disease detection.
Real-world examples from leading innovators like Google Health, IBM Watson, and Siemens Healthineers.
The cutting-edge AI technologies driving this transformation, including computer vision, natural language processing, and federated learning.
The challenges, opportunities, and future trends in AI-powered diagnostics.
________________________________________
Why AI in Healthcare Matters:
Traditional diagnosis relies heavily on manual interpretation, making it time-consuming and sometimes prone to human error. AI-driven diagnostic systems analyze vast amounts of medical data faster and more accurately, helping doctors detect diseases in their early stages.
From automated radiology analysis to AI-assisted pathology and real-time patient monitoring, these technologies are revolutionizing healthcare, telemedicine, and personalized treatment.
UiPath Automation Developer Associate Training Series 2025 - Session 1DianaGray10
油
Welcome to UiPath Automation Developer Associate Training Series 2025 - Session 1.
In this session, we will cover the following topics:
Introduction to RPA & UiPath Studio
Overview of RPA and its applications
Introduction to UiPath Studio
Variables & Data Types
Control Flows
You are requested to finish the following self-paced training for this session:
Variables, Constants and Arguments in Studio 2 modules - 1h 30m - https://academy.uipath.com/courses/variables-constants-and-arguments-in-studio
Control Flow in Studio 2 modules - 2h 15m - https:/academy.uipath.com/courses/control-flow-in-studio
鏝 For any questions you may have, please use the dedicated Forum thread. You can tag the hosts and mentors directly and they will reply as soon as possible.
Understanding Traditional AI with Custom Vision & MuleSoft.pptxshyamraj55
油
Understanding Traditional AI with Custom Vision & MuleSoft.pptx | ### 際際滷 Deck Description:
This presentation features Atul, a Senior Solution Architect at NTT DATA, sharing his journey into traditional AI using Azure's Custom Vision tool. He discusses how AI mimics human thinking and reasoning, differentiates between predictive and generative AI, and demonstrates a real-world use case. The session covers the step-by-step process of creating and training an AI model for image classification and object detectionspecifically, an ad display that adapts based on the viewer's gender. Atulavan highlights the ease of implementation without deep software or programming expertise. The presentation concludes with a Q&A session addressing technical and privacy concerns.
[Webinar] Scaling Made Simple: Getting Started with No-Code Web AppsSafe Software
油
Ready to simplify workflow sharing across your organization without diving into complex coding? With FME Flow Apps, you can build no-code web apps that make your data work harder for you fast.
In this webinar, well show you how to:
Build and deploy Workspace Apps to create an intuitive user interface for self-serve data processing and validation.
Automate processes using Automation Apps. Learn to create a no-code web app to kick off workflows tailored to your needs, trigger multiple workspaces and external actions, and use conditional filtering within automations to control your workflows.
Create a centralized portal with Gallery Apps to share a collection of no-code web apps across your organization.
Through real-world examples and practical demos, youll learn how to transform your workflows into intuitive, self-serve solutions that empower your team and save you time. We cant wait to show you whats possible!
Getting Started with AWS - Enterprise Landing Zone for Terraform Learning & D...Chris Wahl
油
Recording: https://youtu.be/PASG0NTKUQA?si=1Ih7O9z0Lk0IzX9n
Welcome innovators! In this comprehensive tutorial, you will learn how to get started with AWS Cloud and Terraform to build an enterprise-like landing zone for a secure, low-cost environment to develop with Terraform. We'll guide you through setting up AWS Control Tower, Identity and Access Management, and creating a sandbox account, ensuring you have a safe and controlled area for learning and development. You'll also learn about budget management, single sign-on setup, and using AWS organizations for policy management. Plus, dive deep into Terraform basics, including setting up state management, migrating local state to remote state, and making resource modifications using your new infrastructure as code skills. Perfect for beginners looking to master AWS and Terraform essentials!
This is session #3 of the 5-session online study series with Google Cloud, where we take you onto the journey learning generative AI. Youll explore the dynamic landscape of Generative AI, gaining both theoretical insights and practical know-how of Google Cloud GenAI tools such as Gemini, Vertex AI, AI agents and Imagen 3.
Caching for Performance Masterclass: Caching StrategiesScyllaDB
油
Exploring the tradeoffs of common caching strategies and a look at the architectural differences.
- Which strategies exist
- When to apply different strategies
- ScyllaDB cache design
UiPath Automation Developer Associate Training Series 2025 - Session 2DianaGray10
油
In session 2, we will introduce you to Data manipulation in UiPath Studio.
Topics covered:
Data Manipulation
What is Data Manipulation
Strings
Lists
Dictionaries
RegEx Builder
Date and Time
Required Self-Paced Learning for this session:
Data Manipulation with Strings in UiPath Studio (v2022.10) 2 modules - 1h 30m - https://academy.uipath.com/courses/data-manipulation-with-strings-in-studio
Data Manipulation with Lists and Dictionaries in UiPath Studio (v2022.10) 2 modules - 1h - https:/academy.uipath.com/courses/data-manipulation-with-lists-and-dictionaries-in-studio
Data Manipulation with Data Tables in UiPath Studio (v2022.10) 2 modules - 1h 30m - https:/academy.uipath.com/courses/data-manipulation-with-data-tables-in-studio
鏝 For any questions you may have, please use the dedicated Forum thread. You can tag the hosts and mentors directly and they will reply as soon as possible.
Agentic AI: The 2025 Next-Gen Automation GuideThoughtminds
油
Introduction to Agentic AI: Explains how it differs from traditional automation and its ability to make independent decisions.
Comparison with Generative AI: A structured comparison between Generative AI (content creation) and Agentic AI (autonomous action-taking).
Technical Breakdown: Covers core components such as LLMs, reinforcement learning, and cloud infrastructure that power Agentic AI.
Real-World Use Cases (2025 & Beyond): Examines how Agentic AI is transforming industries like insurance, healthcare, retail, finance, and cybersecurity.
Business Impact & ROI: Discusses case studies from Unilever, FedEx, and more, showcasing cost savings and operational efficiency improvements.
Challenges & Risks: Highlights bias, security threats, regulatory compliance, and workforce reskilling as critical challenges in AI adoption.
5-Step Implementation Strategy: A practical roadmap to help organizations integrate Agentic AI seamlessly.
Future Predictions (2025-2030): Forecasts on AI-driven workforce evolution, industry disruptions, and the rise of Quantum AI.
AI Trends and Fun Demos Sothebys Rehoboth PresentationEthan Holland
油
Ethan B. Holland explores the impact of artificial intelligence on real estate and digital transformation. Covering key AI trends such as multimodal AI, agency, co-pilots, and AI-powered computer usage, the document highlights how emerging technologies are reshaping industries. It includes real-world demonstrations of AI in action, from automated real estate insights to AI-generated voice and video applications. With expertise in digital transformation, Ethan shares insights from his work optimizing workflows with AI tools, automation, and large language models. This presentation is essential for professionals seeking to understand AIs role in business, automation, and real estate.
DevNexus - Building 10x Development Organizations.pdfJustin Reock
油
Developer Experience is Dead! Long Live Developer Experience!
In this keynote-style session, well take a detailed, granular look at the barriers to productivity developers face today and modern approaches for removing them. 10x developers may be a myth, but 10x organizations are very real, as proven by the influential study performed in the 1980s, The Coding War Games.
Right now, here in early 2025, we seem to be experiencing YAPP (Yet Another Productivity Philosophy), and that philosophy is converging on developer experience. It seems that with every new method, we invent to deliver products, whether physical or virtual, we reinvent productivity philosophies to go alongside them.
But which of these approaches works? DORA? SPACE? DevEx? What should we invest in and create urgency behind today so we dont have the same discussion again in a decade?
THE BIG TEN BIOPHARMACEUTICAL MNCs: GLOBAL CAPABILITY CENTERS IN INDIASrivaanchi Nathan
油
This business intelligence report, "The Big Ten Biopharmaceutical MNCs: Global Capability Centers in India", provides an in-depth analysis of the operations and contributions of the Global Capability Centers (GCCs) of ten leading biopharmaceutical multinational corporations in India. The report covers AstraZeneca, Bayer, Bristol Myers Squibb, GlaxoSmithKline (GSK), Novartis, Sanofi, Roche, Pfizer, Novo Nordisk, and Eli Lilly. In this report each company's GCC is profiled with details on location, workforce size, investment, and the strategic roles these centers play in global business operations, research and development, and information technology and digital innovation.
Predictive vs. Preventive Maintenance Which One is Right for Your FactoryDiagsense ltd
油
Efficient maintenance is the backbone of any manufacturing operation. It ensures that machinery runs smoothly, minimizes downtime and optimizes overall productivity. Earlier, factories have relied on preventive maintenance but with advancements in technology, Manufacturing PdM Solutions is gaining traction. The question iswhich one is the right fit for your factory? Lets break it down.
5 Must-Use AI Tools to Supercharge Your Productivity!
AI is changing the game! From research to creativity and coding, here are 5 powerful AI tools you should try.
NotebookLM
NotebookLM Your AI Research Assistant
Organizes & summarizes notes
Generates insights from multiple sources
Ideal for students, researchers & writers
Boost your productivity with smarter note-taking!
Napkin.ai
ィ Napkin.ai The Creativity Booster
Connects and organizes ideas
Perfect for writers, designers & entrepreneurs
Acts as your AI-powered brainstorming partner
Unleash your creativity effortlessly!
DeepSeek
DeepSeek Smarter AI Search
Delivers deeper & more precise search results
Analyzes large datasets for better insights
Ideal for professionals & researchers
Find what you needfaster & smarter!
ChatGPT
ChatGPT Your AI Chat Assistant
Answers questions, writes content & assists in coding
Helps businesses with customer support
Boosts learning & productivity
From content to codingChatGPT does it all!
Devin AI
Devin AI AI for Coders
Writes, debugs & optimizes code
Assists developers at all skill levels
Makes coding faster & more efficient
Let AI be your coding partner!
AI is transforming the way we work!
Revolutionizing Field Service: How LLMs Are Powering Smarter Knowledge Access...Earley Information Science
油
Revolutionizing Field Service with LLM-Powered Knowledge Management
Field service technicians need instant access to accurate repair information, but outdated knowledge systems often create frustrating delays. Large Language Models (LLMs) are changing the gameenhancing knowledge retrieval, streamlining troubleshooting, and reducing technician dependency on senior staff.
In this webinar, Seth Earley and industry experts Sanjay Mehta, and Heather Eisenbraun explore how LLMs and Retrieval-Augmented Generation (RAG) are transforming field service operations. Discover how AI-powered knowledge management is improving efficiency, reducing downtime, and elevating service quality.
LLMs for Instant Knowledge Retrieval How AI-driven search dramatically cuts troubleshooting time.
Structured Data & AI Why high-quality, organized knowledge is essential for LLM success.
Real-World Implementation Lessons from deploying LLM-powered knowledge tools in field service.
Business Impact How AI reduces service delays, optimizes workflows, and enhances technician productivity.
Empower your field service teams with AI-driven knowledge access. Watch the webinar to see how LLMs are revolutionizing service efficiency.
Leadership u automatizaciji: RPA prie iz prakse!UiPathCommunity
油
Dobrodo邸li na "AI Powered Automation Leadership Talks", online dogaaj koji okuplja senior lidere i menad転ere iz razliitih industrija kako bi podelili svoja iskustva, izazove i strategije u oblasti RPA (Robotic Process Automation). Ovaj dogaaj pru転a priliku da zavirite u nain razmi邸ljanja ljudi koji donose kljune odluke u automatizaciji i liderstvu.
Kroz panel diskusiju sa tri izuzetna strunjaka, istra転iemo:
Kako uspe邸no zapoeti i skalirati RPA projekte u organizacijama.
Koji su najvei izazovi u implementaciji RPA-a i kako ih prevazii.
Na koje naine automatizacija menja radne procese i poma転e timovima da ostvare vi邸e.
Bez obzira na va邸e iskustvo sa UiPath-om ili RPA uop邸te, ovaj dogaaj je osmi邸ljen kako bi bio koristan svima od menad転era do tehnikih lidera, i svima koji 転ele da unaprede svoje razumevanje automatizacije.
Pridru転ite nam se i iskoristite ovu jedinstvenu priliku da nauite od onih koji vode automatizaciju u svojim organizacijama. Pripremite svoja pitanja i inspiraciju za sledee korake u va邸oj RPA strategiji!
UiPath Document Understanding - Generative AI and Active learning capabilitiesDianaGray10
油
This session focus on Generative AI features and Active learning modern experience with Document understanding.
Topics Covered:
Overview of Document Understanding
How Generative Annotation works?
What is Generative Classification?
How to use Generative Extraction activities?
What is Generative Validation?
How Active learning modern experience accelerate model training?
Q/A
If you have any questions or feedback, please refer to the "Women in Automation 2025" dedicated Forum thread. You can find there extra details and updates.
UiPath Document Understanding - Generative AI and Active learning capabilitiesDianaGray10
油
Building you own Pharo images with Metacello
1. Building your own Pharo
images with Metacello
Mariano Martinez Peck
marianopeck@gmail.com
http://marianopeck.wordpress.com/
RMod
1
Sunday, April 22, 2012 1
2. Motivations 1
To help Pharo community:
I use/test new tools.
I use (鍖ght) latest versions.
I 鍖nd/report/鍖x/test bugs.
2
Sunday, April 22, 2012 2
3. Motivations 1
Bleeding-edge
ninja fighter
To help Pharo community:
I use/test new tools.
I use (鍖ght) latest versions.
I 鍖nd/report/鍖x/test bugs.
2
Sunday, April 22, 2012 2
4. Motivations 1
Bleeding-edge
ninja fighter
To help Pharo community:
I use/test new tools.
I use (鍖ght) latest versions.
I 鍖nd/report/鍖x/test bugs.
I am downloading hundred of images
every day. An image can last me a
maximum of a couple of days.
2
Sunday, April 22, 2012 2
5. Motivations 2
I have my own (different) preferences/
settings than the default ones.
I use speci鍖c tools that are not present by
default.
I am, most of the times, working in several
projects at the same time.
3
Sunday, April 22, 2012 3
6. Motivations 2
I have my own (different) preferences/
settings than the default ones.
I use speci鍖c tools that are not present by
default.
I am, most of the times, working in several
projects at the same time.
I spend a lot of time building my own images
3
Sunday, April 22, 2012 3
7. I am downloading hundred of images every day.
+
I spend a lot of time building my own images.
4
Sunday, April 22, 2012 4
8. I am downloading hundred of images every day.
+
I spend a lot of time building my own images.
= It doesnt compile
4
Sunday, April 22, 2012 4
9. I am downloading hundred of images every day.
+
I spend a lot of time building my own images.
= It doesnt compile
+
I am lazy.
+
I dont like losing time with this.
+
My memory is bad.
4
Sunday, April 22, 2012 4
11. The tools are already there.
6
Sunday, April 22, 2012 6
12. What is Metacello
Package management system for Monticello.
Con鍖guration 鍖le per project.
7
Sunday, April 22, 2012 7
13. A con鍖guration 鍖le de鍖nes project versions.
A version is:
List of Monticello 鍖les (mcz) used by the
project.
List of other projects used by the project.
A speci鍖cation of dependencies between
packages and projects.
Sunday, April 22, 2012 8
19. Bringing Metacello usage to the
next level: building your own
Pharo images
Sunday, April 22, 2012 11
20. Example
Type of software Example Operations
Fuel, DBXTalk, Marea - Build image
I develop or contribute
and CogVM - Just load
Glamoroust,
External tools or addons Keymapping, Install them when
I use TilingWindowManager, building my images
etc
Sunday, April 22, 2012 12
25. Software Conclusion 1
16
Sunday, April 22, 2012 16
26. Software Conclusion 1
Con鍖
gurat
ionO
fSeas
ide
Con鍖gurationOfDBXTalk
o ose
tionO fFuel O fM
Co n 鍖gura rat ion
n鍖 gu
Co
16
Sunday, April 22, 2012 16
27. Software Conclusion 1
Individuals
Con鍖
gurat
ionO
fSeas
ide
Con鍖gurationOfDBXTalk
o ose
tionO fFuel O fM
Co n 鍖gura rat ion
n鍖 gu
Co
16
Sunday, April 22, 2012 16
28. Software Conclusion 1
Individuals
Con鍖
gurat
ionO
fSeas
ide
fMar iano
gura tionO Con鍖gurationOfJuanito
C on鍖
Con鍖gurationOfDBXTalk
Con鍖gurationOfDavid
o ose
tionO fFuel O fM
Co n 鍖gura rat ion
n鍖 gu
Co
16
Sunday, April 22, 2012 16
29. Software Conclusion 1
Individuals
Companies Con鍖
gurat
ionO
fSeas
ide
fMar iano
gura tionO Con鍖gurationOfJuanito
C on鍖
Con鍖gurationOfDBXTalk
Con鍖gurationOfDavid
o ose
tionO fFuel O fM
Co n 鍖gura rat ion
n鍖 gu
Co
16
Sunday, April 22, 2012 16
30. Software Conclusion 1
Individuals
Companies Con鍖
gurat
Con鍖 ionO
gurat fSeas
ionO ide
f10P
fMa r iano ines
gura tionO Con鍖gurationOfJuanito
Con 鍖
Con鍖gurationOfDBXTalk
Small works
gurat ionOf
Con鍖
Con鍖gurationOfDavid
o ose
tionO fFuel O fM
Con 鍖gura Con鍖gurationOf2Denker rat ion
n鍖 gu
Co
16
Sunday, April 22, 2012 16
31. Software Conclusion 1
Individuals
Companies Con鍖
gurat
University Con鍖 ionO
gurat fSeas
ionO ide
f10P
fMa r iano ines
gura tionO Con鍖gurationOfJuanito
Con 鍖
Con鍖gurationOfDBXTalk
Small works
gurat ionOf
Con鍖
Con鍖gurationOfDavid
o ose
tionO fFuel O fM
Con 鍖gura Con鍖gurationOf2Denker rat ion
n鍖 gu
Co
16
Sunday, April 22, 2012 16
32. Software Conclusion 1
Individuals
Companies Con鍖
gurat
University Con鍖 ionO
gurat fSeas
ionO ide
f10P
fMa r iano ines
gura tionO Con鍖gurationOfJuanito
Con 鍖
Con鍖gurationOfDBXTalk
f Small works Con
鍖gu
r ationO ratio
C on鍖gu nOf
PdP
Con鍖gu Con鍖gurationOfDavid
rationO
fUBA-A
lgo3
uel o ose
uratio nOfF nO
fM
on鍖g tio
C Con鍖gurationOf2Denker
鍖g ura
16
Con
Sunday, April 22, 2012 16
33. Software Conclusion 1
Individuals
Companies Con鍖
gurat
University Con鍖 ionO
gurat fSeas
Research groups ionO ide
f10P
fMa r iano ines
gura tionO Con鍖gurationOfJuanito
Con 鍖
Con鍖gurationOfDBXTalk
f Small works Con
鍖gu
r ationO ratio
C on鍖gu nOf
PdP
Con鍖gu Con鍖gurationOfDavid
rationO
fUBA-A
lgo3
uel o ose
uratio nOfF nO
fM
on鍖g tio
C Con鍖gurationOf2Denker
鍖g ura
16
Con
Sunday, April 22, 2012 16
34. Software Conclusion 1
Individuals Con鍖gurationOfRMOD
Companies Con鍖
gurat
University Con鍖 ionO
gurat fSeas
Research groups ionO ide
f10P
fMa r iano ines
gura tionO Con鍖gurationOfJuanito
Con 鍖
Con鍖gurationOfDBXTalk Con鍖gurationOfUNQ
f Small works Con
鍖gu
r ationO ratio
C on鍖gu nOf
PdP
Con鍖gu Con鍖gurationOfDavid
rationO
fUBA-A Con鍖gurationOfEMD se
lgo3
fFue l oo
nO fM
on鍖g uratio tio nO
C Con鍖gurationOf2Denker
鍖g ura
16
C on
Sunday, April 22, 2012 16
35. Conclusion 2
Not only use Metacello to load projects but also to
build your own images
17
Sunday, April 22, 2012 17
36. Fork me!
(it is MIT license)
Gofer new
squeaksource: 'MarianoPhD';
package: 'MarianoBuilder';
load.
But change it and adapt it for your OWN needs
18
Sunday, April 22, 2012 18