Explore >> Select a destination


You are here

codeincomplete.com
| | blog.jak-linux.org
17.9 parsecs away

Travel
| | In the past weeks, I was looking at several build systems. As it turned out, there is not a single sane generic build system out there. Autotools: Autotools are ugly, slow, and require an immense amount of code copies in the source tree. WAF: WAF is not as ugly as autools and it's faster and does not generate Makefiles or stuff like this. But it has serious issues: It requires one to copy it to the source tarball, has no stable API, and requires Python for building. Furthermore, support for unit testing is broken: It runs the unit tests, but does not abort the build process if the tests fail and does not display why the tests fail.
| | mirekdlugosz.com
16.7 parsecs away

Travel
| | Protractor is test framework for web applications written on top of Angular. Unfortunately, installing it on Debian is non-obvious, as it has not yet found its way into repository and existing documentation is catered to needs of Mac OS users. This guide will help you to get through this process without messing up your entire system.
| | pablofernandez.tech
15.9 parsecs away

Travel
| | I just figured out how to use Font Awesome 6 in a Rails 7 project that uses importmaps. I'm not entirely sure why this works and why some of the workarounds are needed, but my googling yielded no results when I was searching so hopefully here I'll be saving the next person some time. If...
| | zzamboni.org
80.6 parsecs away

Travel
| When I was planning the reboot of my website, I seriously considered using Ghost. It has a very nice UI, beautiful and usable theme out of the box, and a very active community. Eventually I decided to use Hugo, but in the process discovered that it is possible to host a statically-generated Ghost website using GitHub Pages.