All the Homekit locks that support Apple Home Key | AppleInsider As part of iOS 15, Apple introduced a new smart home feature dubbed Home Key that unlocks your door using NFC. Here are all of the HomeKit locks that have come to market thus far that boast support.
DefaultValue attribute roslyn analyzers by DeagleGross · Pull Request #1040 · protobuf-net/protobuf-net The request for PR is defined in the issue 323 Changes: Refactored the nowdays existing DefaultValue diagnostics into 3 different diagnostics: a) Declare DefaultValue; b) Update DefaultValue; c) S...
ChatGPT, and the future of search and the web ecosystem “retroanime style, two monsters fighting like their dancing. colorful” Playgroundai.com Why does ChatGPT fascinate people so much? Why are people so excited?These are the questions that I have been trying to answer the last two months. Studying and workin...
SSH PKI on top of Web PKI Reading Future Internet PKI schemes need to be bootstrapped through web PKI I was reminded by all the problems I’ve had with SSH (Secure SHell) PKI (Public Key Infrastructure). SSH host verification is trust-on-first-use (TOFU). So SSH is protected from m...
Understanding LINQ Deferred, Immediate, Streaming and Non-Streaming Executions In this post I will teach you deferred and immediate execution with streaming and non-streaming operations in LINQ in .NET. All with live working demo.
Why Open Source ERP Systems are the Better Choice for Your Business As businesses grow, they require more complex systems to manage their operations. One such system that has become ubiquitous in recent years is the Enterprise Resource Planning (ERP) system. An ERP system is a software suite that integrates and manages al...
Use secret scopes in Databricks to protect your sensitive credentials Disclaimer: the following steps apply primarily to Windows users. You can follow the instructions as a guideline for other OS like Linux, Mac etc. Secrets In Databricks, secrets are used to guard sensitive credentials against unauthorized access. Thi...
The ultimate guide to becoming an entrepreneur You don’t need qualifications, money, a planet-sized-brain or even a particularly good idea. All an entrepreneur ever does is create something that consistently makes money.
Multi-tasking is for robots. And humans. – Unstructed.tech tl;dr I believe that the best way to achieve as much as possible is to multi-task. But it has to be done properly. And the proper way, from my POV, is having multiple tasks in your backlog and keeping notes on where you are, what is left and what is the c...
Conservation of Ignorance: A New Law of Nature — John Horgan (The Science Writer) My ideas often begin as jokes. A notion pops into my head, and I toy with it for my own amusement and perhaps that of colleagues and students. (I like dangling goofy ideas before my students, to see if they bite.) I don’t take the idea seriously or expect...
A Full-Stack approach to modeling | Dhruv Sharma How do we think about the role of knowledge work in a world where tools like ChatGPT become ubiquitous.
Who Cares About Functional Programming? For a long time, most developers in the software industry have spurned functional programming as a niche product that can only be used in either academics or a few rather exotic problem domains.
Cryptography without Security - Cronokirby - Read more: https://cronokirby.com/posts/2023/02/cryptography-without-security/
Thoughts about the ethics of Large Language Models Two weeks after ChatGPT came out and I had my "lol this is fun" time, I decided to use it as fully and honestly as I could for the entire week, as a tool lik...
Build vs Buy: age old dilemma The age-old dilemma that technical co-founders get confronted with: should I build it from scratch or buy some off-the-shelf solution? I’ve asked myself
GitLab Raises Prices for Premium Customers by More Than 50 Percent As of April, Gitlab Premium costs $29 per month.
Why is .NET so Insanely Fast? with Stephen Toub | Keep Coding Podcast #7 Hello everybody I'm Nick Chapsas (@nickchapsas) and in this video I will have a chat with Stephen Toub, Partner Software Engineer at Microsoft. Stephen has b...
#7 Why is .NET so Insanely Fast? with Stephen Toub by Keep Coding Podcast In this episode Nick has a chat with Stephen Toub about everything related to .NET's performance and what makes it so fast. Stephen is a Partner Software Engineer at Microsoft and he has been at the center of a lot of the performance improvements that hav...
Why is .NET so Insanely Fast? with Stephen Toub | Keep Coding Podcast #7 Hello everybody I'm Nick Chapsas (@nickchapsas) and in this video I will have a chat with Stephen Toub, Partner Software Engineer at Microsoft. Stephen has b...
The Last Breaking Change | JSON Schema Blog We need to make a breaking change so that we can promise we won't again.
diziet | Never use git submodules git submodules are always the wrong solution. Yes, even the to the problem they were specifically invented to solve.
GitHub - swiss-ssi-group/AzureADVerifiableCredentialsAspNetCore: ASP.NET Core Issue and Verify verifiable credentials using Microsoft Entra Verified ID ASP.NET Core Issue and Verify verifiable credentials using Microsoft Entra Verified ID - GitHub - swiss-ssi-group/AzureADVerifiableCredentialsAspNetCore: ASP.NET Core Issue and Verify verifiable c...
Is a square a rectangle? Liskov substitution principle in action I will put that simple question in the room: "Is a square a rectangle?" And you might thank: "Well dah, of course!" But wait for a second and let's check it together. We will use the L in SOLID: The Liskov Substitution principle to check if this relations...
GitHub - Drew-Alleman/DataSurgeon: DataSurgeon: Quickly Extracts IP's, Email Addresses, Hashes, Files, Credit Cards, Social Secuirty Numbers and more from text DataSurgeon: Quickly Extracts IP's, Email Addresses, Hashes, Files, Credit Cards, Social Secuirty Numbers and more from text - GitHub - Drew-Alleman/DataSurgeon: DataSurgeon: Quickly Extracts I...
Neo vs Smith Clones [Part 1] | The Matrix Reloaded [Open Matte] The Matrix Reloaded (2003)Scene: Neo vs Smith Clones FightPlaylist: https://is.gd/oMDh6TStoryline: Neo and his allies race against time before the machines d...
The World's Smallest Hash Table This December I once again did the Advent of Code, in Rust. If you are interested, my solutions are on Github. I wanted to highlight one particular solution to the day 2 problem as it is both optimized completely beyond the point of reason yet contains a ...