Community Posts

Last Updated: 2024-04-16
Submit a blog

.Net Aspire

December 19, 2023 - https://www.aligneddev.net

.Net Aspire Overview Nick Chaspas said that .Net Aspire was “The most exciting announcement at .Net Conf”, “Amazing Tech” [1]. What is it? In the first 8 minutes of .Net Conf 2023 - Building Cloud Native apps with .NET 8 - Glenn Condon and David Fowler Glenn shared the journey to creating .Net Aspire and what was created to help with. It was created to be “Developer first, productivity and integrating as naturally as possible”. Read more about .Net Aspire

A complete novice writes Wasm by hand: Adding an Allocator

November 28, 2023 - https://burgers.io

In the previous article we learned how to parse numbers from a stream of text using Wasm, in preparation for doing Advent of Code challenges. To solve the challenge, we intermixed the parsing and the solving into a single function; while that may work for some of the easier challenges, eventually we’ll need a place to put the parsed result so we can use it more than once. In this article, we’ll dig deeper into Wasm memory, experiment with creating and using more complex entities (structs, classes, whatever you want to call them), and then build a very simple custom allocator (no seriously, don’t be scared). Read more about A complete novice writes Wasm by hand: Adding an Allocator

A complete novice writes Wasm by hand: Parsing Numbers

November 21, 2023 - https://burgers.io

I have decided to do Advent of Code in WebAssembly this year. That must mean I’m some kind of Wasm expert, right? Wrong. I am a complete novice, which means that I’m using Advent of Code to help me learn and grow. It also means that, if you are also a complete novice, hopefully I can take you along on this journey with me and you won’t be completely lost. Or in other words, if you’re a complete Wasm novice and are also Wasm-curious, you’re in the right place. Read more about A complete novice writes Wasm by hand: Parsing Numbers

Bare Metal Zig

October 6, 2023 - http://austinhanson.com

Lately, I've had a nagging interest in working on a minimal OS again. Philipp Oppermann's guide to Writing an OS in Rust is an absolutely fantastic place to start and I encourage anyone interesting in programming to go through it. As indicated above, I've been hankering for something really low level but, truth be told, I didn't really care for Rust. I understand that its borrow-checker is its secret sauce and what makes it a better suited language for writing reliable programs. Read more about Bare Metal Zig

Convert http://gmpg.org/xfn/11 to https://gmpg.org/xfn/11 on an old Enfold theme

January 2, 2023 - https://blog.zedfox.us/

The problem Recently I came across a very old Enfold theme – version 3.6.1. The website would should visitors Not Secure instead of a padlock for SSL/TLS. The research Upon investigating the HTML DOM through View Source and Developer Tools in Chrome and Edge, it appeared there was only one http:// resource on an otherwise HTTPS site. This was the culprit:<link rel=”profile” href=”http://gmpg.org/xfn/11“> The solution To change this to an https link without updating/upgrading the theme, edit wp-content/themes/enfold/framework/php/function-set-avia-frontend. Read more about Convert http://gmpg.org/xfn/11 to https://gmpg.org/xfn/11 on an old Enfold theme

Calling Rust from iOS

November 18, 2022 - https://burgers.io

I started looking into how I can use Rust in an iOS project, and I wanted to share my first steps. In this article, we’ll create a basic Rust library, a basic SwiftUI app, and we’ll integrate the two. No point in dilly-dallying; let’s get into it. Creating a new Xcode project So first, we need an Xcode project. I am, by no means, an iOS developer, so I’m just gonna go with whatever Xcode tells me. Read more about Calling Rust from iOS

A Spark Of Inspiration; New, Curious, & Motivational Pivot

April 3, 2022 - https://sobo.red

Company Pivot to Career Coaching It’s time to pivot! I just want to help others bloom with career coaching. Hit me up! Note: The dates-read included with each book listed are not writ-in-pomposity. They are there to add context to my journey, and why Peace is Every Step meant so much to me; I read it with intent and context of my life. Introduction Salutations, dear reader! It is kind of you to spend time reading this, because it’s a personal article. Read more about A Spark Of Inspiration; New, Curious, & Motivational Pivot