Language Selection

English French German Italian Portuguese Spanish

GSoC and GNOME

Filed under
Google
GNOME
  • GSoC 2018 with GNOME: Internationalization of Fractal (part 1)

    It is the beginning of the coding period and I will first work on investigating on implementing the internationalization of Fractal and then find a way to do it. At this moment, internationalization support in Rust is limited and new, so no GTK application written in Rust have implemented it yet. And it is very exciting to work on this with this perspective, furthermore because I will write some blogposts that will try to explain how to do it and I hope it could help other people to do so!

  • Implementation of the PartialEq trait for Message
  • Improving the development experience for GNOME Settings

    After Bastien and Rui announced that they were stepping down from maintainership of GNOME Settings, I went ahead and volunteered to take care of it. This was not a random act, though; for quite some time, I’ve been adding and changing code all around. I was pretty involved in moving to the new layout, and with the help of other contributors, implemented the redesigns of various panels. Clearly, I have a technical debt to the app.

    Adding to that, assuming maintainership over it also aligns well with the goals of my employer, Endless, and gives a nice upstream/downstream overlap. With that, I can spend a bigger chunk of my work time on upstream tasks. Moreover, it allows us to have a stronger relationship with the GNOME community — after all, it allows me to bridge the insights and knowledge we gain from our users to a wider community.

  • Google Summer of Code 2018 at GNOME

    Hi! I am Aditya Manglik from Wien, a.k.a. carpediem on IRC. Currently I am pursuing a Bachelor’s thesis in Deep Learning from TU Wien. I am interested in software, operating systems and AI. Travel, hiking and football occupy rest of the time.

    I started with Linux ~7 years ago when my Windows desktop failed to boot because of a curious experiment accident with system32 files. Looking back at that moment, I am glad for the few hours of initial pain which was worth several years of sanity. Since then I have been working with Linux as the primary platform. I like Open Source Software because it’s much more fun to break and fix something, which really helps understand what’s happening in the machine. I used to like C/ C++ quite a bit, but you can probably throw any language and I am happy to learn it.

More in Tux Machines

Linux Graphics: AMD and NVIDIA

  • Vega 20 Support Added To RadeonSI Gallium3D Driver
    With the upcoming Linux 4.18 kernel release due out in August there is the AMDGPU kernel driver support for Vega 20, the yet-to-be-released Vega GPU said to be the 7nm part launching later this year in Radeon Instinct products and featuring 32GB of HBM2 and adding some new deep learning instructions. Now the RadeonSI Gallium3D user-space driver for OpenGL within Mesa has Vega 20 support.
  • NVIDIA 396.24.10 Linux Driver Brings Vulkan 8-Bit / Renderpass2 / Conditional Render
    NVIDIA developers today released the 396.24.10 driver, their latest beta driver for Linux focused on the latest Vulkan innovations and improvements and is joined by the Windows 398.58 driver. The NVIDIA 396.24.10 Linux driver (and 398.58 beta for Windows) are focused on delivering the functionality added with the recent Vulkan 1.1.80 specification update.

Linux Graphics: AMD and NVIDIA

  • Vega 20 Support Added To RadeonSI Gallium3D Driver
    With the upcoming Linux 4.18 kernel release due out in August there is the AMDGPU kernel driver support for Vega 20, the yet-to-be-released Vega GPU said to be the 7nm part launching later this year in Radeon Instinct products and featuring 32GB of HBM2 and adding some new deep learning instructions. Now the RadeonSI Gallium3D user-space driver for OpenGL within Mesa has Vega 20 support.
  • NVIDIA 396.24.10 Linux Driver Brings Vulkan 8-Bit / Renderpass2 / Conditional Render
    NVIDIA developers today released the 396.24.10 driver, their latest beta driver for Linux focused on the latest Vulkan innovations and improvements and is joined by the Windows 398.58 driver. The NVIDIA 396.24.10 Linux driver (and 398.58 beta for Windows) are focused on delivering the functionality added with the recent Vulkan 1.1.80 specification update.

96-core NanoPi Fire3 cluster computer blows past RPi rigs in benchmarks

Cluster computer projects are increasingly looking beyond the Raspberry Pi to build devices with faster cluster-friendly SBCs. Here’s a 96-core monster that taps the octa-core NanoPi Fire3. Cluster computers constructed of Raspberry Pi SBCs have been around for years, ranging from supercomputer-like behemoths to simple hobbyist rigs. More recently, we’ve seen cluster designs that use other open-spec hacker boards, many of which offer higher computer power and faster networking at the same or lower price. Farther below, we’ll examine one recent open source design from Paul Smith at Climbers.net that combines 12 octa-core NanoPi-Fire3 SBCs for a 96-core cluster. Read more Also: Low-profile Apollo Lake Mini-ITX board runs Linux

Software: gksu Alternatives, bootiso and Yay

  • Opening Graphical Application with Root Permission – gksu Alternatives in Ubuntu 18.04
    Recently, Ubuntu 18.04 removed gksu from its repositories, causing panic in anyone who relied on the utility on a regular basis. What many people didn’t realize, though, was gksu hadn’t been maintained in a long time. It was already a dead program. Ubuntu finally just made the move to cut ties with it.
  • bootiso: Easy ISO To Bootable USB Drive From The Command Line
    If you're looking for a command line tool that is able to create a bootable USB drive from both hybrid and non-hybrid ISO images (it should work with any Linux distribution ISO as well as Microsoft Windows ISO files), with some safety checks in place, you may want to give Bootiso a try.
  • Yay – Yet Another Reliable AUR Helper Written In Go
    Howdy Arch Users! I’ve got a good news for you. Today, I stumbled upon yet another reliable AUR helper called “Yay”. Yep! the name of this AUR helper is Yay. In the past, I was using Pacaur for installing AUR packages. It did a great job and I really liked it. I have also used some other AUR helpers such as Packer and Yaourt as well. But, they are all now discontinued and not recommended to use anymore. After reading about Yay features, I thought to give “Yay” a try and see how things works. So, here we go!