[-] [email protected] 1 points 8 months ago

This is pathetic. The whole point of this report is undermining Drew's attack on Stallman, who for years published pieces supporting sex with underage teens and having defending predators, by saying that it is a double standard, because there is a user with a similar username that has viewed anime sexual contents that looks underage? For sure you are right. He is a monster, unlike saint Stallman. Jesus. Even the name of the website is reactionary. What the hell were you thinking?

[-] [email protected] 2 points 11 months ago

Sure thing! Awesome!

[-] [email protected] 1 points 11 months ago

OK so, you are very much right. You should definitely benchmark it using a simulation of what your data might look like. It should not be that hard. Just make script, that creates bunch of files similar to your data. About the trailing white space, when I am in terminal I just use sed to remove the latest '\n' and in rust I just use .trim(), in go I think there is strings.trim(). It is honestly not that hard. The data structure and parser is not formed the same way as the json, where you have to parse the whole thing. So you don't have to. You just open the files you need read their content. It is a bit more difficult at first since you can't just translate a whole struct directly, but it pays for itself when you want to migrate the data to a new format. So if your structure never changes, probably those formats are easier.

[-] [email protected] 1 points 11 months ago

You are right. Fat32 is not recommended for implementing FAMF.

[-] [email protected] 2 points 11 months ago

Oh goody! F2 is great, but the developers are craaazy! They packages commandline Go application with npm!

I also like vimv and vidir for simpler stuff.

[-] [email protected] 1 points 11 months ago

Sure. You should use whatever you are comfortable with. That's the point. When you don't need special parsers or tools, you can more easily adopt your tooling for the job, because almost every language has tools to deal with files. ( I assume there is some language that doesn't, who knows?)

[-] [email protected] 1 points 11 months ago

I know! right?

Some say thay since you can use 'tree' and things like ranger to navigate the files, it should work alright. But I guess if you have one giant metadatafile for all the posts on your blog, it should be much easier to see the whole picture.

As for upd_at, it does not contain information about when the files have been edited, but when the content of the post was meaningfully edited.

So if for example I change the formatting of my times form ISO3339 to another standard, it changes the file metadata, but it does not update the post content, as far as the readers of the blog are concerned with. But I get why you chuckled.

[-] [email protected] 2 points 11 months ago

That's a pretty cool idea!

[-] [email protected] 1 points 11 months ago

Well I'd you have so many data entry, yaml and toml are not that helpful either. They would present different sets of problems. You should use a database (perhaps sqlite) for that purpose.

[-] [email protected] 1 points 11 months ago

Well, I mostly target the places where you don't programmatically generate millions of values. Configurations, entry metadata, etc. Indeed SQLite is much better for when you have a massive amount of data, and you need a better base that a file system. But when that is not the case, a file system is more advanced than whatever tooling are behind toml and yaml.

[-] [email protected] 1 points 11 months ago
[-] [email protected] 1 points 11 months ago

I have one that has 69 (noice) files changed.

view more: ‹ prev next ›

prma

0 post score
0 comment score
joined 11 months ago