the scary thing about #Plan9 is when in file formats it has stuff like:

file: refers to a file
some-special-string: does a special thing

and that just invites the problem of someone using some-special-string as a file name

pls, anyone who does #programming
do not ever do anything like this
keep your formal grammars unambiguous

if you do not, Ada Lovelace will come down from Programmer Heaven and smite you

@Shamar idk, read it in some manpage the other day, not sure which
but similar problems apply to a lot of the system, eg. how basically nothing can handle spaces in file names

(hot take, $ifs should only contain tab and newline, or better yet, there should be no $ifs)

@Shamar this isn't really a Plan 9 specific problem, but it's one of those things that mess up an otherwise nice system

@grainloom

To be honest I don't know why one could need spaces in file names.

I should probably forbid them in at kernel level

Follow

@xj9

I can.

Every programmer continuously does that to users: we restrict what you can do with computers so that you can actually do something.

For example you can't put a 0x0 byte in the middle of a file name. Or a "/" in a domain name.

You are so used to our power you can't see it anymore. And actually most programmers are unaware of it.

But the truth is that we CAN tell you what to do and what not. And that's nothing!

Software programmers dictate how people THINK!

And this was true way before Cambridge Analytica: you perceive and act on the world through the software we write.

Through software we shape your synapses.

@grainloom

Β· Β· 2 Β· 2 Β· 3

@Shamar @xj9 You only can't use 0x0 because of C's limitations. :blobshrug:
IMHO, type Path = List String (maybe NonEmptyList or something) makes more sense than using char*.

It makes sense in historical context, sure, but it doesn't have to always be like this.

And not all limits make you think, some are just practical because an upper bound is often nice to have. Eg. 255 characters per file name is probably a relief for on-disk file system formats.

@Shamar @xj9 Software isn't special in this regard btw, every protocol works like this. They restrict things so that other (hopefully useful) things can happen more easily.

@grainloom

Because of C's design.

It's not a limitation, but an explicit choice. There were alternatives, but they were explicitly discarded.

@xj9

@Shamar @xj9
So it's a chosen limitation. That doesn't change much.
Other choices might make more sense now.

@xj9

Maybe you will.

Because you might discover that such design decision makes scripting (and programming in general) easier and faster, for example.

What makes you more free, spaces in filenames or easier programming?

@grainloom

@Shamar @xj9 Easier programming IMHO. I want users to be able to do shell programming without the usual pitfalls. If that means patching coreutils to work on s-expressions or whateve, so be it.

@Shamar @grainloom

spaces in filenames. dealing with escaping spaces when programming is easy. caring about implementation details when I'm organizing my music is annoying and I wont have it.

@xj9

That's an UI issue in the software you use to organise your music.
Use an higher level UI if you don't want to mess with such low level details.

@grainloom

@Shamar @grainloom

if i need a special tool to organize my shit, then why do I have a filesystem?

@xj9

You don't need a special tool, you want one. Both using spaces in file names and not using them have trade offs.

Without you have easier textual interactions.
With you have easier to write nice graphical file managers.

Depending on what you care more about you move between the two.

@grainloom

@Shamar @xj9
I mean, you can use Lua in Acme and it's like... fine. Having a proper encoding just makes things easier.

eg. linear TSV is pretty nice and simple and you don't need to fully parse it to split fields, because tabs are always escaped

@Shamar @xj9

Like, just having a standard lightweight container format would be enough, so you don't end up writing a parser for every tool.

TSV is nice because you can write an en/decoder in an hour (at most, if your C is rusty. more like 15 minutes otherwise) and it gets you enough structure without sacrificing readability

pure S-expressions are also super easy to parse, just need like... a way to do recursion??? i think? it's been a while since I wrote one (in Lua) but that too only took like 20 m.

@xj9 @grainloom

Basically it's a matter of habits.

You are used to operating systems that care much more about looking simple that about being simple.

But sometimes few consistent constraints can make a system more predictable and easy to compose.

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.