Tag: source code

Playing with Git

Git is a version control system (VCS) software that is used for source code management (SCM). There are several examples of VCS software, such as CVS and SVN. What makes Git different is that it is a distributed VCS, that is, a DVCS. Being a DVCS, when you use Git you create fully capable local …

Continue reading

Permanent link to this article: https://blog.simos.info/playing-with-git/

Should UI strings in source code have non-ASCII characters?

There is a discussion going on at desktop-devel about whether the UI strings in the source code should also have non-ASCII characters. For example, should typical strings with double-quotes have those fancy Unicode double quotes? printf(_(“Could not find file “%s”n”)); instead of printf(_(“Could not find file “%s”n”)); The general view from the replies is to …

Continue reading

Permanent link to this article: https://blog.simos.info/should-ui-strings-in-source-code-have-non-ascii-characters/

One-line hardware support (USB Wireless Adapter)

I got recently a USB Wireless Adaptor, produced by Aztech. It was a good buy for several reasons: It advertised Linux support It was affordable It had good quality casing; you can step on it and it won’t break It had the Penguin on the box and was really really cheap When I plugged it …

Continue reading

Permanent link to this article: https://blog.simos.info/one-line-hardware-support-usb-wireless-adapter/

GUADEC Day #1

I am writing this in the morning of the second day (posted at the end of the second day). Just had breakfast and there is a bit of time before making it to the conference venue. Yesterday Sunday, was the first of the two days of warm-up for the GUADEC conference. At 11am the registration …

Continue reading

Permanent link to this article: https://blog.simos.info/guadec-day-1/

OpenVistA information system for hospitals and medical care

It is quite common to expect the availability of free and open-source software for common needs, such as an operating system and an office suite. What is the situation when your needs are much more advanced? Such as, when you are looking for an information system for a hospital? Luckily, there is such a software …

Continue reading

Permanent link to this article: https://blog.simos.info/openvista-information-system-for-hospitals-and-medical-care/

Using SVN for GNOME Translators

Update 3rd June 2009: This is a very old post when GNOME was using SVN for the VCS (now we use git). My blog theme does not show the year, so I am writing this in case you are confused by the post. Now GNOME uses SVN to manage the development of the software. To …

Continue reading

Permanent link to this article: https://blog.simos.info/using-svn-for-gnome-translators/