No, I'm not Haiku's lead developer

Blog post by PulkoMandy on Tue, 2020-01-21 12:14

I have not used this blog in a while, except for the monthly activity report. But it’s time for a clarification.

Lately, several people (some newcomers, some long time members of the community) have started contacting me by private messages (either by e-mail or IRC chat). Sometimes it was the right thing to do, there are parts of the code for which I’m indeed the best person to ask, and sometimes things are not to be discussed on public channels (for example, because it involves personal data that should stay private).

Haiku monthly activity report - 12/2019

Blog post by reds on Fri, 2020-01-17 13:00

Hello and welcome to the (almost) monthly activity report for December 2019! December wasn’t the busiest for Haiku code-wise, but nonetheless we saw a lot of Google Code-In contributions. This year marks the 10th anniversary of GCI, in which Haiku has participated since the very beginning.

On the non-coding side, GCI participants wrote new virtualization guides: alwayslivid wrote a guide on AWS and rewrote the old Xen one, trungnt2910 wrote a guide on qemu, R4H33M wrote a guide on Vultr and redsPL’s (hey, that’s me!) wrote guides on VMware ESXi and DigitalOcean. Other than that, Vrondir made a KVM tutorial video and Zotyamester made a VMware Workstation video.

Haiku almost-monthly activity report - October and November 2019

Blog post by PulkoMandy on Thu, 2019-12-05 12:14

The last two months have been quite busy for me and I had no time to write up a report. Remember that everyone is welcome to contribute to the website and if you wand to write the report from time to time, this would be much appreciated, by me because I wouldn’t need to do it, and by others because they will enjoy reading things written with a different style and perspective.

Haiku monthly activity report - September 2019

Blog post by PulkoMandy on Thu, 2019-10-03 13:14

Hi there, it’s time for the monthly report!

This report covers hrev53461-hrev53529. Let’s see what happened this month in Haiku.

Non-x86 support

Some initial work for ARM64 was completed by kallisti5. This includes setting up the Haikuports package declarations, writing the early boot files, and in general getting the buildsystem going. Jaroslaw Pelczar also contributed several further patches (some of these still undergoing review), providing the initial interrupt handling support, and various stubs to let things compile

Node.js now available in Haiku

Blog post by return0e on Thu, 2019-09-19 11:45

TLDR: pkgman install nodejs

As some have already known for a long time, many platforms have had support for writing software in JavaScript or TypeScript with the help of the Node.js runtime and over the years, much of the software written by developers these days have gradually been written in either of those languages. However, Haiku has lacked a Node.js port for quite sometime and it wasn’t possible to run or develop JavaScript based software or libraries that depended on the Node.js runtime. Now I can say that Node.js is available for Haiku and can be downloaded from HaikuDepot on 64 bit (32 bit support is being worked on). The version which is currently available is 12.3.1 and is already being updated to the latest version at the time of this writing to 12.10.0 and support for the upcoming LTS version is also coming to HaikuPorts. Several patches have been upstreamed by members of the HaikuPorts team to projects such as libuv (cross-platform async I/O library), GN, etc and we hope to upstream to larger projects like V8 (Google’s JavaScript engine used in Chromium and QtWebEngine) and the Node.js project, which will ease the bringup of a future Node LTS release for Haiku.

Haiku monthly activity report - 08/2019

Blog post by PulkoMandy on Fri, 2019-09-06 10:52

Hi there, it's time for the monthly report again! This report covers hrev53338-hrev53461. It's been a busy month!

User interface

Andrew Lindesay continue his work on HaikuDepot, tweaking the BarberPole look, adding a display of "usage conditions" (EULA, license, etc) from packages,

Ryan Leavengood also worked in this area, making sure if you open an existing hpkg file with HaikuDepot, it will offer you to uninstall the package if it's currently installed.

GSOC 2019 Final Report

Blog post by rajagopalan on Thu, 2019-08-15 20:40

Introduction

Hey there beautiful person reading this post. We are in the endgame now (Ha get it avengers reference!). Yes, Google summer of code 2019 is coming to an end. Phew couldn’t say how 3 months passed by, but this is one of my most memorable experiences I will never forget. So let me wrap GSOC with this final report. Buckle up tight it’s going to be a long post…

Haiku Activity Report: Performance Edition

Blog post by waddlesplash on Sun, 2019-08-04 23:00

Welcome to the monthly report for July 2019! Most of the more interesting changes this month have been from myself in the way of performance optimizations, so I’m writing the progress report this month so I can talk about those in some detail.

This report covers hrev53238-hrev53337 (158 commits.)

Optimizations!

Now that Haiku has entered the beta phase, and after the work over the past year or so spent fixing the majority of known kernel crashes and other general instabilities, it is high time we start paying more attention to the whole system’s performance.

new PVS studio scan

Blog post by PulkoMandy on Sat, 2019-07-27 10:18

PVS studio has just published a series of 3 articles looking over errors and bugs they identified in our sourcecode. PVS is a code static analysis tool that identifies code likely to be incorrect.

They had already run a similar scan back in 2015. At the time, their tools ran on Windows only which had made this quite a challenge for them. They are now more Linux friendly, so it was much easier for them to perform the scan.

Coding week 4,5,6

Blog post by rajagopalan on Thu, 2019-07-18 17:14

Introduction

Hello everybody. Sorry for not able to post something for very long time! Previous week was pretty rough for me. So let me tell few things about the state of the port.

  • We have working IPC (using BMessages)

  • We have working Minibrowser (that could handle few call back events like navigating to url, going back and forward..)

  • A partially working network process

Current Work

So we decided to get the rendering done. I had to learn how views and offscreen rendering works before I could do anything. I am comfortable with them now.