GeForce GPUs are slowing down after installing the Windows 11 2022 Update A new version of the GeForce Experience software will fix the issue.
New Uno Platform 4.5 Furthers Figma Embrace, Picking Up Where Microsoft Blend Left Off -- Visual Studio Magazine It provides 'some tooling C# and XAML developers have been asking for, and have been asking for since Blend,' the company said.
Flexbox: What is it & Why Should You Use It? - MAZAIA TECH-UNIQUE INFORMATION Web development has come a long way since the days of simple HTML and CSS. Today, there are a variety of layout models available to developers, each w
Simplifying switcheroos | BryceWray.com Although I’m unsure of its value beyond my own brain, here’s a tale of how I made it easier to continue as a migratory nerd.
Homelab Pi Rack upgrade, just in time for AnsibleFest 2022 AnsibleFest is fast approaching, and this year it'll finally be back in person, in Chicago. Since that's a short jaunt from St. Louis, I'll be headed up to talk about my Homelab this year!
Using GPT-3 to pathfind in random graphs I wondered how GPT-3 might do on the following problem: given a partially-connected graph, find a path between two nodes, or determine that no path exists. I wrote some code to automate generating …
So you want to hire some engineers? It should go without saying that one of the most important—and most challenging—responsibilities of an engineering manager is hiring. In a recent survey of 581 tech founders and executives1: 62% say it takes 4 months or more to hire top product and engi...
Drone CI with Podman I run Drone CI for a longer period now with Docker. Because I decided to switch for multiple reasons from Docker to Podman, this setup had to be changed a bit. In this blog post, I want to cover how to install Podman and how to set up Drone so that it wor...
The road to Zettalinux Nobody should need more memory than a 64-bit pointer can address — or so developers tend to think. The range covered by a pointer of that size seems to be nearly infinite. During the Kernel Summit track at the 2022 Linux Plumbers Conference, Matthew Wil...
Your very own ringtone! - Visual Studio Marketplace Extension for Visual Studio - Add sounds to your Visual Studio debugging experience! Tune in with your very own ringtone.
JuneteenthConf Office Hours March 23, 2022 In the first weekly JuneteenthConf Office Hours, Michael shares his observations on tech companies using algorithm challenges to interview candidates.
The 4 things it takes to be an expert Which experts have real expertise? This video is sponsored by Brilliant. The first 200 people to sign up via https://brilliant.org/veritasium get 20% off a y...
reading through the OCaml compiler: Part 1 I found this web page (https://htzh.github.io/browse-ocaml/) that allows you to easily browse the source code of the OCaml compiler. I decided to take a dive...
Friday Facts #370 - The journey to Nintendo Switch | Factorio We have a long history of trying to bring Factorio to other platforms, including consoles and mobile phones (not including April Fools). We even worked with some external companies, but the projects never even got to the point where they would run technic...
I built a "Programming Playground" using Blazor & CosmosDB Hey Programmers,In this video, I am showing how you can practice programming on https://curiousdrive.com/ . I built this website using Blazor and CosmosDB. I...
GitHub - rochus-keller/LeanQt: LeanQt is a stripped-down Qt version easy to build from source and to integrate with an application. LeanQt is a stripped-down Qt version easy to build from source and to integrate with an application. - GitHub - rochus-keller/LeanQt: LeanQt is a stripped-down Qt version easy to build from source ...
GitHub - davidfowl/AspNetCoreOwinSample: A sample showing running OWIN based frameworks on top of ASP.NET Core A sample showing running OWIN based frameworks on top of ASP.NET Core - GitHub - davidfowl/AspNetCoreOwinSample: A sample showing running OWIN based frameworks on top of ASP.NET Core
GitHub - Rezmason/matrix: matrix (web-based green code rain, made with love) matrix (web-based green code rain, made with love) - GitHub - Rezmason/matrix: matrix (web-based green code rain, made with love)
Full-Stack Preview Deploys using Remix, PlanetScale, and Netlify Full-Stack Preview Deploys using Remix, PlanetScale, and Netlify
Why am I receiving SHCNE_UPDATEDIR notifications that my code never generates? You did generate them, indirectly.
GA Week 2022: what you may have missed We made a lot of new products Generally Available this week, so in case you missed it, here’s a recap
We Need New Motherboards Before GPUs Collapse Under Their Own Gravity You can't have a 4-slot GPU. You just can't. We have finally left sanity behind, with nvidia's 4000 series cards yielding a “clown car” of absurd GPU designs, as GamersNexus put it. These cards are so huge they need “GPU Support Sticks”, which are an actu...
Testing orthographic voxel caching (120 fps emulation) I was working on caching orthographic renders of voxels as 2D sprites. This technique is very fast and has a distinctive oldschool look, with weird perspecti...
Code Maze Weekly #140 - Code Maze Issue #140 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Top Picks How to take an ASP.NET Core website “Down for maintenance” [www.thereformedprogrammer.net] If you ever need to take the site offline for maintenan...
Weekly Update 314 Back From an Amazing Wedding; The Optus Breach; The TAP Air Portugal Breach; iPhone 14 Pro Max; Apple Watch Ultra
How to enable Private Access Tokens in iOS 16 and stop seeing CAPTCHAs Nobody likes CAPTCHAs. Now, with iOS 16 on iPhones, a small enabled toggle can make them disappear while improving privacy on your device. Here’s how to check if it’s “on” and try it out
Episode 106 - fimi.market and The .NET Tech Stack with Miguel Adwin In this episode I talked with Miguel Adwin about his personal history with .NET, and how he has been a self-taught developer from the earliest days of .NET all the way until now. We also talked about why he picked a tech stack which was 90-96% .NET for hi...
.NET MAUI in .NET 7 RC 1 - Wha?!? Can you believe it? There's already a new major version of .NET MAUI on its way!
Weekly Update 314 Back From an Amazing Wedding; The Optus Breach; The TAP Air Portugal Breach; iPhone 14 Pro Max; Apple Watch Ultra
The sum of all knowledge Last week my mother died. After we put her urn into the ground next to my father’s we went back to their flat to talk about next steps and dividing up their belongings amongst us three children. One thing I immediately called dibs on were my father’s two ...
The 4 things it takes to be an expert Which experts have real expertise? This video is sponsored by Brilliant. The first 200 people to sign up via https://brilliant.org/veritasium get 20% off a y...
Ragnar Locker ransomware claims attack on Portugal's flag airline The Ragnar Locker ransomware gang has claimed an attack on the flag carrier of Portugal, TAP Air Portugal, disclosed by the airline last Friday.
Visual Studio: How to Pair to Mac for iOS Development on Windows - Nick's .NET Travels I have to start this post by pointing out what a major bonus it is for .NET developers that you can build, deploy and debug an iOS application on Windows – that’s right, if you didn’t already know this, if you’re using Xamarin (now net6 ios/android), Xama...
Azure Container Apps Auto Scaling with KEDA - Part 11 - Bit of Technology Part 11: Tutorial shows how to configure Azure Container Apps custom scaling rules to use KEDA and Azure Service Bus
Using Environment Variables with .NET Lambda Functions | no dogma blog It is to use environment variables in your .NET Lambda functions, and they are quick to update. Read on to see how.
Quick reminder: HTML5 required and pattern are not a security feature Using the required and/or pattern attribute on HTML input elements stops users from submitting forms with invalid values, but you can work around that using the Console tool.
Avoiding homework with code (and getting caught) The eventful tale of me getting fed up with my homework
I spent two years trying to do what Backstage does for free Absent a time machine, telling others how to avoid my mistakes is the best I can do.
Discovery Unlocks Potential of 'Special' Muscle The soleus muscle in the calf can do big things to improve the metabolic health in the rest of your body if activated correctly. Now UH researchers are pioneering the “soleus pushup” which elevates muscle metabolism for hours, even while sitting.
Make It "Pop" In the Effects category, I'll be discussing some of the myriad special effects used in games.Additive blending and glare, when overused, can make a game look...
papers/sok_zk_friendly_hashes.pdf at main · ingonyama-zk/papers Contribute to ingonyama-zk/papers development by creating an account on GitHub.
The Tech Meetups Guide: How to Find, Join, or Start a Meetup Looking to get involved in the tech meetup scene? We share how to find, join, and ace your first meetup experience! Plus, we share the step-by-step process to start your own meetup group.
Help people in Iran reconnect to Signal – a request to our community Signal is currently blocked in Iran. To help people in the country accessSignal, we are republishing and revising a post that weoriginally posted in February, 2021 during a very similar situation in Iran.If you are willing and able, please follow the inst...
SecAlerts - Cybersecurity made easy. Receive a free weekly email with a round-up of vulnerabilities, new versions and security news customized to your software stack.