Skip to content
Avatar

Highlights

  • 3 discussions answered
Block or Report

Block or report eriksjolund

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.

Report abuse

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

Report abuse
eriksjolund/README.md

I like discovering new things. Examples of my findings: security vulnerabilities in Kubernetes, Podman and Singularity. I've also created a SIMD algorithm that efficiently loads and shifts columns into diagonals. Here are the three first iteration steps of the algorithm:

v7 = a a a a a a a a    v0 = b b b b b b b b    v1 = c c c c c c c c
v6 =			v7 = a a a a a a a a	v0 = b b b b b b b b
v5 =			v6 =		    	v7 = a a a a a a a a
v4 =			v5 =		    	v6 =		    
v3 =         a a a a	v4 =         b b b b	v5 =         c c c c
v2 =			v3 =         a a a a	v4 =         b b b b
v1 =             a a	v2 =             b b	v3 =         a a c c
v0 =               a	v1 =             a b	v2 =           a b c

See how the diagonals fall into place.

Pinned

  1. diagonalsw Public

    C/C++ implementation of the Smith-Waterman algorithm by using SIMD operations (e.g SSE4.1)

    C 21 2

  2. Compile-time blend masks that unifies _mm256_blend_epi8, _mm256_blend_epi16, _mm256_blend_epi32

    C++

  3. Forked from giovtorres/slurm-docker-cluster

    Container-based Slurm cluster with support for running on multiple ssh-accessible computers. Currently it is based on podman, systemd, norouter and sshocker (sshfs).

    Shell 12 2

  4. Demonstrating how to use OpenSeadragon to create a viewer for displaying colored circles on top of a high resolution photo. The photo tiles and the circle colors are retrieved from a single data fi…

    JavaScript

  5. Demo of a templated systemd user service that runs rootless Podman and starts MariaDB with socket activation

    13 2

  6. Using podman quick instructions

    4

366 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2022

Created 1 repository

Created a pull request in containers/podman that received 16 comments

[CI:DOCS] man pages: replace -c with --cpu-shares

These three man pages have some similar text. podman/docs/source/markdown/podman-run.1.md Lines 247 to 256 in edbfbfc podman/docs/sou…

+26 −24 16 comments
Reviewed 3 pull requests in 1 repository

Created an issue in containers/podman that received 3 comments

"podman info" with Go template should be able to print without the appended newline

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line) /kind feature Description podman info with a Go template should support …

3 comments

Seeing something unexpected? Take a look at the GitHub profile guide.