Announcing Bolt & Forte partnership Forte will leverage Bolt’s expertise in MPC & ZK proofs tech to provide security layer for 15M+ gamers following $9M investment in Bolt.
Tracing a Single Operation in Distributed Systems Is it even possible to understand what a single request was doing in our distributed system? Let's find out...
Automated testing: Everything you need to know Recently I've been asked what constitutes good Software testing. How can you learn to write good tests? Easily if you stick to a couple of principles and adhere to them when writing your tests.
On-Call: Leave It Better Than You Found It For more than a year, I have been participating in on-call rotations as a Site Reliability Engineer at Vinted.
Strategies I used to create leverageable work as an engineer While I was busy getting stuff done, I often wondered and asked my mentors how I could go that extra mile to create leverageable work.
Working From Home: My Setup Since the pandemic happened, I always wanted to create a minimal, but ergonomic working environment at home.
A Difficult Diagnosis (Part 1) - Ronny Liu A history It’s February 2022. As I pull into the parking garage of a local hospital, I review the progression of the unknown condition that’s brought me here. At today’s appointment I’ll recount its many symptoms, a constellation of afflictions that’ve la...
Leaving Lattice Today I am stepping away from being a full-time employee of the company I started, Lattice. Unlike most other founders’ stories or articles you may have read…
Let's just kill the silly myths I know that Ubuntu 22.04 is out and everyone's all fired up about everything and there's discussions on the net about snaps and flatpaks and appimages and all this stuff, so I'm tired of just reposting the same things so let me get the basics out of the w...
Growth vs Profitability I recently saw a video from YC. It was a YC alumni talking about 'Growth vs Profit', and she was rationalizing about how focusing on growth first and having a 'plausible profitability story' is enough. She goes on to conclude that focusing growth is more ...
Life Is a School of Probability Texts on philosophy, poetry, literature, history, altruism, science, programming and music.
How I configured my Synology NAS and Linux to use rsync for backups There are many guides on the web about this topic but many are different and contain unnecessary steps.
Nvidia sees trillion-dollar future in open and parallel code Gearing up to go full stack, firm spends time on standards, open-source communities
#MVPbuzzChat with Tidjani Belmansour – buckleyPLANET For Episode 163 of the #MVPbuzzChat interview series, I spoke with Azure MVP, Tidjani Belmansour, Ph.D. (@Tidjani_B), a Cloud Architect and the...
YARP 1.1 is here with new requested reverse proxy features YARP 1.1 has been released. YARP is a highly customizable open-source reverse proxy written for .NET. This release adds a few commonly requested features.
gRPC in .NET 6 with Anthony Giretti - The 6 Figure Developer Episode 241 Anthony is a passionated developer, Microsoft MVP, and MCSD. He is currently senior developer @ Sigma-HR, specializing in Web technologies. Links https://anthonygiretti.com/ https://twitter.com/anthonygiretti https://github.com/AnthonyGire...
Lenovo ThinkPad P1 Gen3 Review (with Linux) I’ve used Linux for many years on servers, but still kept macOS as my main working environment for almost ten years now. A few months ago, I gave up on macOS and started using Fedora as my main operating system on the ThinkPad P1 Gen3 15”.
Join us live on May 19 for the Azure Static Web Apps Anniversary! Join us to celebrate the 1st #SWAanniversary of @AzureStaticApps live on @LearnTV! See: https://aka.ms/swaanniversary
Getting telemetry data from inside or outside a .NET application - Gérald Barré In this post, I describe how to get the telemetry data (traces, metrics, and logs) from inside and from ouside a .NET application.
The Universe of Discourse : Mental illness, attention deficit disorder, and suffering Mental illness, attention deficit disorder, and suffering
Portable Monitor, cdisplay 15.6 Inch External Monitor, 1080 Full HD IPS Screen, Gaming Monitor with Type-C, Mini HDMI and Built-in Speakers for Laptop, Mac, Xbox, PS4, Phone with Include Smart Cover : Amazon.co.uk: Computers & Accessories Buy
Cloudflare Relay Worker We are excited to open source a Cloudflare Worker that will make notifications available to any communication service that has webhook integration by transforming a generic webhook response to any required format
Explaining Yao's Garbled Circuits - Cronokirby - Read more: https://cronokirby.com/posts/2022/05/explaining-yaos-garbled-circuits/
I won free load testing Long story short: a couple of my articles got really popular on a bunch of sites, and someone, somewhere, went "well, let's see how much traffic that smart-ass can handle...
About My name is Robert Wardhaugh and I am the Dungeon Master (DM). I am currently Professor of History at Western University in London, Ontario, Canada. The Game is mainly played from my basement set up…
Encore Blog — Taming SQL and ORMs with sqlc — go get it #001 Achieving something better than the best of both worlds with sqlc.
My experience getting a tech job with no degree or relevant work experience Sometimes you see a headline or a Youtube video “How I got into tech without a C.S. Degree” and it seems reasonable until you find out that they actually had a M.S. in Math from Stanford or similar. This is obviously a big advantage and does not at all re...
Use API analytics in Azure API Management Use analytics in Azure API Management to help you understand and categorize the usage of your APIs and API performance.
Set C# Language Version for All the Projects in a Solution - Code Maze In this article we will discuss how can we centrally manage the C# language version of multiple projects within a solution.
304: Snap's Pixy... the future of drones? A $230 drone... with no controller... with no GPS.... is this the future?
How I draw figures for my mathematical lecture notes using Inkscape In my previous blog post, I explained how I take lecture notes using Vim and LaTeX. In this post, I’ll talk about how I draw figures for my notes using Inkscape and about my custom shortcut manager.Some examples First, let me show you some examples of fig...
Web Scraping with Python - Learning the Basics | Rubik's Code In this article we cover the basics of web scraping with Python.
My Two Cents on the PayHere Hack - Yohan Perera PayHere an Internet Payment Gateway owned and operated by a Sri Lankan Technoprenuer was hacked. This blog post is my unsolicited opinion on the incident.
Implement an OpenIddict identity provider using ASP.NET Core Identity with Keycloak federation This post shows how to setup a Keycloak external authentication in an OpenIddict identity provider using ASP.NET Core identity. Code: Setup The solution context implements OpenID Connect clients wh…
Those who got caught. How : overemployed Not so much. If a meeting has collided, I'm going to skip one of them. And I'll never be missing from a meeting where I haven't communicated a reason ahead of time. And for those times, the people in the meeting know I'm a participator, and more likely be...
GitHub - lucidrains/DALLE2-pytorch: Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch - GitHub - lucidrains/DALLE2-pytorch: Implementation of DALL-E 2, OpenAI's updated text-to-i...
Those who got caught. How : overemployed Not so much. If a meeting has collided, I'm going to skip one of them. And I'll never be missing from a meeting where I haven't communicated a reason ahead of time. And for those times, the people in the meeting know I'm a participator, and more likely be...
Removing characters from strings faster with AVX-512 In software, it is a common problem to want to remove specific characters from a string. To make the problem precise, let us consider the removal of all ASCII control characters and spaces. In practice, it means the removal of all byte values smaller or e...
Vote YES on state props 1 and 2 in the May 7th election | Progress Texas With Texas’ soaring home values and astronomical property taxes, property tax relief is something homeowners desperately need. Luckily, that’s exactly what’s on our ballot this election.