Setting an Absolute Output Path for .NET SDK Projects By default .NET SDK project dump their final build output into a deeply nested folder structure that describes the build configuration, target, platform and sometimes additional package folders. While that's useful especially for multi-targeted projects. ...
Fine Tuning ChatGPT on our Intercom support chat history – Kevin Goedecke Fine Tuning ChatGPT on your Intercom support chat history
Instagram Marketing: An Extensive Guide To IG Algorithm & Strategy A complete guide on growing your business on Instagram without burning yourself out. An up-to date guide created by Instagram expert.
Reverse Engineering the OMNIVISION OS12D40 Driver An attempt to reverse engineer the OMNIVISION OS12D40 user-space driver.
10 Web Development Trends in 2023 Web Development Trends in 2023 which should be on your watchlist. A walkthrough of the state of JS ...
I'm really bad at side projects I like side projects. Basically, my whole life is a side project after a side project after a side project. You’d think by now I must be some kind of a side project ninja, but no… I almost never finish them.
Meetings are a point of escalation, not the starting point of a conversation Default to transferring context asynchronously. Hold colleagues accountable for being async first. If you receive a meeting invite without context, an agenda, or a read-ahead doc, consider politely declining.
Remaining relevant as a small language model Bing Chat recently quipped that humans are small language models. Here are some of my thoughts on how we small language models can remain relevant (for now).
Make It Easy for People to Share Feedback With You Every website should have some part at the (bottom|top) (left|right) corner, with a “Send feedback” button. It takes text and if you want to get fancy maybe some screenshot.
Tech Independence | Derek Sivers Like knowing how to drive or make your own food, so you’re not dependent on taxis or restaurants, it’s very useful to know how to set up your own tech services, to break dependence on the cloud.
Why You Shouldn't Convert to Bidet If you’ve been unlucky to converse with someone who has recently bought a bidet, they’ve probably told you how it changed their lives like some sort of newfound religion. As someone who converted to Bidetism recently, I’m here to tell you four reasons why...
Status will be all that's left Love him or not, I’ve enjoyed watching Elon Musk’s rise in status to that of a cultural icon. Undeniably his popularity has taken a hit in recent months, but overall I’ve cheered him from the sidelines because it’s confirmed...
Shelly BLU Button1 Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.
Getting Started [1 of 8] | .NET on Azure for Beginners Welcome to the .NET on Azure for Beginner series where you will learn the basics of getting your .NET applications up and running in Azure! This series will ...
Using your Database as a Queue? Good or bad idea? #shorts 🔔 Subscribe: https://www.youtube.com/channel/UC3RKA4vunFAfrfxiJhPEplw?sub_confirmation=1💥 Join this channel to get access to a private Discord Server and a...
The weird world of Windows file paths File system paths on Windows are stranger than you might think. On any Unix-derived system, a path is an admirably simple thing: if it starts with a /, it’s a path. Not so on Windows, which serves up a bewildering variety of schemes for composing a path.
Time Series Data with Postgres (#266) We're exploring time series data on Postgres and to get started we need to get the proper extensions set up on our Azure instance. Let's mash on that.
Improving the Syntax Highlighting of JavaScript in Visual Studio - Visual Studio Blog Learn how Visual Studio has improved its syntax highlighting. Discover how you can remap the source code to new colors for JavaScript.
Creating a New Project with the Upgrade Assistant Visual Studio Extension [8 of18] Migrating ASP.NET In this video, Mike shows how to get started with the Upgrade Assistant Visual Studio extension to create a new project for incrementally migrating an ASP.NE...
Allocation, sizing and freeing with double-wide bitmaps: Oh my! A few years ago I wrote about how you can use a bitmap to efficiently find space to allocate. I ran into a similar scenario recently and had another thought ...
Why I joined Cloudflare as Chief Security Officer As someone who is passionate about technology, security, and its potential to improve our lives, I knew that I wanted to work for a company that shared those values.
Static Methods vs. Non-Static Methods in C# Usage scenarios for static and non-static methods in C#, including special cases and common programming patterns
Weekly Update 342 Scammers, Spammers and ChatGPT; Data Breach Misattribution; HIBP and API Domain Searches; Twitter Subscription for Breach Insights; Sponsored by Kolide
Release v7.1.2 · dotnet/orleans What's Changed Prevent analyzer exception on aliased attribute names by @tboby in #8355 ObserverManager: Guard against null in constructor by @bradygaster in #8358 Allows System Target's to receiv...
Encapsulate libraries not frameworks Encapsulation is a way of organizing code into separate modules, where each module has a clear and well-defined responsibility. It allows fo...