kpimenov

kpimenov

AuthStralia — (almost) stateless authorization ecosystem for a web age

an invention by kpimenov

AngularJS, Websockets, REST APIs for mobile apps, one-time links for emails — what’s the topmost complexity all those things share in common? It’s authentication. Authentication typically means sessions, and sessions are simply ubiquitous state for our stateless-by-design web.

Updated about 5 years ago. 4 hacker ♥️.

Trivialine - an Online Multiplayer Trivia

a project by cyntss

<a href="http://trivialine.herokuapp.com/" target="blank"><img src="https://scontent-a.xx.fbcdn.net/hphotos-xap1/v/t1.0-9/103560303124060156120696822168581672115471n.png?oh=d7ff3f6c32934ea362156d071e0b660a&oe=54B1308C" width="460px"/></a>

We have the pleasure to introduce you to the first Online Multiplayer Trivia:

Updated about 2 years ago. 11 hacker ♥️.

Faster Raspberry Pi Builds for SUSE Studio

an invention by bkutil

Intro

In order to be able to throw pies faster and distribute them even to remote SUSE colonies, we need to build an advanced antimatter-fueled pie hyper-accelerator.

Updated about 5 years ago. 10 hacker ♥️.

integrate password manager feature into GNOME desktop

a project by fcrozat

I'm currently using LastPass as password manager but it has several drawbacks: * closed-source

Updated over 2 years ago. 8 hacker ♥️.

UI for the Docker registry

a project by flavio_castelli

One of the winning factors of Docker is the Docker Hub. This the a place where the Docker community shares their images. Thanks to Docker's integrated build system it is possible to create new Docker images by just extending an existing one. That's why the Docker Hub is so useful.

Updated about 5 years ago. 11 hacker ♥️.

Unreal 4 Engine from Source / Lightweight RPG & Single Level

a project by JCayouette

Unreal 4 Logo The Unreal 4 game engine has been ported to Linux! The goal will be to install Unreal 4 engine native from source on openSUSE 13.2. If successful we can work on building a small fun game using one of UE4 blueprints and game templates: Top Down, Side-Scroll, or FPS.

Updated about 2 years ago. 9 hacker ♥️.

Create new crowbar barclamp for OpenStack Manila installation

an idea by tbechtold

Crowbar is used to automate the installation process of SUSE Cloud. Manila is the "shared filesystem asa service" project for OpenStack. To simplify the installation of Manila, create a new barclamp. This was already started some weeks ago. Current code is at: https://github.com/toabctl/barclamp-manila

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

Refactor Trollolo python script which creates burndown charts

an idea by aosthof

Trollolo contains the script called create_burndown.py which obviously needs some refactoring as the code grew over time and was added in sort of a 'dirty fix' manner. I'll rewrite major parts of this script to get it into a maintainable and better understandable status in order to ease collaboration and contribution. Update:

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

Search in internal wiki

a project by yosun

Now we are lack of using internal wiki page to solve problem. One of the reason is that we don't know if it contain the solution we need, and it's not convenient to search it manually in wiki page. It's much more slower than using google. In one group, we are most likely facing the same problem during work. So keeping the best solution, which we got from searching engine, in internal wiki is an efficiency way to collect standard workflow.

Updated about 3 years ago. 3 hacker ♥️.

Fix a focus stealing bug in pidgin in openSUSE

a project by moskyto

I have an IRC tab open in pidgin and an adjacent XMPP tab; the latter one displayed with focus. When a new XMPP tab opens in background (with a message incoming), the IRC tab steals the focus but not the display. It brings annoying situations when I sometimes send something accidentally to the IRC instead of XMPP, not noticing that I don't have focus. Wanna hunt and fix this bug.

Updated about 5 years ago. 1 hackers ♥️.

Learning more about Docker and Linux Network Internals

a project by acho-novell

Try some things about Docker and Understanding Linux Network Internals Links:

Updated about 5 years ago. 3 hacker ♥️.

Stream the garden ! Mesh network meets multimedia in motion :-)

an idea by jplack

Building a mesh network is not rocket science. There is enough free firmware for Wireless Routers out there to bring a mesh up in a calculateable (tm) amount of time.

Updated about 5 years ago. 2 hacker ♥️. Has no hacker: grab it!

Get the new SUSE Floor ready to use!

a project by rsalevsky

The new SUSE Floor is nearly done. The core functionality is already implemented and only some basic features are left.<br> <br>

Updated almost 5 years ago. 14 hacker ♥️.

Tool to update images in an OpenStack Cloud

an idea by tbechtold

Currently there is an internal OpenStack instance (cloud.suse.de). Most of the images there are outdated so it's common that everybody just uploads a new image. Would be nice to have a tool which updates at least the most common images (SLE11&12, openSUSE, CentOS, Ubuntu, Debian, Fedora) automatically once a day. So ater spawning a new VM, there would be no need to first update (and maybe reboot) the machine or upload a new image before you can start to work.

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

Company Dashboard

a record by hennevogel

Grab the workstation in the room behind the reception desk and make it a serve some dashboard framework like dashing to the TV at the reception desk and the network.

Things to display:

Updated almost 2 years ago. 10 hacker ♥️. Has no hacker: grab it!

Scientific computing using GNU Octave

an idea by rliang06

Methods and algorithms for digital image processing and computer vision... using free software.

Updated about 5 years ago. 1 hackers ♥️. Has no hacker: grab it!

Set up a PXEboot service for installation in Developlent Networks in the SUSE Nuernberg Office

a project by eeich

<p>PXE boot is a quick and easy way to install any SUSE/openSUSE product on a machine. It doesn't require any boot media and today virtually any system is capable of booting using PXE. </p> <p>The architecture team maintains a tftp server with boot loaders, boot loader configurations and installation images for a variety of architectures and products. Currently in the Nuernberg office this PXE boot service is only available in the network of the architecture team. Since tftp is unicast, the server should be reachable from anywhere in the internal network. What is missing is the information about the address of the tftp server and the image to boot from this server.

Updated about 5 years ago. 2 hacker ♥️.

Git-like subcommand support for zypper

a record by mlandres

Inspired by gits way of supporting extension commands. The docker team would like to use this to provide a convenient way to patch docker images and running containers.

Updated about 5 years ago. 2 hacker ♥️. Has no hacker: grab it!

updating rpms in docker containers

a project by jordimassaguerpla

The docker way of updating containers is to build a new image with the updated binaries and files, which creates a security concern. The docker way is not anymore running "zypper update" in the containment but to update the whole image in the image registry (hub docker if we are talking about public registry) and then pull the image update from there, stop the outdated containments and replace them by starting new containments based on the new image.

Updated about 5 years ago. 1 hackers ♥️.

Rock n' Roll

a project by kwwii

Record two songs by the end of the week.

Updated about 5 years ago. 1 hackers ♥️.

The future of systems management

a project by j_renner

A new web UI for saltstack, possibly the future of systems management. The official salt UI halite is now officially retired and saltpad is still very young and in alpha state. In addition to the creation of a new frontend to salt, the goal could be to work towards a full replacement for existing systems management solutions like spacewalk, including the migration (minionification) of systems from there.

Updated about 5 years ago. 3 hacker ♥️.

Tell me a story!

a project by rsblendido

Write an Android app for children between 5 and 7 years. The app contains a story that the child can read and interact with.

Updated about 5 years ago. 1 hackers ♥️.

Check out Mozilla Servo

an invention by thardeck

Look into the design of the new experimental Mozilla Servo browser and try to build/run it on your machine. Servo Github page

Updated about 5 years ago. 2 hacker ♥️.

Work reports 2.0

a project by kalabiyau

Micro-service for - making a report

Updated about 5 years ago. 2 hacker ♥️.

Use jenkins as openQA UI

an invention by okurz

motivation

jenkins is a great CI system (continuous integration) with a plethora of plugins available. SUSE QA uses openQA extensively as it excels in distribution and product testing - not only image comparison (common misconception ;-) ). How about combining both in using jenkins with plugins to act as a UI for openQA?

Updated about 2 years ago. 11 hacker ♥️.
2
2
9
25

Looking for projects around:

Nothing at the moment

Activity

  • almost 8 years ago: kpimenov liked Use jenkins as openQA UI
  • over 8 years ago: kpimenov liked Work reports 2.0
  • about 9 years ago: kpimenov liked Check out Mozilla Servo
  • about 9 years ago: kpimenov liked Tell me a story!
  • about 9 years ago: kpimenov liked The future of systems management
  • about 9 years ago: kpimenov started Discourse forum instance for internal use
  • about 9 years ago: kpimenov added keyword "rails" to Discourse forum instance for internal use
  • about 9 years ago: kpimenov added keyword "docker" to Discourse forum instance for internal use
  • about 9 years ago: kpimenov added keyword "forum" to Discourse forum instance for internal use
  • about 9 years ago: kpimenov added keyword "internal" to Discourse forum instance for internal use
  • about 9 years ago: kpimenov added keyword "communication" to Discourse forum instance for internal use
  • about 9 years ago: kpimenov added keyword "saml" to Discourse forum instance for internal use
  • about 9 years ago: kpimenov originated Discourse forum instance for internal use
  • about 9 years ago: kpimenov liked Rock n' Roll
  • about 9 years ago: kpimenov liked updating rpms in docker containers
  • about 9 years ago: kpimenov liked Git-like subcommand support for zypper
  • about 9 years ago: kpimenov liked Set up a PXEboot service for installation in Developlent Networks in the SUSE Nuernberg Office
  • about 9 years ago: kpimenov liked Scientific computing using GNU Octave
  • about 9 years ago: kpimenov liked Company Dashboard
  • about 9 years ago: kpimenov liked Tool to update images in an OpenStack Cloud
  • about 9 years ago: kpimenov liked Get the new SUSE Floor ready to use!
  • about 9 years ago: kpimenov liked Stream the garden ! Mesh network meets multimedia in motion :-)
  • about 9 years ago: kpimenov liked Learning more about Docker and Linux Network Internals
  • about 9 years ago: kpimenov liked Fix a focus stealing bug in pidgin in openSUSE
  • about 9 years ago: kpimenov liked Search in internal wiki
  • All Activity