Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
FAQs about Deep Dive:How many episodes does Deep Dive have?The podcast currently has 281 episodes available.
October 24, 2025Today's Deep-Dive: TimelinizeThe deep dive discusses the modern frustration of having digital memories scattered across various platforms, such as photos on one cloud, memes on Facebook Messenger, and run data on Strava. This fragmentation makes it difficult to piece together a cohesive personal history. To address this issue, the deep dive introduces timelinize, an open-source, self-hosted tool designed to unify all digital data into a single, controllable archive. Timelinize aims to liberate personal data from corporate-controlled cloud services, ensuring that users have full control over their digital history. The tool imports data from various sources, including Google, Facebook, and Strava, and organizes it into a unified timeline. Users can explore their data through different views, such as a timeline, gallery, 3D map, and dashboard bubble chart. The deep dive also highlights the importance of data sovereignty and the potential future of decentralized, self-hosted timelinize that could create a comprehensive record of human history without relying on centralized corporate servers.https://timelinize.com/https://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more17minPlay
October 23, 2025Today's Deep-Dive: DMRC Report ViewerThe DMRC Report Viewer is an open-source tool designed to simplify the management of email security reports, particularly DMRC and SMTPTLS reports, which are crucial for maintaining email server security. These reports, often overwhelming due to their XML and JSON formats, are parsed and visualized by the viewer, making them accessible even to beginners or small administrators. The tool is a lightweight, single-file executable written in Rust, requiring no additional dependencies, making it ideal for small deployments and even running on a Raspberry Pi. It uses a built-in IMAP client to securely fetch reports from an email account, offering a web-based interface with charts and visualizations to provide clear insights. The viewer also includes features like DNS lookups, webhooks for notifications, and automatic HTTPS setup using Let’s Encrypt, enhancing both usability and security. Its stateless design, keeping data in memory, prioritizes real-time insights over long-term data storage, making it suitable for regular security checks but not for deep historical analysis.https://github.com/cry-inc/dmarc-report-viewerhttps://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more14minPlay
October 22, 2025Today's Deep-Dive: SafeLineA web application firewall (WAF) is essential for protecting online applications from threats like data theft, code execution, and server compromise. Unlike traditional network firewalls, a WAF focuses on securing HTTP traffic. Safeline, a popular self-hosted WAF, uses machine learning to intelligently filter traffic, achieving high accuracy and low false positives. It defends against various threats, including SQL injection, cross-site scripting, and brute force attacks, and offers features like rate limiting, bot defense, content protection, and access control. Safeline is designed for simplicity, with intuitive configuration and open-source roots, making it accessible for both small projects and large enterprises.https://safepoint.cloud/landing/safelinehttps://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more16minPlay
October 21, 2025Today's Deep-Dive: BunkerWebBunkerWeb is an open-source, next-generation web application firewall (WAF) designed to protect web services, applications, and APIs from sophisticated attacks. It acts as a reverse proxy, inspecting and blocking malicious traffic before it reaches the application, ensuring the confidentiality, integrity, and availability of data. BunkerWeb’s core philosophy emphasizes transparency and trust, providing open-source code that anyone can audit. This approach contrasts with proprietary, opaque security solutions. Key features include automated HTTPS support, integrated mod security with the OWASP core rule set, anti-bot mechanisms, and support for DNSBL to block known bad IPs. The system is designed to be user-friendly, with a graphical web interface that simplifies configuration and management. BunkerWeb supports multi-site mode, allowing a single instance to protect multiple applications, and offers professional tiers for enterprise support. The tool aims to simplify complex security challenges, providing a secure-by-default starting point that users can customize.https://www.bunkerweb.io/https://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more16minPlay
October 20, 2025Today's Deep-Dive: open-appsecThis deep dive discusses open-appsec, a machine learning engine designed to revolutionize web application and API security. It aims to shift from reactive fixes to preemptive protection against major threats, including zero-day vulnerabilities. The system uses a two-phase approach: a supervised global model for known attack patterns and an unsupervised local model for real-time, application-specific learning. This dual-engine process ensures precise threat detection by understanding both global attack indicators and local application behaviors. The engine also includes comprehensive security layers such as API security, intrusion prevention, anti-bot capabilities, file security, and advanced rate limiting. It is designed for modern infrastructures, supporting cloud-native and CI/CD environments, and is open-source under the Apache 2.0 license. The technology promises to reduce the operational overhead of security teams, allowing them to focus on higher-level strategy. The page concludes by posing a thought-provoking question about the future role of security analysts in an era of preemptive, self-learning security solutions.https://www.openappsec.io/https://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more11minPlay
October 17, 2025Today's Deep-Dive: HarperThe Deep Dive explores Harper, an open-source, privacy-first grammar checker developed by Automatic, the company behind GitHub. Harper addresses the ‘triple threat’ of modern editing software: poor privacy, bad performance, and unnecessary cost. Unlike cloud-based tools like Grammarly, which send user data to remote servers, Harper operates entirely offline, ensuring complete privacy. It also outperforms the major open-source alternative, LanguageTool, which is resource-intensive and slow. Harper achieves this by using carefully optimized, hand-crafted rules and efficient algorithms, all built with the programming language Rust. Rust’s memory safety and speed contribute to Harper’s impressive efficiency, using less than 150th of LanguageTool’s memory requirements. Harper is also portable, able to run via WebAssembly, making it easy to integrate into various applications. The project is open-source under the Apache 2.0 license and has gained significant community support, with extensive documentation for integration into major text editors. Harper’s commitment to performance and privacy makes it a promising solution for users concerned about data security and efficiency.https://writewithharper.com/https://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more13minPlay
October 16, 2025Today's Deep-Dive: thinginoThe Deep Dive podcast explores thingino, an open-source firmware project for IP cameras, offering users control over their hardware. thingino replaces manufacturer software with community-built code, targeting cameras with specific Ingenic system-on-chips (SoCs). The project is robust, with significant community backing and detailed documentation. However, users must verify four critical internal components—SoC, image sensor, Wi-Fi module, and flash chip size—to ensure compatibility. The process involves compiling the firmware using tools like Buildroot, which can be time-consuming. Major risks include secure boot, which can brick cameras if enabled, and the unpredictability of hardware in mass-market electronics. The podcast highlights the balance between open-source freedom and the security of manufacturer firmware, encouraging users to weigh the benefits and risks.https://thingino.com/https://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more13minPlay
October 15, 2025Today's Deep-Dive: GristThis deep dive discusses Grist, a modern relational spreadsheet that combines the familiar grid of traditional spreadsheets with the discipline of databases. Grist enforces strict data typing in columns, ensuring consistency and scalability. It uses Scolite, a widely deployed database engine, making data portable and accessible. Grist supports Python syntax in formulas, offering powerful data manipulation capabilities with an AI assistant to help users write formulas. It features incremental imports for recurring data and native forms for data collection. Grist provides granular access control, allowing dynamic permissions based on data and user attributes. It integrates with other tools via APIs and supports open-source core with additional enterprise features in the hosted version. The document highlights Grist’s potential to shift the trend towards open, flexible data platforms.https://www.getgrist.com/https://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more13minPlay
October 14, 2025Today's Deep-Dive: KasmThe deep dive discusses Kasm workspaces and container streaming, a technology that allows users to run secure environments remotely via a web browser. This approach, based on containerized desktop infrastructure (CDI), is more efficient than traditional Virtual Desktop Infrastructure (VDI), offering faster boot times and better resource management. The technology uses Linux containers to provide isolated, disposable environments, enhancing security by keeping potentially harmful activities away from the user’s device. This method supports various use cases, from protecting everyday users like realtors to enabling secure, anonymous browsing for threat intelligence analysts. The platform is flexible, open, and designed for easy integratioactivepiecesn into existing IT workflows, supporting compliance with regulations like SOC 2 and HIPAA.https://kasm.com/https://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more15minPlay
October 13, 2025Today's Deep-Dive: Open LineageThe deep dive discusses the challenges of data observability and the role of Open Lineage in solving these issues. Before Open Lineage, companies had to build custom tracking solutions for data lineage, which was time-consuming and prone to breaking with tool updates. Open Lineage standardizes data tracking by embedding lineage collection within data tools, making it more reliable and maintainable. The standard defines core entities like runs, jobs, and data sets, and uses facets to add flexible metadata. Open Lineage captures and sends this information through a standard API, allowing different tools to communicate lineage data consistently. The standard is widely adopted and supported by major tools like Apache Spark and DBT. The document also mentions related projects like Marquez, which visualizes lineage data, and Egeria, which manages metadata across enterprises. Open Lineage is transforming data observability from a fragmented, custom-built process into a consistent, shared framework, embedding observability directly into data infrastructure.https://openlineage.io/https://www.safeserver.deGain digital sovereignty now and save costsLet’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.Try it now for 1 Euro - 30 days free!...more15minPlay
FAQs about Deep Dive:How many episodes does Deep Dive have?The podcast currently has 281 episodes available.