I want to know what to use instead of H1 for the title of my website
This is a submission for the 2025 New Year Writing challenge: Compiling 2025. I haven't set goals...
I have a question. What is a good pattern that can be implemented with `?.`?
I have implemented the solitaire card game Freecell. This is how I did it.
I made a post yesterday and gained 84 followers, but my post only registered 7 people as having read it. I don't understand.
A discussion about how the type safe label can be applied to different languages.
Use your own neural network to generate images
I'm seeing a Black Friday advert in January.
A short post about why #define ends up being used for constants in C
Some people love to write int *x, when they should be writing int* x. They are wrong and need to stop.
Write code to determine the number of sleeps left until Christmas day. Make the code as unpleasant as possible. If you'd prefer to pick a different day to celebrate, that's fine too.
In this short instalment I show how I have changed the framework from just handling clicks to handling any element event.
I am somewhat stuck trying to get the configuration file to change depending on the build (release vs...
In this installment I explain how I made a conditional element.
A discussion about reasons to use == in javascript
In this installment I give an example of how to handle event handlers
A starting point for the reactive framework I'll be building in this series.
A worked example of how to implement genralised partial application functions in javascript.
An implementation of how to multiply two base 10 numbers together when they're stored as strings, without fully converting to numbers.
A HowTo on detecting sound with python on Linux. It uses arecord and root mean squares.
I thought there was only one way to comment something in HTML, but the specification is pretty broad on what it turns into comments.
Adding an optimisation to the prime sieve from the last post, increasing the number of primes that can be found.
Using the Sieve of Eratosthenes to find the Nth prime
A snippet of javascript that allows you to check if two dates are within the same week
Help me figure out what I encoded in this message
The problem with survivorship bias in interview advice.
Using polar coordinates to reverse an array
Implement a rot13 encoder/decoder, but do so in a suboptimal way.
I really don't understand how you can get the answer in under 5 minutes. My mind is boggled.
Challenge to write code to detect when someone has achieved three strikes in a row, but badly