NY State Senate Bill S5474 Establishes the New York Health program, a comprehensive system of access to health insurance for New York state residents; provides for administrative structure of the plan; provides for powers and duties of the board of trustees, the scope of benefits, ...
Taxes And The Ultra Rich A recent leak of the tax records of the world's richest people showed how little they pay in taxes. This article argues that tax write offs for charitable deductions should be eliminated for the rich and the rich should voluntarily pay more taxes as anoth...
Addiction and balance I’ve started thinking more and more about addiction. I am not, in the classic sense, in any way an addict. But I think my addictions are taking up too much of my life. I first realised how co…
Job Posting: Reddit Research Czar Job postings are a kinda weird phenomenon. For one thing, they’re very modern. It used to be that most people either inherited a job (I’m a baker because my pa was a baker and our tiny hamlet needs…
Come join us at Cloudflare Connect New York this Thursday! We’re packing our bags, getting on planes and heading to New York to do our first live customer event since 2019 and we could not be more excited.
minitest vs. RSpec: Which one is better? There is a clear winner if you ask me, and the answer might surprise you. Disclaimer: it is not a popular opinion.
Future, past and present. What should we focus more on? "Our main business is not to see what lies dimly at a distance, but to do what lies clearly at hand." -- <cite>Thomas Carlyle</cite> I have observed that most
zsh-autoquoter makes shell quoting slightly less annoying a zsh extension that will quote some strings for you
Bridging Web 2 and Web 3: an identity perspective - Blog by Damian Schenkelman How can developers of Web 2 applications seamlessly use Web 3 constructs
Patenting Your Perpetual Motion Machine As a patent attorney, I am bound by two different sets of laws–the human and the physical–and I foolishly expected others to feel the same. I should have known better, and I am sorry.
David Dahan Hi, I'm David, a CTO and a former startup founder, currently offering consulting services as a CTO as a service.
Reducing Interview Bias In 2011, researchers at Ben Gurion University in Israel and Columbia University found Judges’ rulings are affected by lunch breaks. The judges granted 65% of parole requests at the beginning of the day. The rate declined steadily until a lunch break, afte...
Multiplying polynomials with Fast Fourier Transform Multiplying polynomials is an important fundamental for zero-knowledge proof systems. This blog post explores some of the details about how polynomials can be multiplied efficiently.
Solving the Classic FizzBuzz Problem With .NET and C# How to solve the FizzBuzz problem With .NET and C#
10 Tips - Preview the Mac app people forget about Preview is that stand-alone program that comes with all Macs and one you probably don't pay too much attention to.
Customising the Umbraco Pipeline The excuse for today's post is I need somewhere to write up some findings from an Umbraco support case I've been looking into. A customer wa...
[Last Week in .NET #88] – PowerShell Pariah Starting out this week a little differently, Sarah Dresner, @sarah_edo on twitter comments on the Batman movies, and it’s shockingly relevant to software we create: When they make Batman movi…
Gopas TechEd 2022 | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura 9 May 2022 1 mins Presentations & Speaking
Only Microsoft can give open source the gift of NTFS Forget the days of NT (Nineties Tyranny), let's change that to New Trust. Corporate IT is watching
Enabling IntelliSense for GitHub Actions workflows in VS Code - Gérald Barré In this post, I describe how to add IntelliSense for GitHub Actions workflows in Visual Studio Code.
The Two Generals Problem Alice and Bob Imagine there’s a city in a valley. On either side of the valley, there’s an army commanded by a general. On the left hill stands General
305: Breaking Your Own APIs When is the time to make breaking changes that could completely upset every single user of your library? James is in this situation, and we discuss his options.
Introduction to Tensorflow.js with Real-World Example In this article, we learn how to use neural networks in JavaScript with TensorFlow.js to solve real-world problems.
Use a gateway service for a software UI with micro services architecture? In this post, I would like to look at some of the advantages and disadvantages of using an implemented gateway service to process all UI API requests, optimize the business and remove some of the c…
Check if a Number is a Power of 2 in C# - Code Maze We are going to learn the most efficient and popular solutions to a very common problem - checking if a number is a power of 2.
Improve the Performance of your React Forms Forms can get slow pretty fast. Let's explore how state colocation can keep our React forms fast.
Auto-Regenerating API Client for Your Open API Project You can generate up-to-date client code for your API, on solution build, leveraging the power of swagger and NSwag. This post is inspired by and builds on Generating HTTP API clients using Visual Studio Connected Services - .NET Blog (microsoft.com). Pre...
Babylon.js 5.0: Beyond The Stars – Part 1 Our mission is to create one of the most powerful, simple, and aesthetically pleasing web rendering engines in the world. Fueled by our passion to make it completely open and free for everyone. Today is an important milestone for the Babylon.js plat
GitHub - haqua-dotnet/Haqua.Scriban: Integrate Scriban Template Engine with ASP.NET Core Minimal API Integrate Scriban Template Engine with ASP.NET Core Minimal API - GitHub - haqua-dotnet/Haqua.Scriban: Integrate Scriban Template Engine with ASP.NET Core Minimal API
Styling `select` elements for real Styling <select> elements consistently across browsers has long been a difficult task. While it is now possible to style the button part of a <select>, styling its contents – the box that contains the list of o
Site Reliability Engineering – Eliminating Toil We say "toil" a lot this episode while Joe saw a movie, Michael says something controversial, and Allen's tip is to figure it out yourself, all while learning how to eliminate toil.
Execute SQL Statements in Azure Data Factory In Azure Data Factory, a new activity has been introduced which is the Script activity. This is not the same as the script component of SSIS