Computer nerd getting back into the habit of curling up with a good book he so fondly remembers from ages past.
My interests range relatively widely, from history (both, books about history and history novels) over military SciFi to Fantasy to all kinds of technical books.
I prefer long-running series or large universes with dozens of books when it comes to my fiction reading.
My all-time favourites:
David Weber's Honorverse. Far and away the best military SciFi out there
Ciaphas Cain is nearing retirement, but of course his fate leads him into a twisted …
4 stars
Just as good as the other books in the series. After now having read through all published at this point, I'm definitely waiting for the next installments.
In this one, the Necrons are fleshed out a bit more, introducing the fact (well, to Cain at least) that they're not just mindless killing machines.
Another excellent installment in the Ciaphas Cain series. I must admit that I'm getting a bit tired especially of Gene Stealers and Tyranids in General.
A couple of the short stories in this omnibus tell short stories from the perspective of Gunner Jurgen, Cain's long-term aid. And now I want an entire novel told from his viewpoint. :-D
Definitely the best Warhammer novel I've read up to now. It tells the story of the titular Imperial Guard Commissar Ciaphas Cain. In contrast to what one would normally expect from a commissar, he's not a vainglorious headcase shooting troopers for minor infractions left and right. In fact, he's quite likeable. Just a guy who'd really like a quiet posting as far away from the shooting as possible. And failing pretty hard at that.
The books are written in the style of his memoirs. He doesn't think overly much of himself, but somehow got himself into some heroic situations and gathered a reputation for it.
The books a chock-full of likeable and relatable characters, and the author knows how to write an engaging novel.
I don't think it's really a good first Warhammer 40k series though, as it doesn't quite to enough exposition on the setting for …
Definitely the best Warhammer novel I've read up to now. It tells the story of the titular Imperial Guard Commissar Ciaphas Cain. In contrast to what one would normally expect from a commissar, he's not a vainglorious headcase shooting troopers for minor infractions left and right. In fact, he's quite likeable. Just a guy who'd really like a quiet posting as far away from the shooting as possible. And failing pretty hard at that.
The books are written in the style of his memoirs. He doesn't think overly much of himself, but somehow got himself into some heroic situations and gathered a reputation for it.
The books a chock-full of likeable and relatable characters, and the author knows how to write an engaging novel.
I don't think it's really a good first Warhammer 40k series though, as it doesn't quite to enough exposition on the setting for that.
Overall, quite a big recommendation from me if you're already familiar with the setting but haven't read the Ciaphas Cain series yet. I'm quite happy right now that there are a lot more books left in the series.
I'm feeling a bit tired of the Heresy era right now. And I'm also currently playing Rogue Trader, which takes place in the 41st millennium. So I decided to switch to some novels from that era for the time being.
Let’s Go Further guides you through the start-to-finish build of a modern JSON API in …
Another Good book on Go webdev
5 stars
Another great book by Alex Edwards. Like "Let's Go", it shows concepts of web development with Go by slowly implementing an app throughout the book. In contrast to "Let's Go", the focus is on a JSON API instead of a web app this time.
Another good book, introducing more of the Imperial Army
3 stars
Another solid book, although I must admit I'm never a fan of plots, schemes and other assorted cloak-and-dagger stuff. But in this book, the reader is rewarded with a new (for the Heresy books) point of view, namely the Imperial Army. Most of the protagonists in this book aren't Astartes, they're human soldiers of the army, and the leader gets a glimpse into their lives.
And while I don't like cloak-and-dagger too much, I can appreciate what the author did here: The Alpha legion is supposed to be very clandestine and secretive. Introducing them not from the PoV of one of their captains but from the PoV of external observers, namely the army, allows the author to keep this aura of secrecy intact. It was nicely done.
The planet of Caliban exists much as it has for thousands of years – the …
Great book, covering some earlier history
3 stars
This was a great book in the Heresy series. I especially liked it because it was the first one which covered a story, here the Dark Angels and The Lion, from before the Imperium rediscovered them.
Let’s Go teaches you step-by-step how to create fast, secure and maintainable web applications using …
A great second Golang book
5 stars
This book makes for an excellent second Golang book. I read "Learning Go" as an introduction to Go, but my main goal was to use Go for my web programming needs. So for my second book, I looked around for something with a light web dev introduction with Go. And I found "Let's Go". It covers all of the basics for delivering static HTML. While it covers a lot, from templating to databases and user management, the one major omission is any use of Javascript. But that's fine with me, to be honest. Everything else is covered really well, building a small web app for pasting text snippets.
I especially enjoyed the fact that Alex Edwards chose to not go with one of the big Golang web frameworks. He's instead using mostly the Golang standard library. But he also doesn't shy away from using libraries for targeted tasks, like …
This book makes for an excellent second Golang book. I read "Learning Go" as an introduction to Go, but my main goal was to use Go for my web programming needs. So for my second book, I looked around for something with a light web dev introduction with Go. And I found "Let's Go". It covers all of the basics for delivering static HTML. While it covers a lot, from templating to databases and user management, the one major omission is any use of Javascript. But that's fine with me, to be honest. Everything else is covered really well, building a small web app for pasting text snippets.
I especially enjoyed the fact that Alex Edwards chose to not go with one of the big Golang web frameworks. He's instead using mostly the Golang standard library. But he also doesn't shy away from using libraries for targeted tasks, like HTML form parsing or session management.
Another great thing was that it also showed the practical applications of all the syntax and approaches presented in "Learning Go" in a "real" project.
Go is rapidly becoming the preferred language for building web services. While there are plenty …
Reviewing "Learning Go" as an experienced programmer new to Go
4 stars
It's a really good book for getting into Golang. One caveat before I continue: I went into this with a pretty broad background in programming, so I'm not sure how well the book would work for a programming beginner.
First of all: The book does provide what it says on the tin. There's quite some discussion of how to write idiomatic Go in the book, which I like. I don't have problems taking up new syntax for a language, but in the past I've found that all too many books concentrate only on syntax and standard library, but not on what idiomatic code for the language looks like.
What I was positively surprised about while working through the book was that the Go language designers succeeded: They produced a modern, useful programming language that's pretty simple. Go feels quite a lot like when I learned C for the …
It's a really good book for getting into Golang. One caveat before I continue: I went into this with a pretty broad background in programming, so I'm not sure how well the book would work for a programming beginner.
First of all: The book does provide what it says on the tin. There's quite some discussion of how to write idiomatic Go in the book, which I like. I don't have problems taking up new syntax for a language, but in the past I've found that all too many books concentrate only on syntax and standard library, but not on what idiomatic code for the language looks like.
What I was positively surprised about while working through the book was that the Go language designers succeeded: They produced a modern, useful programming language that's pretty simple. Go feels quite a lot like when I learned C for the first time, just with fewer footguns.
The book also provides exercises for each chapter, and the solutions are freely available on GitHub. I always like that, as it allows me to do a quick check to see whether I went down the completely wrong path.
But, there were a bit too few exercises for my taste. In some chapters, the exercises didn't cover all of the topics discussed in the chapter.
Go is rapidly becoming the preferred language for building web services. While there are plenty …
Starting to get back into programming outside of work again, and considering that a lot of the software I'm running in my Homelab is written in Go, I chose to have another look at that.