Blog Post / October 8th, 2022 Previous / Next
Errors & Hexadecimal Numbers
Error/Status Page
The HTTP status code page has been renamed to “yikes” so there’s no confusion between it and the (currently in development) website status page.
I made a page that can show any error I tell it to, based on the URL. Here are some to try:
pinniped.page/s?s=308 (code 308)
pinniped.page/s?s=404 (error 404)
pinniped.page/s?s=503 (error 503)
pinniped.page/s?s=418 (error 418)
The page is “s” for status, and after the “?” to pass arguments the “s=” accepts an error code, then gives the message associated with that code. A list of all the codes can be found here.
Decimal to Hexadecimal Converter
Now available at pinniped.page/projects/numbers: a decimal to hexadecimal converter! I’m really happy with this — the logic is somewhat baffling. Next I’ll be adding a random string generator to the page.
Link Animations?
Should links animate like blog and project titles? In other words: like this or something like this? It’s a decision between simplicity and looks. (The underline in the second one would be moved down, I'm just using the same CSS as the titles in this demo.) What do you think?
Testing
Thanks for reading this update. If you find anything wrong with the website, send me a message on Discord. Speaking of Discord, some of the embeds might have incorrect information...
LAST UPDATED: August 17th, 2024