Explore >> Select a destination


You are here

blog.craftyguy.net
| | dvratil.cz
8.3 parsecs away

Travel
| | The KDE PIM Sprint is over (unfortunately...I could do this every day :-)), so now it's time for some recap of what has been done. I'll try to cover the Akonadi side, and leave the rest up to others to cover their projects ;-) Akonadi Server optimizations We finished and reviewed Volker's old branch with a big optimization of the database schema. On my computer it reduces size of the file with the largest table by 30% and it speeds up all queries on that database, because the WHERE condition now has to perform only integer comparision, instead of string.
| | lukespear.co.uk
6.7 parsecs away

Travel
| | Assuming you've clicked to read this post, I don't need to sell you on the benefits of using mutt or a similar CLI client to handle your email load. You may be dealing with some minor issues, however, some of which might be detailed below. Take some ideas or just get a jumpstart in your own setup. Everything you see here was of course patched together from many snippets from manuals, tutorials and shared configs online.
| | www.sanityinc.com
7.6 parsecs away

Travel
| |
| | g-w1.github.io
33.4 parsecs away

Travel
| At the start of the 2020 school year I wanted to learn more about compilers so I started writing a compiler for the ez programming language that I made up. I did this as an independent study for school. I wanted to grow dramatically as a thinker and learn a lot about computer science and compilers in specific. If you just want to see the project head to github.com/g-w1/ezc or g-w1.github.com/ezc for documentation.