57 Lessons from Charlie Munger - Moving People to Action I so loved this list of 57 lessons from Charlie Munger, shared by David Senra of Founders Popcast, that I've shared the tweet and the full list here on the blog. I'm a fan of the Warren Buffett and Charlie Munger school of simple, direct, pithy wisdom ;-)...
Building NodeJS applications without dependencies A challenge to write an application with not a single dependency
The Edge Editor is now easier to use This week, we shipped new products focused primarily on ease of use. These include a more organized Editor, updates to references, and improvements for disclosures. Organization in the Editor Our Editor is the main interface for your patent. So we made ou...
Visual Studio Dev Team Wraps 2023 with v17.9 Preview 2 -- Visual Studio Magazine New features and functionality boost productivity, C++ game development and .NET/C# (.NET MAUI).
Python in Visual Studio Code Enhances Debugging -- Visual Studio Magazine The December 2023 update to Python in Visual Studio Code introduces several new features, including configurable debugging options that are now available on the Run button menu.
How and why I paid for Kagi? Kagi is one of the most innovative search engines. I came to know about it through Hacker News forums when the service was announced. I have had my account since December 2021 (after I spoke to the…
Dagster, dbt, duckdb as new local MDS | Georg Heiler Lean and efficient MDS experience: Delivers better software engineering practices to the data ecosystem with the new local MDS stack comprised of Dagster, dbt and DuckDB which offers better developer productivity by enhancing testability of the E2E pipeli...
In Praise of Wasting Your Time I first felt the urge to “fix” my productivity almost twelve years back. As an anxious teen, I was only beginning to understand the number of skills that I could learn, books I could read, and things I could do. I had an overwhelming sense of preciousne...
Pull request review: still files! It’s been about a year since the core prr features features went in. From my perspective, one surprising thing is that there’s now a small group of dedicated users who not only report bugs, but are also willing to implement new features! Speaking for myse...
Modern Cloud Engineering with Adora Nwodo Adora Nwodo is a cloud software engineer and the author of Cloud Engineering for beginners. She chats with Scott about her role, how she thinks about the cloud and how she's working to get new engineers on a cloud-based path. Get her Cloud Engineering for...
Introducing MemoryCache | Augmented Local AI The internet was born as a way to connect people and data together around the world. Today, machine learning is upending the way that we interact with data and information. Language and multi-media models seek ever-larger datasets to train on – including ...
Blazor Hybrid Recap & Resources [Pt 8] | Blazor Hybrid for Beginners Let's wrap up the beginner series with a quick recap of what Blazor Hybrid is, how it works, and some great learning resources.Series:1 - What is Blazor Hybr...
Browse code samples Get started with Microsoft developer tools and technologies. Explore our samples and discover the things you can build.
dotNetDave on #MVPbuzzChat On December 11th, the author participated in the #MVPbuzzChat podcast with Christian Buckley discussing various topics such as coding, conference speaking, and the Microsoft MVP program. They also …
Crafting an AI Mixologist Using Semantic Kernel -- Visual Studio Magazine What better way to learn about cutting-edge AI than creating a 'copilot' assistant that can act as a mixologist, suggesting new cocktail recipes based on available ingredients?
The Telecom Industry Is Very Mad Because The FCC MIGHT Examine High Broadband Prices We’ve long noted how the FCC (regardless of party) largely ignores how muted competition and monopolization drives up prices for consumers. The agency often talks a good (if ambiguous) game a…
GitHub - elfvingralf/macOSpilot-ai-assistant: Voice + Vision powered AI assistant that answers questions about any application, in context and in audio. Voice + Vision powered AI assistant that answers questions about any application, in context and in audio. - GitHub - elfvingralf/macOSpilot-ai-assistant: Voice + Vision powered AI assistant that a...
U.S. and International Partners Issue Recommendations to Secure Software Products Through FORT MEADE, Md. - The National Security Agency (NSA) joins Cybersecurity and Infrastructure Security Agency (CISA) and U.S. and international partners in releasing ”The Case for Memory Safe Roadmaps”
YouTube doesn't want to take down scam ads Posted in r/youtube by u/Jakob_G • 122 points and 43 comments
What happens if I define one environment variable in terms of the value of another environment variable? - The Old New Thing Only certain types of dependencies are supported.
Fossil: Home Fossil is a simple, high-reliability, distributed software configuration management system with these advanced features:
Razor Page UI Updates and more Powered by Restream https://restream.ioFritz works on the TagzApp open source application. You can find it at https://github.com/FritzAndFriends/TagzApp
Is AI coming for your Developer Job? I've been thinking about AI and how it will affect software development. I've been wondering if it will replace developer jobs or if developers will use it t...
VS Code Tutorial For C# Developers 💻Join me on Patreon to get the source code: https://www.patreon.com/juliocasal🔥My Free .NET Backend Developer Roadmap: https://juliocasal.com/roadmapA step...
Episode 62: Speed mentoring and the power of Community - with Mia Gordon In this episode, I was joined by Mia Gordon to chat about speed mentoring! I was recently invited to a speed mentoring event that she organised, and it was such a fun event and great idea and concept - that I invited her onto the show to chat about it! We...
Production Postmortem: The Spawn of Denial of Service A customer contacted us to complain about a highly unstable cluster in their production system. The metrics didn’t support the situation, however. There was ...
What if an SQL Statement Returned a Database? Every SQL statement is limited to return a single, possibly denormalized, table. This design decision has far reaching consequences. (1.) for databases users in terms of slow query performance, long query result transfer times, usability-issues of SQL in ...
How to Dynamically Subscribe to Kafka Topics in .NET Have you tried to dynamically subscribe to topics based on a convention or wildcard? In this video, I will show you how you can do that in your .NET Apache K...
Two-pass change point detection for temporary interval condensation When we choose a change point detection algorithm, the most important thing is to clearly understand why we want to detect the change points. The knowledge of the final business goals is essential. In this post, I show a simple example of how a business r...
Don't Make This Common Domain Events Mistake 📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovi...
5 Year Anniversary - Dec 14, 2023 #youtube I will do a Q&A video for my 5-year anniversary on YouTube. Leave your question about my channel, YouTube, or anything else as a comment.
Data Windowing in PostgreSQL: Harnessing SQL for Advanced Analytics Introduction In the realm of data analysis, dashboarding, and optimization, the concept of data windowing emerges as a powerful tool. It involves aggregating an ordered set of elements into a cohesive structure. This article dives into the intricacies o...
Stop nesting ternaries in JavaScript Nesting ternary operators makes code more complex and less clear. Let's investigate other ways to write conditional expressions.
Super-cargando tus aplicaciones cross-platform con Uno Platform y Uno Extensions Uno Platform destaca por su capacidad para desarrollar aplicaciones multiplataforma sin reescribir la lógica central de tu proyecto. En esta charla, descubri...
Hosted service has a major update to its lifecycle events The worker service project sees a major update in .NET 8 with the new IHostedLifecycle interface hooking into new background hosted service lifecycles.
4 ways to create Unit Tests without Interfaces in C# C# devs have the bad habit of creating interfaces for every non-DTO class because «we need them for mocking!». Are you sure it’s the only way?
GitHub - charmbracelet/huh: A simple, powerful library for forms and prompts in the terminal 🤷🏻♀️ A simple, powerful library for forms and prompts in the terminal 🤷🏻♀️ - GitHub - charmbracelet/huh: A simple, powerful library for forms and prompts in the terminal 🤷🏻♀️
How to Decode JWT Tokens in .NET - Code Maze In this article, we will examine the key elements that enable us to decode a JWT in .NET, along with how to retrieve its fundamental data.
House Intelligence Committee FISA “Reform” Bill Would Greatly Expand the Class of Businesses and Other Entities Required to Assist in FISA 702 Surveillance Yesterday the House Permanent Select Committee on Intelligence unanimously approved the FISA Reform and Reauthorization Act of 2023 (FRRA), which would reauthorize Section 702 of the Foreign Intelligence Surveillance Act (FISA 702). The full House is expe...
Christmas Countdown: common Optimizely CMS Pitfalls - #12 Picking the right add-ons 12 days to Christmas and here is my countdown list of the top 12 common pitfalls I see in Optimizely CMS implementations - along with some tips on how to avoid them. Today we'll take a look at #12 on the list: Picking the right add-ons
GitHub - rafaelldi/aspire-plugin: Aspire Plugin for JetBrains Rider Aspire Plugin for JetBrains Rider. Contribute to rafaelldi/aspire-plugin development by creating an account on GitHub.
How to Add Translation to a React App Using Format.js In this article, learn how to use Format.js to add translations to a React app.
MAUI App Accelerator v1.4 Consider this a low-key announcement that version 1.4 of MAUI App Accelerator is now available in the Visual Studio marketplace . This versi...
The Actor Model in a C# World This post is the first in an occasional series on building a distributed system using Akka.NET. Check back as I add to this series. I was reminded of how much the Actor Model influenced me as a developer when I recently read Petabridge’s post about reflec...
Does ASP:Textbox TextMode Securely Enforce Input Validation? : Developer Notes Posted by on December 11, 2023
ASP.NET Community Standup - .NET Aspire Update Get an update on .NET Aspire with David Fowler and Damian Edwards, and ask your question live!Community Links: https://www.theurlist.com/aspnet-standup-2024-...
Introduction to ChatGPT Plugins [Pt 6] | Generative AI with .NET for Beginners In this video, we introduce what ChatGPT Plugins are and how they can be used to extend the functionality of language models. We then show how you can get st...
Learn how to improve .NET application performance leveraging Azure Code Optimizations|.NET Conf 2023 Join us to learn more about how Azure Diagnostics team can help you improve your .NET application performance! Azure Code-Optimizations is a AI-based service...
.NET | CI setup using GitHub actions and Nuke build automation Support the channel with a coffee:- https://www.patreon.com/OleinicVasiliiFree Detailed design newsletter:- [https://voleinic.substack.com]GitHub repo- https...