Comment by ๐Ÿ™ norayr

Re: "Anyone ever use OpenBSD with a desktop environment as aโ€ฆ"

In: s/OpenBSD

full and other things that need i/o are slowing down drramatically and hang waiting for their i/o opportunity.

so maybe limiting i/o or caches may help?

on file systems: another non latin writer/reader here.

windows made a design desicion to store files internally as utf-16.

in linux world we usually use utf-8. since linux is widely used it has no choice but to be "user-friendly", and it is expected to not cause troubles, when you write a utf-8 encoded file name, the filesystem driver converts it to utf-16 and stores. and vice versa, reads utf-16 and shows you as utf-8, it is an implicit default behaviour.

in bsds one needs a special option for a mount command to mention encoding.

if you use utf-8 as mount option, it will behave like linux does.

just bsds need that explicit mount option.

๐Ÿ™ norayr

May 04 ยท 3 days ago

Original Post

๐ŸŒ’ s/OpenBSD

๐Ÿ’Ž Vindemiatrix:

Anyone ever use OpenBSD with a desktop environment as a daily driver? How was it? Can you do most stuff on it? It sounds like a potentially fun project.

๐Ÿ’ฌ 12 comments ยท 3 likes ยท 2025-11-26 ยท 5 months ago