fanyadan

fanyadan

NFire a new project to replace newburn

a project by lzwang

newburn is a system press testing tool. But it is out of maintained. And it is heavily integrated in ctcs2. So replace it with a new one.

Updated about 3 years ago. 3 hacker ♥️.

Docker: Image Rebasing

an invention by cyphar

git rebase is a very useful construct in source control management, as it allows you to re-apply your changes atop a different branch of the same repository. While this concept transitions perfectly to container management (updating a container could be as easy as a docker rebase), and the Docker client is inspired by the git semantics, Docker has no such feature (in fact, Solomon Hykes used rebase and merge as examples of things "that we don't want"). Currently, zypper-docker works by applying an updated layer on top of an existing image. While this does work quite well, it separates the process of updating the base image and updating all of your derivative images (you need to re-download new packages for each derivative image). So, this project will be working on implementing something like git rebase for Docker images. There are several issues with this, mainly involving the fact that we are rebasing binaries and not source code, so merge conflicts will probably be quite messy. But it should be possible to implement some form of simple rebase method (which will essentially fall back to docker build in the worst case, which is what you were going to run anyway). By maximising the reuse of the existing image layers, it should be possible to reduce build times quite significantly.

Updated about 5 years ago. 4 hacker ♥️.

Kubernetes research

a project by fanyadan

Continue my last project - Docker research in last hackweek with researching Kubernetes

Updated about 3 years ago. 1 hackers ♥️.

DevOps application for L3 service on research

a project by fanyadan

DevOps is hot, and SUSE now is changing that we will not only provide OS and relative products but also online-application-like products e.g. docker application, so L3 service needs to improve as well.
Google has established their DevOps implementation - SRE system, and has maintained long time, I opened this project for researching if DevOps way could be applied on L3 service referring to Google's experience.

Updated over 4 years ago. 1 hackers ♥️.

FUN with ssh and tunnels in openstack

an idea by duartead

there are many options for creating vpn tunnels using ssh. remote port forwading, local port forwarding, and even creation of tun interfaces with the "-w" switch. During this hack we will try to craete an "appliance" vm that can be used as a sshvpn concentrator inside an openstack cloud.

Updated over 3 years ago. 1 hackers ♥️. Has no hacker: grab it!

Speed hacking on my Xiaomi Scooter Pro 1

a project by fanyadan

Project Description

I have a Xiaomi Scooter Pro 1 which I bought two years ago, it has 25 - 27 km/h of max speed by factory setting, but it's more or less slow to me since I'm a speed lover :smiley: So I decide to unlock the speed limit (maximum with safety might be 40 km/h) during this hackweek.

Updated about 3 years ago. 2 hacker ♥️. 2 followers.

Texas Holdem Poker "night"

a project by ories

Project Description

Not a Hack Week project per se, but I am trying to connect with a few like minded people - I like playing Texas Holdem poker and am tired of playing bots/strangers online. I am hoping to gather a few fellow players for a game.

Updated about 3 years ago. 3 hacker ♥️. 1 follower.

Separate kernel module signature to a independent file

an idea by joeyli

Project Description

Currently kernel module signature be attached in the end of kernel module (ko file).

Updated about 3 years ago. 3 hacker ♥️. 1 follower. Has no hacker: grab it!

Developing an opinionated storage appliance

a project by asettle

Project Description

The SUSE Enterprise Storage team has embarked on a new open source project: Aquarium.

Updated over 2 years ago. 16 hacker ♥️. 10 followers.

Rust in linux kernel

an invention by dsterba

Project Description

Rust language is on the way to enter linux kernel, use this hackweek to explore and learn what this could bring us (or not).

Updated 7 months ago. 3 hacker ♥️. 1 follower.
6
8
4
10

Looking for projects around:

Nothing at the moment

Activity

  • over 1 year ago: fanyadan joined Experimenting with ALP
  • almost 2 years ago: fanyadan started BPFTRACE
  • almost 2 years ago: fanyadan liked Rust in linux kernel
  • almost 2 years ago: fanyadan originated BPFTRACE
  • about 3 years ago: fanyadan liked Developing an opinionated storage appliance
  • about 3 years ago: fanyadan liked Separate kernel module signature to a independent file
  • about 3 years ago: fanyadan liked Texas Holdem Poker "night"
  • over 3 years ago: fanyadan liked Speed hacking on my Xiaomi Scooter Pro 1
  • over 3 years ago: fanyadan started Speed hacking on my Xiaomi Scooter Pro 1
  • over 3 years ago: fanyadan originated Speed hacking on my Xiaomi Scooter Pro 1
  • over 4 years ago: fanyadan started Play CAP on AWS
  • over 4 years ago: fanyadan originated Play CAP on AWS
  • over 6 years ago: fanyadan liked FUN with ssh and tunnels in openstack
  • over 7 years ago: fanyadan liked DevOps application for L3 service on research
  • over 7 years ago: fanyadan started DevOps application for L3 service on research
  • over 7 years ago: fanyadan originated DevOps application for L3 service on research
  • almost 8 years ago: fanyadan started Kubernetes research
  • almost 8 years ago: fanyadan liked Kubernetes research
  • almost 8 years ago: fanyadan originated Kubernetes research
  • over 8 years ago: fanyadan joined Docker research
  • over 8 years ago: fanyadan liked Docker: Image Rebasing
  • over 8 years ago: fanyadan originated Docker research
  • over 9 years ago: fanyadan liked NFire a new project to replace newburn
  • over 9 years ago: fanyadan joined NFire a new project to replace newburn