Skip to content
View Nithanim's full-sized avatar
  • Somewhere with trains
  • Austria

Sponsoring

@snowe2010
Block or Report

Block or report Nithanim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Nithanim/README.md

Hello!

I am a Java developer, both at work and at home. You will find me working not only on very detailed problems, like fixing a problem with native compilation, but also broader projects, like building libraries to be used by other developers.

I love open source and permissive licenses. Without them, most of my work would not exist. Therefore, most of my stuff is free too! Be sure to borrow stuff if you need it!

Interests

Java

As already mentioned in the introduction, I know Java in and out. Generally I dig into everything I can find about it. This is not restricted to language features, but also the JVM itself (and others, GraalVM) and the ecosystem as a whole (all the libraries!).

C/Native

Sometimes you want to do some low-level stuff, requiring talking to the OS itself. This is only possible if you can read and write C and have some knowledge about the things running behind the scenes.

Rust

I finally managed to tip my toes into rust. But there is still a long way to go!

File formats

I like file formats. They are extremely precise and picky, they are weird, they look completely different every time. I have worked on reverse-engineering a bit and it has been a challenge every time! Fun, but challenging. And infuriating.

Serverless

My previous employer pushed to the cloud (AWS specifically) which meant to adapt. The environment is completely different and removes a lot of headache for basic functionality. It is extremely exciting to just use big building blocks and design large systems while only programming basic functions!

No need to waste time on something that already "just works"! And everything I got my hands on worked. Sometimes, some things are not obvious and fail silently but you get the hang of it.

My current employer uses Microsoft Azure. It is completely different there. Extremely nested, absurdly complicated and often stuff is outright broken... If you have any choice, do NOT use it.

Linux

I daily-drive Xubuntu and do a lot on the command line. Also I have a home server. And gaming on linux is definitly a thing!

Security

Nowadays, it is essential to build systems where security is not just an afterhought. My goal is to always remind myself on "how this could be abused" when designing systems or writing code.

Pinned

  1. FileFragmentationAnalysis FileFragmentationAnalysis Public

    Program analyzing general file fragmentation.

    Java

  2. cultures-multitool cultures-multitool Public

    Multitool for the Cultures 2 (game). Explorer and exporter for gamefiles.

    Java 3

  3. cultures-map-development-kit cultures-map-development-kit Public

    Development kit for maps of cultures games. VS Code extension that allows the creation of internal maps without the internal editor using only the included one.

    Java 5

  4. Northland/Nordland or 8th Wonder of ... Northland/Nordland or 8th Wonder of the World/Weltwunder map.dat file format
    1
    <!-- mediawiki -->
    2
    
                  
    3
    <!-- Note: the decoding is not completely right because on bigger maps my parser crashes. For smaller maps it works though. -->
    4
    
                  
    5
    The map.dat has no index table at the beginning of the file. It rather uses entry-headers (called "hoix"es) that state what type of content the next block contains and how long it is. The byte-order is  Little Endian.
  5. gw2api gw2api Public

    A library that provides access to the api of Guild Wars 2.

    Java 5 1