Home Blog Page 3

An information-driven farming revolution: Sensible Greenhouse in Greece 


The American Farm Faculty (AFS) in Thessaloniki, Greece, is spearheading a transformative venture geared toward revolutionizing agricultural schooling and practices by the implementation of a data-driven, good greenhouse. In collaboration with Cisco, Dataways S.A., and Inexperienced Undertaking S.A., this initiative integrates cutting-edge Web of Issues (IoT) applied sciences, offering college students with hands-on expertise in good farming whereas demonstrating the technological advantages to native farmers.

 

The Want for Innovation 

Greenhouse farming performs an important function in trendy agriculture by addressing meals safety, useful resource conservation, and sustainability. It facilitates year-round manufacturing whereas safeguarding crops in opposition to pests, ailments, and excessive climate. This method conserves very important sources like water, makes use of renewable power to cut back greenhouse fuel emissions, and minimizes chemical utilization.  

Nonetheless, many farms throughout Greece, nonetheless depend on conventional practices that restrict effectivity and productiveness. To beat these challenges, AFS is partnering with Cisco to modernize its curriculum and incorporate data-driven greenhouse know-how into its agricultural schooling program. As well as, the Greek Ministry of Agricultural Improvement and Meals has a plan to assist and assist Greek farmers construct new and good greenhouses. 

Not too long ago unveiled at a particular occasion on AFS’ campus, the “good and digital greenhouse” drew notable attendees, together with Kostas Tsiaras, the Minister of Agricultural Improvement and Meals. Tsiaras emphasised the importance of greenhouse cultivation packages for enhancing Greece’s main sector and export capabilities, and highlighted Greece’s shift from a deficit to a constructive agricultural stability, noting the rise in meals and vegetable exports since 2023. He additionally famous that in Greece there are roughly 50,000 acres (20,000 hectares) of greenhouse cultivation, whereas within the Netherlands, whose space is twice that of the Greek area of Thessaly, the corresponding space reaches 120,000 acres (48,000 hectares). 

Stratos Simopoulos, Chairman of the Analysis and Know-how Committee of the Parliament, confused the significance of recent know-how in creating sustainability and resilience in agriculture. He remarked, “Greenhouse cultivation is evolving right into a cutting-edge sector, contributing to decreased water and pesticide use whereas concurrently rising manufacturing.” 

 

Cisco’s Sensible Resolution 

As a part of Cisco’s Nation Digital Acceleration program, and in partnership with Dataways S.A. and Inexperienced Initiatives S.A., Cisco carried out a state-of-the-art, knowledge pushed, Sensible Greenhouse resolution at AFS. This initiative contains high-bandwidth wi-fi transmission methods, environmental sensors, automated controls, surveillance cameras, and knowledge accessibility instruments. These applied sciences allow real-time monitoring and optimization of greenhouse situations, demonstrating the transformative energy of IoT in agriculture. Nikos Lambrogeorgos, Public Sector Shopper Government at Cisco Hellas, highlighted the set up of those applied sciences and their function in attaining extra sustainable crop administration, rising manufacturing, and decreasing power and water prices. 

 

A Instructing and Inspirational Mannequin 

Agriculture is a cornerstone of Greece’s financial system, tradition, and heritage. In line with the European Fee’s Frequent Agricultural Coverage (CAP) Strategic Plan for Greece, round 400,000 individuals are employed in agriculture, accounting for about 10% of complete employment. Though this share has decreased over time, agriculture stays very important to Greece’s financial system, contributing considerably to exports and rural employment.  

The Sensible Greenhouse at AFS serves as a pioneering mannequin for agricultural development in Greece, providing college students sensible expertise in good farming strategies and performing as an illustration website for native farmers. AFS President Dr. Jeff Landsdale said, “The good and digital greenhouse just isn’t solely a technological innovation but additionally an academic software that can assist the varsity’s college students achieve useful information and expertise for the long run.” 

 

IoT That Evokes 

As Europe continues its digital transformation journey, initiatives just like the Sensible Greenhouse in Greece exemplify IoT’s potential to revolutionize conventional industries. By delivering the Sensible Greenhouse venture, Cisco has strengthened its management in IoT options tailor-made to the agricultural sector. This initiative underscores Cisco’s dedication to driving digital transformation in schooling and agriculture, illustrating with its companions {that a} extra power environment friendly and technologically superior future is inside attain. 

 

 

This put up was co-authored by Nikolaos Lambrogeorgos,
Shopper Government at Cisco Greece

Share:

ios – Textfield inside alert not engaged on iPhone, however nice on iPad (SwiftUI)


I’ve a easy Listing inside a NavigationStack. I positioned a button on the backside of the checklist so as to add an merchandise to the array that populate the checklist.

The button triggers an alert with a Textfield in it to supply the title for the brand new merchandise.

This works flawlessly on my iPad, on previews utilizing each iPad and iPhone, and on Simulator additionally utilizing each iPad and iPhone.

Nonetheless, the TextField someway doesn’t work correctly in my precise iPhone (working 18.5 – possibly that is the problem? Although I’m additionally utilizing 18.5 on iPad).

It would not work this fashion: after I press the “+ ingredient” button, the alert seems accurately. I’m able to enter textual content in it. However after urgent the “Add” button on alert dialog the closure would not run (I put breakpoints inside closure, and they’re by no means reached).

Thanks upfront for any concepts.

(If I take the TextField out, and have the Add button throughout the alert simply add an ingredient to the array, that works nice.)

Here is the code

import SwiftUI

struct IngredientsEditView: View {
    
    @AppStorage("elements") var elements = starterIngredients
    @AppStorage("ingredientsDone") var ingredientsDone: Bool = false
    @State non-public var addingIngredient = false
    @State non-public var newIngredient = ""
    
    var physique: some View {
        NavigationStack {
            Listing {
                Part {
                    ForEach ($elements, id: .self, editActions: .all) { $ingredient in
                        Textual content(ingredient)
                    }
                    .onDelete(carry out: delete)
                    .onMove(carry out: transfer)
                } 
                Button("+ ingredient") {
                    addingIngredient.toggle()
                }
                .alert("New Ingredient", isPresented: $addingIngredient) {
                    TextField("Ingredient", textual content: $newIngredient)
                    Button("Cancel", position: .cancel) {
                        newIngredient = ""
                    }
                    Button("Add") {
                        if !newIngredient.isEmpty {
                            elements.append(newIngredient)
                            newIngredient = ""
                        }
                    }
                }
            }
            .navigationTitle("Components")
            .toolbar {
                ToolbarItem(placement: .navigationBarTrailing) {
                    EditButton()
                }
                ToolbarItem(placement: .navigationBarLeading) {
                    Button("Begin Ordering!") {
                        ingredientsDone = true
                    }
                }
            }
        }
    }
    
    func delete(indexSet: IndexSet) {
        elements.take away(atOffsets: indexSet)
    }
    
    func transfer(from supply: IndexSet, to vacation spot: Int) {
        elements.transfer(fromOffsets: supply, toOffset: vacation spot)
    }
}


#Preview {
    IngredientsEditView()
}

Driving Sustainability Ahead: The Energy of Progressive Partnerships


In at present’s quickly evolving enterprise panorama, sustainability is greater than a buzzword; it’s a important part of company technique and a key driver of innovation. CEOs nearly universally consider that it’s their accountability to make their companies extra sustainable.[i]

At Cisco, we’re dedicated to main the cost in the direction of a extra sustainable future by harnessing the facility of expertise and collaboration. This dedication was entrance and heart at Cisco Reside EMEA in February, the place we showcased how we’re collaborating and innovating with our companions to drive towards a extra sustainable future, collectively.

Sustainability is a journey, not a vacation spot. It calls for steady innovation and collaboration throughout the ecosystem to drive significant change. Our companions, together with trade leaders like Logicalis, Orange Enterprise, and CAE Expertise Providers Restricted, exemplify the facility of partnership in accelerating this journey. And every accomplice has taken a distinct method to the problem we collectively face, creating distinctive alternatives and options to assist prospects’ enterprise wants and sustainability objectives.

Remodeling Networks with Environmental Impression in Thoughts

Logicalis is on the forefront of constructing extra sustainable networks. The corporate leverages its experience to judge prospects’ carbon footprints and information them towards infrastructures which are extra power environment friendly and use fewer sources. Logicalis helps prospects refresh their networks with a deal with greenhouse fuel (GHG) emissions discount, power financial savings, and circularity. Its Digital Material Platform affords a real-time view of digital infrastructure, empowering organizations to make knowledgeable choices that may mitigate emissions and scale back prices. By integrating sustainability into community design, Logicalis is driving each environmental and financial advantages for its prospects.

Harnessing Knowledge for Sustainability

Orange Enterprise has taken a daring step ahead with its 360° Sustainability Knowledge Hub. Developed in collaboration with Cisco, this answer affords a centralized real-time view of multi-source power consumption knowledge, enabling data-driven choices for environmental sustainability. By remodeling IT gear into clever sensors, Orange Enterprise permits automated power administration and clever techniques integration. This innovation can optimize power consumption and scale back the carbon footprint of buildings. Moreover, Orange Enterprise promotes the acquisition of remanufactured gear via Cisco Refresh and the reuse and recycling of end-of-life gadgets, additional contributing to circularity and useful resource effectivity.

Clever Vitality Optimization

Powered by CAE’s innovation platform CAE Labs, WiserWatts is a networking answer that responds to a buyer’s demand and urge for food for brand spanking new options that may assist their group scale back GHG emissions and make progress towards their web zero objectives. WiserWatts leverages clever energy-saving strategies to chop power use and prices. By cleverly scheduling ports and powering down entry factors and switches outdoors of enterprise hours, CAE reduces the environmental influence of buyer networks. CAE helps prospects scale back operational prices and power waste whereas making progress towards their sustainability targets.

The partnerships Cisco cultivates with Logicalis, Orange Enterprise and CAE display that by combining sources and fostering innovation, collectively we will amplify our influence, drive systemic change, and handle enterprise and sustainability objectives.

Insights from Cisco Executives

Along with the accomplice panel dialogue and options showcased on the Sustainability Hub, occasions like Cisco Reside EMEA additionally give us an opportunity to attach with a few of our sustainability stakeholders at Cisco to get their perspective on what’s most vital on the earth of sustainability proper now.

Denise Lee, Vice President for Cisco’s Engineering Sustainability Workplace, emphasised the important position of partnerships in driving sustainability ahead. “Our sustainability showcase at Cisco Reside EMEA was a testomony to the facility of collaboration. By working along with our companions, we will innovate and create options that push the boundaries of what’s potential in sustainability,” she shared.

Colin Seward, Senior Director in Cisco’s Chief Sustainability Workplace, highlighted the importance of knowledge on this journey. “Knowledge is essential to environmental sustainability efforts. A method we’re leveraging knowledge is by piloting an API with companions to make product carbon footprint (PCF) knowledge available. This transparency empowers organizations to make data-driven choices which are important to attaining their sustainability objectives,” he said.

Katherine Hannah, who leads sustainability for Cisco’s accomplice group, added “I used to be honored to welcome Logicalis, CAE, and Orange to our Sustainability Zone—our third yr of the zone, however the first with a accomplice showcase. Cisco companions play an important position in serving to prospects handle their sustainability objectives whereas benefiting from cost-effective, high-quality, and power environment friendly options. By embedding sustainability into their methods, companions can create aggressive benefits and unlock new market alternatives, delivering actual worth to prospects.”

Name to Motion

As we mirror on the insights and improvements shared at Cisco Reside EMEA, it’s clear that the trail to higher sustainability is paved with collaboration and innovation. We invite our prospects and companions to affix us on this vital journey.

Sustainability isn’t just a checkbox for compliance; it’s a strategic crucial that drives worth, innovation, and resilience. At Cisco, we consider that sustainability is nice for enterprise and the planet, and we are going to proceed working with our companions and prospects to offer worth on each fronts.

 

Discover our partner-facing sustainability sources or attain out to your Cisco Accomplice Account Supervisor or Account Supervisor to study extra about how we will work collectively to assist your sustainability objectives.

 

[i] Need enterprise development tomorrow? Act on local weather at present, Accenture, 2024


We’d love to listen to what you suppose. Ask a Query, Remark Beneath, and Keep Linked with #CiscoPartners on social!

Cisco Companions Fb  |  @CiscoPartners X/Twitter  |  Cisco Companions LinkedIn

Share:



Why JAMstack is a Higher Various to PWAs for Your eCommerce Platform?


Have you learnt that lowering your web site loading velocity from 8 seconds to 2 seconds can improve your conversion fee by as a lot as 74%? However how is it potential to create a web site or a platform that drives visitors and doubles conversions?

By and huge, there are lots of choices, however we advocate listening to JAMStack and Progressive Net Apps (PWA). Each methodologies have their sturdy sides for making internet purposes, particularly within the subject of customized eCommerce internet improvement.

Nonetheless, tendencies present that JAMstack could provide a extra versatile, scalable resolution for right now’s eCommerce enterprise wants. However why?

What Are Progressive Net Apps?

Progressive internet apps type a contemporary internet improvement method that makes the most effective out of two instructions — web sites and native cellular purposes. Specifically, this internet improvement structure gives customers with a seamless and speedy expertise no matter what gadget they use or how good the Web connection they personal:

  • PWAs adhere to responsive design. That’s, they’re adaptable and seem good on totally different gadgets, corresponding to desktops, tablets, and cell phones.
  • PWAs present customers with an app-like expertise, together with gestures, animations, and person interactions which are akin to native cellular apps.
  • Maybe, one of the vital unimaginable options of PWAs is the power to offer offline entry by way of service employees that cache HTML, CSS, JavaScript, and different sources.
  • PWAs could be put in on a person’s gadget like common apps. When the person retains coming again to go to a PWA, they’ll be invited so as to add it to their residence display with out downloading or putting in the appliance from the appliance retailer.
  • PWAs can shortly load by way of using caching, useful resource optimization, and preloading of content material methods.
  • Similar to native apps, PWAs can even ship push notifications to customers’ gadgets to work together with customers even once they’re utilizing the app passively.
  • PWAs are simply learn by search engines like google and yahoo, thereby making them extra seen and accessible to customers.
  • In distinction to native cellular apps, PWAs don’t undergo the app retailer submission course of, which is normally time-consuming and approval-dependent.

What Is JAMStack Structure?

Primarily, JAMstack stands for JavaScript, API, and Markup. It’s a contemporary internet improvement structure designed to enhance velocity, security, and scalability by decoupling the frontend and backend.

This implies the person interface (what customers work together with) is constructed individually from the information and logic layers.

JavaScript is the first coding language utilized in making dynamic client-side code. APIs join to varied companies (like funds or content material administration methods) as an alternative of counting on a monolithic backend. Markup refers back to the pre-computed HTML information generated through the building of the web site.

  • JAMStack focuses on pre-generating static HTML, CSS, and JavaScript information earlier than customers request them. They’re served to customers, accelerating by not doing a lot work on the server.
  • A JAMstack web site shops its content material on servers all over the world and never regionally. That’s, when a person visits the web site they get the content material from a server close to them, thereby it masses quicker with minimal ready.
  • JAMStack promotes microservices, the place totally different elements of an utility are break up into smaller impartial companies. This permits internet builders to make use of particular instruments for every activity and simply substitute or replace components with out touching the whole utility.
  • By separating the frontend and backend, JAMStack permits totally different elements of a web site to be scaled extra simply.
  • JAMstack eCommerce websites are additionally safer since they make the most of pre-built pages as an alternative of counting on servers to create them dynamically. That gives much less for hackers to assault and minimizes typical server issues.
  • JAMstack makes it simpler to construct web sites for groups as a result of frontend and backend builders can construct their elements individually. It makes testing, debugging, and even monitoring modifications simpler too.

Differences between JAMStack and PWA

Variations between JAMStack and PWA

If you concentrate on it, each JAMStack and PWA are geared toward enhancing the person expertise, though they method this objective from totally different angles. Within the context of an eCommerce enterprise, these variations between the approaches could be essential.

How They Work

PWAs (Progressive Net Apps) make websites really feel extra app-like. They use instruments like service employees to cache elements of the positioning in order that customers can preserve shopping even with out an web connection.

JAMstack websites are constructed otherwise. They preserve the entrance finish (what customers can work together with) separate from the again finish (the place information lives), which is why websites will load quicker, scale higher, and keep safer.

Working Offline

PWAs shine right here, providing full offline help by service employees. JAMstack websites can work offline too—although just for the pre-rendered content material. Dynamic information from APIs could not load till the connection is restored.

Constructing the Website

PWAs could be trickier to construct resulting from their reliance on server-side rendering, caching, and dealing with many forms of gadgets and community speeds. Builders have to consider all types of gadgets, gradual networks, and good methods to save lots of content material.

JAMstack is normally simpler to develop. It makes use of static web site mills and APIs to maintain issues clear, easy, and fast to replace.

How Content material Masses

PWAs load dynamic content material (like new merchandise or updates) on the fly utilizing JavaScript. JAMstack websites attempt to pre-build as a lot as they will forward of time. This makes them load quicker and work extra easily.

Safety

JAMstack is safer as a result of there’s much less backend server work that hackers can assault. PWAs use each server-side and client-side code, which provides hackers extra potential methods to sneak in.

JAMStack for e-Commerce

Why Select JAMStack eCommerce Platforms?

The JAMstack method is turning into a quite common approach to construct eCommerce shops, and it’s straightforward to see why.

Initially, JAMstack eCommerce platforms are fast. Since a lot of the content material already exists and easily must go stay, the load occasions of pages are lowered to a second.

Second, any JAMstack eCommerce resolution can be straightforward to scale. As a result of the frontend and the backend are separate, you’ll be able to develop every half as wanted. So in case you out of the blue get numerous guests, your web site can resist it with out slowing down.

Safety is one other simple benefit when utilizing JAMstack. JAMstack doesn’t depend on as a lot server-side code, which implies there are fewer methods for hackers to interrupt in.

Preserving the eCommerce web site updated is easier too, as a result of builders could make modifications to at least one half with out messing up the opposite, check updates, and repair bugs.

Lastly, JAMstack websites are sometimes cheaper to host. They’ll use a CDN (content material supply community), which is quick and prices lower than conventional servers. That makes it an honest alternative, particularly for smaller on-line shops.

Total, utilizing JAMstack additionally means you’ll be able to combine with platforms like Snipcart, Shopify, headless CMS instruments, and customized APIs for product catalogs, fee gateways, and extra.

Need to remodel your eCommerce platform with JAMStack? Attain out to SCAND now and harness the potential of this game-changing know-how for your corporation. Contact us right now to get began!

Yarbo closes Collection B funding to proceed yard robotic enlargement

0


Yarbo closes Collection B funding to proceed yard robotic enlargement

The Yarbo product household is constructed round a core car with attachments that embody a mower deck, snow blower, and leaf blower. | Credit score: Yarbo

Robots might be coming to backyards close to you quickly. Yarbo final week mentioned it has closed its Collection B funding spherical, elevating about $27 million. The New York-based firm mentioned a bunch of strategic and monetary traders has backed its imaginative and prescient of reimagining how the world handles outside work – one season at a time.

Yarbo mentioned the brand new capital will allow it to scale mass manufacturing, improve provide chain resilience, and deepen its funding in analysis and growth. It will gasoline sooner product optimization and iteration, it claimed.

The firm additionally plans to speed up expertise acquisition, strengthen liquidity, and push ahead with pre-public providing planning because it units its sights on international enlargement and long-term market management.

A decade of innovation, one yard at a time

Based in 2015, Yarbo started life as Snowbot, concentrating on the infamously powerful job of robotic snow elimination, a long-standing ache level for owners. Since then, the corporate has reworked from a distinct segment robotics model into a worldwide chief in outside automation, now working underneath the Yarbo identify.

In 2022, Yarbo’s crowdfunding marketing campaign raised greater than $3.45 million, and by 2024, its personal direct-to-consumer, full-payment, pre-order marketing campaign generated over 6,000 orders.

With momentum persevering with to construct, Yarbo asserted that it expects 4x to 5x gross sales development in 2025, supported by its enlargement throughout North America, Europe, Japan, and Australia.


SITE AD for the 2025 Robotics Summit registration.
Register now so you do not miss out!


New trimmer module nears mass manufacturing

Yarbo reported a profitable Spring Sale & Robotic Trimmer Launch livestream in early April – it reportedly moved 702 complete items, together with 284 trimmers, and raked in over $850,000 in gross sales inside two hours. The corporate added that its new Trimmer Module is approaching mass manufacturing.

Designed to deal with edges, tight spots, and different areas typical mowers can’t attain, the Trimmer expands Yarbo’s spring and summer time capabilities, complementing its Garden Mower and Blower modules.

Yarbo mentioned it’s persevering with to develop modules to cowl duties resembling granular or liquid spraying, shifting rubbish bins to the curb, choosing up canine waste, and even harvesting fruit. All of those wouldn’t require adjustments the core robotic.

The objective? The firm mentioned it needs a “full-spectrum, ‘1+N’ yard ecosystem that meets each seasonal demand and makes yard work a relic of the previous.”

image of yarbo trimmer in the yard.

The brand new Trimmer Module will be hooked up to the rear deck of the Yarbo Core robotic. | Credit score: Yarbo

The way forward for yard work is modular, says Yarbo

After its showcase at CES 2025, Yarbo has continued to construct on its product improvements, together with:

  • “Comply with Me” mode – lets Yarbo visually monitor and comply with an individual, hands-free
  • 3,500 lb. (1360.7 kg) pulling capability – from firewood to backyard carts
  • Fast-swap design – customers can change tracks, antennas, or modules in underneath 5 minutes
  • HaLow-powered information heart – for higher connectivity, a stronger sign, and wider protection