OK-Robot: What Really Matters in Integrating Open-Knowledge Models for Robotics OK-Robot is an open framework for zero-shot, natural language pick-and-drop system in arbitrary homes.
Uno Platform 5.0: Elevate Your Cross-Platform .NET Development with .NET 8 | .NET Conf 2023 .NET ecosystem prides itself on all the options it provides to developers. The open-source Uno Platform is yet another option you have to create cross-platfo...
Using Visual Studio Code for .NET MAUI Development In August 2023, Microsoft made an official announcement regarding the retirement of Visual Studio for Mac, scheduled to take place by August 31, 2024 (in another 6 months), as stated in a blog post…
GitHub - google/gemma.cpp: lightweight, standalone C++ inference engine for Google's Gemma models. lightweight, standalone C++ inference engine for Google's Gemma models. - google/gemma.cpp
Beyond A*: Better Planning with Transformers via Search Dynamics Bootstrapping While Transformers have enabled tremendous progress in various application settings, such architectures still lag behind traditional symbolic planners for solving complex decision making tasks. In this work, we demonstrate how to train Transformers to sol...
Scrutor vs Autofac in C#: What You Need To Know Scrutor vs Autofac in C#! Which one comes out on top between these two solutions for dependency injection in dotnet? See how each are used with code examples!
Gotcha: Be careful how you shut down your dispatcher queues - The Old New Thing The dispatcher queue thread isn't useful after it has shut down, so don't try anything.
Intel Processor Instability Causing Oodle Decompression Failures RAD Game Tools' web page. RAD makes Bink Video, the Telemetry Performance Visualization System, and Oodle Data Compression - all popular video game middleware.
The Billion Row Challenge (1BRC) - Step-by-step from 71s to 1.7s I took part in the Billion Row Challenge. Enjoy a deep, step-by-step summary of how you get from a Parallel Java Streams implementation that takes 71 seconds to a super-optimized version that takes 1.7 seconds. Example code and walkthroughs included!
Cecilifier - Learn Mono.Cecil by example Cecilifier is a tool aiming to make learning using Mono.Cecil easier by taking code snippets and generating Cecil APIs calls that creates an assembly equivalent to the compiled code snippet. It may also help you to learn more about MSIL (also known simply...
ChatGPT vs. Advent of Code 2023 Day 22: Sand Slabs Can ChatGPT and its Code interpreter solve a programming puzzle resembling Jenga? Let's see!
Commits · sigma0-xyz/zkbitcoin zkBitcoin: zero-knowledge proofs on Bitcoin! Contribute to sigma0-xyz/zkbitcoin development by creating an account on GitHub.
ZK Mini Summit · Luma The ZK Mini Summit 🚀 is gearing up to be a thrilling ride 🌟. We’ll dive deep into the innovative universe of zero-knowledge proofs (ZKPs) 🧠💫 From a whimsical zero-knowledge proofs...
v0.1.0 · sigma0-xyz/zkbitcoin · Discussion #44 Hey 👋 This is our first release 🎉 What's Changed (since we came out of stealth 🥷) ci: run bitcoin core regtest node for tests by @xJonathanLEI in #17 Keepalive with Fibonacci Backoff, fault toleran...
What is Scrum and is Scrum good for startups? — todo.space blog TLDR: No, it's not lean, it's not agile, and, therefore, it is very expensive, therefore, not good for startups.
nanoFramework: Unleashing the Power of C# in Embedded Systems and IoT with José Simões Avalonia XPF This episode of The Modern .NET Show is supported, in part, by Avalonia XPF, a binary-compatible cross-platform fork of WPF, enables WPF apps to...
JavaScript Bloat in 2024 What is the average size of JavaScript code downloaded per website? Fuck around and find out!
ASP.NET Community Standup Topic - Assessing your app's Azure readiness Mike Rousos joins us for an update on Azure Migrate Application and Code Assessment, and how you can use it to check your scan your application's .NET source...
IA responsable y mecanismos de protección Trataremos el tema de moda la IA con un experto en la materia como lo es Matias Cordero para adentrarnos en la IA responsable y mecanismos de protección.Beco...
Introducing Modular Monoliths: The Goldilocks Architecture This article introduces the concept of Modular Monoliths, an architectural approach that combines the simplicity of monolithic applications with the flexibility of microservices, offering a balanced solution for software development. It outlines the key c...
An Active Local NuGet Server As I'm writing this the Internet is out. When that happens, it makes it very difficult to work on development projects that have NuGet dependencies, especially when it comes to adding anything new to a project. A local NuGet server that kept up-to-date wi...
Announcing TypeScript 5.4 RC - TypeScript Today we’re excited to announce our Release Candidate of TypeScript 5.4! Between now and the stable release of TypeScript 5.4, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet,
Minimal APIs vs Controller APIs: SerializerOptions.WriteIndented = true Another thing added in ASP.NET Core / .NET 7.0 (yeah, I know it's been a while since it was released), is the "ConfigureHttpJsonOptions" e...
The case for an application-level tracing API in .NET If you want to record a log event from your application in .NET, you can do that today without a lot of noise or ceremony using Microsoft.Extensions.Logging:
.NET API Middleware for common functionality [Pt 5] | Back-end Web Development w/ .NET for Beginners This video covers implementing common behavior for ASP.NET Core APIs using middlewares. Middlewares are a piece of code that can run before and after each re...
Azure API Center and ASP.NET Web API Integration: A Developer's Guide | .NET Conf 2023 In a rapidly evolving digital landscape, the use of APIs is becoming increasingly popular. One key tool that has emerged as a game-changer is the ability to ...
Install Teams Toolkit in Visual Studio - Teams Learn about installation of Teams Toolkit of different versions in Visual Studio, and marketplace.
Weekly Update 388 LockBit Burned to the Ground by Law Enforcement; Phishy FedEx SMS; Have I Been Pwned UX Redesign; Sponsored by Report URI
Easy Guide to Creating Minimal APIs in ASP.NET Discover the simplicity and versatility of Minimal APIs in ASP.NET with my step-by-step tutorial! Learn how to create HTTP GET, PUT, POST, and DELETE methods...
.NET 8 Is Now Available on AWS Lambda Hi, I'm James! It's finally here, the .NET 8 managed runtime is now available on AWS Lambda. And in this video, you're going to learn how to take your existi...