Cloud Native Meetup Recap Karlsruhe offers a vibrant tech scene and we are proud to be part of a group organizing expert & community meetups like this one. November 29, 2024 1 Min Read Codesphere From everyone in the Codesphere Team:) Table of Contents Cloud Native / K8s Karlsruhe comes together again 🚀💙Last week we organized the 1st Cloud Native meetup in Karlsruhe, since a long time. And we were WOWed by the number of people joining the event: 50 People have joined the event in person.🔭 Michele Mancioppi (Head of Product at Dash0) showed why observability is crucial to developing resilient software. In his talk he gave a 1000 mile view of OpenTelemetry (an incubating CNCF technology). He also presented what components are out there, and how each can be incorporated into a system.🚀 Manuel Dewald (Architect at Codesphere) followed up by presenting all possible ways to scale an application. He also shared some common pitfalls, that can lead to cascading failures. He also did a live-demo on Kubernetes' new in-place vertical scaling feature (currently in alpha), and how it can be used with autoscalers. Special thanks to Blue Yonder for hosting the event 🙏And thanks to Alex Klein, Tim Schrodi, Gabriel Salier and Maximilian Burr who helped organize this event. 🎤Do you know a speaker in the Karlsruhe area? Submit Talk Proposal
11/22/2024 Informative AI Summarization of Long Documents: Tackling Long Documents with Precision Long texts are difficult to summarize, but recursion can divide them into small parts. The approach is precise and preserves the meaning at any step of iteration.
10/29/2024 Tutorial Full Metal Buying a used server on ebay kleinanzeigen and preparing it to be cloudified? Follow along to see what it takes to get a piece of metal running.
10/17/2024 Tutorial Structure PDF Table Data for AI Applications with GMFT GMFT is a fast, lightweight toolkit for extracting tables from PDFs into formats like CSV, JSON, and Pandas DataFrames. Leveraging Microsoft's Table Transformer, GMFT efficiently processes both text and image tables, ensuring high performance for reliable data extraction.
10/2/2024 Tutorial Extracting Metadata from PDFs with Named Entity Recognition using Spacy NER identifies entities like people and locations in text. SpaCy automates this with pre-trained models, offering accuracy, speed, and multi-language support. It excels at handling large datasets efficiently compared to rule-based methods.