Can I Walk There?— Network Analysis for Los Angeles
An analysis of a car-lite lifestyle in Los AngelesIntroductionThis project attempts to improve the process of moving to a new city and choosing a new rental accommodation. I utilize predictive site analysis techniques, scrape rental real estate data, and create an organizational system to make data-oriented decisions for my relocation.This project
Read moreMigrating an Application to Native Image With Spring Boot 3
Process of migrating an application to Native Image using Spring Boot 3, analyzing the problems, possible solutions, and resultsGraalVM and Spring Boot logs | combined by authorSince the announcement of the Spring Native Beta, I’ve encountered various criticisms about the project from my colleagues. Some have expressed concerns about the potential time-consuming
Read moreIntroducing Segment-Lidar: Revolutionizing Unsupervised Instance Segmentation of Aerial LiDAR Data
The beginning of your journey into the world of advanced geospatial analysisPhoto by Joshua Aragon on UnsplashIn the ever-evolving field of geospatial analysis, the processing of aerial LiDAR data has always presented unique challenges. Extracting valuable insights and actionable information from vast volumes of point cloud data requires advanced techniques and
Read moreThe Overflow #182: Self-healing code
Welcome to ISSUE #182 of The Overflow! This newsletter is by developers, for developers, written and curated by the Stack Overflow team and Cassidy Williams. This week: how to make sure the tools you buy get used, when math got imagination, and why a string pointer error grew to two billion
Read moreMulti-Language Support in VSCode Text Documents
VSCode does not allow setting several languages simultaneously for a single document.Extension authors can open a text document for a specific language:await vscode.workspace.openTextDocument({ language: 'mongodb', content });Or set the language for an existing text document:await vscode.languages.setTextDocumentLanguage(document, 'javascript');But there are many use cases when a document should contain several languages at
Read more8 Traits of The Best Teams I’ve Worked With
Cover Photo by Priscilla Du Preez on UnsplashThe best teams I’ve worked with are autonomous and extremely customer-focused. You can trust them to do the right thing because they know what the priorities are. Everyone feels empowered to interact with stakeholders to resolve issues and drive projects to success. The individuals
Read moreFrom Code to C-Suite: How to Present Your Engineering Progress Effectively
Photo by Product School on UnsplashIn the often hidden platform engineering world, articulating progress effectively, especially in long-term projects, is paramount. We suffer from the invisible unless it fails syndrome.The challenge, however, lies in translating complex, foundational technical achievements into clear, compelling narratives that resonate with C-Level stakeholders — those who may not
Read moreiOS 17 @Observable and the Observation Framework
New in WWDC 23, the new approach to observing changes simplifies SwiftUI and solves the nested observable object problem.WWDC 2023 introduced us to the new iOS-17@Observable property wrapper along with a cleaned-up @State that now supersedes the previous @State @ObservedObject, @StateObject. This is fantastic — it’s always been a source of confusion for
Read morePair programing? We peek under the hood of Duet, Google’s coding assistant. (Ep. 580)
On today’s episode, we chat with Marcos Grappeggia, the product manager for Duet, an AI-powered assistant that can help you craft code by suggesting snippets—even full functions—as you write. Grappeggia explains why he thinks tools like this will augment, but not replace, the human developers at work today. Episode notes:
Read moreBeyond ChatGPT: The role of AI and ML in assessment and selection
Defining AI and ML When you think about artificial intelligence (AI) and machine learning (ML), what comes to mind? If it’s ChatGPT, AI-generated art, and autonomous pizza delivery, you’re not alone. These are just a few of the most buzzworthy developments in AI and ML from the past few years–and
Read more