diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-05-03 12:38:39 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:32 +0200 |
| commit | 83d796eeb1c8db91b8a11f36eb00f91bce8173e0 (patch) | |
| tree | 1a01a7e04b5ea476588497c75c6de54db414d5a4 /posts/2015_04_whats-happening-or-not-at-replicant.md | |
| parent | 48a8a5c2f392dea41bebcbf126cbb3a452e961b3 (diff) | |
| download | haunt-blog-83d796eeb1c8db91b8a11f36eb00f91bce8173e0.tar.gz haunt-blog-83d796eeb1c8db91b8a11f36eb00f91bce8173e0.tar.bz2 haunt-blog-83d796eeb1c8db91b8a11f36eb00f91bce8173e0.zip | |
Move blog posts to the posts/ directory.
We also have two other pages that are not generated from the blog posts
(reply.html and search.html).
It would be nice to be able to move them to markdown as well, but if we do
that it is necessary to differenciate between markdown files used to generate
blog posts, and the ones used to generate these pages.
In addition if the blog posts directory is named markdown, and that we have
other markdown files as well, it become confusing for contributors.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'posts/2015_04_whats-happening-or-not-at-replicant.md')
| -rw-r--r-- | posts/2015_04_whats-happening-or-not-at-replicant.md | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/posts/2015_04_whats-happening-or-not-at-replicant.md b/posts/2015_04_whats-happening-or-not-at-replicant.md new file mode 100644 index 0000000..f9abc9b --- /dev/null +++ b/posts/2015_04_whats-happening-or-not-at-replicant.md @@ -0,0 +1,51 @@ +date: 2015-04-06T21:59:16+00:00 +title: What’s happening (or not) at Replicant +authors: Paul Kocialkowski +tags: Replicant news, Paul Kocialkowski +licenses: CC-BY-3.0 OR CC-BY-4.0 +--- +Two months ago, I (Paul Kocialkowski) gave a talk about [reached milestones +and ongoing development on Replicant][1] at [FOSDEM][2], one of the biggest +yearly European gatherings of free software developers. I was thrilled to meet +people interested in Replicant there and pleased to chat with many other free +software developers, working on various fields. As usual, talks were recorded +and most of those recordings are now available on the [FOSDEM website][3], +with no exception for the [embedded devroom][4], where I gave my talk and +joined an [embedded freedom roundtable][5] with Carsten Munk from Jolla and +the attendance. A WebM version of the talk is available on the +[Conferences][6] page of the wiki. + +Back from FOSDEM, most of my work was focused on U-Boot (the universal +bootloader) for the LG Optimus Black and Sunxi (Allwinner) devices. Things are +starting to look good on the LG Optimus Black, which now correctly boots +Android without random run-time faults. As usual, things are moving very +slowly due to the lack of time. The next step there will be to submit the +first batch of LG Optimus Black support for inclusion in upstream U-Boot. + +The Replicant code itself hasn't changed much in the past months, since I am +focusing on bootloaders development at this point. In addition, Gitorious is +now closing down and while we have all the source code uploaded there backed +up, we're looking for an alternative solution that doesn't compromise on the +core values behind Replicant and offers significant guarantees. Because of +this situation, nothing is to be committed to the repositories before they are +moved to a new location, that we are yet to find. +However, some security updates were kindly submitted by the community and +those will be reviewed and integrated as soon as everything is back up and +running. + +So hopefully, things will start moving faster in a bit! + + [1]: <https://fosdem.org/2015/schedule/event/replicant_embedded_freedom/> + + [2]: <https://fosdem.org/2015/> + + [3]: <https://video.fosdem.org/2015/> + + [4]: <https://video.fosdem.org/2015/devroom-embedded/> + + [5]: <https://fosdem.org/2015/schedule/event/embedded_freedom/> + + [6]: +<https://redmine.replicant.us/projects/replicant/wiki/Conferences#FOSDEM-2015> + + |
