lopezruiz posts for coding
Here are all the posts with this tag.
Printing string views
String views are not full strings!
On Error Resume Next
Managing errors as best we can.
Links for 2023
Links for 2023
Porting Blog to MacOS
From .NET Framework to .NET Core and across platforms!
Malloc Flavors
A story of many, many iterations.
Sunk costs in software engineering
Letting go can be hard.
Popular float bytes
Handy reference for floats in memory dumps.
Favorite I.M. Wright posts
Some of my favorite nuggets of wisdom.
Logging Without Headers
Dropping in a bit of code to log something out.
Safe Coding
Safe coding in the presence of errors and multiple threads.
Links for 2022
Links for 2022
Silly AWK scripts
When text is regular, simple tools might be all you need.
Links for 2021
Links for 2021
Circular Buffers
Thoughts on the many design choices for circular buffers.
Emacs and MS Graph
Writing interactive commands for our Emacs/MS Graph integration.
Git For Builds
Some git commands to make automated builds easier.
Code Generation Strategies
Learn how to implement code generation successfully in your development process!
Plain Windows Development
What can we do without extra tools?
Android Exports
How to control exported APIs from your Android shared objects.
CMake Custom Commands
Adding a custom command is simpleasy.
Chasing Symbols (work-in-progress)
In-depth discussion of symbols on Windows and Linux.
Hour of Code
Celebrating a fun event, always available.
C# Disassembly
Looking at C# disassembly for fun and profit.
Hello XState
Saying goodbye to an old friend, looking into xstate.
PowerShell Script Hygiene
A couple of rules on good PowerShell scripts.
bad_weak_ptr
Common fix for bad_weak_ptr exception.
Emacs and C
A quick review of common packages for C/C++ development with emacs.
COM Libraries
A quick review of COM base libraries for C++.
Dates in PowerShell
Working with dates in PowerShell.
Base64 in .NET
Working with base64 encoding in .NET.
Clipboard and PowerShell
Quick clipboard processing with PowerShell
Admiring Code
Recognizing good code.
VTT Cleanup
Cleaning up video text tracks.
Patching Generated Files
Snippets for commands and paths.
Finding Programs In PowerShell
Snippets for commands and paths.
GCC and Clang on Windows with Docker
Looking at GCC and Clang without making a mess on Windows.
Disabling Exception Handling in C++
Turned off exception handling in C++ - now what?
Python - all together
A full example of text file processing with Python.
Python directory crunching
Yummy, yummy files - find them all with Python.
Python text files
Text files are everywhere, let's throw some Python at them.
Python loves argparse
You're running in main - now what?
Python main
Basic Python main function.
How to Improve Code by Editing
Take a sad code and make it better.
Hashing Streams
Sometimes a simple buffer is enough, but often it's not.
Editing Code and Stories
Improving code with a storyteller's eye.
Emacs or vscode
Living in plain text, and choosing between emacs and vscode.
All tags
android (6)
books (5)
calendar (1)
checklist (17)
coding (46)
cpp (15)
crypto (4)
csharp (3)
debugging (24)
design (31)
docker (1)
dotnet (14)
emacs (7)
errors (3)
food (1)
fun (7)
games (3)
git (2)
graphics (8)
history (6)
housekeeping (6)
javascript (4)
lldb (1)
management (15)
media (8)
meditation (12)
net (3)
perf (13)
philosophy (7)
powershell (19)
python (12)
review (4)
rust (1)
shell (6)
social (5)
sports (2)
sqlite (1)
tutorial (11)
unity (1)
vr (2)
wininet (1)
writing (13)
xml (1)
xslt (1)
Home