llansky3

llansky3

Learn how Linux kernel interacts with a hard-realtime OS

an idea by colyli

Learn how Linux kernel interacts with a hard-realtime OS

Project Goal

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

Switch to MicroOS desktop.

a project by lpalovsky

Few months ago I switched my home workstation and media center to Micro OS desktop and I cannot imagine switching back to normal distribution. After some consideration I realized it should work fine (even better) on the notebook I am using for work.

Updated about 2 years ago. 12 hacker ♥️. 6 followers.

Send to Hell

an idea by pagarcia

Have you ever received an e-mail that made you furious? Did you answer it? If you did, chances are you regretted later.

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

Rust Bootcamp

an invention by SMorlan

Project Description

Join an instructor-led bootcamp to explore the Rust programming language in two-hour sessions each day throughout Hackweek.

Updated about 2 years ago. 34 hacker ♥️. 89 followers.

Requirements Management Tool on Graph Database

a project by mknop

Project Description

Create a requirements management tool (RMT) based on a graph database.

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

reading a book: <<How Google Tests Software>>

a project by llzhao

Project Description

I heard this is very very helpful book for testing software (not only for QE/QA but also for developers).

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

TIU - Transactional Image Update

a project by kukuk

Project Description

Provide image based transactional updates for MicroOS.

Updated over 2 years ago. 14 hacker ♥️. 6 followers.

Dochazka

a project by smithfarm

Dochazka is a long-term project to replace the obsolete Attendance & Time Tracking system used by the Prague office since 2007. Dochazka is a complex system consisting of three major components: - RESTful backend App::Dochazka::REST (with lots of help from Web::MREST)

Updated almost 2 years ago. 12 hacker ♥️.

Phoebe - where AI meets Linux

a project by mvarlese

Project Description

Phoeβe (/ˈfiːbi/) wants to add basic artificial intelligence capabilities to the Linux OS.

Updated about 2 years ago. 8 hacker ♥️. 7 followers.

Predictive test selection for SUSE Manager

an idea by jordimassaguerpla

I once had a bad dream. I started good, a sunny day. I had just fixed an issue and push it to my fork, in order to create a Pull Request. I was happy. It felt awesome to have found a fix so elegant. Two lines of code.

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

Can we (machine) learn from bug reports?

a project by gboiko

Bug reports can be a great source of information, but usually finding the information requires extensive work in reading through all of the discussions and understanding the details about it. Could it be that machine learning can be used to extract meaningful information out of that? That's what this project is about.

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

Make a Raspberry Pi boot in less than 3 seconds

an idea by akedroutek

Project Description

This is quite new to me but as I want to understand ARM and its boot process better here is the deal:

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

Get EBBR boot working on Olinuxino A64

an idea by radolin

Project Description

I want to learn more about the efforts of standardizing ARM boot for embedded boards - EBBR. I'll try to get it working on the Olinuxino A64 (https://www.olimex.com/Products/OLinuXino/A64/A64-OLinuXino/open-source-hardware) board, by compiling and programing bootefi enabled Uboot to SPI flash chip. After that it should be possible to install Linux distributions to the eMMC using standard images and installation method, to be verified with OpenSuse.

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

Git stochastic bisection

a project by jankara

Bisection is a well known method of localizing which commit caused a regression in a code repository. git-bisect is a particularly used tool for this problem in git repositories. However it is often the case that the failure is probabilistic in nature - either because we don't have a reliable reproducer of the failure and thus not reproducing a problem on a particular commit does not mean the problem is not still present there, or because of inherent variability of e.g. performance regressions. Bisection for such failures is problematic as it takes only one false result for the bisection to end up in an unrelated part of code history. So in these cases we usually have to heavily extend runtime of a reproducer or do multiple test runs or multiple bisection runs to minimize a chance of error. The aim of the project is to implement stochastic bisection for git. I.e., a method that will count with the fact that test results at each point of code history have some error rate and provide points in code history to test to find commit in code history that is with high probability introducing the regression in the smallest possible number of tests. Then we can use this method for bisection of performance problems in our performance testing grid Marvin.

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

Modular kernel packaging

a project by mwilck

Project Description

Create a PoC for a modular packaged kernel. This means:

Updated almost 2 years ago. 7 hacker ♥️. 4 followers.
1
1
2
15

Looking for projects around:

Nothing at the moment

Activity

  • almost 2 years ago: llansky3 liked Modular kernel packaging
  • about 3 years ago: llansky3 liked Git stochastic bisection
  • about 3 years ago: llansky3 started Code quality metrics framework
  • about 3 years ago: llansky3 liked Get EBBR boot working on Olinuxino A64
  • about 3 years ago: llansky3 liked Make a Raspberry Pi boot in less than 3 seconds
  • about 3 years ago: llansky3 liked Can we (machine) learn from bug reports?
  • about 3 years ago: llansky3 liked Predictive test selection for SUSE Manager
  • about 3 years ago: llansky3 liked Phoebe - where AI meets Linux
  • about 3 years ago: llansky3 liked Dochazka
  • about 3 years ago: llansky3 liked TIU - Transactional Image Update
  • about 3 years ago: llansky3 liked reading a book: <<How Google Tests Software>>
  • about 3 years ago: llansky3 liked Requirements Management Tool on Graph Database
  • about 3 years ago: llansky3 liked Rust Bootcamp
  • about 3 years ago: llansky3 liked Send to Hell
  • about 3 years ago: llansky3 liked Switch to MicroOS desktop.
  • about 3 years ago: llansky3 liked Learn how Linux kernel interacts with a hard-realtime OS
  • about 3 years ago: llansky3 originated Code quality metrics framework