/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
The File Filesystem (2021)
(mgree.github.io)
346 points
wegwerff
| 2 comments |
30 Apr 24 17:43 UTC
|
HN request time: 0.634s
|
source
1.
timrobinson333
◴[
01 May 24 08:22 UTC
]
No.
40220821
[source]
▶
>>40213731 (OP)
#
It's an interesting idea but I think the usefulness would be greatly enhanced if it could handle json arrays; most needed json structures contain array elements in my experience
replies(1):
>>40228267
#
ID:
GO
2.
MadcapJake
◴[
01 May 24 19:36 UTC
]
No.
40228267
[source]
▶
>>40220821 (TP)
#
per an issue ticket[1], it can:
setfattr -n user.type -v list # use xattr on macOS
[1]:
https://github.com/mgree/ffs/issues/66
↑