Quantcast
Channel: Ole Bakstad
Browsing latest articles
Browse All 7 View Live

A wild blog has appeared!

Yup.

View Article



Image may be NSFW.
Clik here to view.

Getting started with gtest in Eclipse Juno under Mac OS

As part of my project of trying to get in to test driven development I read this blog post by Grzegorz Gałęzowski which gives a brief introduction on how to use Eclipse Juno and C/C++ Unit. My...

View Article

Using ffmpeg with C++

Recently I started on a project that is going to use FFmpeg. On my first attempt to write a minimal compiling code I was hit with a ton of linker errors. Turns out I forgot two things: FFmpeg is...

View Article

Undefined symbols for architecture x86_64

I recently upgraded from Mac OS Mavericks to Yosemite and in the process broke GCC. Suddenly all I got when trying to compile with g++ was this error message:~/dev/tmp$ g++ asdf.cpp Undefined symbols...

View Article

Image may be NSFW.
Clik here to view.

C++ to Java: Value semantics

About a year ago I changed jobs. I went from writing modern C++11 on an embedded Linux platform to work as a consultant where to primary language is Java. I though it might be interesting to write...

View Article


Image may be NSFW.
Clik here to view.

Tuning the Logstash multiline filter

I’m currently working on a project were we are using Apache Mesos and Marathon as our platform to run and provision our applications. We use the ELK stack to receive, store and analyze our logs. On...

View Article

Image may be NSFW.
Clik here to view.

Multiple endpoints using CXF and Spring Boot

I recently ran into a problem while porting a couple of old SOAP services that currently run on JBoss into a Spring Boot application. As a start...

View Article
Browsing latest articles
Browse All 7 View Live


Latest Images