The Metaverse - Doumer's Blog The metaverse, a new world where everything is possible. Today, we talk about this new industry and we cover the blockchain projects on it
Le Metaverse - Doumer's Blog Le métavers, un nouveau monde où tout est possible. Ici, nous parlons de cette nouvelle industrie et nous couvrons ses projets blockchain
Alien - Emergency Destruct System Activated [HD] Alien Scene Stars: Sigourney Weaver, Helen Horton Director: Ridley Scott Writers: Dan O'Bannon, Ronald Shusett Music: Jerry Goldsmith Producers: Gordon ...
The Two Cuts of the Community Pilot Which episode should I do next?Socials:https://www.tiktok.com/@voxelfroghttps://www.instagram.com/voxel.frog/
Original Prusa MK4 is here: Always perfect first layer, high-speed printing with Input shaper, 32-bit platform, Nextruder, MMU3. SHIPPING NOW! - Original Prusa 3D Printers I usually start these announcements with a bit of a backstory and some broader description. Allow me to skip all that today and give you a quick rundown of the main features of the new MK4: it’s built around our new...
Let's Learn .NET - Modernization In this month's .NET beginner series, get a full introduction to modernizing your .NET, ASP.NET, and WPF projects from their current version to the latest bu...
Cuttings / Moving Away from Todoist - to Taskwarrior, SSH & Dropbox - Part 2 A syncing workflow with Taskwarrior, Dropbox and SSH + rsync.
Agile Software Development Needs to Die (And Everyone Knows It) Agile software development suffocates innovation to death. I first began working in an agile way around 2015. I got a gig in a bank’s innovation lab and got ...
Nobody’s on the ball on AGI alignment Far fewer people are working on it than you might think, and even the alignment research that is happening is very much not on track. (But it’s a solvable problem, if we get our act together.)
Exploring power distribution networks · James Wilson Anyone who has done electronics design knows the importance of bypass or decoupling capacitors, but mostly through received rules-of-thumb such as: “each IC should have a .1 µF capacitor,” “add one 1 µF for every eight ICs,” place decoupling capacitors “a...
Task-driven Autonomous Agent Utilizing GPT-4, Pinecone, and LangChain for Diverse Applications – Yohei Nakajima NOTE: This article was written by GPT-4 based on the code base. For more info, read this.
The Dangerous Territory of Pre-GPT4 With broader access to Llama, Alpaca, ChatGLM, and Dolly available on ordinary consumer-level hardware, we have entered a new phase where every technology-literate person can access GPT-3 level perplexity language models, which also inherit all the shortc...
What Power BI is still missing During these months, I had the chance to take a look at Power BI at the enterprise level, juggling advanced requests from hundreds of users and reports. I am impressed by all the features that the developers have rolled out recently, greatly improving bot...
Using simple things — bayindirh As I try to move towards minimalism, I discover what it is like in different dimensions.
Observability in Wolverine Some colleagues and I are working on the technical modernization of a large system at work, and lately we’ve been talking quite a bit about the observability we want baked into the system goi…
Improving multi-platform container support - .NET Blog Learn how to build containers for multiple architectures, including building containers on Apple M1 machines for an x64 cloud.
terminal doesn't recognize filename and line number · Issue #171880 · microsoft/vscode originally posted here: ocaml/dune#6908 when using the OCaml ecosystem (in my example dune) the errors can't be clicked on in the terminal: I often can't click on the file because it isn't relative...
oh $%!&, I didn't want to do that! UNDO UNDO UNDO! You're writing an email and click "Send". Then immediately think, "oh no!" because you sent it to the wrong person. Or maybe you're checking out of an e-comm...
Introducing Stackoverflow.com A little over a month ago, I announced that I was quitting my job [http://www.codinghorror.com/blog/archives/001074.html]. But there was also something else I didn't fully announce. > But I refuse to become a full-time blogger. I think that's a cop-out...
Postgres: The Graph Database You Didn't Know You Had PostgreSQL (Postgres), is a powerful relational database that can store a wide range of data types and data structures. When it comes to storing graph data structures we might reach for a database marketed for that use case like Neo4J or Dgraph. Hold your...
Interrogé sur ses prix « trop bas », Xavier Niel a légèrement perdu son calme Auditionné par la commission des affaires économiques du Sénat, le fondateur et actionnaire du groupe Iliad n’a pas apprécié qu’on sous-entende qu’il pratiqu...
The WM_GETDLGCODE message is a query message and should not modify state - The Old New Thing Wait until you actually get the message.
Killnet and AnonymousSudan DDoS attack Australian university websites, and threaten more attacks — here’s what to do about it Over the past 24 hours, Cloudflare has observed HTTP DDoS attacks targeting university websites in Australia. Universities were the first of several groups publicly targeted by the pro-Russian hacker group Killnet and their affiliate AnonymousSudan, as re...
The Perils of Polishing (LONG!) I have been working with the SLATEC library. Following the closure of Absoft and Lahey during the last few months, I felt that I needed to preserve their versions of the library, which they included as free add-ons that their customers could choose to use...
How to Delete Elements from an Array in C# - Code Maze In this article, we look at the different ways to delete elements from an Array in C#, evaluating the performance of each method.
Comparing main...davidfowl/net8 · davidfowl/TodoApi Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication - Comparing main...davidfowl/net8 · davidfowl/TodoApi
How Software Engineering Can Help Combat Climate Change "Discover how software engineering and programming are playing a critical role in mitigating the effects of climate change.
Part 1: Should We Migrate Xamarin.Forms to .NET MAUI? When? Examine the benefits of migrating to .NET MAUI from Xamarin.Forms for the dev experience, the app and end users, plus downsides, so you can decide for your app.
Debunking Web Component Myths and Misconceptions A re-publication and expansion of some previous content on the subject. This post adds more corrections and will be continually updated.
Basic Machine Learning Algorithms - Part Two - Bayes Classifier Part TWo of a series on basic Machine Learning Algorithms in C#. This one is about using a Naive Bayes Classifier to tell the text of one book from another
C# - Clean up your exception handling logic with Exception Filters While doing a code review I noticed the following code: In the code above we handle 2 exceptional cases. One specific case when the Task ...