ancorgs

ancorgs

Video presence system for distributed teams

a project by ancorgs

Those working remotely or managing a distributed team know it: face time is invaluable. The former openSUSE team has been using http://sqwiggle.com to keep in touch and Google hangout to hold a stand up meeting every morning.

Updated over 5 years ago. 18 hacker ♥️. 1 follower.

Google Hangouts killer: WebRTC-based video conferencing system

a project by ancorgs

We have some internal systems for videoconferencing like Big Blue Button or OpenMeetings. But in my experience none of them can compare to Google Hangouts, which is still the best free (as in free beer) alternative for videoconferencing with integrated screen sharing.

Updated over 5 years ago. 15 hacker ♥️.

Internal shared images repository

a project by ancorgs

During the last CSM workshop we identified the need to have a good way to share the images we use for testing. We have documented the requirements and the current status in this wiki page (we even have a diagram).

Updated over 5 years ago. 5 hacker ♥️.

Obsolete: Stabilize Janus

an idea by ancorgs

During previous Hackweek, Jangouts (an alternative to Google Hangouts) was developed. Since then, it has served as well in the YaST team. Other teams are also using the internal instance regularly. But it cannot be adopted company-wide due to the instability of the main server component (Janus Gateway) when running on top of SLE12.

Updated almost 5 years ago. 4 hacker ♥️. Has no hacker: grab it!

SUSE office in a box

a project by ancorgs

Working remotely has many advantages, but you sometimes lack some infrastructure. Specially if you use several computers or you share space with other SUSE co-workers. We are 3 Susers in Gran Canaria and we plan to share an office. So we have bought a Cubietruck, a tiny device with minimum power consumption, an ARM processor, a SATA interface and a Gigabit ethernet.

Updated over 5 years ago. 10 hacker ♥️.

Jangouts development workshop

a project by ancorgs

We are right now testing a patch to Janus that will hopefully give us the stability we were missing in http://jangouts.suse.de. As a consequence, it's reasonable to expect a wider usage of Jangouts inside the company. Thus, I want to share maintainership of Jangouts as much as possible. The more developers know how to fix errors and implement features, the better.

Updated over 5 years ago. 8 hacker ♥️.

YaST2 code reorganization

a project by ancorgs

YaST code organization is a mess at many levels (files location, namespaces, code dependencies...). Recently we created this gist to put some of the issues on the table

Updated over 5 years ago. 3 hacker ♥️.

Rooms management for Janus (Jangouts) using Salt

a project by ancorgs

Right now, every time a new team wants a new room in our Jangouts instance, they have to ping me and I have to manually create the room. That means:

Updated over 5 years ago. 6 hacker ♥️.

Improve Jangouts UI

a project by ancorgs

The current Jangouts UI is limiting us when thinking about adding new features. Some examples:

Updated over 5 years ago. 6 hacker ♥️.

yast2-storage-ng as a libstorage-ng wrapper. POC

a project by ancorgs

The goal of this project is to write a proof of concept of a new philosophy for yast2-storage-ng. Instead of just extending the API offered by libstorage-ng, the idea is wrap libstorage-ng so the Ruby code using yast2-storage-ng does not have direct visibility (unless explicitly desired) on the libstorage-ng classes and methods.

Updated over 5 years ago. 1 hackers ♥️.

Use linear programming for the partitioning proposal

an idea by ancorgs

The YaST team is rewriting yast2-storage. That includes new shiny code for the storage proposal during installation. It calculates what partitions and/or volumes need to be created to allocate the system and finds the best way to create those partitions in the existing free spaces. The second part becomes more complicated than it looks as soon as you start considering the restrictions imposed by each volumes and by the technology (primary vs logical partitions, for example).

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

yast2-journal as the new default YaST log viewer

an idea by ancorgs

Some time ago the YaST team started to get bug reports about the "System Log" option displaying no content. By default this component opens /var/log/messages and after the switch to systemd that file is not longer used by default. Thus, we created the yast2-journal module to allow viewing of the systemd journal (journald). But the new module did not substitute the old viewer because the old one is still useful to inspect plain text files like /var/log/boot.log and because is still called from other YaST modules.

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

Add information about listeners to Jangouts UI

a project by ancorgs

This project is about fixing this known Jangouts issue that is reported over and over, since many user experiencing problem with the outgoing WebRTC traffic or with camera authorization can "lurk" what happens in the room without being noticed.

Updated over 5 years ago. 2 hacker ♥️.

Finish my family openSUSE adoption

a project by ancorgs

In a quite natural and steady way, all my relatives (wife, kids, mother, aunt...) have adopted openSUSE in their computers. There is only one resistance spot. My father's computer (HP+Windows8) implements all kind of mechanisms to avoid dual boot.

Updated over 5 years ago. 1 hackers ♥️.

Gran Canaria office: whiteboard, cubieboard and more

a project by ancorgs

Time for technical housekeeping in the shared Gran Canaria office.

Updated over 5 years ago. 4 hacker ♥️.

yast2-storage-ng: ensure the best layout is proposed

a project by ancorgs

The theory behind the partitioning proposal of yast2-storage-ng is that all possible distributions of partitions in the disk are evaluated and the best one, according to this criteria, is chosen. But I have found several examples in which is hard believe that the result is actually the optimal distribution of partitions.

Updated over 5 years ago. 1 hackers ♥️.

Y2Storage improve logging

a project by ancorgs

YaST dumps quite information to its own log file (placed at /var/log/YaST2/y2log). That info is very useful to understand and discover what is happening when an issue appears. All YaST modules write into this log file, and the brand new yast2-storage-ng is not an exception. Some improvements are necessary regarding to the logging of this new module:

Updated over 5 years ago. 2 hacker ♥️.

Jangouts: integrate outcome of GSoC

a project by ancorgs

We got a couple of GSoC projects around Jangouts this year:

Updated over 5 years ago. 2 hacker ♥️.

Graphical view of the changes to be made to disks during installation

a project by ancorgs

Right now, during the (open)SUSE installation process, the changes to be performed on the storage devices are presented as a list of actions such as:

Updated almost 5 years ago. 1 hackers ♥️.

Learn Crystal by porting part of YaST to that language

an invention by ancorgs

For a very long time, I have been planning to play with Crystal as possible substitute/complement for Ruby. With that goal, I have isolated a very small subset of the Ruby project I know the best (yast-storage-ng) and I want to migrate that subset to Crystal to get a general feeling about the language. See the repository with the experiment already in progress.

Updated over 4 years ago. 4 hacker ♥️. 2 followers.

Finish the Jangouts rewrite on React/Redux

an invention by ancorgs

Project Description

Updated over 2 years ago. 5 hacker ♥️. 7 followers.

TUI interface for Agama

an invention by ancorgs

State of the Art

Updated about 1 year ago. 5 hacker ♥️. 4 followers.

Editor mode at Agama web interface

a project by ancorgs

Description

Updated 20 days ago. 2 hacker ♥️. 3 followers.

Try to render Agama in a TUI browser

an idea by ancorgs

Description

Updated 20 days ago. 5 hacker ♥️. 3 followers. Has no hacker: grab it!

Design the new UI for storage configuration at Agama

a project by ancorgs

Description

Updated 4 days ago. 2 hacker ♥️. 3 followers.
25
28
68
76

Looking for projects around:

Nothing at the moment

Activity

  • 4 days ago: ancorgs started Design the new UI for storage configuration at Agama
  • 4 days ago: ancorgs added keyword "uix" to Design the new UI for storage configuration at Agama
  • 4 days ago: ancorgs added keyword "ui" to Design the new UI for storage configuration at Agama
  • 4 days ago: ancorgs added keyword "patternfly" to Design the new UI for storage configuration at Agama
  • 4 days ago: ancorgs added keyword "javascript" to Design the new UI for storage configuration at Agama
  • 4 days ago: ancorgs added keyword "agama" to Design the new UI for storage configuration at Agama
  • 4 days ago: ancorgs originated Design the new UI for storage configuration at Agama
  • 5 days ago: ancorgs liked Technical talks at universities
  • 5 days ago: ancorgs liked Support FIDO2 and TPM2 in a full disk encryption based on systemd
  • 5 days ago: ancorgs joined Agama Expert Partitioner
  • 20 days ago: ancorgs liked Agama Expert Partitioner
  • 20 days ago: ancorgs added keyword "agama" to Try to render Agama in a TUI browser
  • 20 days ago: ancorgs liked Try to render Agama in a TUI browser
  • 20 days ago: ancorgs added keyword "tui" to Try to render Agama in a TUI browser
  • 20 days ago: ancorgs added keyword "nim" to Try to render Agama in a TUI browser
  • 20 days ago: ancorgs added keyword "javascript" to Try to render Agama in a TUI browser
  • 20 days ago: ancorgs originated Try to render Agama in a TUI browser
  • 20 days ago: ancorgs added keyword "javascript" to Editor mode at Agama web interface
  • 20 days ago: ancorgs added keyword "agama" to Editor mode at Agama web interface
  • 20 days ago: ancorgs added keyword "patternfly" to Editor mode at Agama web interface
  • 20 days ago: ancorgs removed keyword #agama from Editor mode at Agama web interface
  • 20 days ago: ancorgs removed keyword #javascript from Editor mode at Agama web interface
  • 20 days ago: ancorgs added keyword "#agama" to Editor mode at Agama web interface
  • 20 days ago: ancorgs added keyword "#javascript" to Editor mode at Agama web interface
  • 20 days ago: ancorgs started Editor mode at Agama web interface
  • All Activity