Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  kirit.com programming Blog  > 

Kirit.com Blog


kirit.com
Writing about C++, FOST.3?, the web, the Civilization games, Thailand and anything else that catches my attention?with some photos thrown in
2019-02-09 08:52
Normally programming language blog posts get started with grammars and syntax and parsing and all sorts of stuff like that. I can't be bothered with all of that, so instead, let's start with… Read More
2017-10-31/Pacific++ Trip Report
2017-10-31 02:25
Pacific++ is the first programming language conference I've been to, and I have to say that actually being there is a big step up from just watching videos on youtube. The conference was sma… Read More
2017-08-27 07:52
We've covered co_return and co_yield now. The final new keyword introduced by the coroutines TS is co_await. Where the first two keywords allow a coroutine to suspend whilst its consumer get… Read More
2017-07-16 03:55
We've seen how the promise_type together with the coroutine return type handles the interactions between the caller and the coroutine itself.Our target is to be able to do something pretty s… Read More
2017-07-14 12:06
Thanks to the magic of Let's Encrypt, this site is now on HTTPS with a proper certificate. Yay :)I've also dropped the www. part of the URL, which has long annoyed me Read More
2017-07-02 16:11
There are more and more examples coming out of how to convert things like the use of futures into coroutines, and you may be forgiven for thinking that there is also some magic that happens… Read More
2017-07-01 08:50
If you look at coroutines in other language, JavaScript or Python for example, you'll see that the language documents how the coroutines work. How you can use co_yield and co_await etc. (how… Read More
2016-06-19 04:28
Comma Separated JSON (CSJ) is a CSV like file format designed for stream processing where each cell is valid JSON. This makes it very similar to CSV, but without the problems that CSV has.No… Read More
2016-06-19 04:28
CSJ stands for Comma Separated JSON and as you might expect each cell in a CSJ file is valid JSON. This makes it very similar to CSV in many ways, but without the problems that CSV has.Norma… Read More
2016-03-19 18:53
My friend Jeroen maintains the GTF, which is the GPLed TLA FAQ, which is a database of three letter acronyms.As a demo for the lightweight JSON databases supported by the fost-beanbag librar… Read More
2016-03-19 18:53
A day trip to have lunch at a restaurant featuring tables in one of the rivers.I deliberately over exposed the photos of Freyja playing in the river as an experiment to see if it made them f… Read More
2015-04-06 05:55
I have many very large disks spread across several machines at my home office — currently 14TB on my desktop and 13TB on my main file server. I have also have a few others knocking abo… Read More
2014-12-31 02:10
The new version of Fost is going to have a large number of breaking changes that will affect pretty much every aspect of the libraries' use. The reason for this is quite simple, C++11 is rea… Read More
2014-10-19 04:40
We're starting to put together a few docker images including base containers suitable for building other services on top of as well as some demo containers.All images are based on the offici… Read More
2014-09-23 11:56
Django Async is an asynchronous execution queue for Django with proper database transaction managementBuilding a database backed task queue is a fairly trivial thing, but getting the databas… Read More
2014-09-13 10:11
These are basic test images that just allow me to check that the ray tracer is outputting what it should.These can all be built using some commands like:git clone —recursive git@github… Read More

Share the post

kirit.com

×

Subscribe to Kirit.com

Get updates delivered right to your inbox!

Thank you for your subscription

×