From smidt.dev
Bit Vectors and my first steps into assembly
1 9
Trying to speedup my lexer using lookups and bitvectors but simd was just a step to far for me.
on Sun, 1AM
From smidt.dev
Time to Bash the Bash Language
0 0
A rant about bash we need an alternative, possibly python or go.
on Nov 18
From smidt.dev
0 0
Intro Mixing up the values passed to functions and structs are a common mistake in many programming languages. This happens even more often with languages that have dynamic type system. Here is a trivial example which illustrates this problem: type User struct { UserName string Email string...
on Nov 13, 2023