Startups shouldn't solve technically hard problems - Inverted Passion 1/ Startups get funded when they’re expected to be valuable, and they’re valuable when they can generate a continuous stream of profits for its investors. 2/ With this view, the value of a startup comes mostly from its expected moat, i.e. how well can it ...
Shade Map Pro • Ted Piotrowski tl;dr Shade Map continues to be free for anyone, but a new paid tier provides the latest map data and additional features. See screenshots or read on for more detail Pro includes elevation contour lines and 3D terrain My hope is to democratize... | Ted Pi...
MLOps Is a Mess But That's to be Expected I discuss the messy state of MLOps today and how we are still in the early phases of a broader transformation to bring machine learning value to enterprises globally.
I'm with Ukraine and I'm no longer Microsoft MVP There’s a conflict between my values and the approach that Microsoft company was publicly presenting from the beginning of the putin’s invasion on Ukraine. M...
Why I'm Glad I Lack Passion to BE a Programmer My past passion interfered with what truly matters when programming, so I gave up on it!
Microsoft Previews Edge Developer Tools for Visual Studio IDE -- Visual Studio Magazine Microsoft is previewing Microsoft Edge Developers Tools for Visual Studio with an extension now available in the IDE's marketplace that lets developers preview ASP.NET and ASP.NET Core projects.
GitHub - wybiral/guitar: browser-based guitar tab editor and simulator browser-based guitar tab editor and simulator. Contribute to wybiral/guitar development by creating an account on GitHub.
Sharing code between ASP.NET and ASP.NET Core With the release of .NET 6 there are even more benefits to using ASP.NET Core. But migrating existing code to ASP.NET Core often sounds like a big investment. Today we’ll share how you can accelerate the migration to ASP.NET Core. There are minor changes ...
GitHub - gildas-lormeau/SingleFile: Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file - GitHub - gildas-lormeau/SingleFile: Web Extension for Firefox/Chrome/MS E...
EEG Cat Ears — Jazz DiMauro I built mind-controlled ears as a way to learn how to build my own arduino-based designs. Challenges included cable management and designing custom servo hardware to attach to the asymmetrical EEG headset.
The Catch Block #96 - The Invasion, and Why It's OK to Take a Break I need a break from the suffering, and that's OK. Plus: async cancellation, Test ASP.NET Core 6, and why ideas die.
iCloud Private Relay: information for Cloudflare customers iCloud Private Relay is a new Internet privacy service from Apple that allows users to connect to the Internet and browse with Safari in a more secure and private way. Cloudflare is proud to work with Apple to operate portions of Private Relay infrastruct...
Difference Between Task.Run and Task.Factory.StartNew - Code Maze This article shows the difference between Task.Run and Task.Factory.StartNew with detailed explanation and relevant examples
Lessmilk Game: Almost Pong Press space (or tap the screen) to make the ball jump and hit the paddles for as long as possible.
proposal/generics-implementation-dictionaries-go1.18.md at master · golang/proposal Go Project Design Documents. Contribute to golang/proposal development by creating an account on GitHub.
Blockchain Cryptography | Gary Woodfine Blockchains make use of two types of cryptographic algorithms, asymmetric-key algorithms, and hash functions. Hash functions are used to provide the functionality of a single view of blockchain. In this post we explore the fundamentals of Cryptography in ...
The problem with averages - Simple Talk Everyone learns to calculate an average in school, but, as Joe Celko shows, there are better ways to summarize data.
Image Style Transfer With C#, ONNX, and ImageSharp Using the ONNX runtime and model zoo to transfer style onto input images
Introducing Ballast: An Adaptive Load Test Framework As Uber's architecture has grown to encompass thousands of interdependent microservices, we need to test our mission-critical components at max load in order to preserve reliability. Accurate load testing allows us to validate if a set of services are wor...
Don't show this message again - avoid vague options You've probably seen options like the one above used throughout the software you use. It might be clickable text like that shown above or as...
Modelling workflows with Finite State Machines in .NET Build workflows and processes with Finite State Machines to reduce code complexity
Announcing TypeScript 4.6 Today we’re announcing the availability of TypeScript 4.6. If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kinds of func...
GitHub - clemensv/messaging: Resource collection for messaging and eventing Resource collection for messaging and eventing. Contribute to clemensv/messaging development by creating an account on GitHub.
So.. what is machine learning? (#NoCodeIntro) Strap in, this is a long one. If the title of the post isn't enough of a summary for you but you think that this "TL;DR" is too long then this probably isn't the article for you!
Write plain text files | Derek Sivers I write almost everything important in my life: thoughts, plans, notes, diaries, correspondence, code, articles, and entire books.
Responding to Tor censorship in Russia | Tor Project Since December 1st, some Internet providers in Russia have started to block access to Tor. We need your help NOW to keep Russians connected to Tor!
A guide to auditing, reviewing, and improving a Drupal module There are plenty of resources in the Drupal community for learning how to build a module. This article is not about building a custom module. My goal is to provide a guide for audi
No Idea Blog Software reliability, leadership for senior engineers, conference speaking and other random tech topics.
Functional Programming Patterns In Smalltalk Introduction What is functional programming?, you may ask: In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions Source: Wikipedia Wikipedia’s definition of functional prog...
fork vfork popen clone performance – /contrib/famzah Posts about fork vfork popen clone performance written by Ivan Zahariev
Andrea Scarpino - I went out for dinner and I took some endpoint Three weeks ago I went out to a pub for dinner. Due to covid restrictions there are no paper menus anymore and the waitress gave me a card to place my order.
Security for package maintainers Some time ago I was chatting with a friend about OSS supply chain security. During the conversation I mentioned that I'd prefer having my bank account compromised compared to my GitHub or PyPI a...
Validate zero enum value in Protocol Buffer How to validate that a Protobuf message does not contain enum fields with zero value? Turn out that is not supported directly by Protobuf! We need to look into how protojson package is implemented.