golang refactoring! usefull links

an invention by dmaiocchi

moin, i am looking for interesting articles that describe how to refactor/maintain golang code. At moment i found this.

Updated over 6 years ago. No love.

perf bench epoll

a project by dbueso

While there are plenty of benchmarks that compare different IO multiplexing techniques such as epoll vs poll/select, there's really nothing out there that particularly measures epoll system call latencies under different scenarios. Design and implement a series of performance benchmarks for this call under the 'perf bench' framework.

Updated almost 5 years ago. 1 hackers ♥️.

opensuse docker images for mining cryptocurrencies

a project by tiagoherrmann

I intend to create opensuse docker images ready for mining cryptocurrencies (cpu based algorithms like cryptonight as a first try), and if time permits, I will also try to deploy the containers using kubernetes.

Updated over 6 years ago. No love.

openSUSE/SUSE branding for "remark"

an invention by okurz

motivation

I like light weight presentation frameworks based on plain text files. There are quite some frameworks using the browser for presenting but many require a full blown web server. remark seems to be about the lightest I could find. I could make actual use of it when there would be openSUSE(/SUSE) branding.

Updated almost 5 years ago. No love.

Add Xen PVH support to grub2

a project by j_gross

PVH domains are a new guest type supported by Xen being as lightweight as possible (e.g. no emulation of legacy devices via qemu) while taking advantage of the hardware virtualization features of the x86 processor. As there is no BIOS for a PVH domain booting is a little bit different than for pure hardware virtualized guests. To be able to start such a guest a little shim is needed to gather some information about the environment (especially memory layout) before the standard kernel boot path can be entered. By using a boot loader like grub2 this shim can be avoided as the memory information is already known by grub2 and stored into the so called zeropage according to the multiboot protocol.

Updated almost 3 years ago. 1 hackers ♥️.

Improve devbot for QA-tools team while learning Golang

a project by szarate

Once upon a time there was a bot

@mudler Created devbot that was helping the qa-tools party.

Updated about 2 years ago. 2 hacker ♥️.

Improve GfxTablet

a project by Pastafly

Updated over 6 years ago. No love.

Play with Docker, Kubernetes and AWS using Ansible

a project by gsanso

I'd like to learn Docker and Kubernetes. I'd also like to learn about AWS so I'll use that platform using the free tier account.

Updated over 6 years ago. No love.

Setup an ISCSI storage server which supports multipath

an invention by lyan

Setup an iscsi server on minnowboard/espressobin/odroid c2 based on opensuse tumbleweed, use two Nics to support multipath Setup an iscsi initiator on odroid c2 and dm

Updated about 4 years ago. 1 hackers ♥️.

Improve my small tool - compare_pkglist.py

a project by mlin7442

I have a small tool called comparepkglist.py[1] which comparing packages between two build service project and it able to show the diff of package, this tool helps me to understand how many package I've missed and missing updates, it needs an improvement of the output format; show new package only; always check linkinfo; etc. [1] https://github.com/openSUSE/osc-plugin-factory/blob/master/comparepkglist.py

Updated over 6 years ago. No love.