3D modeling with ChatGPT - Solidified ephemerality I have asked ChatGPT to generate 3D models. ChatGPT can not generate 3D models directly but 3D models can generated via intermediary OpenSCAD scripts: OpenSCAD provides a scripting language to describe objects which can be combined to form 3D models. Chat...
How well do Lc0 networks compare to the greatest transformer network from DeepMind? To explore the performance of Lc0 networks relative to DeepMind’s state-of-the-art transformer networks, we embarked on a comparative analysis, inspired by the methodologies detailed in DeepMind’s latest publication. Our objective was to closely align our...
No Simple Answers In Stereo There was some continued back and forth on Mastodon about stereo conversions. Mac Stories contributor Jonathan Reed asked a couple questions: What’s your view on the best converted movies? Do you think they hold up just as well vs (non-bad) native 3D mov...
Women in mathematics – a case study The following describes harassment experienced by a woman who is a professor of mathematics, whose words I’m posting here (anonymously and with names changed) with her permission. ===========…
Ruby could use a Heap If you’re studying for coding interviews, I recommend Python, which is a shame because I am a Ruby programmer. The only major drawback to using Ruby is that ...
In a GenAI world. Only Identity Matters. I recently had to do some thinking about Identity and with the recent surge of deepfakes, the one thing that is clear is that Identity has become the most critical problem. Obviously identity has a…
i need some hackers TL;DR - I need money for a non-profit international cybersecurity competition (open-source, too). Donations here, email chris@breadchris.com for sponsorship opportunities. I am running an annual cyber security competition (mcpshsf, soon to be xctf) with m...
What I Learned Developing with LLMs Peek behind the curtain at how an engineer at OpsLevel developed our own AI assistant.
Large Language Models Are Drunk at the Wheel As an Artificial Intelligence proponent, I want to see the field succeed and go on to do great things. That is precisely why the current exaggerated publicity…
Subprime Intelligence Please scroll to the bottom for news on my next big project, Better Offline, coming this Wednesday! Last week, Sam Altman debuted OpenAI's "Sora," a text-to-video AI model that turns strings of text into full-blown videos, much like how OpenAI's DALL-E t...
That time I almost added Tetris to htop - hisham.hm Personal webpage of Hisham Muhammad, developer of htop, LuaRocks and GoboLinux.
How to Optimally Trap Points in High-Dimensional Spaces Inside Ellipsoids Adrian Rivera Cardoso is a researcher and software engineer.
Interesting Uses of Ansible’s ternary filter Some time ago I discovered an interesting use of the ternary-filter in Ansible. A ternary-filter in Ansible is a filter that takes three arguments: a condition, a value if the condition is true and an alternative value if the condition is false. Here’s a ...
Open sourcing your games as solo game developer - a game changer Why making your games Open Source can help you as a solo independent game developer
Typing A Little Faster I taught myself to type a bit faster over the course of a couple of months. I’d estimate that I spent 5 hours of effort to gain 10 to 20 words per minute (WPM) in speed. Before I started, I mostly …
CSS-only DVD Screensaver animation An in-depth look at how I created a DVD screensaver animation without any Javascript, presented with dynamic examples and code snippets.
Water cooling is overkill for Pi 5 tl;dr: 52Pi and Seeed Studio's water cooling solution for the Raspberry Pi 5 can be fun, and works better than any other solution—but at a steep price, and with a number of annoying quirks.
Burke Learns Blazor - Bug fixing, download shrinking, prepping to ship! We make some last fixes and tweaks to get this thing out the door! Let's fix some API bugs and shrink the download size, then talk about data migration.Featu...
Using Figma Plugin Generated C# Markup in an Uno Platform project | Uno Tech Bites 📄Uno Platform Docs: https://platform.uno/docs/articles/external/figma-docs/get-started/create-an-app.html?tabs=dotnet-cliSubscribe for more: https://www.you...
Our Company Is Doing So Well That You’re All Fired “Paramount Global lays off about 800 employees, a day after announcing record Super Bowl ratings.” — CNBC - - -Thank you for jumping on this last-m...
Bluesky: An Open Social Web - Bluesky We’re excited to announce that the Bluesky network is federating and opening up in a way that allows you to host your own data.
WinForms in a 64-Bit world - our strategy going forward - .NET Blog 32-bit components can impose challenges for WinForms developers in a 64-bit Visual Studio environment, but there are options to solve this. Component modernization, migrating to .NET 6+ and a new option to use the out-of-process Designer for Framework are...
What is .NET Conf? Continuing our series from the #dotNETConf: So what is .NET Conf you ask? Jeff Fitz shares what kind of content you'll find in the virtual event's pages.Find...
Gotcha: Don't forget to shut down your dispatcher queues - The Old New Thing Keep that dispatcher queue controller around, or you'll never be able to clean up.
.NET Data Community Standup - Database concurrency and EF Core: Beyond optimistic concurrency In the 3rd installment of our series on concurrency, we'll dive deep into SQL isolation levels, how they work (and work differently!) across SQL Server and P...
That One Time Keygen Went Down for 5 Hours (Twice) A postmortem of the dashboard and API outage that occurred on February 5th and 6th, 2024.
Building with Blazor Powered by Restream https://restream.ioLet's build new features for our open source web applications TagzApp. You can find it at https://github.com/FritzAndF...
Creating an E-Book OnBoarding screen in .NET MAUI Hello! 🙋♀️ In this article, we'll replicate an E-Book Onboarding UI, a design sourced from Dribbble. This piece will help you strengthen your skills in managing XAML in a quick and easy way. The most fun part is that you'll learn to build it yourself! �...
Stable Diffusion 3 — Stability AI Announcing Stable Diffusion 3 in early preview, our most capable text-to-image model with greatly improved performance in multi-subject prompts, image quality, and spelling abilities.
ASP.NET Core Full Course For Beginners 💻Get the source code: https://go.dotnetacademy.io/aspnet8-full-courseLearn how to build a complete web application backend, step by step, using ASP.NET Core...
C# for Beginners – 5 Simplified Concepts in C# Considering C# as you get started on your programming journey? This article is focused on C# for beginners, and I've included 5 concepts from C# with code!
Azure Functions Extensibility - Runtime Scaling This post explores how the Azure Functions extensions participate in scaling activities through runtime scaling and target-based scaling features.
Useful Uses of cat When I write shell one-liners that transform the contents of some file, they often look something like
.NET 8 🔥🚀 : Guide to Web API AOT - Exploring new Features In this video we will discussed the new features with AOT in .NET 8 and the difference between JIT and AOTSupport me on Patreon to access the source code:htt...
How IDisposable and Using Statements Work Together in C# IDisposable is a really powerful tool for ensuring proper resource management and safety for your application. In this video, we are going to look at how IDi...
A Streamlined Extension Manager comes to Visual Studio 17.9 - Visual Studio Blog Discover the enhanced Extension Manager in Visual Studio 17.9! Streamline your development workflow with improved extension management features. Explore the latest updates and boost productivity.
How To Use AI Assistant to Generate Test Data For .NET Applications | The .NET Tools Blog How To Use AI Assistant to Generate Test Data For .NET Applications for better unit tests.
Method Injection in ASP.NET Core: API Controllers vs. MVC Controllers Method Injection in ASP.NET Core got a little bit easier in .NET 7. Before .NET 7, we had to use the [FromServices] attribute on a meth...
Visual Studio Presentation Mode I think we all have seen presentations where Visual Studio was used during the demos but were we had a hard time because the fonts were too ...
Generate PDF Files in Your .NET MAUI App or ANY .NET Application! PDF is still the standard for exchanging documents. In this video we'll learn how to generate a PDF report from .NET MAUI. Curious about that PDF Viewer I'm ...
Data Binding in Blazor Web Apps [Pt 7] | Front-end Web Development with .NET for Beginners Learn how to bind data to your UI elements and components using Blazor's powerful data binding capabilities. We'll also take everything we've learned so far ...
Getting Started With MassTransit (Beginner Friendly) 📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovi...
Why would anyone do something as absurd as mob programming?! My team was enjoying a coffee break when I uttered a question I assumed I would regret: "Why don't we try mob programming?"
Is GitHub Copilot the new rubber duck? #dotNETConf 2023 introduced .NET 8 and much more. We're highlighting some of the conference's golden nuggets in this new series.This series of One Dev Questi...
JetBrains Rider and the .NET Aspire Plugin | The .NET Tools Blog A look at the .NET Aspire plugin in JetBrains Rider