ap Apple Releases Security Updates for Multiple Products By seclists.org Published On :: Tue, 28 Mar 2023 17:12:59 GMT Posted by CISA on Mar 28Cybersecurity and Infrastructure Security Agency (CISA) - Defend Today, Secure Tomorrow You are subscribed to Cybersecurity Advisories for Cybersecurity and Infrastructure Security Agency. This information has recently been updated and is now available. Apple Releases Security Updates for Multiple Products [ https://www.cisa.gov/news-events/alerts/2023/03/28/apple-releases-security-updates-multiple-products ] 03/28/2023 01:00 PM EDT Apple... Full Article
ap Episode 17: Feedback and Roadmap By feedproxy.google.com Published On :: Mon, 29 May 2006 22:00:00 +0000 This is a short episode that outlines the upcoming episodes and interviews, as well as reports on some listener feedback. Full Article
ap Episode 35: Roadmap By feedproxy.google.com Published On :: Wed, 08 Nov 2006 12:13:28 +0000 This episode mainly outlines the upcoming programming and interviews. Full Article
ap Episode 57: Compile-Time Metaprogramming By feedproxy.google.com Published On :: Sun, 27 May 2007 17:07:47 +0000 This episode is about compile-time metaprogramming, and specifically, about implementing DSLs via compile-time metaprogramming. Our guest, Laurence Tratt, illustrates the idea with his (research) programming language called Converge. We started by talking about the importance of a custom syntax for DSL and took a brief look at the definition of DSLs by a chap called Paul Hudak. We then briefly covered the disctinction between internal and external DSLs. More to the point of this episode, we discussed the concept of compile-time metaprogramming, and the language features necessary to achieve it: in converge, these concepts are called splice, quasi-quote and insertion. We then looked at how the Converge compiler works, and at the additional features that are required to implement DSLs based on the metaprogramming features mentioned above. Using an example, we then walked through how to implement a simple DSL. Looking at some of the more technical details, we discussed the difference between the parse tree and the abstract syntax tree and at different kinds of parsers - specifically, the Earley parser used by Converge. In multi-stage languages (i.e. languages that execute programs and meta programs) error reporting is important, but non trivial. We discussed how this is done in Converge. We finally looked at how to integrate Converge's expression language into your DSL and how to package DSL definition for later use. The last segment look at the process of implementing a DSL in converge and about some of the history and practical experience with Converge. Lessons learned from building Converge wrap up the episode. Full Article
ap Episode 121: OR Mappers with Michael Plöd By feedproxy.google.com Published On :: Sat, 27 Dec 2008 17:20:02 +0000 In this episode, Michael Plöd is interviewed about Object-Relational Mapping technology. He talks about the common concepts, compares the range of different tools that go by this name, and goes into the design and architectural consequences of using an OR mapper. Full Article
ap Episode 128: Web App Security with Bruce Sams By feedproxy.google.com Published On :: Sat, 07 Mar 2009 16:44:45 +0000 The majority of hacker attacks (70 %) are directed at weaknesses that are the result of problems in the implementation and/or architecture of the application. This session shows how you can protect your web applications (J2EE or .NET) against these attacks. The session covers lots of practical examples and techniques for attack. Furthermore, it shows strategies for defense, including a "Secure Software Development Lifecycle". A "Live Hacking" demo rounds it out. This is a session recorded live at OOP 2009. SE Radio thanks Bruce, SIGS Datacom and the programme chair, Frances Paulisch, for their great support! Full Article
ap Episode 143: API Design with Jim des Rivieres By feedproxy.google.com Published On :: Mon, 24 Aug 2009 17:43:21 +0000 This episode is a discussion with Jim Des Rivieres about APIs: How to design good APIs, the role of the documentation/specification in APIs, API evolution and other relevant topics. Full Article
ap Episode 172: Feature-Oriented Software Development with Sven Apel – Pt 1 By www.se-radio.net Published On :: Sat, 19 Feb 2011 18:43:56 +0000 Sven Apel explains why developing software in a feature-oriented manner is so vital for us as software engineers and why objects are simply not enough. Full Article
ap Episode 173: Feature-Oriented Software Development with Sven Apel – Pt 2 By www.se-radio.net Published On :: Sat, 19 Mar 2011 16:17:48 +0000 Recording Venue: University of Passau Guest: Sven Apel Host: Stefan In this second episode on Feature-Oriented Software Development (FOSD), Sven Apel gives us an overview of programming language and tool support for FOSD. He introduces the Eclipse-based FeatureIDE which covers important phases of the FOSD process, namely domain implementation as well as configuration and generation. […] Full Article
ap Episode 180: Leading Agile Developers with Jurgen Appelo By www.se-radio.net Published On :: Tue, 25 Oct 2011 04:12:16 +0000 In this episode Michael interviews Jurgen Appelo on the topic of leading agile developers. Full Article
ap Episode 193: Apache Mahout By www.se-radio.net Published On :: Mon, 22 Apr 2013 19:35:50 +0000 Recording Venue: Skype Guest: Grant Ingersoll Grant Ingersoll, founder of the Mahout project, talks with Robert about machine learning. The conversation begins with an introduction to machine learning and the forces driving the adoption of this technique. Grant explains the three main use cases, similarity metrics, supervised versus unsupervised learning, and the use of large data […] Full Article
ap Episode 194: Michael Hunger on Graph Databases By www.se-radio.net Published On :: Wed, 22 May 2013 17:23:04 +0000 Recording Venue: Skype Guest: Michael Hunger Michael Hunger of Neo Technology, and a developer on the Neo4J database, joins Robert to discuss graph databases. Graph databases fall within the larger category of NoSQL databases but they are not primarily a solution to problems of scale. They differentiate themselves from RDBMS in offering a data model built […] Full Article
ap Episode 204: Anil Madhavapeddy on the Mirage Cloud Operating System and the OCaml Language By www.se-radio.net Published On :: Fri, 30 May 2014 16:36:32 +0000 Robert talks to Dr. Anil Madhavapeddy of the Cambridge University (UK) Systems research group about the OCaml language and the Mirage cloud operating system, a microkernel written entirely in OCaml. The outline includes: history of the evolution from dedicated servers running a monolithic operating system to virutalized servers based on the Xen hypervisor to micro-kernels; […] Full Article
ap Episode 219: Apache Kafka with Jun Rao By www.se-radio.net Published On :: Mon, 09 Feb 2015 22:41:28 +0000 Jeff Meyerson talks to Jun Rao, a software engineer and researcher (formerly of LinkedIn). Jun has spent much of his time researching MapReduce, scalable databases, query processing, and other facets of the data warehouse. For the past three years, he has been a committer to the Apache Kafka project. Jeff and Jun first compare streaming […] Full Article
ap Episode 222: Nathan Marz on Real-Time Processing with Apache Storm By www.se-radio.net Published On :: Fri, 06 Mar 2015 17:32:44 +0000 Nathan Marz is the creator of Apache Storm, a real-time streaming application. Storm does for stream processing what Hadoop does for batch processing. The project began when Nathan was working on aggregating Twitter data using a queue-and-worker system he had designed. Many companies use Storm, including Spotify, Yelp, WebMD, and many others. Jeff and Nathan […] Full Article
ap Episode-227:-Eric-Brewer:-The-CAP-Theorem,-Then-and-Now By traffic.libsyn.com Published On :: Wed, 27 May 2015 20:46:32 +0000 Full Article
ap Episode 229: Flavio Junqueira on Distributed Coordination with Apache ZooKeeper By traffic.libsyn.com Published On :: Tue, 16 Jun 2015 22:53:02 +0000 Full Article
ap SE-Radio-Episode-233-Fangjin-Yang-on-OLAP-and-the-Druid-Real-Time-Analytical-Data-Store By traffic.libsyn.com Published On :: Tue, 28 Jul 2015 20:43:16 +0000 Full Article
ap SE-Radio-Episode-235:-Ben-Hindman-on-Apache-Mesos By traffic.libsyn.com Published On :: Mon, 17 Aug 2015 17:15:16 +0000 Ben Hindman talks to Jeff Meyerson about Apache Mesos, a distributed systems kernel. Mesos abstracts away many of the hassles of managing a distributed system. Hindman starts with a high-level explanation of Mesos, explaining the problems he encountered trying to run multiple instances of Hadoop against a single data set. He then discusses how Twitter uses Mesos for cluster management. The conversation evolves into a more granular discussion of the abstractions Mesos provides and different ways to leverage those abstractions. Full Article
ap SE-Radio Episode 272: Frances Perry on Apache Beam By traffic.libsyn.com Published On :: Tue, 25 Oct 2016 18:41:15 +0000 Jeff Meyerson talks with Frances Perry about Apache Beam, a unified batch and stream processing model. Topics include a history of batch and stream processing, from MapReduce to the Lambda Architecture to the more recent Dataflow model, originally defined in a Google paper. Dataflow overcomes the problem of event time skew by using watermarks and other methods discussed between Jeff and Frances. Apache Beam defines a way for users to define their pipelines in a way that is agnostic of the underlying execution engine, similar to how SQL provides a unified language for databases. This seeks to solve the churn and repeated work that has occurred in the rapidly evolving stream processing ecosystem. Full Article
ap SE-Radio Episode 300: Jonathan Stark on Mobile App Development By traffic.libsyn.com Published On :: Tue, 15 Aug 2017 16:50:29 +0000 Nate Black talks with Jonathan Stark about platforms for mobile development, making decisions about how to develop mobile apps, how to deploy mobile apps, native apps vs. progressive web apps, React Native, and the future of mobile applications. Full Article
ap SE-Radio Episode 305: Charlie Berger on Predictive Applications By traffic.libsyn.com Published On :: Mon, 09 Oct 2017 19:58:19 +0000 Edaena Salinas talks with Charlie Berger about Predictive Applications. The discussion begins with an overview of how to build a Predictive Application and the role of Machine Learning. It then explores different Machine Learning algorithms that can be implemented natively in a database. Full Article
ap SE-Radio-Episode-309-Zane-Lackey-on-Application-Security By traffic.libsyn.com Published On :: Mon, 13 Nov 2017 19:32:36 +0000 Founder of Signal Sciences Zane Lackey talks with Kim Carter about Application Security around what our top threats are today, culture, threat modelling, and visibility, and how we can improve our security stature as Software Engineers. Full Article
ap SE-Radio Episode 347: Daniel Corbett on Load Balancing and HAProxy By traffic.libsyn.com Published On :: Wed, 28 Nov 2018 17:46:53 +0000 Guest Daniel Corbett discusses how to scale your application with the help of load balancing. Hear details on HAProxy and the load balancing ecosystem as a whole. Full Article
ap SE-Radio Episode 356: Tim Coulter on Truffle, Smart Contracts and DApp Development with Truffle, Truffle Ecosystem and Roadmap By traffic.libsyn.com Published On :: Thu, 14 Feb 2019 21:28:58 +0000 Tim Coulter, the founder of Truffle (Ethereum DApp development framework) discusses the Truffle framework for Ethereum SmartContracts and Decentralized App development. Kishore Bhatia spoke with Tim Coulter about: Ethereum Decentralized Apps (DApps)... Full Article
ap Episode 371: Howard Chu on the Lightning Memory Mapped Database (LMDB) By traffic.libsyn.com Published On :: Tue, 25 Jun 2019 23:24:39 +0000 Howard Chu, CTO of Symas Corp and chief architect of the OpenLDAP Project, discusses the key technical features of the Lightning Memory-mapped Database (LMDB) that make it one of the fastest, most efficient and safest embedded data stores in the world. Full Article
ap Episode 376: Justin Richer On API Security with OAuth 2 By se-radio.net Published On :: Tue, 13 Aug 2019 17:44:10 +0000 Justin Richer, lead author of the OAuth2 In Action book discusses the key technical features of the OAuth2 authorization protocol and the current best practices for selecting the right parts of it for your use case. Full Article
ap Episode 383: Neil Madden On Securing Your API By traffic.libsyn.com Published On :: Thu, 10 Oct 2019 02:08:25 +0000 Neil Madden, author of the API Security in Action book discusses the key requirements needed to secure an API, the risks to consider, models to follow and which task is the most important. Full Article
ap Episode 386: Building Low Latency Applications with WebRTC By traffic.libsyn.com Published On :: Wed, 30 Oct 2019 00:37:50 +0000 WebRTC provides real time video and audio streaming capabilities to applications. Spencer Dixon explains the different parts of WebRTC and how they used it to build a pair programming application. Full Article
ap Episode 387: Abhinav Asthana on Designing and Testing APIs By traffic.libsyn.com Published On :: Thu, 07 Nov 2019 01:12:35 +0000 Abhinav Asthana, a founding partner and CEO of the API development tool Postman, discusses API design and testing, where to start, which types of APIs to offer, what tools you can use, what features to expose and what is his favorite API to reference. Full Article
ap Episode 398: Apache Kudu with Adar Leiber Dembo By traffic.libsyn.com Published On :: Wed, 12 Feb 2020 18:52:59 +0000 Adar Leiber-Dembo talks to SE Radio’s Akshay Manchale about Apache Kudu, a system for fast analytics in a column-based storage system. They explore how to leverage Kudu for data analytics, as well as its rich feature set and integration options with other SQL and analytical engines. Full Article
ap Episode 399: Sumit Kumar on Building Maps using Leaflet By traffic.libsyn.com Published On :: Thu, 20 Feb 2020 22:12:50 +0000 Sumit Kumar, Head of Engineering at SHARE NOW talks with Jeremy Jung about creating mapping applications in JavaScript using the Leaflet library. Full Article
ap Episode 409: Joe Kutner on the Twelve Factor App By traffic.libsyn.com Published On :: Thu, 14 May 2020 00:44:43 +0000 Joe Kutner, Software Architect for Heroku at Salesforce.com, spoke with host Kanchan Shringi about the 12-Factor App methodology, which aids development of modern apps that are portable, scalable, easy to test, and continuously deployable. Full Article
ap Episode 410: Sara Leen on Localizing and Porting Japanese Games By traffic.libsyn.com Published On :: Tue, 19 May 2020 22:04:21 +0000 Sara Leen discusses localizing, porting, and modernizing Japanese games with Jeremy Jung. Full Article
ap Episode 418: Functional Programming in Enterprise Applications By traffic.libsyn.com Published On :: Wed, 22 Jul 2020 21:58:41 +0000 Vladimir Khorikov discusses functional programming in enterprise applications with Jeremy Jung. Full Article
ap Episode 424: Sean Knapp on Dataflow Pipeline Automation By traffic.libsyn.com Published On :: Wed, 02 Sep 2020 18:47:42 +0000 Sean Knapp of Ascend.io talks to Robert Blume about data pipeline automation with an orchestration layer. Full Article
ap Episode 427: Sven Schleier and Jeroen Willemsen on Mobile Application Security By traffic.libsyn.com Published On :: Wed, 23 Sep 2020 22:26:21 +0000 Sven Schleier and Jeroen Willemsen from the OWASP Mobile Application Security Verification Standard and Testing Guide project discuss mobile application security and how the verification standard and testing guide can be used to improve your app’s... Full Article
ap Episode 428: Matt Lacey on Mobile App Usability By traffic.libsyn.com Published On :: Wed, 30 Sep 2020 16:26:16 +0000 Matt Lacey, author of the Usability Matters book discusses what mobile app usability is and why it can make or break an app destined for consumers, business users or in-house users and what you can do to make the best app possible. Full Article
ap Episode 435: Julie Lerman on Object Relational Mappers and Entity Framework By se-radio.net Published On :: Tue, 17 Nov 2020 18:38:56 +0000 Julie Lerman discusses Object Relational Mappers and Entity Framework with Jeremy Jung. Full Article
ap Episode 435: Julie Lerman on Object Relational Mappers and Entity Framework By traffic.libsyn.com Published On :: Tue, 17 Nov 2020 18:39:13 +0000 Julie Lerman discusses Object Relational Mappers and Entity Framework with Jeremy Jung. Full Article
ap Episode 436: Apache Samza with Yi Pan By traffic.libsyn.com Published On :: Tue, 24 Nov 2020 18:45:15 +0000 Yi Pan is the lead maintainer of the Apache Samza project and discusses the use cases for stream processing frameworks, how to use them, and the benefits & drawbacks of a framework like Samza. Full Article
ap Episode 439: JP Aumasson on Cryptography By traffic.libsyn.com Published On :: Fri, 18 Dec 2020 17:18:08 +0000 JP Aumasson, author of Serious Cryptography, discusses cryptography, specifically how encryption and hashing work and underpin many security functions. Full Article
ap Episode 442: Arin Bhowmick on UX Design for Enterprise Applications By traffic.libsyn.com Published On :: Thu, 14 Jan 2021 21:52:52 +0000 Arin Bhowmick, Global Vice President and Chief Design Officer at IBM, discusses why and how UX design for enterprise applications is different than for consumer applications. Full Article
ap Episode 454: Thomas Richter Postgres as an OLAP database By traffic.libsyn.com Published On :: Fri, 09 Apr 2021 04:37:02 +0000 Thomas Richter is the founder of Swarm64, a Postgres extension company designed to boost performance of your Postgres instance. This episode examines the internals of Postgres, performance considerations, and relational database types. Full Article
ap Episode 463: Yaniv Tal on Web 3.0 and the Graph By traffic.libsyn.com Published On :: Thu, 10 Jun 2021 18:04:54 +0000 Yaniv Tal discusses The Graph’s key features and also explains to user basics of blockchain infrastructure, Ethereum. Full Article
ap Episode 466: Casey Aylward on Venture Capital for Software Investing By traffic.libsyn.com Published On :: Tue, 29 Jun 2021 20:54:14 +0000 Casey Aylward, Principal at Costanoa Ventures discusses Venture capital with a focus on early stage investing from the perspective of the entrepreneur and the VC with host Kanchan Shringi. Full Article
ap Episode-467-Kim-Carter-on-Dynamic-Application-Security-Testing By traffic.libsyn.com Published On :: Wed, 07 Jul 2021 00:19:26 +0000 Kim Carter of BinaryMist discusses Dynamic Application Security Testing (DAST) and how the OWASP purpleteam project can improve early defect detection. Host Justin spoke with Carter about how DAST can provide meaningful feedback loops to developers... Full Article
ap Episode 469: Dhruba Borthakur on Embedding Real-time Analytics in Applications By traffic.libsyn.com Published On :: Thu, 22 Jul 2021 02:20:57 +0000 Dhruba Borthakur, CTO and co-founder of Rockset, discusses the use cases and core requirements of real-time analytics, as well as the evolution from batch to real time and the need for a new architecture with host Kanchan Shringi. Full Article
ap Episode 477: Josef Strzibny on Self Hosting Applications By traffic.libsyn.com Published On :: Wed, 15 Sep 2021 16:21:37 +0000 Josef Strzibny the author of Deployment from Scratch discusses how and why it's valuable to learn how to self host applications. Full Article
ap Episode 479: Luis Ceze on the Apache TVM Machine Learning Compiler By traffic.libsyn.com Published On :: Wed, 29 Sep 2021 19:29:00 +0000 Luis Ceze of OctoML discusses Apache TVM, an open source machine learning model compiler for a variety of different hardware architectures with host Akshay Manchale. Luis talks about the challenges in deploying models on specialized hardware and how TVM. Full Article