Hi, im Laria

This website is no longer maintained. You can visit my new website laria.me instead!

Tag: javascript

mndlbrt

( Posted: 2014-04-26 01:12:00 Tags: , , , )

onekb.net offers ultra cheap hosting... if you can fit your stuff into 1024 bytes!

I decided to write a mandelbrot renderer in 1kb. mndlbrt is the result! You can zoom and even share the current image with others (the URL automtaically updates to represent the current area). Also learned a bit about the HTML canvas in the process, which has a surprisingly sane API for webstandards.

simplechat

( Posted: 2014-03-28 13:18:59 Tags: , , , )

I've published simplechat, a websocket-based chat application written in Go and Javascript.

It provides throwaway chatrooms: A chatroom is identified by it's URL, it will be spawned when the first one enters the room (visits the URL) and is deleted when the last one leaves the room. Nothing is stored permanently and no login is required.

Here is my public installation

mailremind

( Posted: 2013-09-22 11:45:15 Tags: , , , , )

I've written a web-based service that allows you to send yourself an email based on a schedule: mailremind.

Why? Because I often send myself an email to remind me of something and I thought it would be useful if I could send mails in the future or based on a schedule (e.g. useful for birthdays).

If you also think this is useful, you can have your own installation (it is quite easy to configure), or you can use my public mailremind installation: mailremind.silvasur.net