Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
Posts
16
Comments
0
Joined
3 mo. ago
Programming @programming.dev
maxint @programming.dev

Migrating away from Rust

Programming @programming.dev
maxint @programming.dev
Programming @programming.dev
maxint @programming.dev
zylinski.se Mistakes and cool things to do with arena allocators

When programming in Odin you can use arena allocators. If you use an arena allocator combined with a dynamic array, then there are a couple of pitfalls that may not be apparent at first. Let’s look at what arenas are, how you can run into trouble when naively using them with dynamic arrays and what ...

Mistakes and cool things to do with arena allocators
Programming @programming.dev
maxint @programming.dev

Elliptical Python Programming

Linux @programming.dev
maxint @programming.dev
Python @programming.dev
maxint @programming.dev
Programming @programming.dev
maxint @programming.dev

Self-Printing Machine Code

Programming @programming.dev
maxint @programming.dev

How to write a quine

Linux @programming.dev
maxint @programming.dev
TypeScript @programming.dev
maxint @programming.dev

How to Implement a Cosine Similarity Function in TypeScript for Vector Comparison

Web Development @programming.dev
maxint @programming.dev

Introducing command and commandfor in HTML

Programming @programming.dev
maxint @programming.dev
Emacs @programming.dev
maxint @programming.dev
emacsredux.com Debugging Errors in Emacs

I recently wrote an article on debugging Emacs commands. In it I mentioned M-x toggle-debug-on-error and debug-on-error briefly, but after posting the article I realized that many people probably don’t understand how this works exactly. The obvious thing that happens when debug-on-error is enabled i...

Java @programming.dev
maxint @programming.dev
josephmate.github.io 3,200% CPU Utilization

A while back my machine was so messed up that I could barely ssh onto it. 3,200% CPU utilization - all 32 cores on the host were fully utilized! Compare that to my last bug where it only used 1 core, 100% Fortunately, it was using Java 17 runtime which...

3,200% CPU Utilization
Tech @programming.dev
maxint @programming.dev

The 20 year old PSP can now connect to WPA2 Wifi Networks

C++ @programming.dev
maxint @programming.dev

nocc - A distributed C++ compiler