Explore >> Select a destination


You are here

blog.pimaker.at
| | anteru.net
4.0 parsecs away

Travel
| | Anteru's blog is a blog about development, software architecture and 3D graphics.
| | modexp.wordpress.com
2.9 parsecs away

Travel
| | Introduction The Cortex-A76 codenamed "Enyo" will be the first of three CPU cores from ARM designed to target the laptop market between 2018-2020. ARM already has a monopoly on handheld devices, and are now projected to take a share of the laptop and server market. First, Apple announced in April 2018 its intention to replace...
| | therealmjp.github.io
3.3 parsecs away

Travel
| | It is no secret that we tend to have a bit of a problem with shader permutations in real-time graphics. It's such a bad problem that it not only affects graphics programmers, but also trickles down to all of the other content creators that use an engine. If you don't believe me, just go ahead and search for "unreal compiling shaders meme" on Google images and see what comes up. There are many great ones to choose from, but personally I am a bit partial to this one:
| | xcellerator.github.io
18.5 parsecs away

Travel
| Learning about Linux rootkits is a great way to learn more about how the kernel works. What's great about it is that, unless you really understand what the kernel is doing, your rootkit is unlikely to work, so it serves as a fantasic verifier. In the FreeBSD world, you can find Joseph Kong's amazing book Designing BSD Rootkits. It was written in 2009, so is actually pretty outdated - which means that you have to do quite a bit of research to get the sample progras to work on modern FreeBSD.