Hi, im Laria

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

Tag: golang

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

Some small Go libraries

( Posted: 2014-03-28 12:22:45 Tags: , )

I've published buzhash (a rolling hash implementation) and binproto (a binary protocol). Both were part of a larger project that I will probably never publish or finish. But perhaps these libraries will be useful for someone.

youtube-feed fixed... ?

( Posted: 2014-01-05 11:59:49 Tags: , )

So, my small youtube-feed tool is really useful. I am not subscribed to any channels any more (since I prepare to delete my Google-Account) and I still get all the new videos from my favourite YouTubers. Great!

(more…)

youtube-feed

( Posted: 2013-12-01 00:04:41 Tags: , )

youtube-feed is a small tool I've written in Go to combine multiple YouTube user feeds into one. Since I want to cancel my YouTube account soon, I needed this program as a replacement for subscribing to channels.

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

gomcmap updated

( Posted: 2013-09-21 00:58:27 Tags: , , )

I updated gomcmap, my Go library for handling Minecraft maps.

  • New Biomes and blocks from the recent snapshots were added.
  • Adding Chunks implemented.
  • Removing chunks implemented.
  • RecalcHeightmap fixed.

biomed was updated

( Posted: 2013-09-20 21:59:49 Tags: , , )

I updated biomed. A bug in the weather condition fix code was fixed (snow could fall through glass because of Minecrafts weird definition of a height map).

There is now also an experimental minecraft-1.7 branch which adds the new biomes that the recently released snapshots introduced. When Minecraft 1.7 is out, I wil merge that branch into master.

biomed

( Posted: 2013-08-20 12:58:30 Tags: , , )

I've written a GUI Tool that allows you to edit the biomes of your Minecraft maps, biomed.

It is written in Go and uses my gomcmap library and go-gtk as a GUI toolkit.

It currently runs under Windows and Linux and should also run on other operating systems, such as OSX.