# wiki

Published articles for wiki.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Documentation as a Repository: Publishing a Wiki.js Site from Reviewed Markdown

DevFeed: [Documentation as a Repository: Publishing a Wiki.js Site from Reviewed Markdown](<https://devfeed.tech/articles/documentation-as-a-repository-publishing-a-wiki-js-site-from-reviewed-markdown-34112.md>)

Original publisher: [Read original article](<https://philipptheserver.com/posts/opentaberna/>)

Author: Philipp Lehmann (philipp.lehmann@gruppe.ai)

Published: 2026-09-01T07:00:00Z

Content type: opinion

Language: en

Sources: [Philipp Lehmann](<https://devfeed.tech/sources/philipp-lehmann.md>)

Topics: [Documentation](<https://devfeed.tech/topics/documentation.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [Git](<https://devfeed.tech/topics/git.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [git](<https://devfeed.tech/tags/git.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [testing](<https://devfeed.tech/tags/testing.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

The article argues that keeping documentation as reviewed Markdown in a repository makes changes visible, reviewable, and enforceable alongside code changes. It presents OpenTaberna's Wiki.js documentation workflow as an example.

### Source excerpt

Wiki.js Git storage for docs as code: publish reviewed Markdown and fail a pull request when src/ changes without docs/, checked with git diff.

## Software Engineering Rules Explained Through Stories, Trade-offs, and Decision Records

DevFeed: [Software Engineering Rules Explained Through Stories, Trade-offs, and Decision Records](<https://devfeed.tech/articles/earn-your-rules-41525.md>)

Original publisher: [Read original article](<https://dfa1.github.io/articles/earn-your-rules.html>)

Author: Davide Angelocola

Published: 2026-07-04T00:00:00Z

Content type: article

Language: en

Sources: [Davide Angelocola](<https://devfeed.tech/sources/davide-angelocola.md>)

Topics: [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [engineering-culture](<https://devfeed.tech/topics/engineering-culture.md>), [Refactoring](<https://devfeed.tech/topics/refactoring.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>), [trust](<https://devfeed.tech/topics/trust.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [repo](<https://devfeed.tech/tags/repo.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

The author revisits a list of software engineering rules, retaining principles grounded in personal experience and explaining the reasoning behind them. The article emphasizes documenting trade-offs through mechanisms such as code comments, project wikis, and Architecture Decision Records, including in repositories used by AI-assisted development workflows.

### Source excerpt

Once in a while, someone shares an "X rules of software engineering" list and I find myself agreeing with about a third of it. This is my pass through one such list -- keeping what I've actually had to write down somewhere, dropping what I haven't, and rewriting the rest in my own language. Each rule opens with an extract from the story where it was earned.

## GNU Hurd Q2 2026 development updates

DevFeed: [GNU Hurd Q2 2026 development updates](<https://devfeed.tech/articles/2026-q2-32750.md>)

Original publisher: [Read original article](<http://www.gnu.org/software/hurd/news/2026-q2.html>)

Published: 2026-07-03T20:32:51Z

Content type: news

Language: en

Sources: [GNU Hurd](<https://devfeed.tech/sources/gnu-hurd.md>)

Topics: [Code](<https://devfeed.tech/topics/code.md>), [POSIX](<https://devfeed.tech/topics/posix.md>), [SVG](<https://devfeed.tech/topics/svg.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [virtio](<https://devfeed.tech/topics/virtio.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [code](<https://devfeed.tech/tags/code.md>), [crash](<https://devfeed.tech/tags/crash.md>), [cross-compilation](<https://devfeed.tech/tags/cross-compilation.md>), [posix](<https://devfeed.tech/tags/posix.md>), [servers](<https://devfeed.tech/tags/servers.md>), [svg](<https://devfeed.tech/tags/svg.md>), [virtio](<https://devfeed.tech/tags/virtio.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

A quarterly GNU Hurd development update covering a public 9pfs repository with basic file browsing and reading support, additional write support, POSIX-related validation, bug fixes, cross-compilation work, Rust translator development, and planned dynamic device population.

### Source excerpt

Hello and welcome to another Qoth! Here's what's been happening in Q2 of 2026! Joshua Branson added a pretty cool svg logo for our ethernet multiplexor. He built that image with Inkscape whilst using a Hurd laptop (Thinkpad 420) running on real iron! The Hurd wiki could certainly use more artwork. Perhaps you have a favorite Hurd translator that you believes needs some artwork! Sergey Bugaev announced his WIP 9pfs (source code), and it has a wiki page! He writes: Some years ago, I experimented with implementing a 9P translator for the Hurd. Hopefully there is no need to tell this list what 9P is :) Besides just browsing files on the few existing servers out there, a potential use case is virtio-9p, to enable shared directory trees between VMs and the host. But that would need someone to implement virtio support in the Hurd. I wanted to complete 9pfs before publishing, but that ultimately didn't happen, so now it's time to turn it over to the community. I now went and made the repository public on GitHub: https://github.com/bugaevc/9pfs What's implemented is basic browsing (readdir, stat), path resolution (dir_lookup), and reading files (io_read). And below that, the whole tracking for nodes, peropens, protids, fids, tags, and 9p RPCs. Improvements are welcome, send patches to this list with [PATCH 9pfs] in the subject. A good starting point would be to continue porting things that I had implemented in the old netfs-based version (see netfs.c) but didn't yet port to the new one. He then got a little more motivated, and he added some write support! Etienne Brateau added validation to msync, so that the Hurd better follows POSIX. Diego Nieto Cid worked on allowing privileged users to set their task priority (nice value). His patches landed in glibc and GNU Mach. He also fixed a tiny bug in our test suite. He fixed an adjtime bug, which is helpful to the OpenNTPD port, and he fixed two more bugs. Paulo Duarte sent a RFC patch series trying to commit Sergey's previous AA

## A wiki from a single Go binary: LeoMoon Wiki-Go

DevFeed: [A wiki from a single Go binary: LeoMoon Wiki-Go](<https://devfeed.tech/articles/a-wiki-from-a-single-go-binary-leomoon-wiki-go-41907.md>)

Original publisher: [Read original article](<https://jpmens.net/2026/05/05/a-wiki-from-a-single-go-binary-leomoon-wiki-go/>)

Author: Jan-Piet Mens

Published: 2026-05-04T22:00:00Z

Content type: article

Language: en

Sources: [Jan-Piet Mens](<https://devfeed.tech/sources/jan-piet-mens.md>)

Topics: [Wiki](<https://devfeed.tech/topics/wiki.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [Kanban](<https://devfeed.tech/topics/kanban.md>), [YAML](<https://devfeed.tech/topics/yaml.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [docker](<https://devfeed.tech/tags/docker.md>), [file-system](<https://devfeed.tech/tags/file-system.md>), [go](<https://devfeed.tech/tags/go.md>), [jan-piet-mens](<https://devfeed.tech/tags/jan-piet-mens.md>), [jpm](<https://devfeed.tech/tags/jpm.md>), [jpmens](<https://devfeed.tech/tags/jpmens.md>), [kanban](<https://devfeed.tech/tags/kanban.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [wiki](<https://devfeed.tech/tags/wiki.md>), [yaml](<https://devfeed.tech/tags/yaml.md>)

### AI overview

This article reviews LeoMoon Wiki-Go, an open-source wiki platform delivered as a single Go binary or Docker image. It stores wiki pages, Kanban boards, and link-management pages as Markdown files in a flat-file directory, with a REST API, web-based settings, user roles, and YAML configuration.

### Source excerpt

LeoMoon Wiki-Go calls itself a modern, feature-rich, databaseless, flat-file wiki platform built with Go, and it is all that. Wiki-Go is a single-binary Go program, but there is a docker image for those who want it. I download the binary for my platform and launch it; this creates a data/ directory and its configuration file. If need be I configure a port number for it plus a timezone and the odd other setting and relaunch the binary. The program has all the features I need and more, and what I most appreciate is that I can simply drop Markdown files, images, videos, etc. into a directory to have Wiki-Go serve them. I can also move documents to other pages, so for instance, when I've finished working on the Cascade page, I'll move it into DNS/. The program also boasts an interactive Markdown editor which certainly fulfills all I expect of one, including being able to format text, add links, insert images, etc. In addition to wiki pages, the program supports the creation of Kanban boards and Link management pages, all of which are stored in *.md Markdown files. There is a REST API with examples, which might be interesting to programmatically add comments, say, but if I have access to the server, I copy files into their directories. There's a web-based settings dialog where I can add users and configure roles, but I can also add these to the YAML configuration file manually: users: - username: admin password: $2a$14$V0SkqSKvFPmJMICFqrW6qO9ufQh0befHwHE7uuJZdudK1DcGgPlY. role: admin - username: jp password: $2a$10$KdlXhhVpMiP1QPkggskUQOp4LBZ2JaSADm2ccfyl8JalN10dqmR7W role: viewer groups: - dns - tech This is really a lovely piece of work, and it is open source, and IMO its major features: Markdown in flat files on the file system, which makes it easy for me to synchronize the data directory onto my laptop and use a separate instance of Wiki-Go on that.

## Fibery vs. Notion 2025: not Better, Different

DevFeed: [Fibery vs. Notion 2025: not Better, Different](<https://devfeed.tech/articles/fibery-vs-notion-2025-not-better-different-40876.md>)

Original publisher: [Read original article](<https://medium.com/fibery/fibery-vs-notion-2025-not-better-different-91024b43d316?source=rss-854c3da48589------2>)

Author: Michael Dubakov

Published: 2025-04-11T07:52:12Z

Content type: comparison

Language: en

Sources: [Stories by Michael Dubakov on Medium](<https://devfeed.tech/sources/stories-by-michael-dubakov-on-medium.md>)

Topics: [Notion](<https://devfeed.tech/topics/notion.md>), [knowledge-management](<https://devfeed.tech/topics/knowledge-management.md>), [Product Management](<https://devfeed.tech/topics/product-management.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>), [Low-Code / Internal Tools](<https://devfeed.tech/topics/internal-tools.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [automation](<https://devfeed.tech/tags/automation.md>), [notion](<https://devfeed.tech/tags/notion.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [processes](<https://devfeed.tech/tags/processes.md>), [product-management](<https://devfeed.tech/tags/product-management.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [saas-tools](<https://devfeed.tech/tags/saas-tools.md>), [tools-for-thought](<https://devfeed.tech/tags/tools-for-thought.md>), [visualization](<https://devfeed.tech/tags/visualization.md>), [vs](<https://devfeed.tech/tags/vs.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

A founder-authored comparison explains that Fibery and Notion serve different use cases rather than one being universally better. It presents Notion as well suited to personal knowledge management, company wikis, knowledge bases, and simple processes, while describing Fibery as better suited to complex processes with deeper hierarchies, relations, permissions, formulas, automations, and advanced visualizations.

### Source excerpt

Disclaimer: This post is written by Fibery Founder, so it is inevitably biased (but I tried to be as objective as I can). You came here to find out how 🐉 Fibery is better than 🐼 Notion. Well, it is not. Fibery is different. Notion is a great tool and it works exceptionally well for some use cases, but it fails for others. Let me just quickly answer your main question and then feel free to dig into details later. 🐼 What Notion is great for? Personal knowledge management (PKM) Company wiki and knowledge base Simple (not complex) processes: basic project management, basic CRM, basic candidates tracking, etc. "I've been using Notion for the past few years. It's undoubtedly the most flexible note-taking app on the market. Offering both simplicity and complexity, it caters to a variety of users. Its recent integration with AI and automation further elevates the note-taking experience. Imagine having your own personal Wikipedia, comprehensive databases, calendar, tasks, calculator, and more, all within a single app. This truly makes Notion the best of the best." -- Notion user🐉 What Fibery is great for? Company wiki and knowledge base Complex processes: product management, feedback management, portfolio management, OKR, HR, Vacation tracking, etc. "We use Fibery to manage all our startup processes, from customer discovery over HR until CRM, Project management and documentation. We could replace 27 of our 36 internal tools: Fibery is a rocket for managing all sorts of processes and lets us the freedom to create our own templates and spaces aka processes, if needed." -- Fibery user It can be illustrated like this: Notion and Fibery areas of best applicability Fibery will help you when Notion is just not enough. When you need deep hierarchies and relations, advanced access and permissions control, formulas and automations across these hierarchies, visualization of information in hierarchical timelines and table views, complex charts. In general, Fibery is harder to "get" and ma

## FOSDEM 2025 + Hackathon

DevFeed: [FOSDEM 2025 + Hackathon](<https://devfeed.tech/articles/fosdem-2025-hackathon-41748.md>)

Original publisher: [Read original article](<https://postmarketos.org/blog/2025/02/10/fosdem-and-hackathon/>)

Published: 2025-02-10T00:00:00Z

Content type: article

Language: en

Sources: [postmarketOS Blog](<https://devfeed.tech/sources/postmarketos-blog.md>)

Topics: [FOSDEM](<https://devfeed.tech/topics/fosdem.md>), [Hackathon](<https://devfeed.tech/topics/hackathon.md>), [foss](<https://devfeed.tech/topics/foss.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [AdventureX 2025](<https://devfeed.tech/topics/adventurex2025.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [Sailfish OS](<https://devfeed.tech/topics/sailfishos.md>), [ui](<https://devfeed.tech/topics/ui.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [fosdem](<https://devfeed.tech/tags/fosdem.md>), [foss](<https://devfeed.tech/tags/foss.md>), [hackathon](<https://devfeed.tech/tags/hackathon.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [os](<https://devfeed.tech/tags/os.md>), [podcast](<https://devfeed.tech/tags/podcast.md>), [postmarketos](<https://devfeed.tech/tags/postmarketos.md>), [ui](<https://devfeed.tech/tags/ui.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

A postmarketOS community report on FOSDEM 2025 describes its Linux mobile stand, related talks, device-support discussions, recordings, a podcast episode, and a post-conference hackathon.

### Source excerpt

When so many people involved with postmarketOS and Linux Mobile come together in one place, magic happens. Without even trying to solve problems, we end up finding important solutions to long-term issues as we discuss running mainline Linux on all sorts of devices while walking around in ULB or elsewhere in Brussels, going by public transport or while eating in restaurants. Thanks to everybody who came by, it was amazing! FOSDEM 2025 We had a separate postmarketOS stand with our Linux on Mobile friends (Mobian, Sailfish OS, AsteroidOS, LINMOB.net, MNT) on one side and our friends from CalyxOS on the other. Usually we team up with the rest of the Linux on Mobile crowd, but given that in 2024 we almost ran into serious space issues, we figured it would be safer to request our own stand for 2025. And it was a blast, thanks to everybody who came by and asked us questions and tried out our (sometimes quite crazy) setups. It was especially nice seeing true tiling WM lovers experiencing Sxmo for the first time and feeling right at home! Federico had printed out 150 copies of the leaflet (which were all taken by visitors -- except for the last two which people apparently didn't want to take since these were the last ones). He also printed the entire devices wiki page in DIN A3 format, which proved to be very useful: people ask us if we support a specific device all the time, so every few minutes we could whip out the entire print out and look for that specific device together with the visitor to see if it is in there or not. Regardless, we always got the same reaction: sooo many devices! On Saturday afternoon the FOSS on Mobile Devices devroom took place, with many postmarketOS related talks such as Kernel support for Mobile Linux: The missing 20% by Luca, Sxmo: A mobile UI for hackers by Maarten, postmarketOS: what is it and what's new? by Oliver and many more! For most of them, the video recordings are already up by now. Anjan also gave a talk called Introduction to pmboot

## Nix Weekly Recap: 2024-04-07

DevFeed: [Nix Weekly Recap: 2024-04-07](<https://devfeed.tech/articles/nix-weekly-recap-2024-04-07-34713.md>)

Original publisher: [Read original article](<https://nixpkgs.news/archive/2024-04-07/>)

Published: 2024-04-07T00:00:00Z

Content type: article

Language: en

Sources: [nixpkgs.news](<https://devfeed.tech/sources/nixpkgs-news.md>)

Topics: [Nix](<https://devfeed.tech/topics/nix.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>), [Neovim](<https://devfeed.tech/topics/neovim.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [Garry's Mod](<https://devfeed.tech/topics/garrysmod.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [community](<https://devfeed.tech/tags/community.md>), [github](<https://devfeed.tech/tags/github.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [recap](<https://devfeed.tech/tags/recap.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [vpn](<https://devfeed.tech/tags/vpn.md>), [weekly](<https://devfeed.tech/tags/weekly.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

A weekly recap of Nix community announcements and activity, covering the official NixOS wiki, sponsorship policy discussions, the Clan toolkit for VPN-connected NixOS machines, Neovim and SSH-related projects, Catppuccin-nix, a Garry's Mod Nix flake, and new packages.

### Source excerpt

Weekly recap of the announcements and activity in the Nix community and on the NixPkgs package repository.

## Default-to-Open: A Principle for High-Performance Organizations

DevFeed: [Default-to-Open: A Principle for High-Performance Organizations](<https://devfeed.tech/articles/default-to-open-a-principle-for-high-performance-organizations-39893.md>)

Original publisher: [Read original article](<https://mende.io/blog/default-to-open-a-principle-for-high-performance-organizations/>)

Author: tobi@techunicorn.builders (Tobias Mende)

Published: 2023-04-22T06:00:00Z

Content type: opinion

Language: en

Sources: [Tobias Mende](<https://devfeed.tech/sources/tobias-mende.md>)

Topics: [context](<https://devfeed.tech/topics/context.md>), [permission](<https://devfeed.tech/topics/permission.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [culture-employee-happiness-practices-engineering-excellence-organizational-design](<https://devfeed.tech/tags/culture-employee-happiness-practices-engineering-excellence-organizational-design.md>), [organization](<https://devfeed.tech/tags/organization.md>), [permission](<https://devfeed.tech/tags/permission.md>), [slack](<https://devfeed.tech/tags/slack.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

The article presents "default-to-open" as a company principle: communication and information should be openly accessible by default when there is no reason to keep them private. It describes benefits such as easier knowledge discovery, participation in decisions, faster problem surfacing, and reduced risk of decisions happening behind closed doors, while preserving confidentiality for personal or sensitive conversations.

### Source excerpt

Default-to-Open: A Principle for High-Performance Organizations Sharing, communicating, and persisting knowledge, information, and decisions is a challenge that most companies have. This challenge may become even bigger in remote-first companies.

## Maximizing Productivity with Obsidian: My Second Brain for Organizing Work Notes

DevFeed: [Maximizing Productivity with Obsidian: My Second Brain for Organizing Work Notes](<https://devfeed.tech/articles/maximizing-productivity-with-obsidian-my-second-brain-for-organizing-work-notes-40835.md>)

Original publisher: [Read original article](<https://mutto.fyi/posts/2023/02/obsidian-productivity-second-brain/>)

Published: 2023-02-24T00:00:00Z

Content type: article

Language: en

Sources: [Mutt0-ds Notes](<https://devfeed.tech/sources/mutt0-ds-notes.md>)

Topics: [Obsidian](<https://devfeed.tech/topics/obsidian-md.md>), [data](<https://devfeed.tech/topics/data.md>), [Notion](<https://devfeed.tech/topics/notion.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [brain](<https://devfeed.tech/tags/brain.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [notes](<https://devfeed.tech/tags/notes.md>), [obsidian](<https://devfeed.tech/tags/obsidian.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [ux](<https://devfeed.tech/tags/ux.md>), [wiki](<https://devfeed.tech/tags/wiki.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

The article explains brain dumping and the second-brain method for organizing information, tasks, and notes. It describes using Notion for personal notes and Obsidian for work notes, while noting that the available text ends during the discussion of Obsidian.

### Source excerpt

🧠 Introduction to Second Brains & Brain Dumping As I'm working with data all the time, I'm aware of the importance of keeping it in a safe...

## This month in Mobian: May 2022

DevFeed: [This month in Mobian: May 2022](<https://devfeed.tech/articles/this-month-in-mobian-may-2022-34227.md>)

Original publisher: [Read original article](<https://blog.mobian.org/posts/2022/05/31/tmim/>)

Author: Mobian team

Published: 2022-05-31T23:59:59Z

Content type: article

Language: en

Sources: [Mobian's Blog](<https://devfeed.tech/sources/mobian-s-blog.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [GitLab](<https://devfeed.tech/topics/gitlab.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Debian](<https://devfeed.tech/topics/debian.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [systemd](<https://devfeed.tech/topics/systemd.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [blog-posts](<https://devfeed.tech/tags/blog-posts.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [ci](<https://devfeed.tech/tags/ci.md>), [configs](<https://devfeed.tech/tags/configs.md>), [debian](<https://devfeed.tech/tags/debian.md>), [gitlab](<https://devfeed.tech/tags/gitlab.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [repositories](<https://devfeed.tech/tags/repositories.md>), [systemd](<https://devfeed.tech/tags/systemd.md>), [update](<https://devfeed.tech/tags/update.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

A May 2022 Mobian development update covers monthly developer meetings, planned repository and developer-wiki moves toward Debian infrastructure, kernel and audio fixes, universal images for PinePhone devices, tow-boot limitations on PineTab, and a PinePhone Keyboard driver change.

### Source excerpt

This is the first in a (hopefully) series of short blog posts summarizing what has happened in Mobianland. Given that Mobian integrates much of the ecosystem not developed by us, this report could reiterate many of the things being said somewhere else. Monthly dev meeting Despite being located all over the world (really!), we manage to meet in person once a month. Well, ok, "meet in person" means we conduct a jitsi video call. It is fun seeing all these sleepy faces where half of the people would like to go to bed already, while others wished they could have remained in bed longer. The TL;DR: we will attempt to move over more repositories from gitlab to salsa.debian.org (given gitlabs changes to the CI allowance we get, and in an attempt to align ourselves closer to Debian). In a similar move, the developer's wiki (NOT the user wiki) moves over to the Debian wiki. pondering if systemd-repart and systemd-growfs can maybe replace "growroot" We really should be opening a user-contrib section or something where contributed ports and kernels can live, e.g. for the Nexus 5. Planning stage. OnePlus 6 / Pocophone F1 Audio was broken due to a missing config option on 5.17 kernels, and was fixed by a subsequent update. Thanks to everyone who reported this issue and provided the information allowing us to fix it. Universal Images We have a universal mobian image that boots on the original Pinephone and the Pinephone Pro, however, there are still some bugs to iron out and kernel configs to be adapted. But overall, this looks promising. However, this will require some tool that can adapt configuration settings at runtime, based on the device it is currently running on. Tow-boot We were one of the earliest distributions to move over to tow-boot, and that worked out nearly well. However, there is a little catch: There is no tow-boot for the PineTab yet. So all images post-March 27, will not be able to install a U-boot if you have non installed yet. Help to port tow-boot to the Pin

## January Update: Happy New Gear!

DevFeed: [January Update: Happy New Gear!](<https://devfeed.tech/articles/january-update-happy-new-gear-34829.md>)

Original publisher: [Read original article](<https://pine64.org/2021/01/15/january-update-happy-new-gear/>)

Published: 2021-01-15T00:00:00Z

Content type: article

Language: en

Sources: [Community blog on PINE64](<https://devfeed.tech/sources/community-blog-on-pine64.md>)

Topics: [Pinephone](<https://devfeed.tech/topics/pinephone.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [OpenGL](<https://devfeed.tech/topics/opengl.md>), [USB](<https://devfeed.tech/topics/usb.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [IRC](<https://devfeed.tech/topics/irc.md>), [Website](<https://devfeed.tech/topics/website.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [community-edition](<https://devfeed.tech/tags/community-edition.md>), [community-update](<https://devfeed.tech/tags/community-update.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [irc](<https://devfeed.tech/tags/irc.md>), [linux](<https://devfeed.tech/tags/linux.md>), [opengl](<https://devfeed.tech/tags/opengl.md>), [pinebook-pro](<https://devfeed.tech/tags/pinebook-pro.md>), [pinecil](<https://devfeed.tech/tags/pinecil.md>), [pinecube](<https://devfeed.tech/tags/pinecube.md>), [pinephone](<https://devfeed.tech/tags/pinephone.md>), [pinetime](<https://devfeed.tech/tags/pinetime.md>), [update](<https://devfeed.tech/tags/update.md>), [usb](<https://devfeed.tech/tags/usb.md>), [website](<https://devfeed.tech/tags/website.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

PINE64's January community update covers the final PinePhone community edition, Quartz64 single-board computers, PineTab and Pinebook Pro production, software builds, graphics support, community infrastructure, and PineTime firmware developments.

### Source excerpt

Happy New Year everyone! Let us all hope that the difficulties brought about by the COVID-19 virus are now waning and that more aspects of our lives will return to normal soon. We start this year with announcing the last community edition of the PinePhone, an update on the Quartz64 single board computers, and with some good news regarding PineTab and Pinebook Pro production. You can watch a synopsis of this month's community update on Youtube (embedded below) but also on LBRY and Peertube. Stay up-to-date with PINE64 news and make sure to subscribe to this blog (bottom of the webpage), follow PINE64 Telegram News channel as well as our Twitter and Mastodon. I'd like to acknowledge JF, Marek (gamiee), Alex (clover), 33YN2 and PizzaLovingNerd for their contributions to this community update. Thank you. Let's get to it. Note: This image preview protects your privacy. Click to load the video from the Google servers. Link to the video & January Community Update Video Synopsis by PizzaLovingNerd TL:DR New website it up! Chats have been reworked and IRC bridged back up; more work on chat infrastructure soon Thank you to those who've been making documentation for Wiki PinePhone KDE CE slightly delayed but shipping soon; issues shipping to the UK PineTalk podcast starts next month! Hosted by Ezra from Elatronion and Peter from LINMOBnet Pinebook Pro and PineTab LCD panel availability looking better; production to resume after CNY Pinebook Pro OpenMandriva and AOSC Linux builds are now available Pinebook Pro FreeBSD 13 build brinds a lot of functionality to the platform Pinebook Pro alt DP display mode available in Manjaro & coming to other distros. Enables DockingDeck and other USB-C dongles Pinebook Pro to get Panfrost GPU driver with OpenGL 3.0 Quartz64 is the name of our next SBC line Quartz64 model-A detailed spec and availability roadmap PineTime important work done on the bootloader and release of InfiniTime 0.10.0 PineTime InfiniTime fork brings colourful icons, multi

## ROCKPro64 Cluster Move June 5-10

DevFeed: [ROCKPro64 Cluster Move June 5-10](<https://devfeed.tech/articles/rockpro64-cluster-move-june-5-10-34813.md>)

Original publisher: [Read original article](<https://pine64.org/2020/06/05/rockpro64-cluster-move-june-5-10/>)

Published: 2020-06-05T00:00:00Z

Content type: article

Language: en

Sources: [Community blog on PINE64](<https://devfeed.tech/sources/community-blog-on-pine64.md>)

Topics: [Server](<https://devfeed.tech/topics/server.md>), [maintenance](<https://devfeed.tech/topics/maintenance.md>), [IRC](<https://devfeed.tech/topics/irc.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [cluster](<https://devfeed.tech/tags/cluster.md>), [community](<https://devfeed.tech/tags/community.md>), [forum](<https://devfeed.tech/tags/forum.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [irc](<https://devfeed.tech/tags/irc.md>), [maintenance](<https://devfeed.tech/tags/maintenance.md>), [pine64](<https://devfeed.tech/tags/pine64.md>), [rockpro64](<https://devfeed.tech/tags/rockpro64.md>), [server](<https://devfeed.tech/tags/server.md>), [website](<https://devfeed.tech/tags/website.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

PINE64 announces a June 5-10 move of end-user services to the ROCKPro64 cluster. The forum, Wiki, chat bridge, IRC, parts of the support system, installer mirrors, and website may experience downtime, while the store, ticket filing system, and support emails are expected to remain operational. An update reports that the key community infrastructure was moved successfully by June 11, 2020.

### Source excerpt

The process of moving our end-user services to the ROCKPro64 cluster will be taking place in the coming days (5-10 June). I am not going to pretend like this is the best time for the move to be taking place, since it is not. Many users are relying on our infrastructure for information and community support, particular now that people are receiving their devices and many more are waiting for their units to ship. But things are what they are, and we have a strict deadline we need to adhere to. In practice, this means that at different times during this move key parts of the infrastructure will be down. This includes: the forum, the Wiki, the chats bridge and IRC, portions of the support system, PINE Installer mirrors as well as this website. It is not possible for me to say with certainty when exactly each of these community-facing services will be moved nor how long it will be down for. Obviously we'll aim to complete the process as quickly and painlessly as possible but unpredictable things can, and likely will, happen. I'll do my best to give you a heads-up when portions of the system are scheduled to go down for maintenance on Twitter and Mastodon. I'll also issue notices in the news section of the forums. Lastly, I'd like to note that the PINE store and ticket filing system, as well as our info and support emails will remain operational though the entire server move. Thank you in advance for your patience. [edit June 11, 2020] All key community based infrastructure has now been moved to the cluster. Moreover, the move went went surprisingly well and without any major hiccup. In the coming weeks and months we'll be adding more services to the cluster. I have already spoken to FireTwoOneNine about writing a short blog post about the cluster, its present utilization and future applications in the project. Lastly, I'd like to thank all those who offered advise and were directly involved in this project.

## Announcing Stack Overflow for Teams

DevFeed: [Announcing Stack Overflow for Teams](<https://devfeed.tech/articles/announcing-stack-overflow-for-teams-37527.md>)

Original publisher: [Read original article](<https://www.joelonsoftware.com/2018/05/03/announcing-stack-overflow-for-teams/>)

Author: Joel Spolsky

Published: 2018-05-03T12:58:25Z

Content type: release

Language: en

Sources: [Joel Spolsky](<https://devfeed.tech/sources/joel-spolsky.md>)

Topics: [Stack Overflow](<https://devfeed.tech/topics/stackoverflow.md>), [Development](<https://devfeed.tech/topics/development.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>), [IRC](<https://devfeed.tech/topics/irc.md>)

Tags: [company](<https://devfeed.tech/tags/company.md>), [development](<https://devfeed.tech/tags/development.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [irc](<https://devfeed.tech/tags/irc.md>), [news](<https://devfeed.tech/tags/news.md>), [product](<https://devfeed.tech/tags/product.md>), [stack-overflow](<https://devfeed.tech/tags/stack-overflow.md>), [teams](<https://devfeed.tech/tags/teams.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

The article announces Stack Overflow for Teams, a paid private Q&A service for teams, companies, and organizations. It is presented as a way to capture searchable institutional knowledge through questions and answers.

### Source excerpt

New product: Stack Overflow for Teams lets you direct questions to members of your own team, company, or organization. Read more "Announcing Stack Overflow for Teams"

## PostgreSQL Index bloat under a microscope

DevFeed: [PostgreSQL Index bloat under a microscope](<https://devfeed.tech/articles/postgresql-index-bloat-under-a-microscope-33655.md>)

Original publisher: [Read original article](<https://pgeoghegan.blogspot.com/2017/07/postgresql-index-bloat-microscope.html>)

Author: Peter Geoghegan (noreply@blogger.com)

Published: 2017-07-19T05:43:00Z

Content type: article

Language: en

Sources: [Peter Geoghegan's blog](<https://devfeed.tech/sources/peter-geoghegan-s-blog.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [index](<https://devfeed.tech/tags/index.md>), [indexes](<https://devfeed.tech/tags/indexes.md>), [internals](<https://devfeed.tech/tags/internals.md>), [nbtree](<https://devfeed.tech/tags/nbtree.md>), [pageinspect](<https://devfeed.tech/tags/pageinspect.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [query](<https://devfeed.tech/tags/query.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

This technical article presents a PostgreSQL query that summarizes the keyspace of a target B-Tree index. Using pageinspect and a pgbench database, it examines index levels, page utilization, indexed value ranges, and block pointers, then interprets the resulting structure and relationships between the index and table.

### Source excerpt

I've posted a snippet query to the PostgreSQL Wiki that "summarizes the keyspace" of a target B-Tree index. This means that it displays which range of indexed values belong on each page, starting from the root. It requires pageinspect. The query recursively performs a breadth-first search. Along the way, it also displays information about the space utilization of each page, and the number of distinct key values that actually exist on the page, allowing you to get a sense of how densely filled each page is relative to what might be expected. The query is available from: https://wiki.postgresql.org/wiki/Index_Maintenance#Summarize_keyspace_of_a_B-Tree_index If I use the query against the largest index that results from initializing a pgbench database at scale factor 10 (pgbench_accounts_pkey), the query takes about 3 seconds to execute on my laptop, and returns the following: level | l_item | blkno | btpo_flags | type | live_items | dead_items | avg_item_size | page_size | free_size | distinct_real_item_keys | highkey | distinct_block_pointers -------+--------+-------+------------+------+------------+------------+---------------+-----------+-----------+-------------------------+---------+------------------------- 2 | 1 | 290 | 2 | r | 10 | 0 | 15 | 8192 | 7956 | 10 | | 10 1 | 1 | 3 | 0 | i | 285 | 0 | 15 | 8192 | 2456 | 284 | 103945 | 284 1 | 2 | 289 | 0 | i | 285 | 0 | 15 | 8192 | 2456 | 284 | 207889 | 284 1 | 3 | 575 | 0 | i | 285 | 0 | 15 | 8192 | 2456 | 284 | 311833 | 284 1 | 4 | 860 | 0 | i | 285 | 0 | 15 | 8192 | 2456 | 284 | 415777 | 284 1 | 5 | 1145 | 0 | i | 285 | 0 | 15 | 8192 | 2456 | 284 | 519721 | 284 1 | 6 | 1430 | 0 | i | 285 | 0 | 15 | 8192 | 2456 | 284 | 623665 | 284 1 | 7 | 1715 | 0 | i | 285 | 0 | 15 | 8192 | 2456 | 284 | 727609 | 284 1 | 8 | 2000 | 0 | i | 285 | 0 | 15 | 8192 | 2456 | 284 | 831553 | 284 1 | 9 | 2285 | 0 | i | 285 | 0 | 15 | 8192 | 2456 | 284 | 935497 | 284 1 | 10 | 2570 | 0 | i | 177 | 0 | 15 | 8192 | 4616 | 177 | | 177 0 | 1 | 1 |

## The First Ever ReactOS Hackfest!

DevFeed: [The First Ever ReactOS Hackfest!](<https://devfeed.tech/articles/the-first-ever-reactos-hackfest-32779.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/first-ever-reactos-hackfest/>)

Published: 2015-06-20T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Code](<https://devfeed.tech/topics/code.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [free](<https://devfeed.tech/tags/free.md>), [germany](<https://devfeed.tech/tags/germany.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [wiki](<https://devfeed.tech/tags/wiki.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

An announcement for the first ReactOS Hackfest, scheduled for August 7-12, 2015, in Aachen, Germany. It encourages participants to plan their travel and collaborate on coding projects.

### Source excerpt

Join us for the very first ReactOS Hackfest from Friday, 7th August to Wednesday, 12th August 2015, in the German city of Aachen. Discover Germany's most-Western city in the direct neighborhood of Belgium and the Netherlands. Within the historical city center, Aachen offers a scientific environment and a high density of pubs. Let's catch this atmosphere to code the week away and achieve great results as a team! It is now time to plan your trip!

## April 2013 Meeting Minutes

DevFeed: [April 2013 Meeting Minutes](<https://devfeed.tech/articles/april-2013-meeting-minutes-33083.md>)

Original publisher: [Read original article](<https://reactos.org/project-news/april-2013-meeting-minutes/>)

Published: 2013-04-30T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Development](<https://devfeed.tech/topics/development.md>), [jira](<https://devfeed.tech/topics/jira.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [changelog](<https://devfeed.tech/tags/changelog.md>), [dev](<https://devfeed.tech/tags/dev.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [jira](<https://devfeed.tech/tags/jira.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [release](<https://devfeed.tech/tags/release.md>), [wiki](<https://devfeed.tech/tags/wiki.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

ReactOS developers discussed intellectual property guidelines, the 0.3.15 release, contract-related funding delays, and planning for the 0.4 release. The team considered using resolved JIRA issues for changelogs and creating a more accurate roadmap.

### Source excerpt

2013-04-25 19:00 UTC dev.reactos.org, #meeting Proceedings Meeting started at 19:20 by Aleksey Bragin. Point 1: Legal Whitepaper Point 2: 0.3.15 Point 3: Contracts Point 4: 0.4 Point 1 Ziliang Guo reported that the intellectual property guidelines had been agreed upon with other developers and would be published the coming weekend. Point 2 Ziliang stated that he wanted the release to be out the coming weekend regardless of whether the changelog was complete or not.

## March 2013 Meeting Minutes

DevFeed: [March 2013 Meeting Minutes](<https://devfeed.tech/articles/march-2013-meeting-minutes-33147.md>)

Original publisher: [Read original article](<https://reactos.org/project-news/march-2013-meeting-minutes/>)

Published: 2013-04-10T00:00:00Z

Content type: news

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Development](<https://devfeed.tech/topics/development.md>), [Google](<https://devfeed.tech/topics/google.md>), [Wiki](<https://devfeed.tech/topics/wiki.md>)

Tags: [bugs](<https://devfeed.tech/tags/bugs.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [funding](<https://devfeed.tech/tags/funding.md>), [google](<https://devfeed.tech/tags/google.md>), [google-summer-of-code](<https://devfeed.tech/tags/google-summer-of-code.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [release](<https://devfeed.tech/tags/release.md>), [wiki](<https://devfeed.tech/tags/wiki.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

Meeting minutes from a March 28, 2013 ReactOS development meeting cover Google Summer of Code proposals, a convention report, LinuxTag preparation, foundation funding issues, and debate over the next release version.

### Source excerpt

2013-03-28 19:00 UTC dev.reactos.org, #meeting ProceedingsMeeting started at 19:26 by Aleksey Bragin. Point 1: GSoC StatusPoint 2: CLT ReportPoint 3: LinuxTag BerlinPoint 4: Foundation FundingPoint 5: Release PlansPoint 1Amine Khaldi reported that the Google Summer of Code application had been completed and a preliminary list of project proposals set up on the wiki, with a link to the main GSoC page put on the front page. Feedback from Google indicated that there was nothing wrong per se with the application last year and the project was encouraged to try again this year.

## Notes on index-only scans

DevFeed: [Notes on index-only scans](<https://devfeed.tech/articles/notes-on-index-only-scans-33646.md>)

Original publisher: [Read original article](<https://pgeoghegan.blogspot.com/2012/11/notes-on-index-only-scans.html>)

Author: Peter Geoghegan (noreply@blogger.com)

Published: 2012-11-16T12:31:00Z

Content type: article

Language: en

Sources: [Peter Geoghegan's blog](<https://devfeed.tech/sources/peter-geoghegan-s-blog.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [performance](<https://devfeed.tech/tags/performance.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [wiki](<https://devfeed.tech/tags/wiki.md>)

### AI overview

The article discusses index-only scans in Postgres 9.2, which allow certain queries to avoid retrieving table data and potentially reduce I/O. It also notes that the feature has important implementation limitations.

### Source excerpt

One of the most important performance features in Postgres 9.2 is index-only scans: the ability for certain types of queries to be performed without retrieving data from tables, potentially greatly reducing the amount of I/O needed. I recently completely overhauled the Index-only scans PostgreSQL wiki page, so that the page is now targeted at experienced PostgreSQL users that hope to get the most out of the feature. My apologies to the authors of the feature, Robert Haas, Ibrar Ahmed, Heikki Linnakangas and Tom Lane, if my handling of the topic seems to focus on the negatives. Any reasonable article about any given index-only scan implementation would have to extensively discuss that implementation's limitations. Any discussion of Postgres index-only scans that focussed on the positives would be much shorter, and would essentially just say: "Index-only scans can make some of your queries go much faster!".

## Website Design Contest

DevFeed: [Website Design Contest](<https://devfeed.tech/articles/website-design-contest-33255.md>)

Original publisher: [Read original article](<https://reactos.org/project-news/website-design-contest/>)

Published: 2009-08-04T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [Website](<https://devfeed.tech/topics/website.md>), [User interface design](<https://devfeed.tech/topics/ui-design.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [ReactOS](<https://devfeed.tech/topics/reactos.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [color](<https://devfeed.tech/tags/color.md>), [design](<https://devfeed.tech/tags/design.md>), [free](<https://devfeed.tech/tags/free.md>), [html](<https://devfeed.tech/tags/html.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [layout](<https://devfeed.tech/tags/layout.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [render](<https://devfeed.tech/tags/render.md>), [usability](<https://devfeed.tech/tags/usability.md>), [website](<https://devfeed.tech/tags/website.md>), [website-design](<https://devfeed.tech/tags/website-design.md>), [wiki](<https://devfeed.tech/tags/wiki.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

ReactOS announces a website design contest seeking original mockups for a new homepage and menu layout. Proposals should align with the ReactOS branding, integrate visually with the forum, wiki, and Bugzilla, and render consistently across several older browsers without requiring JavaScript or browser plugins.

### Source excerpt

The task is to create a mockup for a new homepage and menu layout. We want a fresh layout, as the current one is starting to show its age. color scheme should be compatible with the ReactOS logo and the logo included into the design. it should contain a diagram for a simplified frontpage it should also integrate stylistically with the forum, wiki & bugzilla it should render consistently across IE7+, FF2+, Opera 9+, Safari 3+ and without javascript or other browser plugins, though javascript and DOM may be used for optional effects whose absence will not adversely degrade the usability of the site there is no guarantee that your proposal will not be modified if selected any submission must be of an original work by the submitter/submitters (you are free to use the ReactOS logo for the proposal) submitters grants the ReactOS Foundation a royalty-free license to use and/or modify their respective designs, though all submitters retain the rights to their work The best submission will be selected by a jury of five (Aleksey Bragin, Colin Finck, Danny Götte, Ged Murphy and Ziliang Guo).

## Update on ReactOS internals

DevFeed: [Update on ReactOS internals](<https://devfeed.tech/articles/update-on-reactos-internals-33251.md>)

Original publisher: [Read original article](<https://reactos.org/project-news/update-reactos-internals/>)

Published: 2007-06-07T00:00:00Z

Content type: news

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [version](<https://devfeed.tech/topics/version.md>)

Tags: [bugfixes](<https://devfeed.tech/tags/bugfixes.md>), [free](<https://devfeed.tech/tags/free.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [release](<https://devfeed.tech/tags/release.md>), [repository](<https://devfeed.tech/tags/repository.md>), [team](<https://devfeed.tech/tags/team.md>), [update](<https://devfeed.tech/tags/update.md>), [version](<https://devfeed.tech/tags/version.md>), [wiki](<https://devfeed.tech/tags/wiki.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

ReactOS 0.3.2 will be skipped because of four blocker bugs, with ReactOS 0.3.3 planned for July. The update also reports team changes, repository access grants, Wiki upgrades, and a scheduled RosBE release.

### Source excerpt

Update on ReactOS internals 0.3.2 Release ReactOS 0.3.2 is officially going to be skipped (due to 4 blocker bugs), and ReactOS 0.3.3 will be the next in the cycle which, according to the 2 months release schedule, will be released in July. Trunk already has many improvements and bugfixes for 0.3.3, however we are still working on fixing those 4 major issues. Team Alex Ionescu left the ReactOS team to follow an exciting career opportunity working with David Solomon as an official replacement to Mark Russinovich Our best wishes to him at his new position, and a big thanks for all the great work he has done for ReactOS.