How is the Web3 useful to humanity - Doumer's Blog Uses of web3 how is the web3 useful to you and I ? how can it make our lives better ? read this article to learn more.
En quoi le Web3 est-il utile à l'humanité - Doumer's Blog En quoi le Web3 est-il utile à l'humanité ? pourquoi les passionnés de technologie en font-ils autant l'éloge ?
StarkWare Sessions 23 | Recent Progress on Lookup Protocols | Ariel Gabizon About the Talk: Lookup protocols are a complementary paradigm to low-degree constraint-based arithmetization; they offer massive prover-time speedups, partic...
Bringing TensorFlow to Pharo Pharo is a powerful open-source Smalltalk-based programming language and environment that has been widely used for research and development in various fields. Specially Pharo at Inria, France's National Institute for Research in Digital Science and Techno...
Should You Use char, varchar, or text in PostgreSQL? What are the differences between char, varchar, and text in PostgreSQL, and which one should you choose?
Finding Jobs on Twitter using the OpenAI Embeddings API In an attempt to better understand embeddings and save time trawling through job boards, I tried my hand at writing a notebook that would scrape job listings, and use the OpenAI Embeddings API to help me find the jobs I'd be interested in.
Why did all of the public reproduction of GPT-3 fail? In which tasks should we use GPT-3.5/ChatGPT? The post was written on Feb 12th, 2023. All the opinions in the post are my own.
Three-State Stability Usually, when discussing stability of the APIs (in a broad sense; databases and programming languages are also APIs), only two states are mentioned:
Weekly Update 335 Unboxing a Heap of Insta360 Gear; Connected Door Locks; Ubiquiti AI Bullet Cam; Garage Design Looks Epic!
So long, and thanks for all the deployments: deprecating Wrangler v1 Version 1 of Wrangler has served us well for years. But with a new major version to focus on, it’s time to say goodbye
4.0.0 Today, I’d like to announce Homebrew 4.0.0. The most significant change since 3.6.0 enables significantly faster Homebrew-maintained tap updates by migrating from Git-cloned taps to JSON downloads.
Join us for Hack Together: Microsoft Graph and .NET Join us for a virtual hackathon, March 1-15, 2023 to learn how to build powerful apps with Microsoft Graph and .NET.
How Safe is the Cloud? What Businesses Need to Know Who remembers the bad old days when businesses had to store all their data on site? It could be pretty risky. What if the office burned down, or the server failed? Plus, connecting to that data from remote locations, while possible, was clumsy and slow. T...
Abstractions to easily swap implementations? Not so fast. Why do you create an abstraction? One reason is to simplify the underlying concept and API. Another reason, probably more common, is that the internal implem...
Bing Chat is blatantly, aggressively misaligned - LessWrong I haven't seen this discussed here yet, but the examples are quite striking, definitely worse than the ChatGPT jailbreaks I saw. …
The Best Way to Validate Your Settings in .NET Check out my courses: https://nickchapsas.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in ...
What does it mean when my cross-thread COM call fails with RPC_E_SYS_CALL_FAILED? Look for an unresponsive recipient.
Determine Whether Two Date Ranges Overlap in C# - Code Maze This article covers how to determine if two date ranges overlap, including scenarios, logic implementation, and tips to improve your code.
Microsoft Quietly Updates .NET Language Strategy On February 6th 2023, Kathleen Dollard, principal program manager on .NET team at Microsoft, posted an update of the .NET language strategy. The new document is a continuation of the same ideas from the previous one, written in 2017, where C# and F# are t...
Enforcing Multiple Authorization Filters in ASP.NET Core Learn how to implement custom authorization filters in ASP.NET Core and enforce multiple filters for a single action in this step-by-step guide.
Modularizing React Applications with Established UI Patterns Learn how to apply established UI patterns for a more organized and maintainable codebase and discover the benefits of layering architecture in React development
Retrospectives Antipatterns Introduction to antipatterns for retrospectives, and how to refactor your situation for the better
Build smaller container images using S2I | Red Hat Developer Minimal versions of the Source-to-Image (S2I) base images make it easy for developers to transfer their projects into lightweight container images.
Generating Bogus HTTP Endpoints with ASP.NET Core Minimal APIs Using NuGet Packages like AutoBogus with ASP.NET Core to build prototyping HTTP APIs. Skip the boilerplate.
Generate a self-signed certificate for .NET Core A team member contacted me because he no longer could invoke a local service he was developing. I had a look at the error message the API re...
Github–Secret scanning One of the things you certainly want to avoid as a developer is accidently checking in secrets(passwords, api keys, ...) in your code reposi...
MAUI Panel Discussion from Swetugg! MAUI is out! What's next? While at Swetugg in Stockholm, Carl and Richard chatted with David Ortinau and Maddy Montaquila about getting MAUI shipped and seeing how the world is using it! The conversation digs into what typical developers are doing with MA...
[Feature]: Support Flake and nix develop · Issue #53 · arrterian/nix-env-selector Is your feature request related to a problem? Please describe. Selecting a flake.nix file from the environment selector dropdown currently doesn't work (the "Applying environment..." ...
GitHub Copilot AI Tech Upgraded, Already Generates 61% of Java Code -- Visual Studio Magazine GitHub has again upgraded the AI tech behind its Copilot 'AI pair programmer,' which reportedly already generates 61 percent of Java Code in editors where it's used and 46 percent across all languages.
Use Raw String Literals to generate TwiML in C# 11 Learn how Twilio uses webhooks and TwiML to give you control over how to respond to a call or text message. You can generate TwiML in many ways, and with C# 11 you can now also use Raw String Literals.