Personal website https://benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2011-06-23-oh-look-a-blog.md 2.0 KiB

7 months ago
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ---
  2. layout: post
  3. title: Oh Look, A Blog!
  4. tags: ["Status report"]
  5. description: Just kinda playing with the idea of my own site right now
  6. ---
  7. Hello there.
  8. As you can probably guess, I don't do web development often (or at all,
  9. really). My experience lies almost completely in scripting languages like
  10. Python, a little C++ and Java, some PHP, and a handful of other things, but I
  11. tend to stick with Python almost entirely (it's just so awesome!). Designing
  12. actual webpages (aside from coding the logic behind them – that's another
  13. story) is kinda foreign to me.
  14. I'm hoping to come up with a decent HTML/CSS design here over time, and
  15. eventually use the code in the rewrite of my
  16. [Toolserver](http://toolserver.org/~earwig) site. That desperately needs to be
  17. updated. Half of the "tools" don't even work!
  18. Either way, the Toolserver site rewrite (which will eventually be a GitHub
  19. repo) will go hand-in-hand with the EarwigBot rewrite that has been underway
  20. since April. I'm thinking that there will be a main repository –
  21. something like `earwig/toolserver-public` – that will essentially be
  22. everything inside the `public_html` folder. That will contain docs about
  23. EarwigBot and my various (new) tools, the main `index.(html|php)` file, and the
  24. CSS/image crud. Individual tools, which consist of code and web UI, will be
  25. their own repos (think `earwig/toolserver-copyvio-intersect`) which will be git
  26. submodules in the main `toolserver-public` repo. I think this could work.
  27. Right now, I have to finish up EarwigBot's `feature/config-rewrite` branch,
  28. merge that into develop, and get the live version of EarwigBot's config files
  29. updated. Once that's settled, the bot's backbone is essentially complete
  30. (finally!) The only remaining tasks are to start working on the actual wiki API
  31. interface, and when that's done, the bot tasks themselves. Easily a summer of
  32. work, but when it's complete, EarwigBot should be mostly finished, and up to at
  33. least version 1.0!
  34. So... questions? Comments? H8 mail? [Lay it on me!](mailto:ben@benkurtovic.com)
  35. : —earwig